/external/icu4c/i18n/ |
bms.cpp | 132 return bms->bms->search(offset, *start, *end);
|
/external/libvpx/vpx_mem/memory_manager/include/ |
cavl_if.h | 98 L_SC AVL_HANDLE L_(search)(L_(avl) *tree, AVL_KEY k, avl_search_type st);
|
/external/markdown/markdown/extensions/ |
codehilite.py | 155 # search first line for shebang 156 m = c.search(fl)
|
/external/regex-re2/ |
Makefile | 286 echo '#' RE2 basic search tests built by make $@ >re2-search.txt 287 echo '#' $$(date) >>re2-search.txt 288 obj/test/search_test |grep -v '^PASS$$' >>re2-search.txt
|
/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/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/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...] |