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

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 79 % TODO(hlundin): use matlab vector search instead?
155 % TODO(hlundin): use matlab vector search instead?
  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
run_audio_test.py 60 default_source = re.search(r'(^ \* index: )([0-9]+$)', output,
  /external/chromium_org/tools/code_coverage/third_party/
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/chromium_org/tools/gyp/pylib/gyp/
MSVSUserFile.py 29 # Search through the path list and find an existing file that
49 elif re.search(r'[ \t\n]', arg):
  /external/chromium_org/tools/
ipc_messages_log.py 126 match = re.search(unknown_msg_re, line)
unused-symbols-report.py 11 the first one is the default in Release; search build/common.gypi for it
63 match = symbol_re.search(line)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
ios_browser_finder.py 118 match_browsers = re.search(browser_pattern, res)
  /external/chromium_org/ui/keyboard/resources/
touch_fuzzing.js 214 return this.search(function(node) {
269 * Searches for the first leaf that matches the search function.
271 * determine whether to search in the left or right subtree.
273 * search parameters.
275 search: function(searchFn) {
277 return this.pass ? this.pass.search(searchFn) : this;
279 return this.fail ? this.fail.search(searchFn) : this;
301 search: function() {
  /external/chromium_org/v8/test/mjsunit/
string-replace-one-char.js 32 function test_replace(result, expected, search, replace) {
33 assertEquals(expected, result.replace(search, replace));
62 // Search char not found.
  /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/regex-re2/util/
stringpiece.cc 46 const char* result = std::search(ptr_ + pos, ptr_ + length_,
  /frameworks/base/tools/preload/
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) {
  /ndk/build/tools/
build-host-perl.sh 94 LIBS_SEARCH=`$CC -print-search-dirs | grep libraries | sed ' s/^.*=// ' | sed ' s/:/ /g '`
  /ndk/sources/host-tools/make-3.81/
filedef.h 80 this file; don't search again. */
164 Don't search using vpath for the file--if it doesn't actually exist,
168 extern FILE_TIMESTAMP f_mtime PARAMS ((struct file *file, int search));
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 116 setContentView(R.layout.search);
184 search(query, t); method
212 private void search(String searchQuery, Time goToTime) { method in class:SearchActivity
221 searchEventInfo.eventType = EventType.SEARCH;
312 search(query, null); method
373 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query,
  /packages/apps/Settings/src/com/android/settings/
HomeSettings.java 54 import com.android.settings.search.BaseSearchIndexProvider;
55 import com.android.settings.search.Index;
56 import com.android.settings.search.Indexable;
57 import com.android.settings.search.SearchIndexableRaw;
380 * For search
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
printing.py 74 The printer is added to the front of the search list, thus one can override
204 if printer.enabled and printer.compiled_re.search(typename):
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
printing.py 74 The printer is added to the front of the search list, thus one can override
204 if printer.enabled and printer.compiled_re.search(typename):

Completed in 2243 milliseconds

<<11121314151617181920>>