HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 76 - 100 of 302) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 67 case R.id.search:
DictionaryProvider.java 53 * Builds up a UriMatcher for search suggestion and shortcut refresh queries.
67 * Quick Search Box, in which case, the following Uris would be provided and we
82 * Handles all the dictionary searches and suggestion queries from the Search Manager.
85 * the search query as the first element.
105 return search(selectionArgs[0]);
128 private Cursor search(String query) { method in class:DictionaryProvider
151 * Quick Search Box. In which case, this method will query the table for the specific
  /external/chromium/third_party/icu/source/common/
ustack.cpp 56 int32_t UStack::search(void* obj) const { function in class:UStack
  /external/chromium/third_party/icu/source/i18n/
usrchimp.h 59 struct USearch *search; member in struct:UStringSearch
95 * @param strsrch string search data
106 * @param strsrch string search data
116 * @param strsrch string search data
127 * @param strsrch string search data
  /external/clearsilver/python/examples/base/
sgmllib.py 116 match = interesting.search(rawdata, i)
196 match = commentclose.search(rawdata, i+4)
221 match = endbracket.search(rawdata, i+1)
257 match = endbracket.search(rawdata, i+1)
  /external/icu4c/common/
ustack.cpp 56 int32_t UStack::search(void* obj) const { function in class:UStack
  /external/icu4c/i18n/
usrchimp.h 61 struct USearch *search; member in struct:UStringSearch
98 * @param strsrch string search data
109 * @param strsrch string search data
119 * @param strsrch string search data
130 * @param strsrch string search data
  /external/icu4c/layoutex/
LXUtilities.cpp 53 le_int32 LXUtilities::search(le_int32 value, const le_int32 array[], le_int32 count) function in class:LXUtilities
  /external/libpng/contrib/pngminus/
makevms.com 15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
60 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
73 $ AFile = F$Search(File)
  /external/v8/test/mjsunit/
testcfg.py 58 flags_match = FLAGS_PATTERN.search(source)
64 files_match = FILES_PATTERN.search(source);
69 files_match = FILES_PATTERN.search(source, files_match.end())
75 if SELF_SCRIPT_PATTERN.search(source):
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
15.11.1.1.js 107 return err.toString().search(RegExp(pattern));
15.11.4.4-1.js 144 return err.toString().search(RegExp(pattern));
binding-001.js 65 var match = e.toString().search(/ReferenceError/);
regress-95101.js 56 var match = e.toString().search(/ReferenceError/);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-50447.js 65 if (e.fileName.search (/-50447\.js$/i) == -1)
  /external/webkit/WebCore/html/
HTMLAnchorElement.h 82 String search() const;
  /libcore/luni/src/main/java/org/apache/xml/utils/
ObjectStack.java 191 public int search(Object o) method in class:ObjectStack
  /packages/apps/Browser/src/com/android/browser/search/
SearchEnginePreference.java 16 package com.android.browser.search;
  /external/quake/quake/src/QW/client/
common.c 90 The "game directory" is the first tree on the search path and directory that all generated files (savegames, screenshots, demos, config files) will be saved to. This can be overridden with the "-game" command line parameter. The game directory can never be changed while quake is executing. This is a precacution against having a malicious server instruct clients to write files over areas they shouldn't.
93 specified, when a file is found by the normal search path, it will be mirrored
1257 int memsearch (byte *start, int count, int search)
1262 if (start[i] == search)
1370 Con_Printf ("Current search path:\n");
1472 Finds the file in the search path.
1480 searchpath_t *search; local
1489 // search through the path, one element at a time
1491 for (search = com_searchpaths ; search ; search = search->next
1715 searchpath_t *search; local
1760 searchpath_t *search, *next; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 34 import org.eclipse.jdt.core.search.IJavaSearchConstants;
35 import org.eclipse.jdt.core.search.SearchEngine;
36 import org.eclipse.jdt.core.search.SearchMatch;
37 import org.eclipse.jdt.core.search.SearchParticipant;
38 import org.eclipse.jdt.core.search.SearchPattern;
39 import org.eclipse.jdt.core.search.SearchRequestor;
409 // TODO: Search currently only matches the class declaration (using
412 // using the filename and line number to disambiguate the search results.
417 se.search(SearchPattern.createPattern(class_name,
  /external/chromium/base/
string_util.cc 823 const std::string& search,
826 return str.compare(0, search.length(), search) == 0;
828 return base::strncasecmp(str.c_str(), search.c_str(), search.length()) == 0;
832 bool StartsWithT(const STR& str, const STR& search, bool case_sensitive) {
834 return str.compare(0, search.length(), search) == 0;
836 if (search.size() > str.size())
838 return std::equal(search.begin(), search.end(), str.begin()
    [all...]
  /external/bluetooth/bluez/compat/
sdp.c 191 sdp_list_t *search, *attrid, *pnp_rsp, *hid_rsp; local
202 search = sdp_list_append(NULL, &svclass);
205 err = sdp_service_search_attr_req(s, search,
208 sdp_list_free(search, NULL);
212 search = sdp_list_append(NULL, &svclass);
215 err = sdp_service_search_attr_req(s, search,
218 sdp_list_free(search, NULL);
305 sdp_list_t *search, *attrid, *rsp; local
314 search = sdp_list_append(NULL, &svclass);
318 err = sdp_service_search_attr_req(s, search,
    [all...]
  /external/libpng/scripts/
makevms.com 20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
97 $ if f$search("DESCRIP.MMS") .eqs. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
110 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
123 $ AFile = F$Search(File)
  /external/dhcpcd/dhcpcd-hooks/
50-ntp.conf 54 printf "${search}${servers}" >> "${cf}"
  /external/icu4c/layout/
OpenTypeUtilities.cpp 112 le_int32 OpenTypeUtilities::search(le_uint32 value, const le_uint32 array[], le_int32 count) function in class:OpenTypeUtilities
134 le_int32 OpenTypeUtilities::search(le_uint16 value, const le_uint16 array[], le_int32 count) function in class:OpenTypeUtilities

Completed in 576 milliseconds

1 2 34 5 6 7 8 91011>>