HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 351 - 375 of 925) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/tools/push-to-trunk/
auto_push.py 68 if re.search(r"nopush|no push", self["tree_message"], flags=re.I):
  /external/clang/tools/scan-build/
set-xcode-analyzer 32 # First search for CLANG_ANALYZER_EXEC. Newer
45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
sorttable.js 35 if (table.className.search(/\bsortable\b/) != -1) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
94 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
107 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
  /external/elfutils/0.153/libdw/
libdw_findcu.c 56 #include <search.h>
118 /* Find out which of the two arguments is the search value. It has
168 /* Add the new entry to the search tree. */
  /external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
TestDataFormatterSkipSummary.py 141 m = re.search('\(Apple Inc\. build ([0-9]+)\)', line)
  /external/lldb/test/lang/cpp/class_types/
TestClassTypesDisassembly.py 86 match = frameRE.search(line)
  /external/lldb/test/lang/cpp/stl/
TestStdCXXDisassembly.py 92 match = codeRE.search(line)
  /external/nanopb-c/tests/site_scons/
site_init.py 88 if pattern.strip() and not re.search(pattern.strip(), data, re.MULTILINE):
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay_data.js 413 'label': 'search'
729 'label': 'search'
1002 'label': 'search'
1320 'label': 'search'
1599 'label': 'search'
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 171 * Returns a dom structure for a browse page result or a search page result.
174 * - isSearchResult: Whether or not the result is a search result.
178 * @return {Node} A DOM node to represent the history entry or search result.
406 * @param {boolean} isSearchResult Whether or not the entry is a search result.
477 * Launch a search for more history entries from the same domain.
483 $('search-field').focus();
529 * allowing the creation of a HistoryModel for each search string, allowing
573 var search = this.searchText_;
580 this.searchText_ = search;
589 * @return {string} The current search text
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
node_search_widget.js 6 * @fileoverview A search Widget presenting a list of nodes with the ability
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.js 10 var params = getUrlSearchParams(location.search);
  /external/chromium_org/chrome/browser/resources/local_ntp/
instant_iframe_validation.js 7 * @fileoverview Helpers for validating parameters to chrome-search:// iframes.
  /external/chromium_org/chrome/browser/web_dev_style/
js_checker.py 30 if self.input_api.re.search(r'\*\s+@const', line):
164 self.re.search("</?(include|if)", error.token.line))
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
headers.js 5 var tabId = parseInt(window.location.search.substring(1));
  /external/chromium_org/courgette/
run_stress_test 166 $(count_result "FAIL_COURGETTE") failed courgette patches (search log for \
168 $(count_result "FAIL_DISASSEMBLE") failed to disassemble/assemble (search log \
  /external/chromium_org/media/test/data/eme_player_js/
test_config.js 26 while (match = r.exec(window.location.search.substring(1)))
  /external/chromium_org/native_client_sdk/src/build_tools/
build_app.py 41 re.search(r'_unstripped_.*?\.nexe', f)):
49 m = re.search(r'lib(32|64).*\.so', path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
svn.py 85 match = re.search("^%s: (?P<value>.+)$" % field_name, info_output, re.MULTILINE)
95 # Search up the directory hierarchy until we find a different UUID.
186 match = re.search(r"^<date>(?P<value>.+)</date>\r?$", info_output, re.MULTILINE)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler.py 89 # FIXME: Currently all reports are kept as test.*, until we fix that, search up to 1000 names before giving up.
105 match = re.search("^Total:[^\n]*\n((?:[^\n]*\n){0,10})", pprof_output, re.MULTILINE)
148 match = re.search("^#[^\n]*\n((?: [^\n]*\n){1,10})", perf_output, re.MULTILINE)
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 189 var url = testEnv.url || 'http://example.com/search';
190 var q = testEnv.q || 'a search test';
196 equal( makeurl(), 'http://example.com/search?q=a%20search%20test', 'makeurl returns a default url if nothing specified in the testEnvironment');
  /external/chromium_org/third_party/skia/src/utils/
SkRTConf.cpp 232 static inline void str_replace(char *s, char search, char replace) {
234 if (*ptr == search) {
  /external/chromium_org/tools/
check_grd_for_unused_strings.py 65 match = id_regex.search(x)
87 if src_regex.search(file.lower()):
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_ninja.py 129 if target_extras is not None and re.search(target_extras, target_name):
138 if not re.search(executable_target_pattern, target_name):
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 191 if self._path_regex.search(
204 if frame.symbol and cur_regex.search(frame.symbol.name):

Completed in 1058 milliseconds

<<11121314151617181920>>