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

<<31323334353637383940>>

  /external/chromium_org/build/
gyp_chromium 268 if re.search(r'(^|,|\s)make($|,|\s)', os.environ.get('GYP_GENERATORS', '')):
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule.js 317 var sepPos = str.search(sep);
332 var nextQuot = str.substring(sepPos).search('"');
  /external/chromium_org/chrome/browser/resources/history/
history.css 23 #search-button {
269 .search-results,
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 79 * @param {Array} array The array to search.
109 * @param {string} name The user name to search for.
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 124 the orphaned page search.
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py 62 file_name_filter = lambda fn: file_name_re.search(fn) is not None
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 130 if re.search('^%s$' % (host_re,), hostname, re.I):
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_test.py 141 match = re.search('version r(\d+)', stdout)
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_token_matcher.py 209 match_break = CaseLineProcessor.BREAK_PATTERN.search(line)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 259 DEFINE_ATTRIBUTE_EVENT_LISTENER(search);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 689 // Search field and slider attributes all just cause updateFromElement to be called through style recalcing.
690 setAttributeEventListener(EventTypeNames::search, createAttributeEventListener(this, name, value, eventParameterName()));
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 169 match = re.search('^\s*Cr-Commit-Position:.*@\{#(?P<commit_position>\d+)\}', log, re.MULTILINE)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
dispatch.py 122 if _SOURCE_PATH_PATTERN.search(path):
  /external/chromium_org/third_party/WebKit/Tools/gdb/
webkit.py 313 if function.search(tag):
  /external/chromium_org/third_party/pexpect/
pexpect.py 326 seach buffer Pexpect will search for pattern matches. Every time
328 incomming buffer. The default is to search from the beginning of the
1728 def search(self, buffer, freshlen, searchwindowsize=None): member in class:searcher_string
1830 def search(self, buffer, freshlen, searchwindowsize=None): member in class:searcher_re
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 199 // binary search for entry matching desc. returns index into fEntries that matches desc or ~
201 int search(const GrGLProgramDesc& desc) const;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 158 // if the data was NUL terminated so that we can use strstr() to search it.
480 // typing char id 0x0014 in search box will get glyph id 0x0004 first. However,
902 // TODO(vandebo): Optimize this, do only one search?
903 FontRec search(NULL, fontID, glyphID);
904 *index = CanonicalFonts().find(search);
908 search.fGlyphID = 0;
909 *index = CanonicalFonts().find(search);
    [all...]
  /external/chromium_org/third_party/skia/tests/
RecordDrawTest.cpp 109 virtual void search(const SkRect& query, SkTDArray<void*>* results) const SK_OVERRIDE {}
  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 84 match = re.search(re.escape(process_name) + '\s+(\d+)', stdout)
94 '''Login to google docs and search for spreadsheet'''
125 # Search for the spreadsheet with title = spreadsheet_title.
  /external/chromium_org/tools/generate_stubs/
generate_stubs_unittest.py 146 self.assertTrue(re.search(pattern, contents),
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 255 m = _DESCRIPTION_COMMENT.search(text)
261 m = _MESSAGE_BREAK_COMMENT.search(text)
720 if (isinstance(item, types.StringTypes) and _NON_WHITESPACE.search(item)
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSVersion.py 181 match = re.search(r'REG_\w+\s+([^\r]+)\r\n', text)
  /external/fonttools/Lib/fontTools/
ttx.py 247 if opentypeheaderRE.search(header):
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 184 * @param array the array to search for the sequence {@code target}
185 * @param target the array to search for as a sub-sequence of {@code array}
  /external/lldb/examples/python/
diagnose_unwind.py 152 lldb_versions_match = re.search(r'[lL][lL][dD][bB]-(\d+)([.](\d+))?([.](\d+))?', debugger.GetVersionString())

Completed in 677 milliseconds

<<31323334353637383940>>