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

<<21222324252627282930>>

  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 100 // this is something we got from the search bar
332 Uri search = Uri.parse("content://media/external/audio/search/fancy/" + local
337 async.startQuery(0, null, search, ccols, null, null, null);
339 ret = MusicUtils.query(this, search, ccols, null, null, null);
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettings.java 55 import com.android.settings.search.BaseSearchIndexProvider;
56 import com.android.settings.search.Indexable;
57 import com.android.settings.search.SearchIndexableRaw;
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 54 import com.android.settings.search.BaseSearchIndexProvider;
55 import com.android.settings.search.Indexable;
56 import com.android.settings.search.SearchIndexableRaw;
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 66 import com.android.settings.search.BaseSearchIndexProvider;
67 import com.android.settings.search.Indexable;
68 import com.android.settings.search.SearchIndexableRaw;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 663 if not hasattr(expect_list[i], "search"):
673 m = expect_list[i].search(self.cookedq)
698 m = expect_list[i].search(self.cookedq)
726 if not hasattr(list[i], "search"):
735 m = list[i].search(self.cookedq)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 663 if not hasattr(expect_list[i], "search"):
673 m = expect_list[i].search(self.cookedq)
698 m = expect_list[i].search(self.cookedq)
726 if not hasattr(list[i], "search"):
735 m = list[i].search(self.cookedq)
  /external/chromium_org/third_party/icu/source/i18n/
tznames_impl.cpp 146 // search is performed. put() simply saves the parameters in case we do
230 // Linear search of the sorted list of children.
271 // Linear search of the sorted list of children.
286 // Mutex for protecting the lazy creation of the Trie node structure on the first call to search().
307 TextTrieMap::search(const UnicodeString &text, int32_t start, function in class:TextTrieMap
324 search(fNodes, text, start, start, handler, status);
328 TextTrieMap::search(CharacterNode *node, const UnicodeString &text, int32_t start, function in class:TextTrieMap
359 search(node, text, start, index+1, handler, status);
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 146 // search is performed. put() simply saves the parameters in case we do
230 // Linear search of the sorted list of children.
271 // Linear search of the sorted list of children.
286 // Mutex for protecting the lazy creation of the Trie node structure on the first call to search().
307 TextTrieMap::search(const UnicodeString &text, int32_t start, function in class:TextTrieMap
324 search(fNodes, text, start, start, handler, status);
328 TextTrieMap::search(CharacterNode *node, const UnicodeString &text, int32_t start, function in class:TextTrieMap
359 search(node, text, start, index+1, handler, status);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 125 * search tree with the additional property that recently accessed
165 // Splay on the key to move the last node on the search path for
257 // node on the search path to the top of the tree.
286 * key, the last node on the search path is moved to the top of the
288 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/ceres-solver/scripts/
ceres-solver.spec 43 - Line search solvers (L-BFGS and Nonlinear CG)
  /external/chromium_org/chrome/browser/chromeos/events/
event_rewriter_unittest.cc 586 // Press Search. Confirm the event is not rewritten.
612 // Release Search. Confirm the release event is not rewritten.
636 // Press Search with Caps Lock mask. Confirm the event is not rewritten.
641 // Release Search with Caps Lock mask. Confirm the event is not rewritten.
646 // Press Shift+Ctrl+Alt+Search+A. Confirm the event is not rewritten.
661 // Disable Search and Control keys.
664 IntegerPrefMember search; local
665 search.Init(prefs::kLanguageRemapSearchKeyTo, &prefs);
666 search.SetValue(chromeos::input_method::kVoidKey);
682 // Press Search. Confirm the event is now VKEY_UNKNOWN
745 IntegerPrefMember search; local
812 IntegerPrefMember search; local
836 IntegerPrefMember search; local
926 IntegerPrefMember search; local
1674 IntegerPrefMember search; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
context_menu.js 7 * @fileoverview Context Menu for Search.
14 goog.require('cvox.Search');
31 * Current focus Search is in.
73 ret = cvox.Search.keyhandler(evt);
81 * Switch to main search results focus.
87 cvox.Search.populateResults();
88 cvox.Search.index = 0;
89 cvox.Search.syncToIndex();
97 cvox.Search.populateAdResults();
98 if (cvox.Search.results.length === 0)
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
website_settings.css 33 #website-settings-search-box {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 36 // Search history to find up to ten links that a user has typed in,
48 chrome.history.search({
  /external/chromium_org/net/dns/
dns_config_service_posix.cc 451 dns_config->search.clear();
453 dns_config->search.push_back(std::string(res.dnsrch[i]));
  /external/chromium_org/net/tools/gdig/
gdig.cc 63 output.append("search ");
64 for (size_t i = 0; i < dns_config.search.size(); ++i) {
65 output.append(dns_config.search[i] + " ");
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 119 * search tree with the additional property that recently accessed
159 // Splay on the key to move the last node on the search path for
236 // node on the search path to the top of the tree.
265 * key, the last node on the search path is moved to the top of the
267 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 119 * search tree with the additional property that recently accessed
159 // Splay on the key to move the last node on the search path for
236 // node on the search path to the top of the tree.
265 * key, the last node on the search path is moved to the top of the
267 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 120 * search tree with the additional property that recently accessed
160 // Splay on the key to move the last node on the search path for
252 // node on the search path to the top of the tree.
281 * key, the last node on the search path is moved to the top of the
283 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 239 builder['is_green'] = not re.search('fail', cell.renderContents()) or \
240 not not re.search('lost', cell.renderContents())
  /external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py 223 match = non_space.search(line)
232 match = non_space.search(line)
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 374 format_specifier = _FORMAT_SPECIFIER.search(output)
401 match = _CHAR_LIMIT.search(description)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
chrome_browser_backend.py 233 branch_number_match = re.search('Chrome/\d+\.\d+\.(\d+)\.\d+',
236 branch_number_match = re.search(
  /external/chromium_org/v8/benchmarks/
splay.js 125 * search tree with the additional property that recently accessed
165 // Splay on the key to move the last node on the search path for
257 // node on the search path to the top of the tree.
286 * key, the last node on the search path is moved to the top of the
288 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/chromium_org/v8/tools/push-to-trunk/
push_to_trunk.py 179 match = re.search(r"^Review URL: https://codereview\.chromium\.org/(\d+)$",
356 result = filter(lambda x: re.search(r"^Committed r[0-9]+", x),

Completed in 1040 milliseconds

<<21222324252627282930>>