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

<<31323334353637383940>>

  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 92 if (!((i = sys$search (dfab)) & 1))
94 DB (DB_VERBOSE, (_("sys$search failed with %d\n"), i));
197 /* do $PARSE and $SEARCH here */
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java 59 import com.android.settings.search.BaseSearchIndexProvider;
60 import com.android.settings.search.Index;
61 import com.android.settings.search.Indexable;
62 import com.android.settings.search.SearchIndexableRaw;
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModePrioritySettings.java 33 import com.android.settings.search.Indexable;
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 17 package com.android.settings.search;
Ranking.java 17 package com.android.settings.search;
61 * Utility class for dealing with Search Ranking.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 38 import com.android.settings.search.Index;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 23 #error Corrupt install of gcc-s internal headers, or search order was changed.
  /prebuilts/gdb/darwin-x86/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)
  /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/lib/python2.7/email/
utils.py 99 if specialsre.search(name):
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
97 if prog.search(line):
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
printing.py 79 The printer is added to the front of the search list, thus one can override
217 if printer.enabled and printer.compiled_re.search(typename):
  /prebuilts/gdb/linux-x86/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)
  /prebuilts/gdb/linux-x86/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/gdb/linux-x86/lib/python2.7/email/
utils.py 99 if specialsre.search(name):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
97 if prog.search(line):
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
printing.py 79 The printer is added to the front of the search list, thus one can override
217 if printer.enabled and printer.compiled_re.search(typename):
  /prebuilts/python/darwin-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)
  /prebuilts/python/darwin-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)

Completed in 606 milliseconds

<<31323334353637383940>>