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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 145 match = self.interesting.search(rawdata, i) # < or &
224 assert 0, "interesting.search() lied"
270 match = piclose.search(rawdata, i+2) # >
366 match = endendtag.search(rawdata, i+1) # >
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 224 if pattern_re.search(name):
245 if pattern_re.search(self.files[i]):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 201 m = self.prog.search(chars)
232 m = self.prog.search(chars, m.end())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 205 search: for (Pair<String,List<ViewElementDescriptor>> pair : entries) {
211 break search; local
  /external/autotest/client/bin/
base_utils.py 218 match = compiled.search(line)
475 return int(re.search(r'\d+', meminfo).group(0))
543 return int(re.search(r'\d+', out).group(0))
683 glibc_ver = re.search(r'(\d+\.\d+(\.\d+)?)', glibc_ver).group()
991 m = re.search('GATEWAY=(\S+)', network.read())
1029 match = re.search(r'= ([0-9]+) seconds since .+ (-?[0-9.]+) seconds$',
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
780 return re.search(r'/\* IWYU pragma: ', line)
787 re.search(r'// IWYU pragma: ', line))
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 61 fprintf(stderr, "Search: %7lld bytes (peak=%lld)\n", mc.HeapGrowth(), mc.PeakHeapGrowth());
133 // Benchmark: failed search for regexp in random text.
135 // Generate random text that won't contain the search string,
136 // to test worst-case search behavior.
148 // Makes text of size nbytes, then calls run to search
150 void Search(int iters, int nbytes, const char* regexp, SearchImpl* search) {
156 search(iters, regexp, s, Prog::kUnanchored, false);
161 // giving the search loop something to memchr for.
179 void Search_Easy0_CachedDFA(int i, int n) { Search(i, n, EASY0, SearchCachedDFA);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py 29 self.assertTrue(re.search(r"^\d{4}-\d\d-\d\d \d\d:\d\d:\d\dZ$", text),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookielib.py 29 self.assertTrue(re.search(r"^\d{4}-\d\d-\d\d \d\d:\d\d:\d\dZ$", text),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 29 self.assertTrue(re.search(r"^\d{4}-\d\d-\d\d \d\d:\d\d:\d\dZ$", text),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 29 self.assertTrue(re.search(r"^\d{4}-\d\d-\d\d \d\d:\d\d:\d\dZ$", text),
    [all...]
  /build/tools/droiddoc/templates-ndk/
customizations.cs 558 <div class="search" id="search-container">
559 <div class="search-inner">
560 <div id="search-btn"></div>
572 </div><!-- end search-inner -->
573 </div><!-- end search-container -->
603 </div><!-- end menu-container (search and menu widget) -->
  /external/v8/src/runtime/
runtime-strings.cc 13 #include "src/string-search.h"
63 Isolate* isolate, Handle<String> subject, Handle<String> search,
75 if (!StringReplaceOneCharWithString(isolate, first, search, replace, found,
82 if (!StringReplaceOneCharWithString(isolate, second, search, replace, found,
91 int index = StringMatch(isolate, subject, search, 0);
110 CONVERT_ARG_HANDLE_CHECKED(String, search, 1);
118 if (StringReplaceOneCharWithString(isolate, subject, search, replace, &found,
125 if (StringReplaceOneCharWithString(isolate, subject, search, replace, &found,
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/css/
default.css 1553 Header, Login, Nav-X, Search
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 374 matched = _RE_SUPPRESSION.search(raw_line)
411 # The regexp compilation caching is inlined in both Match and Search for
419 def Search(pattern, s):
423 return _regexp_compile_cache[pattern].search(s)
    [all...]
  /external/autotest/client/common_lib/
base_job.py 451 if subdir and self.BAD_CHAR_REGEX.search(subdir):
455 if operation and self.BAD_CHAR_REGEX.search(operation):
465 if self.BAD_CHAR_REGEX.search(self.message):
475 if self.BAD_CHAR_REGEX.search(key + value):
790 if not key_regex.search(key):
    [all...]
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
status.js 629 // Depth-first search for active pipeline.
833 if (window.location.search.length > 0 &&
834 window.location.search[0] == '?') {
835 var query = window.location.search.substr(1);
933 var search = '?root=' + ROOT_PIPELINE_ID;
934 loc.replace(loc.protocol + '//' + loc.host + loc.pathname + search);
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 321 #search {
484 /* SEARCH FILTER */
490 #search-button {
543 /* SEARCH */
545 /* restrict global search form width */
605 /* Disable built in search forms */
606 .gsc-control form.gsc-search-box {
609 table.gsc-search-box {
627 td.gsc-search-button {
633 #search-button
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 320 #search {
483 /* SEARCH FILTER */
489 #search-button {
542 /* SEARCH */
544 /* restrict global search form width */
604 /* Disable built in search forms */
605 .gsc-control form.gsc-search-box {
608 table.gsc-search-box {
626 td.gsc-search-button {
632 #search-button
    [all...]
  /external/autotest/client/bin/net/
net_utils.py 41 ip = re.search(r"inet ([0-9.]*)/",ip)
151 match = re.search('\n\s*%s:\s*(%s)%s' %
340 match = re.search("inet addr:([\d\.]+)", output)
  /external/autotest/client/virt/
virt_test_utils.py 312 if re.search(r"\bFAILED (1060|1062)\b", o, re.I):
333 if re.search(r"\bFAILED 1060\b", o, re.I):
337 if re.search(r"\bFAILED 1056\b", o, re.I):
  /external/chromium-trace/catapult/third_party/vinn/vinn/
vinn_unittest.py 34 m = re.search('at %s.+\(.*%s.*\)' % (func_name, file_and_linum),
46 m = re.search('at .*%s.*' % file_and_linum, exception_message)
297 m = re.search('\d+\.\d+', output)
  /external/zlib/src/
make_vms.com 18 $! subdir path, update module search in makefile.in
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
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;*
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
276 $ AFile = F$Search(File)
383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. ""
    [all...]
  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 100 // this is something we got from the search bar
332 Uri search = Uri.parse("content://media/external/audio/search/fancy/" + local
337 async.startQuery(0, null, search, ccols, null, null, null);
339 ret = MusicUtils.query(this, search, ccols, null, null, null);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 50 import com.android.settings.search.BaseSearchIndexProvider;
51 import com.android.settings.search.Indexable;
52 import com.android.settings.search.SearchIndexableRaw;

Completed in 3535 milliseconds

<<21222324252627282930>>