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

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 99 if specialsre.search(name):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
97 if prog.search(line):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 26 if not hasattr(regexp, 'search'):
28 if regexp.search(text):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 42 match = pattern.search(text, here)
_LWPCookieJar.py 95 if not re.search(self.magic_re, magic):
compileall.py 81 mo = rx.search(fullname)
cookielib.py 128 m = TIMEZONE_RE.search(tz)
242 m = STRICT_DATE_RE.search(text)
260 m = LOOSE_HTTP_DATE_RE.search(text)
303 m = ISO_DATE_RE.search(text)
377 m = HEADER_TOKEN_RE.search(text)
381 m = HEADER_QUOTED_VALUE_RE.search(text)
387 m = HEADER_VALUE_RE.search(text)
429 if not re.search(r"^\w+$", v):
504 if IPV4_RE.search(text):
557 if IPV4_RE.search(text)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 214 # get EMX's default library directory search path
272 # It would probably better to read single lines to search.
309 result = re.search('(\d+\.\d+\.\d+)',out_string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 99 if specialsre.search(name):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
97 if prog.search(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 26 if not hasattr(regexp, 'search'):
28 if regexp.search(text):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
FixImportsJob.java 36 import org.eclipse.jdt.core.search.TypeNameMatch;
  /system/connectivity/shill/dhcp/
dhcpv4_config_unittest.cc 316 vector<string> search; local
317 search.push_back("foo.com");
318 search.push_back("bar.com");
319 conf.SetStrings(DHCPv4Config::kConfigurationKeyDomainSearch, search);
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 8 it easy to navigate, search, and modify the tree.
377 found = strainer.search(i)
950 def search(self, markup): member in class:SoupStrainer
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 176 // search is performed. put() simply saves the parameters in case we do
260 // Linear search of the sorted list of children.
301 // Linear search of the sorted list of children.
316 // Mutex for protecting the lazy creation of the Trie node structure on the first call to search().
337 TextTrieMap::search(const UnicodeString &text, int32_t start, function in class:TextTrieMap
354 search(fNodes, text, start, start, handler, status);
358 TextTrieMap::search(CharacterNode *node, const UnicodeString &text, int32_t start, function in class:TextTrieMap
389 search(node, text, start, index+1, handler, status);
    [all...]
  /external/autotest/server/
autotest.py     [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
response.py 575 match = CHARSET_RE.search(header)
588 match = CHARSET_RE.search(header)
599 match = CHARSET_RE.search(header)
670 if not _OK_PARAM_RE.search(v):
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 106 import org.eclipse.jdt.core.search.IJavaSearchConstants;
107 import org.eclipse.jdt.core.search.IJavaSearchScope;
108 import org.eclipse.jdt.core.search.SearchEngine;
109 import org.eclipse.jdt.core.search.SearchMatch;
110 import org.eclipse.jdt.core.search.SearchParticipant;
111 import org.eclipse.jdt.core.search.SearchPattern;
112 import org.eclipse.jdt.core.search.SearchRequestor;
642 // Search for the method in the Java index, filtering by the required click handler
687 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor());
691 // TODO: Create a project+dependencies scope and search only that scop
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 128 m = TIMEZONE_RE.search(tz)
242 m = STRICT_DATE_RE.search(text)
260 m = LOOSE_HTTP_DATE_RE.search(text)
303 m = ISO_DATE_RE.search(text)
377 m = HEADER_TOKEN_RE.search(text)
381 m = HEADER_QUOTED_VALUE_RE.search(text)
387 m = HEADER_VALUE_RE.search(text)
429 if not re.search(r"^\w+$", v):
504 if IPV4_RE.search(text):
557 if IPV4_RE.search(text)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 128 m = TIMEZONE_RE.search(tz)
242 m = STRICT_DATE_RE.search(text)
260 m = LOOSE_HTTP_DATE_RE.search(text)
303 m = ISO_DATE_RE.search(text)
377 m = HEADER_TOKEN_RE.search(text)
381 m = HEADER_QUOTED_VALUE_RE.search(text)
387 m = HEADER_VALUE_RE.search(text)
429 if not re.search(r"^\w+$", v):
504 if IPV4_RE.search(text):
557 if IPV4_RE.search(text)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 128 m = TIMEZONE_RE.search(tz)
242 m = STRICT_DATE_RE.search(text)
260 m = LOOSE_HTTP_DATE_RE.search(text)
303 m = ISO_DATE_RE.search(text)
377 m = HEADER_TOKEN_RE.search(text)
381 m = HEADER_QUOTED_VALUE_RE.search(text)
387 m = HEADER_VALUE_RE.search(text)
429 if not re.search(r"^\w+$", v):
504 if IPV4_RE.search(text):
557 if IPV4_RE.search(text)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 469 matched = _RE_SUPPRESSION.search(raw_line)
506 # The regexp compilation caching is inlined in both Match and Search for
517 The compiled regex is kept in a cache shared by Match and Search.
522 s: search string
532 def Search(pattern, s):
536 return _regexp_compile_cache[pattern].search(s)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 469 matched = _RE_SUPPRESSION.search(raw_line)
506 # The regexp compilation caching is inlined in both Match and Search for
517 The compiled regex is kept in a cache shared by Match and Search.
522 s: search string
532 def Search(pattern, s):
536 return _regexp_compile_cache[pattern].search(s)
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 346 mSpinnerRank.setSelection(search(ranks, selectedRank)); method
577 * Sequential search
580 * @param s The string to search for
583 private int search(String[] array, String s) { method in class:AppRestrictionEnforcerFragment

Completed in 2213 milliseconds

<<31323334353637383940>>