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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutputset.py 76 name_match = name_matcher.search(output_file.name())
77 actual_match = actual_matcher.search(output_file.name())
78 expected_match = expected_matcher.search(output_file.name())
104 if re.search(r'\.x?html', name):
  /libcore/luni/src/main/java/java/util/
Stack.java 105 public synchronized int search(Object o) { method in class:Stack
  /dalvik/tools/
deadcode.py 25 result = headerPattern.search(buffer, start)
58 result = methodPattern.search(section, start)
  /development/testrunner/
android_build.py 67 host_os = re.search("HOST_OS=(\w+)", config).group(1)
68 host_arch = re.search("HOST_ARCH=(\w+)", config).group(1)
  /external/chromium/net/base/
data_url.cc 36 std::search(after_colon, comma, kBase64Tag,
50 it = std::search(semi_colon + 1, comma, kCharsetTag,
  /external/protobuf/gtest/test/
gtest_help_test.py 96 self.assert_(HELP_REGEX.search(output), output)
122 self.assert_(not HELP_REGEX.search(output), output)
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.idl 40 readonly attribute DOMString search;
  /external/llvm/utils/lit/lit/
discovery.py 38 ts, relative = search(parent)
50 def search(path): function in function:getTestSuite
70 ts, relative = search(item)
79 parent = search(path_in_suite[:-1])
90 def search(path_in_suite): function in function:getLocalConfig
97 return search(path_in_suite)
127 # Otherwise we have a directory to search for tests, start by getting the
131 # Search for tests.
137 # Search subdirectories.
  /external/webkit/Source/WebCore/css/
themeWin.css 52 input[type="search"] {
81 input[type="search"]:disabled,
90 input[type="search"]::-webkit-search-cancel-button {
94 input[type="search"]::-webkit-search-results-decoration {
98 input[type="search"]::-webkit-search-results-button {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.7-1.js 32 so as to search all of the string.
170 function LastIndexOf( string, search, position ) {
172 search = String( search );
184 result7 = search.length;
197 if ( string.charAt(k+j) != search.charAt(j) ){
15.5.4.7-2.js 32 so as to search all of the string.
169 function LastIndexOf( string, search, position ) {
171 search = String( search );
183 result7 = search.length;
196 if ( string.charAt(k+j) != search.charAt(j) ){
  /external/elfutils/libcpu/
i386_parse.y 39 #include <search.h>
337 struct suffix search = { .name = $5->name };
338 if (tfind (&search, &suffixes, compare_suf)
370 struct known_bitfield search;
371 search.name = $1;
373 res = tfind (&search, &bitfields, bitfield_compare);
377 i386_lineno, search.name);
433 struct known_bitfield search;
434 search.name = $1;
436 res = tfind (&search, &bitfields, bitfield_compare)
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 11 var params = parseParams(document.location.search);
21 // search results to reflect the keyword filter.
40 * Returns whether or not the given search result contains the given keyword.
106 $('#resource-browser-search-params').empty();
126 $('#resource-browser-search-params').html(taggedWithHtml.join('') + ':');
128 $('#resource-browser-search-params').html('Showing all technical resources:');
customizations.js 13 // Direct searches to search.html
  /external/elfutils/libelf/
nlist.c 196 struct hashentry search; local
199 /* Search for a matching entry in the hash table. */
200 search.str = nl->n_name;
201 found = nlist_fshash_find (table, nl->n_name, 0, &search);
223 /* Next search request. */
  /external/v8/tools/
jsmin.py 68 m: The match object returned by re.search.
97 m: The match object returned by re.search.
176 m: The match object returned by re.search.
207 m = re.search(r"\*/", line)
218 m = re.search(r"/\*", line)
264 if re.search(r"\?", line):
  /external/chromium/third_party/libevent/
buffer.c 429 u_char *search = buffer->buffer, *end = search + buffer->off; local
432 while (search < end &&
433 (p = memchr(search, *what, end - search)) != NULL) {
438 search = p + 1;
  /system/extras/tests/sdcard/
plot_sdcard.py 51 res = re.search(('# StopWatch ([\w]+) total/cumulative '
99 self.kernel = re.search('Linux version ([0-9.]+-[^ ]+)', line).group(1)
101 self.command_line = re.search('# Command: [/\w_]+ (.*)', line).group(1)
106 self.iterations = int(re.search('# Iterations: ([0-9]+)', line).group(1))
108 self.fadvise = re.search('# Fadvise: ([\w]+)', line).group(1)
110 self.sched = re.search('# Sched features: ([\w]+)', line).group(1)
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 74 SearchView searchView = (SearchView) menu.findItem(R.id.search).getActionView();
85 case R.id.search:
  /external/chromium/testing/gtest/test/
gtest_help_test.py 113 self.assert_(HELP_REGEX.search(output), output)
137 self.assert_(not HELP_REGEX.search(output), output)
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.cc 109 void replace_substrs(const char *search,
115 while ((pos = s->find(search, pos, search_len)) != std::string::npos) {
  /external/gtest/test/
gtest_help_test.py 113 self.assert_(HELP_REGEX.search(output), output)
137 self.assert_(not HELP_REGEX.search(output), output)
  /external/icu4c/i18n/
stsearch.cpp 59 m_search_ = m_strsrch_->search;
94 m_search_ = m_strsrch_->search;
122 m_search_ = m_strsrch_->search;
157 m_search_ = m_strsrch_->search;
189 m_search_ = m_strsrch_->search;
227 m_search_ = m_strsrch_->search;
324 result->setMatchStart(m_strsrch_->search->matchedIndex);
325 result->setMatchLength(m_strsrch_->search->matchedLength);
365 // note search->matchedIndex will always be set to something
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_help_test.py 113 self.assert_(HELP_REGEX.search(output), output)
137 self.assert_(not HELP_REGEX.search(output), output)
  /external/markdown/markdown/extensions/
def_list.py 32 return bool(self.RE.search(block))
36 m = self.RE.search(block)

Completed in 439 milliseconds

1 2 34 5 6 7 8 91011>>