HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 226 - 250 of 1203) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/opengl/libs/EGL/
Loader.cpp 275 // first, we search for the exact name of the GLES userspace
306 const String8& pattern, const char* const search, bool exact) {
319 absolutePath.appendFormat("%s/%s.so", search, pattern.string());
327 DIR* d = opendir(search);
342 result.appendFormat("%s/%s", search, e->d_name);
  /packages/apps/Browser/src/com/android/browser/search/
SearchEnginePreference.java 16 package com.android.browser.search;
SearchEngines.java 16 package com.android.browser.search;
64 Log.e(TAG, "Cannot load search engine " + name, exception);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 66 # See MSDN for the REAL search order.
79 # search path according to MSDN:
84 # - OEM specified search path: HKLM\Loader\SystemPath
125 res = re.search(expr, trace)
142 res = re.search(r'\[.*\]\sSONAME\s+([^\s]+)', data)
163 res = re.search(r'\sSONAME\s+([^\s]+)', data)
250 res = re.search(expr, data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
keyword.py 67 match = strprog.search(line)
pipes.py 122 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
125 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
144 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
147 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 66 # See MSDN for the REAL search order.
79 # search path according to MSDN:
84 # - OEM specified search path: HKLM\Loader\SystemPath
125 res = re.search(expr, trace)
142 res = re.search(r'\[.*\]\sSONAME\s+([^\s]+)', data)
163 res = re.search(r'\sSONAME\s+([^\s]+)', data)
250 res = re.search(expr, data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
keyword.py 67 match = strprog.search(line)
pipes.py 122 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
125 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
144 if kind[0] == 'f' and not re.search(r'\$IN\b', cmd):
147 if kind[1] == 'f' and not re.search(r'\$OUT\b', cmd):
  /external/chromium_org/chrome/browser/ui/webui/options/
edit_dictionary_browsertest.js 58 // Verify that users can search words in the dictionary.
65 * @param {string} value The text of the search event.
69 cr.dispatchSimpleEvent(el, 'search');
71 var searchField = $('language-dictionary-overlay-search-field');
82 var searchField = $('language-dictionary-overlay-search-field');
options_browsertest.js 94 assertTrue($('search-engine-manager-page').hidden);
95 var item = $('manage-default-search-engines');
98 assertFalse($('search-engine-manager-page').hidden);
103 assertFalse($('search-engine-manager-page').hidden);
323 // search-page URLs.
395 // Show the search page with no query string, to fall back to the settings page.
397 OptionsPage.showPageByName('search');
405 // There are only two main pages, 'settings' and 'search'. It's not possible
406 // to show the search page using OptionsPage.showPageByName, because it
407 // reverts to the settings page if it has no search text set. So we show th
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 41 import com.android.browser.search.SearchEngine;
42 import com.android.browser.search.SearchEngineInfo;
43 import com.android.browser.search.SearchEngines;
49 * url/search input view
290 public void onSearch(String search) {
291 mListener.onCopySuggestion(search);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py     [all...]
  /external/chromium_org/
PRESUBMIT.py 254 if (inclusion_pattern.search(line) and
255 not comment_pattern.search(line) and
256 not exclusion_pattern.search(line)):
276 if pattern.search(contents):
400 if pattern.search(contents):
699 if not comment_pattern.search(line) and pattern.search(line):
    [all...]
  /build/tools/droiddoc/templates-sdk/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/base/
string_util.h 355 // Returns true if str starts with search, or false otherwise.
357 const std::string& search,
360 const std::wstring& search,
363 const string16& search,
366 // Returns true if str ends with search, or false otherwise.
368 const std::string& search,
371 const std::wstring& search,
374 const string16& search,
  /external/chromium_org/base/strings/
string_util.h 361 // Returns true if str starts with search, or false otherwise.
363 const std::string& search,
366 const std::wstring& search,
369 const string16& search,
372 // Returns true if str ends with search, or false otherwise.
374 const std::string& search,
377 const std::wstring& search,
380 const string16& search,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 5 // Search the bookmarks when entering the search keyword.
7 $('#search').change(function() {
9 dumpBookmarks($('#search').val());
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/example_zipper/basic/
popup.js 5 // Search the bookmarks when entering the search keyword.
7 $('#search').change(function() {
9 dumpBookmarks($('#search').val());
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 40 // This method is restricted to chrome-search://most-visited pages by
104 return "chrome-search://favicon/size/16@" +
121 // This method is restricted to chrome-search://most-visited pages by
  /external/chromium_org/ppapi/c/documentation/
stylesheet.css 192 .search {
196 FORM.search {
199 INPUT.search {
  /external/chromium_org/ppapi/cpp/documentation/
stylesheet.css 192 .search {
196 FORM.search {
199 INPUT.search {
  /external/chromium_org/tools/win/split_link/
split_link.py 102 if any(re.search(spec, input_file) for spec in description_all):
106 if any(re.search(spec, input_file) for spec in spec_list):
133 mo = regex.search(line)
141 mo = re.search(r'fatal error LNK1120: (\d+) unresolved externals', output)
318 if re.search(lib_spec, input_file):
322 if re.search(obj_spec, obj, re.I):
  /external/jmonkeyengine/engine/src/test/jme3test/
TestChooser.java 200 * where to search for class files
464 JPanel search = new JPanel();
465 search.setLayout(new BorderLayout());
466 search.add(new JLabel("Choose a Demo to start: Find: "),
496 search.add(jtf, BorderLayout.CENTER);
497 search.add(showSettingCheck, BorderLayout.EAST);
498 return search;
  /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)

Completed in 1911 milliseconds

1 2 3 4 5 6 7 8 91011>>