HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 551 - 575 of 1678) sorted by null

<<21222324252627282930>>

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
run_tests.py 66 if _re.search(r'(?<!\\)(?:\\\\)*\\[0-9a-zA-Z]{1,6}$', output):
  /external/chromium-trace/catapult/third_party/webtest/webtest/
utils.py 87 if hasattr(pat, 'search'):
88 return pat.search
  /external/chromium-trace/catapult/tracing/tracing_build/
update_gypi.py 33 m = token_regex.search(rest)
  /external/elfutils/libdw/
cie.c 36 #include <search.h>
146 /* Add the new entry to the search tree. */
libdw_findcu.c 35 #include <search.h>
44 /* Find out which of the two arguments is the search value. It has
123 /* Add the new entry to the search tree. */
  /external/icu/icu4c/source/i18n/
csrsbcs.h 40 * Binary search for value in table, which must have exactly 64 entries.
42 int32_t search(const int32_t *table, int32_t value);
usrchimp.h 167 struct USearch *search; member in struct:UStringSearch
205 * @param strsrch string search data
216 * @param strsrch string search data
226 * @param strsrch string search data
237 * @param strsrch string search data
  /external/icu/tools/
update-tzdata.py 108 new_version = re.search('(tzdata.+)\\.tar\\.gz', data_filename).group(1)
  /external/libcxx/test/libcxx/android/test/
config.py 68 match = std_pattern.search(self.cxx.cxx_template)
  /external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/
default.pass.cpp 24 // return std::search(__f, __l, __first_, __last_, __pred_);
43 assert(result == std::experimental::search(b1, e1, s));
  /external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/
make_default_searcher.pass.cpp 28 assert(result == std::experimental::search(b1, e1,
make_default_searcher.pred.pass.cpp 39 assert(result == std::experimental::search(b1, e1,
  /external/markdown/markdown/extensions/
codehilite.py 155 # search first line for shebang
156 m = c.search(fl)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 292 void search(BasicBlock *);
439 search(BasicBlock::get(func->domTree->getRoot()));
444 void RenamePass::search(BasicBlock *bb) function in class:nv50_ir::RenamePass
510 search(BasicBlock::get(ei.getNode()));
  /external/opencv3/modules/ts/misc/
report.py 49 tests = [t for t in tests if expr.search(str(t))]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 249 CFX_DSPATemplate<uint8_t> search; local
250 int32_t index = search.Lookup(eAttribute, pAttr, iCount);
269 CFX_DSPATemplate<FX_WORD> search; local
270 int32_t index = search.Lookup(eChild, pChild, iCount);
  /external/regex-re2/
Makefile 286 echo '#' RE2 basic search tests built by make $@ >re2-search.txt
287 echo '#' $$(date) >>re2-search.txt
288 obj/test/search_test |grep -v '^PASS$$' >>re2-search.txt
  /external/selinux/policycoreutils/sepolicy/
Makefile 20 python-build: info.c search.c common.h policy.h policy.c
  /external/skia/bench/
RTreeBench.cpp 88 fTree.search(query, &hits);
  /external/skia/platform_tools/android/bin/
adb_list_devices.py 43 match = re.search(search_str, output)
  /external/skia/src/core/
SkRecordPattern.h 106 // - search scans through the record to look for matches;
129 SK_ALWAYS_INLINE bool search(SkRecord* record, int* begin, int* end) { function in class:SkRecords::Pattern
  /external/v8/test/message/
testcfg.py 73 if MODULE_PATTERN.search(source):
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 145 if(key.search(reportId) != -1) {
165 if(key.search(reportId) != -1) {
  /external/wpa_supplicant_8/src/utils/
edit.c 1007 static int search = 0; local
1012 if (search) {
1016 search = 0;
1096 search = 1;
  /hardware/bsp/intel/peripheral/libupm/src/zfm20/
zfm20.h 350 * @param slot Slot containing a converted image to search for
355 uint8_t search(int slot, uint16_t *id, uint16_t *score);

Completed in 701 milliseconds

<<21222324252627282930>>