HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 326 - 350 of 1488) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
search-string-multiple.js 28 // Test search and replace where we search for a string, not a regexp.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/lldb/scripts/
verify_api.py 67 match = api_regex.search(undefined_symbol)
  /external/lldb/test/lang/cpp/virtual/
TestVirtual.py 59 match = self.pattern.search(line)
  /external/lldb/test/lang/objc/objc-optimized/
TestObjcOptimized.py 62 mo = re.search("0x[0-9a-f]+", output)
  /external/skia/src/core/
SkTileGrid.h 19 * structure that will be use in search() calls is known prior to insertion.
20 * Calls to search will return in constant time.
22 * Note: Current implementation of search() only supports looking-up regions
30 // SkTileGrid::search. If malloc becomes a bottleneck, we may consider
57 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
70 // Used by search() and in SkTileGridHelper implementations
  /external/smack/src/org/jivesoftware/smackx/search/
UserSearchManager.java 17 package org.jivesoftware.smackx.search;
33 * The UserSearchManager is a facade built upon Jabber Search Services (JEP-055) to allow for searching
40 * UserSearchManager search = new UserSearchManager(con, "users.jabber.org");
41 * Form searchForm = search.getSearchForm();
44 * ReportedData data = search.getSearchResults(answerForm);
66 * Returns the form to fill out to perform a search.
68 * @param searchService the search service to query.
69 * @return the form to fill out to perform a search.
77 * Submits a search form to the server and returns the resulting information
81 * @param searchService the name of the search service to use
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
SettingsSearchIndexablesProvider.java 17 package com.android.settings.search;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 95 return magic_check.search(s) is not None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 95 return magic_check.search(s) is not None
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 7 var DEFAULT_TEXT = "search developer docs";
106 var search = document.getElementById("search_autocomplete");
107 var text = search.value.replace(/(^ +)|( +$)/g, '');
157 return true; // allow the event to bubble up to the search api
173 while ((tmp = s.search(re)) >= 0) {
264 document.location = toRoot + 'search.html#q=' + query + '&t=0';
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 27 match = self.input_api.re.search(regex, line)
46 if self.input_api.re.search(r'\*\s+@const', line):
153 self.re.search("</?(include|if)", error.token.line))
  /external/chromium_org/build/util/
lastchange.py 54 match = svn_url_regex.search(attrs['URL'])
139 match = _GIT_SVN_ID_REGEX.search(output)
142 url_match = svn_url_regex.search(match.group(1))
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 37 * @param {string} key The name of the key to search for in details.
269 // Select the search tab.
270 $('sync-search-tab').selected = true;
271 expectTrue($('sync-search-tab').selected);
286 // Select the first list item and verify the search tab remains selected.
288 expectTrue($('sync-search-tab').selected);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_injected_script_externs.py 165 match = re.search(method_regex, line)
171 match = re.search(attribute_regex, line)
177 match = re.search(interface_regex, line)
  /external/chromium_org/third_party/icu/source/test/intltest/
uvectest.cpp 152 TEST_ASSERT(a->search((void*)"cde") == 1);
153 TEST_ASSERT(a->search((void*)"bcde") == 2);
154 TEST_ASSERT(a->search((void*)"abc") == 3);
  /external/chromium_org/third_party/skia/bench/
tile_analyze.py 232 if (not re.search(DIMENSIONS_RE, layout) or
233 not re.search(DIMENSIONS_RE, tile_size) or
234 not re.search(DIMENSIONS_RE, viewport)):
  /external/chromium_org/third_party/webrtc/tools/loopback_test/
loopback_test.js 203 if (currentDomain.search('localhost') === -1 &&
204 currentDomain.search('webrtc.googlecode.com') === -1) {
227 function (e) { return e.search('transport=udp') != -1; }
  /external/chromium_org/tools/clang/scripts/
update.py 23 if (re.search(r'\b(asan)=1', os.environ.get('GYP_DEFINES', '')) and
244 if not re.search(r'\b(clang|asan)=1', os.environ.get('GYP_DEFINES', '')):
248 if re.search(r'\b(make_clang_dir)=', os.environ.get('GYP_DEFINES', '')):
  /external/chromium_org/tools/valgrind/
drmemory_analyze.py 94 m = re.search("# Suppression for Error #([0-9]+)", line.strip())
113 match = re.search("^Error #([0-9]+): (.*)", self.line_)
121 if re.search("SUPPRESSIONS USED:", self.line_):
test_suppressions.py 142 if all([re.search("%20Mac%20|mac_valgrind", url)
146 elif all([re.search("Windows%20", url) for url in all_reports[r]]):
149 elif all([re.search("Linux%20", url) for url in all_reports[r]]):
  /external/chromium_org/v8/
PRESUBMIT.py 173 if (inclusion_pattern.search(line) and
174 not comment_pattern.search(line) and
175 not exclusion_pattern.search(line)):
  /external/chromium_org/v8/test/webkit/
testcfg.py 71 files_match = FILES_PATTERN.search(source);
76 files_match = FILES_PATTERN.search(source, files_match.end())
82 if SELF_SCRIPT_PATTERN.search(source):
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 7 var DEFAULT_TEXT = "search developer docs";
106 var search = document.getElementById("search_autocomplete");
107 var text = search.value.replace(/(^ +)|( +$)/g, '');
157 return true; // allow the event to bubble up to the search api
173 while ((tmp = s.search(re)) >= 0) {
264 document.location = toRoot + 'search.html#q=' + query + '&t=0';
  /external/icu/icu4c/source/test/intltest/
uvectest.cpp 152 TEST_ASSERT(a->search((void*)"cde") == 1);
153 TEST_ASSERT(a->search((void*)"bcde") == 2);
154 TEST_ASSERT(a->search((void*)"abc") == 3);

Completed in 649 milliseconds

<<11121314151617181920>>