Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 118) sorted by relevance

12345

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/cmake/
A Dbazel_to_cmake.py76 elif re.search(r':windows$', key):
78 elif re.search(r':ppc$', key):
80 elif re.search(r':s390x$', key):
82 elif re.search(r':fuchsia$', key):
84 elif re.search(r':arm32_assuming_neon$', key):
86 elif re.search(r':do_not_want_O3$', key):
91 elif re.search(r':x86_64_and_not_msvc$', key):
93 elif re.search(r':windows_msvc$', key):
95 elif re.search(r':ruy_profiler$', key):
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dure1.py59 m = r.search("foobar")
70 m = re.search("w.r", "hello world")
86 m = r.search("abc")
116 m = re.search(r"[a\-z]", "-")
118 m = re.search(r"[a\-z]", "f")
120 m = re.search(r"[a\]z]", "a")
130 for f in (re.match, re.search):
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Dmakevms.com13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
14 $ if f$search("[--]png.h").nes."" then pngpath = "[--]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
17 $ if f$search("[-.libpng]png.h").nes."" then pngpath = "[-.libpng]"
40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
43 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
/AliOS-Things-master/components/littlevgl/scripts/
A Dlv_conf_checker.py36 r = re.search(r'^ *# *define ([^\s]+).*$', i)
43 elif re.search('^ *typedef .*;.*$', i):
/AliOS-Things-master/components/py_engine/engine/tools/
A Dtransymodem.py51 if matcher.search(buff):
72 if matcher.search(buff):
81 if matcher.search(buff):
94 if matcher.search(buff):
/AliOS-Things-master/components/amp-utility/python/
A Dure.py58 def search(regex_str, string): function
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A Dmakevms.com15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngcp.c283 png_byte search; /* Search on --search */ member
300 S(search, SEARCH)
314 # define VL(oname, name, type, search)\ argument
315 { oname, type, search, VLSIZE(name), VLNAME(name) },
316 # define VLO(oname, name, search) VL(oname, name, OPTION, search) argument
360 # define VLL(name, search) VL(#name, name, LIST, search) argument
856 if (search && entry_name == range_lo) /* search this range */ in push_opt()
914 int search = 0; in next_opt() local
947 search = 1; /* end is determined here */ in next_opt()
1161 advance_opt(struct display *dp, png_byte opt, int search) in advance_opt() argument
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/
A Dprepend_header.py15 addr = int('0x'+re.search(r"\n(\w+) (\w+) "+section_start_name, open(symbol_list_file).read()).grou…
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dmakevms.com33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
97 $ if f$search("DESCRIP.MMS") .eqs. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
A Dpnglibconf.mak46 version=search $(srcdir)/pngconf.h $(srcdir)/scripts/pnglibconf.dfa\
A Dgensrc.cmake.in27 "out=pnglibconf.tf6" "logunsupported=1" "version=search"
54 out=pnglibconf.tf4 version=search
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/
A Dflash_program_ll.py22 match = pattern.search(line)
51 match = pattern.search(line)
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/
A Dflash_program_ll.py22 match = pattern.search(line)
51 match = pattern.search(line)
/AliOS-Things-master/components/SDL2/
A DBUGS.txt6 You may report bugs there, and search to see if a given issue has already
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
/AliOS-Things-master/components/SDL2/src/image/
A Dgcc-fat.sh33 -print-search-dirs) exec gcc $1;;
/AliOS-Things-master/components/SDL2/build-scripts/
A Dg++-fat.sh31 -print-search-dirs) exec g++ $1;;
A Dgcc-fat.sh32 -print-search-dirs) exec gcc $1;;
/AliOS-Things-master/components/SDL2/test/
A Dgcc-fat.sh42 -print-search-dirs) exec gcc $1;;
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A DCMakeLists.txt30 # required directories to the header search path ourselves.
/AliOS-Things-master/components/SDL2/acinclude/
A Dpkg_config.m47 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
8 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A DCMakeLists.txt135 # Set library's runtime search path on OSX
167 # Set library's runtime search path on OSX
196 # Set library's runtime search path on OSX
/AliOS-Things-master/components/SDL2/test/nacl/
A Dcommon.js427 if (window.location.search.length > 1) {
428 var pairs = window.location.search.substr(1).split('&');
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dmake_vms.com18 $! subdir path, update module search in makefile.in
132 $ if f$search(fname) .eqs. ""
171 $ if f$search("''th'") .nes. "" then delete 'th';*
177 $ if (f$search( "example.obj;*") .nes. "") then delete example.obj;*
178 $ if (f$search( "minigzip.obj;*") .nes. "") then delete minigzip.obj;*
383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")

Completed in 38 milliseconds

12345