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

<<21222324252627282930>>

  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 235 mSpinnerRank.setSelection(search(ranks, selectedRank)); method
349 * Sequential search
352 * @param s The string to search for
355 private int search(String[] array, String s) { method in class:AppRestrictionEnforcerFragment
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 235 mSpinnerRank.setSelection(search(ranks, selectedRank)); method
349 * Sequential search
352 * @param s The string to search for
355 private int search(String[] array, String s) { method in class:AppRestrictionEnforcerFragment
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 108 'q=': 'Search',
136 searchTreeItem.label = loadTimeData.getString('search');
222 // In case we got a search hash, update the text input and the
258 * Navigates to the search results for the search text.
259 * @param {string} searchText The text to search for.
263 // Only update search item if we have a search term. We never want the
264 // search item to be for an empty search
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
find_util.js 30 * @param {boolean=} opt_initialNode Whether to start the search from node
focus_util.js 36 'search' : true,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
results.js 25 * @param {Element} result Search result to be spoken.
73 * Speak a normal search result.
152 * Speak a weather search result.
223 * Speak a knowledge panel search result.
276 * Speak a calculator search result.
  /external/chromium_org/chrome/browser/resources/hotword_audio_verification/
flow.js 16 * chrome/browser/search/hotword_service.h and should be kept in sync
  /external/chromium_org/chrome/browser/resources/options/
search_engine_manager_engine_list.js 31 * Creates a new search engine list item.
32 * @param {SearchEngine} searchEngine The search engine this represents.
44 * Decorates an element as a search engine list item.
209 indicator.setAttribute('setting', 'search-engine');
  /external/chromium_org/chrome/browser/resources/pdf/
open_pdf_params_parser.js 58 var paramIndex = originalUrl.search('#');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
naclterm.js 42 var profileName = lib.f.parseQuery(document.location.search)['profile'];
238 var args = lib.f.parseQuery(document.location.search);
  /external/chromium_org/ppapi/
PRESUBMIT.py 75 if RE_TODO.search(open(filepath, 'rb').read()):
108 if RE_UNVERSIONED_PPB.search(open(filepath, 'rb').read()):
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 88 int GrGpuGL::ProgramCache::search(const GrGLProgramDesc& desc) const { function in class:GrGpuGL::ProgramCache
117 entryIdx = this->search(desc);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFGraphicState.cpp 187 GSCanonicalEntry search(&paint);
188 return CanonicalPaints().find(search);
  /external/chromium_org/tools/page_cycler/common/
head.js 87 var s = document.location.search;
  /external/chromium_org/v8/benchmarks/spinning-balls/
splay-tree.js 30 * search tree with the additional property that recently accessed
70 // Splay on the key to move the last node on the search path for
162 // node on the search path to the top of the tree.
191 * key, the last node on the search path is moved to the top of the
193 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/chromium_org/v8/test/promises-aplus/lib/
require.js 36 if (name.search('./helpers/') === 0) {
  /external/chromium_org/v8/tools/
splaytree.js 31 * search tree with the additional property that recently accessed
72 // Splay on the key to move the last node on the search path for
179 // node on the search path to the top of the tree.
217 * key, the last node on the search path is moved to the top of the
219 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/clang/utils/
token-delta.py 71 res = self.search(c, sets)
82 def search(self, c, sets): member in class:DeltaAlgorithm
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 20 RSSFeedCommon.XpathError=Error: no xpath string to search for, eg., /*/*[name() = 'entry'][1]/*[name() = 'updated']/text()
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 87 int GrGpuGL::ProgramCache::search(const GrGLProgramDesc& desc) const { function in class:GrGpuGL::ProgramCache
115 entryIdx = this->search(desc);
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 186 GSCanonicalEntry search(&paint);
187 return CanonicalPaints().find(search);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 43 import com.android.settings.search.Index;
44 import com.android.settings.search.SearchIndexableRaw;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 145 match = self.interesting.search(rawdata, i) # < or &
224 assert 0, "interesting.search() lied"
270 match = piclose.search(rawdata, i+2) # >
366 match = endendtag.search(rawdata, i+1) # >
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 224 if pattern_re.search(name):
245 if pattern_re.search(self.files[i]):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 201 m = self.prog.search(chars)
232 m = self.prog.search(chars, m.end())

Completed in 2204 milliseconds

<<21222324252627282930>>