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

<<31323334353637383940>>

  /external/chromium_org/third_party/libevent/
event_rpcgen.py     [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 439 if not expr.search(lines[i]):
512 if not expr.search(bline):
934 if re_space.search(arg):
944 if re_space.search(arg):
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc     [all...]
  /external/libedit/src/
readline.c 504 static char *last_search_pat; /* last !?pat[?] search pattern */
598 /* restore to end of list on failed search */
640 char *tmp, *search = NULL, *aptr; local
814 if (search) {
815 from = strdup(search);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsActivity.java 87 import com.android.settings.search.DynamicIndexableContentMonitor;
88 import com.android.settings.search.Index;
445 // Cache the search query (can be overriden by the OnQueryTextListener)
448 mSearchMenuItem = menu.findItem(R.id.search);
562 // Search is shown we are launched thru a Settings "shortcut". UP will be shown
582 // Show Search affordance
741 // thru a LockScreen, onCreateOptionsMenu() is not yet called and references to the search
742 // menu item and search view are null.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 127 if not expected_regexp.search(str(exc_value)):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 127 if not expected_regexp.search(str(exc_value)):
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 390 /* Expand all inherited members in the class. Used when initiating page search */
401 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 98 <?cs # ADD SEARCH AND MENU ?>
306 <div id="leftSearchControl" class="search-control">Loading...</div>
343 <?cs # ADD SEARCH AND MENU ?>
352 <div id="leftSearchControl" class="search-control">Loading...</div>
  /build/tools/releasetools/
check_target_files_signatures 215 m = re.search('A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 395 | search directories ( @load_path ):
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 282 # Things to search for.
283 m_r = re.search("""base\s*\.\s*require\((["'])(.+?)\\1\)""",
285 m_s = re.search("""base\s*\.\s*requireStylesheet\((["'])(.+?)\\1\)""",
287 m_irs = re.search("""base\s*\.\s*requireRawScript\((["'])(.+?)\\1\)""",
  /external/chromium_org/build/android/pylib/
android_commands.py 44 # Pattern to search for the next whole line of pexpect output and capture it
277 if not re.search('^[0-9]', command_output.splitlines()[-1]):
    [all...]
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 428 match = re.search(test_name_pattern, line)
523 search_exp: search expression to find a line to be replaced.
  /external/chromium_org/testing/gtest/test/
gtest_filter_unittest.py 355 param_tests_present = PARAM_TEST_REGEX.search(
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 229 if regexp.search(line):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 404 match = re.search("\s*png$", file_path)
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 304 if re.search('-[0-9]+[.]apk$', library_name):
  /external/chromium_org/third_party/cython/src/Cython/
Utils.py 72 # Search the list of include directories for the given
77 # If 'sys_path' is True, also search sys.path.
184 _match_file_encoding = re.compile(u"coding[:=]\s*([-\w.]+)").search
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 40 -Lpath/to/lib Additional library search paths
gen_msvs_vcxproj.sh 41 -Lpath/to/lib Additional library search paths
  /external/chromium_org/third_party/markdown/
treeprocessors.py 102 * index: index, from which we start search
107 m = self.__placeholder_re.search(data, index)
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 128 match = re.search(r'[0-9]+(\.[0-9]+)+', line)
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 266 if _quote.search(argument):
  /external/chromium_org/v8/tools/
presubmit.py 357 if not COPYRIGHT_HEADER_PATTERN.search(contents):

Completed in 918 milliseconds

<<31323334353637383940>>