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

<<11121314151617181920>>

  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 13 var GOOGLE_DATA; // combined data for google service apis, used for search suggest
25 // load json file for JD doc search suggestions
27 // load json file for Android API search suggestions
47 // setup keyboard listener for search shortcut
69 // set up the search close button
70 $('.search .close').click(function() {
74 $("#search-container").removeClass('active');
107 //Set up search
109 $("#search-container").addClass('active');
111 $("#search-container").mouseover(function()
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
file_manager.css 344 /* Search box */
346 #search-box {
351 #search-box input {
368 #search-box input::-webkit-search-cancel-button {
372 #search-box.has-cursor input,
373 #search-box.has-text input {
377 #search-box .clear {
397 #search-box.has-cursor .clear,
398 #search-box.has-text .clear
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 125 * @return {boolean} True if search is in progress.
343 * This should be to scan the contents of current directory (or search).
376 * This should be used when changing directory or initiating a new search.
647 // TODO(hidehiko): We should update directory model even the search result
996 * @param {string=} opt_query Search query string.
1011 // Drive search.
1014 // Local search.
1017 // Drive special search.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
util.js 35 * Indicates whether or not the search widget has been activated.
36 * @return {boolean} Whether or not the search widget is active.
39 var SEARCH_WIDGET_SELECT = '#cvox-search';
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
file_manager_ui.js 102 * Search button.
108 * Search box.
230 this.searchButton = this.element_.querySelector('#search-button');
233 this.searchBox = new SearchBox(this.element_.querySelector('#search-box'));
239 * Handles click event on the search button.
  /external/libpng/scripts/
makevms.com 20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
97 $ if f$search("DESCRIP.MMS") .eqs. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
110 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
123 $ AFile = F$Search(File)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 99 res = mime_code.search(line, pos)
112 res = mime_head.search(line, pos)
242 res = reg.search(line, pos)
267 res = mime_header.search(line, pos)
296 if not must_quote_header and iso_char.search(line):
339 if iso_char.search(line):
_osx_support.py 103 m = re.search(r'<key>ProductUserVisibleVersion</key>\s*'
168 # Compiler is not found on the shell search PATH.
169 # Now search for clang, first on PATH (if the Command LIne
235 if re.search('-arch\s+ppc', _config_vars['CFLAGS']) is not None:
284 m = re.search(r'-isysroot\s+(\S+)', cflags)
markupbase.py 155 match= _markedsectionclose.search(rawdata, i+3)
158 match= _msmarkedsectionclose.search(rawdata, i+3)
173 match = _commentclose.search(rawdata, i+4)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 99 res = mime_code.search(line, pos)
112 res = mime_head.search(line, pos)
242 res = reg.search(line, pos)
267 res = mime_header.search(line, pos)
296 if not must_quote_header and iso_char.search(line):
339 if iso_char.search(line):
_osx_support.py 103 m = re.search(r'<key>ProductUserVisibleVersion</key>\s*'
168 # Compiler is not found on the shell search PATH.
169 # Now search for clang, first on PATH (if the Command LIne
235 if re.search('-arch\s+ppc', _config_vars['CFLAGS']) is not None:
284 m = re.search(r'-isysroot\s+(\S+)', cflags)
markupbase.py 155 match= _markedsectionclose.search(rawdata, i+3)
158 match= _msmarkedsectionclose.search(rawdata, i+3)
173 match = _commentclose.search(rawdata, i+4)
  /external/chromium_org/net/dns/
dns_config_service_win_unittest.cc 29 // Empty search list is invalid
199 ASSERT_EQ(1u, config.search.size());
200 EXPECT_EQ(t.expected_suffix, config.search[0]);
389 EXPECT_EQ(expected_search, config.search);
  /external/chromium_org/third_party/skia/bench/
bench_util.py 137 layouts = TILE_LAYOUT_RE_COMPILED.search(line)
205 settingsMatch = SETTINGS_RE_COMPILED.search(line)
215 new_bench = BENCH_RE_COMPILED.search(line)
  /external/clang/docs/tools/
dump_ast_matchers.py 69 m = re.search(r'Usable as: Any Matcher[\s\n]*$', comment, re.S)
75 if re.search(r'Usable as:\s*$', comment):
336 m = re.search(r'is_base_of<([^,]+), NodeType>', line)
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 318 #search {
481 /* SEARCH FILTER */
487 #search-button {
540 /* SEARCH */
542 /* restrict global search form width */
602 /* Disable built in search forms */
603 .gsc-control form.gsc-search-box {
606 table.gsc-search-box {
624 td.gsc-search-button {
630 #search-button
    [all...]
  /external/skia/bench/
bench_util.py 137 layouts = TILE_LAYOUT_RE_COMPILED.search(line)
205 settingsMatch = SETTINGS_RE_COMPILED.search(line)
215 new_bench = BENCH_RE_COMPILED.search(line)
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 296 m = re.search(self.API_ENTRY_REGEX, apientry)
305 m = re.search(self.API_ENTRY_REGEX, apientry)
313 m = re.search(self.CALL_GL_API_REGEX, callsite)
  /packages/apps/Settings/src/com/android/settings/
PrivacySettings.java 41 import com.android.settings.search.BaseSearchIndexProvider;
42 import com.android.settings.search.Indexable;
43 import com.android.settings.search.Indexable.SearchIndexProvider;
268 * For Search.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 414 # It would probably better to read single lines to search.
451 result = re.search('(\d+\.\d+(\.\d+)*)',out_string)
465 result = re.search('(\d+\.\d+(\.\d+)*)',out_string)
477 result = re.search(' (\d+\.\d+(\.\d+)*)',out_string)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 400 assert_(header_re.search(name), "Bad header name: %r" % name)
403 if bad_header_value_re.search(value):
405 % (value, bad_header_value_re.search(value).group(0)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 414 # It would probably better to read single lines to search.
451 result = re.search('(\d+\.\d+(\.\d+)*)',out_string)
465 result = re.search('(\d+\.\d+(\.\d+)*)',out_string)
477 result = re.search(' (\d+\.\d+(\.\d+)*)',out_string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 400 assert_(header_re.search(name), "Bad header name: %r" % name)
403 if bad_header_value_re.search(value):
405 % (value, bad_header_value_re.search(value).group(0)))
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tsearch.c 4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
15 #include <search.h>
23 /* find or insert datum into search tree */
  /development/testrunner/test_defs/
gtest.py 120 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_|Tests$", name):

Completed in 1490 milliseconds

<<11121314151617181920>>