HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 801 - 825 of 1487) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 469 matched = _RE_SUPPRESSION.search(raw_line)
506 # The regexp compilation caching is inlined in both Match and Search for
517 The compiled regex is kept in a cache shared by Match and Search.
522 s: search string
532 def Search(pattern, s):
536 return _regexp_compile_cache[pattern].search(s)
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 469 matched = _RE_SUPPRESSION.search(raw_line)
506 # The regexp compilation caching is inlined in both Match and Search for
517 The compiled regex is kept in a cache shared by Match and Search.
522 s: search string
532 def Search(pattern, s):
536 return _regexp_compile_cache[pattern].search(s)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 469 matched = _RE_SUPPRESSION.search(raw_line)
506 # The regexp compilation caching is inlined in both Match and Search for
517 The compiled regex is kept in a cache shared by Match and Search.
522 s: search string
532 def Search(pattern, s):
536 return _regexp_compile_cache[pattern].search(s)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
widget.js 9 * additional features such as lists, interactive search, or grids.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
search_tools.js 7 * @fileoverview Uses ChromeVox API to access the search tools menu.
14 goog.require('cvox.Search');
  /external/chromium_org/chrome/browser/resources/instant/
instant.js 12 * Chrome's instant search system.
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js 161 /text|password|search/.test(src.type);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js 65 var query = unescape(location.search.substring(1));
  /external/chromium_org/net/http/
http_cache_transaction.cc 292 const HeaderNameAndValue* search) {
293 for (; search->name; ++search) {
295 if (!headers.GetHeader(search->name, &header_value))
298 if (!search->value)
303 if (LowerCaseEqualsASCII(v.value_begin(), v.value_end(), search->value))
1989 const HeaderNameAndValue* search; member in struct:net::__anon13914
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 415 input, input[type="password" i], input[type="search" i] {
425 input[type="search" i] {
437 input[type="search" i]::-webkit-textfield-decoration-container {
456 input[type="search" i]::-webkit-search-cancel-button {
466 input[type="search" i]:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-search-cancel-button {
471 input[type="search" i]::-webkit-search-decoration {
480 input[type="search" i]::-webkit-search-results-decoration
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 288 assert re.search(r'\#\d+ *0x.* in spam\(\) at .*codefile\.pyx:22',
299 # assert re.search(r'\#0 *0x.* in main\(\)', result), result
307 assert re.search('__pyx_.*b', result), result
  /external/chromium_org/third_party/simplejson/
encoder.py 40 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
51 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
android_forwarder.py 323 match = re.search('(?<=inet )\S+', line)
329 match = re.search('(?<=netmask )\S+', line)
  /external/chromium_org/tools/valgrind/
suppressions.py 335 if re.search("<.*suppression.name.here>", s.description):
364 if sup_regex.search(f.LocalPath())]
    [all...]
  /external/chromium_org/ui/keyboard/resources/
main.js 179 * A simple binary search.
180 * @param {Array} array The array to search.
185 * @return {number} The index of the search, or -1 if it was not found.
256 * @param {boolean} alignLeft whether to search with respect to the left or
  /external/chromium_org/v8/test/mjsunit/
function-names.js 116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
string-indexof-1.js 102 // Search for a non-ASCII string in a pure ASCII string.
107 // Search in string containing many non-ASCII chars.
111 // Search for string long enough to trigger complex search with ASCII pattern
  /external/chromium_org/v8/tools/
run_perf.py 240 re.search(self.results_regexp, stdout, re.M).group(1))
250 self.stddev = re.search(self.stddev_regexp, stdout, re.M).group(1)
  /external/e2fsprogs/config/
config.rpath 3 # run time search path of shared libraries in an executable.
136 # no search path for DLLs.
232 # no search path for DLLs.
258 hardcode_minus_L=yes # Not in the search PATH, but as the default
380 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
507 # Compile-time system search path for libraries
510 # Run-time system search path for libraries
  /external/icu/icu4c/source/i18n/
Android.mk 74 search.cpp simpletz.cpp smpdtfmt.cpp \
  /external/icu/icu4c/source/layout/
LayoutEngine.cpp 58 le_int32 index = OpenTypeUtilities::search((le_uint32)ch, (le_uint32 *)controlChars, controlCharsCount);
66 le_int32 index = OpenTypeUtilities::search((le_uint32) ch, (le_uint32 *)DefaultCharMapper::mirroredChars, DefaultCharMapper::mirroredCharsCount);
  /external/iproute2/examples/
dhcp-client-script 311 echo search $new_domain_name >> /etc/resolv.conf.dhcp
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 165 search
base-notmetreq.conf 164 search
small-base.conf 165 search

Completed in 1402 milliseconds

<<31323334353637383940>>