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

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/skia/tools/
generate_includes_cpp.py 18 if re.search(ignore_path, full_path, re.I):
27 include_dirs: Paths to the directories within which to recursively search
30 from the search for headers
  /external/v8/build/
download_gold_plugin.py 49 if not re.search(r'cfi_vptr=1', os.environ.get('GYP_DEFINES', '')):
  /external/v8/test/intl/collator/
default-locale.js 50 var collatorWithOptions = new Intl.Collator(undefined, {usage: 'search'});
51 assertEquals(%GetDefaultICULocale() + '-u-co-search',
  /external/v8/test/mjsunit/es6/
typedarray-tostring.js 50 assertEquals(0, a3.toString().search(/\[object .+Array\]/));
56 assertEquals(0, a3.toString().search(/\[object .+Array\]/));
  /external/v8/test/mjsunit/
search-string-multiple.js 28 // Test search and replace where we search for a string, not a regexp.
  /external/webrtc/tools/valgrind-webrtc/memcheck/
PRESUBMIT.py 39 for f in filter(lambda x: sup_regex.search(x.LocalPath()),
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 348 // first, we search for the exact name of the GLES userspace
379 const String8& pattern, const char* const search, bool exact) {
382 absolutePath.appendFormat("%s/%s.so", search, pattern.string());
390 DIR* d = opendir(search);
405 result.appendFormat("%s/%s", search, e->d_name);
  /packages/apps/Settings/src/com/android/settings/search/
SettingsSearchIndexablesProvider.java 17 package com.android.settings.search;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
glob.py 95 return magic_check.search(s) is not None
  /prebuilts/gdb/linux-x86/lib/python2.7/
glob.py 95 return magic_check.search(s) is not None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 95 return magic_check.search(s) is not None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 95 return magic_check.search(s) is not None
  /system/sepolicy/
mls 69 mlsconstrain dir { open search setattr rename add_name remove_name reparent rmdir }
80 mlsconstrain dir { read getattr search }
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 7 var DEFAULT_TEXT = "search developer docs";
106 var search = document.getElementById("search_autocomplete");
107 var text = search.value.replace(/(^ +)|( +$)/g, '');
157 return true; // allow the event to bubble up to the search api
173 while ((tmp = s.search(re)) >= 0) {
264 document.location = toRoot + 'search.html#q=' + query + '&t=0';
  /external/autotest/client/cros/
cros_logging.py 20 kernel = re.search(r' kernel: \[ *\d+.\d+\] (.*)$', msg)
41 match = re.search('\[\s*([0-9]+\.[0-9]+)\] ', msg)
132 """Search the logs and return the latest occurrence of a message
136 patterns: A regexp or a list of regexps to search the logs with.
138 the patters, it will not search for the other patterns.
156 if regexp_compiled.search(line):
  /external/chromium-trace/catapult/catapult_build/
js_checks.py 37 match = re.search(regex, line)
51 if re.search(r'\*\s+@const', line):
113 if re.search('</?(include|if)', error.token.line):
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 7 var DEFAULT_TEXT = "search developer docs";
106 var search = document.getElementById("search_autocomplete");
107 var text = search.value.replace(/(^ +)|( +$)/g, '');
157 return true; // allow the event to bubble up to the search api
173 while ((tmp = s.search(re)) >= 0) {
264 document.location = toRoot + 'search.html#q=' + query + '&t=0';
  /external/icu/icu4c/source/test/intltest/
uvectest.cpp 152 TEST_ASSERT(a->search((void*)"cde") == 1);
153 TEST_ASSERT(a->search((void*)"bcde") == 2);
154 TEST_ASSERT(a->search((void*)"abc") == 3);
  /external/pdfium/tools/drmemory/scripts/
drmemory_analyze.py 99 m = re.search("# Suppression for Error #([0-9]+)", line.strip())
118 match = re.search("^Error #([0-9]+): (.*)", self.line_)
126 if re.search("SUPPRESSIONS USED:", self.line_):
  /external/protobuf/gtest/test/
run_tests_util.py 54 summary of the results. BUILD_DIRS will be used to search for the
266 directory: Path to the directory to search for files.
275 if re.search(regex, file_name)]
342 if re.search(PYTHON_TEST_REGEX, argument):
350 elif re.search(BINARY_TEST_REGEX, argument):
  /external/skia/bench/
tile_analyze.py 232 if (not re.search(DIMENSIONS_RE, layout) or
233 not re.search(DIMENSIONS_RE, tile_size) or
234 not re.search(DIMENSIONS_RE, viewport)):
  /external/v8/test/webkit/
testcfg.py 73 files_match = FILES_PATTERN.search(source);
78 files_match = FILES_PATTERN.search(source, files_match.end())
84 if SELF_SCRIPT_PATTERN.search(source):
  /external/v8/tools/
jsmin.py 68 m: The match object returned by re.search.
97 m: The match object returned by re.search.
185 m: The match object returned by re.search.
218 m = re.search(r"\*/", line)
229 m = re.search(r"/\*", line)
279 if re.search(r"\?", line):
  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.js 203 if (currentDomain.search('localhost') === -1 &&
204 currentDomain.search('webrtc.googlecode.com') === -1) {
227 function (e) { return e.search('transport=udp') != -1; }

Completed in 1059 milliseconds

<<11121314151617181920>>