/bionic/libc/upstream-netbsd/libc/stdlib/ |
tdelete.c | 4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like 21 #include <search.h>
|
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/ |
MainActivity.java | 27 * Simple one-activity app that takes a search term via the Action Bar 28 * and uses it as a query to search the contacts database via the Contactables 86 (SearchView) menu.findItem(R.id.search).getActionView();
|
/developers/samples/android/content/contacts/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/ |
MainActivity.java | 27 * Simple one-activity app that takes a search term via the Action Bar 28 * and uses it as a query to search the contacts database via the Contactables 86 (SearchView) menu.findItem(R.id.search).getActionView();
|
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/ |
MainActivity.java | 27 * Simple one-activity app that takes a search term via the Action Bar 28 * and uses it as a query to search the contacts database via the Contactables 86 (SearchView) menu.findItem(R.id.search).getActionView();
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectStack.java | 191 public int search(Object o) method in class:ObjectStack
|
/external/chromium/chrome/browser/chromeos/input_method/ |
xkeyboard_unittest.cc | 22 // - kSearchKey is mapped to |search|. 25 ModifierMap GetMap(ModifierKey search, ModifierKey control, ModifierKey alt) { 27 // Use the Search key as |search|. 28 modifier_key.push_back(ModifierKeyPair(kSearchKey, search)); 35 // - kSearchKey is mapped to |search|. 39 ModifierKey search, ModifierKey control, ModifierKey alt) { 42 if ((std::count(begin, end, ModifierKeyPair(kSearchKey, search)) == 1) && 79 tmp_map.push_back(ModifierKeyPair(kSearchKey, kVoidKey)); // two search maps 96 // CreateFullXkbLayoutName can remap Search/Ctrl/Alt to CapsLock [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
main.js | 20 if (document.location.search) { 21 var json = decodeURIComponent(document.location.search.substr(1));
|
/external/chromium/chrome/common/extensions/docs/js/ |
bootstrap.js | 16 // Regenerate page if we are passed the "?regenerate" search param 19 if (window.location.search == "?regenerate" ||
|
/external/chromium_org/base/ |
PRESUBMIT.py | 21 if pattern.search(contents):
|
/external/chromium_org/build/android/ |
symbolize.py | 36 match = re.search(TRACE_LINE, data)
|
/external/chromium_org/build/config/linux/ |
pkg-config.py | 56 if regexp.search(flag) != None:
|
/external/chromium_org/chrome/ |
PRESUBMIT.py | 63 m = re.search(r"'(.*\/content\/.*unittest.*)'", line)
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
uber_shared.css | 52 body.uber-frame header > .search-field-container, 60 html[dir='rtl'] body.uber-frame header > .search-field-container, 67 body.uber-frame header input[type='search'],
|
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/ |
common.js | 49 var query = window.location.search.substring(1)
|
/external/chromium_org/net/dns/ |
dns_config_service.h | 56 // Suffix search list; used on first lookup when number of dots in given name 58 std::vector<std::string> search; member in struct:net::DnsConfig 66 // AppendToMultiLabelName: is suffix search performed for multi-label names? 76 // Minimum number of dots before global resolution precedes |search|.
|
/external/chromium_org/net/ssl/ |
client_cert_store_mac.cc | 192 // to restrict the identity search to, within Security.framework the 207 SecIdentitySearchRef search = NULL; local 211 err = SecIdentitySearchCreate(NULL, CSSM_KEYUSE_SIGN, &search); 218 ScopedCFTypeRef<SecIdentitySearchRef> scoped_search(search); 223 err = SecIdentitySearchCopyNext(search, &identity);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMURLUtilsReadOnly.cpp | 67 String DOMURLUtilsReadOnly::search(const KURL& url) function in class:WebCore::DOMURLUtilsReadOnly
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Location.cpp | 104 String Location::search() const function in class:WebCore::Location 108 return DOMURLUtilsReadOnly::search(url()); 191 void Location::setSearch(DOMWindow* activeWindow, DOMWindow* firstWindow, const String& search) 196 url.setQuery(search);
|
Location.h | 68 String search() const;
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
inline_js_imports.py | 71 if re.search("importScripts?\(\"", output_script):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
patchreader.py | 68 match = re.search("\s*png$", path)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/ |
update_webgl_conformance_tests.py | 53 search = r'(?:[^"\'= ]*/)?' + re.escape(filename) 57 text = re.sub(search, replace, text)
|
/external/chromium_org/third_party/icu/source/common/ |
ustack.cpp | 56 int32_t UStack::search(void* obj) const { function in class:UStack
|
/external/chromium_org/third_party/icu/source/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/chromium_org/tools/grit/grit/tool/ |
postprocess_unittest.py | 56 m = smarter.search(name_attr)
|