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

<<11121314151617181920>>

  /external/icu4c/test/intltest/
ssearch.cpp 312 // Do the search, check the match result against the expected results.
341 // Do the backwards search, check the match result against the expected results.
456 errln("Could not open search object for %s", testCases[t].locale);
650 // Do the search, check the match result against the expected results.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 322 #search {
485 /* SEARCH FILTER */
491 #search-button {
544 /* SEARCH */
546 /* restrict global search form width */
606 /* Disable built in search forms */
607 .gsc-control form.gsc-search-box {
610 table.gsc-search-box {
628 td.gsc-search-button {
634 #search-button
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 322 #search {
485 /* SEARCH FILTER */
491 #search-button {
544 /* SEARCH */
546 /* restrict global search form width */
606 /* Disable built in search forms */
607 .gsc-control form.gsc-search-box {
610 table.gsc-search-box {
628 td.gsc-search-button {
634 #search-button
    [all...]
  /external/chromium/third_party/libevent/
event_rpcgen.py     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 730 <a href="<?cs var:toroot ?>training/search/index.html"
732 "How to properly add a search interface to your app and create a searchable database."
733 >Adding Search Functionality</a>
736 <li><a href="<?cs var:toroot ?>training/search/setup.html">
737 Setting up the Search Interface
740 <li><a href="<?cs var:toroot ?>training/search/search.html">
744 <li><a href="<?cs var:toroot ?>training/search/backward-compat.html">
    [all...]
  /bionic/libc/tools/
gensyscalls.py 320 m = re.search(pattern, line)
  /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/releasetools/
check_target_files_signatures 230 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/chrome/browser/password_manager/
password_form_manager.cc 86 return std::search(after_scheme1,
  /external/chromium/testing/gtest/test/
gtest_filter_unittest.py 355 param_tests_present = PARAM_TEST_REGEX.search(
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 267 # Things to search for.
268 m_r = re.search("""base\s*\.\s*require\((["'])(.+?)\\1\)""",
270 m_s = re.search("""base\s*\.\s*requireStylesheet\((["'])(.+?)\\1\)""",
272 m_irs = re.search("""base\s*\.\s*requireRawScript\((["'])(.+?)\\1\)""",
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 371 /* Expand all inherited members in the class. Used when initiating page search */
382 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
  /external/elfutils/src/
findtextrel.c 40 #include <search.h>
  /external/gtest/test/
gtest_filter_unittest.py 355 param_tests_present = PARAM_TEST_REGEX.search(
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 39 -Lpath/to/lib Additional library search paths
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_filter_unittest.py 355 param_tests_present = PARAM_TEST_REGEX.search(
  /external/llvm/utils/lit/lit/
main.py 308 if rex.search(t.getFullName())]
  /external/webkit/Source/WebCore/dom/
Element.h 97 DEFINE_ATTRIBUTE_EVENT_LISTENER(search);
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 59 // Buffer that knows how to compare with a search target.
60 // Keeps enough of the previous text to be able to search in the future, but no more.
79 size_t search(size_t& startOffset);
2159 inline size_t SearchBuffer::search(size_t& start) function in class:WebCore::SearchBuffer
2299 inline size_t SearchBuffer::search(size_t& start) function in class:WebCore::SearchBuffer
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.cpp 444 String HTMLAnchorElement::search() const function in class:WebCore::HTMLAnchorElement
  /external/webkit/Source/WebCore/page/
DOMWindow.h 318 DEFINE_ATTRIBUTE_EVENT_LISTENER(search);
  /external/webkit/Tools/Scripts/
bisect-builds 101 print STDERR "Search WebKit nightly builds for changes in behavior.\n";
109 [-r|--revision M[:N]] specify starting (and optional ending) revisions to search
  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 35 import com.android.browser.search.SearchEngine;
36 import com.android.common.Search;
47 // "source" parameter for Google search suggested by the browser
49 // "source" parameter for Google search from unknown source
99 // If this was a search request (e.g. search query directly typed into the address bar),
100 // pass it on to the default web search provider.
240 // But currently, we get the user-typed URL from search box as well.
248 source = appData.getString(Search.SOURCE);
262 * Launches the default web search activity with the query parameters if the given intent's dat
    [all...]

Completed in 7041 milliseconds

<<11121314151617181920>>