| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | nsPlugin.py | 64 cmdlist.insert(0, self.args.NAMES['NS']) 67 cmdlist.insert(0, self.args.NAMES['IP']) 100 cmd = '$IP netns add {}'.format(self.args.NAMES['NS']) 102 cmd = '$IP link set $DEV1 netns {}'.format(self.args.NAMES['NS']) 104 cmd = '$IP -n {} link set $DEV1 up'.format(self.args.NAMES['NS']) 107 cmd = '$IP link set $DEV2 netns {}'.format(self.args.NAMES['NS']) 109 cmd = '$IP -n {} link set $DEV2 up'.format(self.args.NAMES['NS']) 118 cmd = '$IP netns delete {}'.format(self.args.NAMES['NS']) 154 subcmd = tcmd.safe_substitute(self.args.NAMES)
|
| H A D | scapyPlugin.py | 48 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
|
| H A D | buildebpfPlugin.py | 52 command = 'make -C {} {}'.format(self.args.NAMES['EBPFDIR'], target)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
| H A D | 0001-Fix-library-LZ4-lookup.patch | 17 -find_path(LZ4_INCLUDE_DIRS NAMES lz4.h) 18 -find_library(LZ4_LIBRARIES NAMES lz4) 20 + NAMES lz4.h 24 + NAMES lz4
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 176 subcmd = tcmd.safe_substitute(NAMES) 200 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT']) 250 global NAMES 269 NAMES['TESTID'] = tidx['id'] 317 del(NAMES['TESTID']) 519 global NAMES 522 NAMES['TC'] = args.path 524 NAMES['DEV2'] = args.device 525 if 'TIMEOUT' not in NAMES: 526 NAMES['TIMEOUT'] = None [all …]
|
| H A D | tdc_config.py | 10 NAMES = { variable 40 NAMES.update(EXTRA_NAMES)
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0020-llvm-Do-not-use-find_library-for-ncurses.patch | 27 - find_library(COMPILER_RT_TERMINFO_LIB NAMES terminfo tinfo curses ncurses ncursesw ${MAYBE_REQUI… 28 + find_library(COMPILER_RT_TERMINFO_LIB NAMES terminfo tinfo curses ncurses ncursesw ${MAYBE_REQUI… 40 -find_library(Terminfo_LIBRARIES NAMES terminfo tinfo curses ncurses ncursesw) 41 +find_library(Terminfo_LIBRARIES NAMES terminfo tinfo curses ncurses ncursesw NO_DEFAULT_PATH NO_CM…
|
| /OK3568_Linux_fs/buildroot/package/easyframes/ |
| H A D | 0001-CMakesLists.txt-fix-static-build-with-pcap.patch | 31 -FIND_PATH(PCAP_INCLUDE_DIR NAMES pcap/pcap.h) 32 -FIND_LIBRARY(PCAP_LIBRARY NAMES pcap) 44 + FIND_PATH(PCAP_INCLUDE_DIR NAMES pcap/pcap.h) 45 + FIND_LIBRARY(PCAP_LIBRARY NAMES pcap)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/cmake/ |
| H A D | Findlibdrm.cmake | 7 NAMES 16 NAMES 37 NAMES
|
| H A D | Findlibrga.cmake | 6 NAMES
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/ |
| H A D | Findlibdrm.cmake | 7 NAMES 16 NAMES 37 NAMES
|
| H A D | FindSphinx.cmake | 3 NAMES sphinx-build
|
| H A D | Findlibdl.cmake | 6 NAMES
|
| H A D | Findlibrga.cmake | 6 NAMES
|
| /OK3568_Linux_fs/buildroot/package/solarus/ |
| H A D | 0002-Add-a-basic-FindOpenGLES2.cmake.patch | 32 +find_path(OPENGLES2_INCLUDE_DIRS NAMES GLES2/gl2.h 37 +find_library(OPENGLES2_LIBRARIES NAMES ${OPENGLES2_NAMES}
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/cmake/ |
| H A D | Findlibdrm.cmake | 7 NAMES 29 NAMES
|
| H A D | Findlibrga.cmake | 6 NAMES
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-irc/weechat/weechat/ |
| H A D | 0001-use-pkg-config-for-gcrypt-instead.patch | 23 -find_program(LIBGCRYPT_CONFIG_EXECUTABLE NAMES libgcrypt-config) 24 +find_program(LIBGCRYPT_CONFIG_EXECUTABLE NAMES pkg-config)
|
| /OK3568_Linux_fs/buildroot/package/taskd/ |
| H A D | 0003-CMakeLists-use-pkg-config-uuid-detection.patch | 27 - find_library (UUID_LIBRARY NAMES uuid) 36 + find_library (UUID_LIBRARY NAMES uuid)
|
| /OK3568_Linux_fs/buildroot/package/leveldb/ |
| H A D | 0004-cmake-Use-find_package-to-find-Snappy.patch | 70 + NAMES snappy 75 + NAMES snappy.h
|
| /OK3568_Linux_fs/buildroot/package/woff2/ |
| H A D | 0001-CMake-Handle-multiple-libraries-being-returned-for-B.patch | 38 - NAMES brotlidec 62 - NAMES brotlienc
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/ |
| H A D | 0001-Adjust-the-cmake-files.patch | 94 +FIND_PATH(LibJsonSpirit_INCLUDE_DIRS NAMES json_spirit.h) 98 +FIND_LIBRARY(LIBJSONSPIRIT_LIBRARY NAMES json_spirit)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fltk/fltk/ |
| H A D | 0002-always-build-fluid-and-export-pointers.patch | 27 NAMES fluid fluid.exe
|
| /OK3568_Linux_fs/buildroot/package/lua-sdl2/ |
| H A D | 0001-Do-not-reference-host-directory-for-headers.patch | 25 NAMES SDL2 SDL2-2.0
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/ |
| H A D | 0001-version-libraries.patch | 13 @@ -46,6 +47,7 @@ find_library(json NAMES json-c)
|