/external/smack/src/org/jivesoftware/smackx/search/ |
SimpleUserSearch.java | 17 package org.jivesoftware.smackx.search; 31 * the mechanism for allowing always type ReportedData to be returned by any search result, 52 buf.append("<query xmlns=\"jabber:iq:search\">");
|
/external/v8/test/message/ |
testcfg.py | 83 flags_match = FLAGS_PATTERN.search(source)
|
/external/webkit/Source/WebCore/dom/ |
EventNames.h | 99 macro(search) \
|
/external/webkit/Source/WebCore/html/ |
InputType.h | 274 const AtomicString& search();
|
/external/webkit/Source/WebCore/svg/ |
SVGElementInstance.h | 120 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), search); member in class:WebCore::SVGElementInstance
|
/external/webkit/Source/WebKit2/Scripts/webkit2/ |
messages.py | 71 match = re.search(r'messages -> ([A-Za-z_0-9]+) {', line) 84 match = re.search(r'([A-Za-z_0-9]+)\((.*?)\)(?:(?:\s+->\s+)\((.*?)\)(?:\s+(.*))?)?', line) 411 match = re.search(r'Vector<(.+)>', type) 436 match = re.search(r'Vector<(.+)>', type)
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
LeaksViewer.js | 48 var match = /url=([^&]+)/.exec(location.search);
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
credentials.py | 74 match = re.search("%s\"(?P<value>.+)\"" % label,
|
/external/wpa_supplicant_8/src/utils/ |
edit.c | 1007 static int search = 0; local 1012 if (search) { 1016 search = 0; 1096 search = 1;
|
/packages/apps/Browser/src/com/android/browser/search/ |
DefaultSearchEngine.java | 16 package com.android.browser.search; 62 Log.e(TAG, "Web search activity not found: " + activityName); 104 Log.e(TAG, "Web search activity not found: " + mSearchable.getSearchActivity());
|
SearchEngineInfo.java | 16 package com.android.browser.search; 31 * Loads and holds data for a given web search engine. 37 // The fields of a search engine data array, defined in the same order as they appear in the 55 // The array of strings defining this search engine. The array values are in the same order as 60 * @throws IllegalArgumentException If the name does not refer to a valid search engine 81 throw new IllegalArgumentException(name + " has an empty search URI"); 121 * Returns the URI for launching a web search with the given query (or null if there was no 122 * data available for this search engine). 129 * Returns the URI for retrieving web search suggestions for the given query (or null if there 130 * was no data available for this search engine) [all...] |
/external/chromium/net/base/ |
x509_certificate_mac.cc | 267 SecPolicySearchRef search; local 269 &search); 272 err = SecPolicySearchCopyNext(search, policy); 273 CFRelease(search); 1234 SecIdentitySearchRef search = nil; local [all...] |
/external/clang/utils/ |
token-delta.py | 71 res = self.search(c, sets) 82 def search(self, c, sets): member in class:DeltaAlgorithm
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
messages.properties | 20 RSSFeedCommon.XpathError=Error: no xpath string to search for, eg., /*/*[name() = 'entry'][1]/*[name() = 'updated']/text()
|
/external/v8/benchmarks/spinning-balls/ |
splay-tree.js | 30 * search tree with the additional property that recently accessed 70 // Splay on the key to move the last node on the search path for 162 // node on the search path to the top of the tree. 191 * key, the last node on the search path is moved to the top of the 193 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
|
/external/v8/tools/ |
splaytree.js | 31 * search tree with the additional property that recently accessed 72 // Splay on the key to move the last node on the search path for 179 // node on the search path to the top of the tree. 217 * key, the last node on the search path is moved to the top of the 219 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
|
/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/icu4c/i18n/ |
tznames_impl.cpp | 144 // search is performed. put() simply saves the parameters in case we do 228 // Linear search of the sorted list of children. 269 // Linear search of the sorted list of children. 284 // Mutex for protecting the lazy creation of the Trie node structure on the first call to search(). 307 TextTrieMap::search(const UnicodeString &text, int32_t start, function in class:TextTrieMap 318 search(fNodes, text, start, start, handler, status); 322 TextTrieMap::search(CharacterNode *node, const UnicodeString &text, int32_t start, function in class:TextTrieMap 353 search(node, text, start, index+1, handler, status); [all...] |
/external/llvm/autoconf/m4/ |
ltdl.m4 | 164 # it even uses RPATH in a shared library to search for shared objects 218 [Define to the name of the environment variable that determines the dynamic library search path.]) 227 AC_CACHE_CHECK([for the default library search path], 240 [Define to the system default library search path.])
|
/external/llvm/projects/sample/autoconf/m4/ |
ltdl.m4 | 164 # it even uses RPATH in a shared library to search for shared objects 218 [Define to the name of the environment variable that determines the dynamic library search path.]) 227 AC_CACHE_CHECK([for the default library search path], 240 [Define to the system default library search path.])
|
/external/sepolicy/ |
access_vectors | 153 search 729 search 842 search
|
/libcore/luni/src/main/java/java/io/ |
ObjectStreamClass.java | 1105 Class<?> search = cl; local [all...] |
/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...] |
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
scm.py | 131 if re.search("resource out of date", error.output): 204 match = re.search(status_regexp, line) 219 match = re.search(self.commit_success_regexp(), commit_text, re.MULTILINE) 364 match = re.search("^%s: (?P<value>.+)$" % field_name, info_output, re.MULTILINE) 375 # Search up the directory hierarchy until we find a different UUID. 462 match = re.search('^r(?P<revision>\d+) ', line) 626 return re.search('x86_64', file_output) 632 # We could path-search entirely in python or with 762 match = re.search("^\s*git-svn-id:.*@(?P<svn_revision>\d+)\ ", git_log, re.MULTILINE) [all...] |
/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...] |