Home
last modified time | relevance | path

Searched refs:NAMES (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py64 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 DscapyPlugin.py48 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
H A DbuildebpfPlugin.py52 command = 'make -C {} {}'.format(self.args.NAMES['EBPFDIR'], target)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Fix-library-LZ4-lookup.patch17 -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 Dtdc.py176 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 Dtdc_config.py10 NAMES = { variable
40 NAMES.update(EXTRA_NAMES)
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0020-llvm-Do-not-use-find_library-for-ncurses.patch27 - 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 D0001-CMakesLists.txt-fix-static-build-with-pcap.patch31 -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 DFindlibdrm.cmake7 NAMES
16 NAMES
37 NAMES
H A DFindlibrga.cmake6 NAMES
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/
H A DFindlibdrm.cmake7 NAMES
16 NAMES
37 NAMES
H A DFindSphinx.cmake3 NAMES sphinx-build
H A DFindlibdl.cmake6 NAMES
H A DFindlibrga.cmake6 NAMES
/OK3568_Linux_fs/buildroot/package/solarus/
H A D0002-Add-a-basic-FindOpenGLES2.cmake.patch32 +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 DFindlibdrm.cmake7 NAMES
29 NAMES
H A DFindlibrga.cmake6 NAMES
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-irc/weechat/weechat/
H A D0001-use-pkg-config-for-gcrypt-instead.patch23 -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 D0003-CMakeLists-use-pkg-config-uuid-detection.patch27 - find_library (UUID_LIBRARY NAMES uuid)
36 + find_library (UUID_LIBRARY NAMES uuid)
/OK3568_Linux_fs/buildroot/package/leveldb/
H A D0004-cmake-Use-find_package-to-find-Snappy.patch70 + NAMES snappy
75 + NAMES snappy.h
/OK3568_Linux_fs/buildroot/package/woff2/
H A D0001-CMake-Handle-multiple-libraries-being-returned-for-B.patch38 - NAMES brotlidec
62 - NAMES brotlienc
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/
H A D0001-Adjust-the-cmake-files.patch94 +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 D0002-always-build-fluid-and-export-pointers.patch27 NAMES fluid fluid.exe
/OK3568_Linux_fs/buildroot/package/lua-sdl2/
H A D0001-Do-not-reference-host-directory-for-headers.patch25 NAMES SDL2 SDL2-2.0
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/
H A D0001-version-libraries.patch13 @@ -46,6 +47,7 @@ find_library(json NAMES json-c)

12