HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 276 - 300 of 551) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/html/
InputType.cpp 97 map->add(InputTypeNames::search(), SearchInputType::create);
757 const AtomicString& search() function in namespace:WebCore::InputTypeNames
759 DEFINE_STATIC_LOCAL(AtomicString, name, ("search"));
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 75 target directory to the sys.path search path.
139 target directory to the sys.path search path.
156 text = ("# This file is required for Python to search this "
  /frameworks/base/core/java/android/provider/
Browser.java 129 * {@link SearchColumns#SEARCH}, and {@link SearchColumns#DATE}.
134 SearchColumns.SEARCH, // 1
529 * Add a search string to the searches database.
533 * @param search The string to add to the searches database.
535 public static final void addSearchUrl(ContentResolver cr, String search) {
538 values.put(Searches.SEARCH, search);
544 * Remove all searches from the search database.
639 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
649 * The user entered search term
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 93 // usedForSearch - indicates if this fragment is used in the search fragment
336 private void search(String query, Time time) { method in class:AgendaFragment
357 return EventType.GO_TO | EventType.EVENTS_CHANGED | ((mUsedForSearch)?EventType.SEARCH:0);
372 } else if (event.eventType == EventType.SEARCH) {
373 search(event.query, event.startTime); method
  /external/elfutils/src/
ldgeneric.c 970 struct scnhead search; local
1004 search.name = elf_strptr (fileinfo->elf, fileinfo->shstrndx, shdr->sh_name);
1005 search.type = shdr->sh_type;
1006 search.flags = shdr->sh_flags;
1007 search.entsize = shdr->sh_entsize;
1008 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL;
1009 search.kind = scn_normal;
1010 hval = elf_hash (search.name);
1013 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search);
1521 struct symbol search; local
1920 struct symbol search = { .name = syms[cnt].as_name }; local
3362 struct id_list search; local
3633 struct symbol search = { .name = ld_state.entry }; local
5396 struct symbol search; local
    [all...]
  /cts/suite/pts/utils/
get_csv_report.py 99 m = re.search(r'.*;/data\s+(\w+)\s+(\w+)\s+(\w+)\s+(\w+);', partitions)
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 208 match = re.search("\nmd5_data = {\n([^}]+)}", src)
  /external/chromium/base/
string_piece.cc 41 const char* result = std::search(ptr_ + pos, ptr_ + length_,
102 // Avoid the cost of BuildLookupTable() for a single-character search.
124 // Avoid the cost of BuildLookupTable() for a single-character search.
154 // Avoid the cost of BuildLookupTable() for a single-character search.
178 // Avoid the cost of BuildLookupTable() for a single-character search.
  /external/chromium/net/http/
http_util.cc 285 std::search(headers.begin(),
  /external/chromium/testing/gtest/scripts/
pump.py 172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 223 # Things to search for.
224 m_r = re.search("""base\s*\.\s*require\((["'])(.+?)\\1\)""",
226 m_s = re.search("""base\s*\.\s*requireStylesheet\((["'])(.+?)\\1\)""",
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 264 if self.MISSING_PARAMETER_SPACE.search(token.string):
385 if self.ILLEGAL_TAB.search(token.string):
647 and self.ENDS_WITH_SPACE.search(token.previous.string)):
707 if self.ILLEGAL_TAB.search(token.string):
    [all...]
  /external/elfutils/libdwfl/
cu.c 53 #include <search.h>
111 /* The ranges are sorted by address, so we can use binary search. */
  /external/gtest/scripts/
pump.py 172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
  /external/icu4c/common/
uvector.h 346 int32_t search(void* obj) const;
  /external/icu4c/i18n/
csrsbcs.h 36 * Binary search for value in table, which must have exactly 64 entries.
38 int32_t search(const int32_t *table, int32_t value);
  /external/markdown/markdown/
treeprocessors.py 60 * index: index, from which we start search
65 m = self.__placeholder_re.search(data, index)
208 * startIndex: string index, from which we starting search
  /external/oprofile/
oprofile_android 255 vma_start = re.search('([0-9a-fA-F]{8}) T _text', output).group(1)
256 vma_end = re.search('([0-9a-fA-F]{8}) A _etext', output).group(1)
  /external/protobuf/python/
ez_setup.py 260 match = re.search("\nmd5_data = {\n([^}]+)}", src)
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.h 217 NSSearchFieldCell* search() const;
  /external/webkit/Tools/gdb/
webkit.py 274 if function.search(tag):
  /external/webkit/Tools/wx/build/
build_utils.py 161 match = re.search('^\* (.*)', branches, re.MULTILINE)
  /frameworks/base/core/java/android/server/search/
SearchManagerService.java 17 package android.server.search;
53 * The search manager service handles the search UI, and maintains a registry of searchable
68 * Initializes the Search Manager service in the provided system context.
203 * @param launchActivity The activity from which we're launching this search.
204 * @return Returns a SearchableInfo record describing the parameters of the search,
216 * Returns a list of the searchable activities that can be included in global search.
227 * Gets the name of the global search activity.
234 * Gets the name of the web search activity.
  /frameworks/base/core/tests/coretests/src/android/app/
SearchablesTest.java 33 import android.server.search.Searchables;
  /ndk/sources/host-tools/make-3.81/
remake.c 428 that its name may be changed by a VPATH search, and thus it may
431 to have that name replaced with another found by VPATH search. */
    [all...]

Completed in 1015 milliseconds

<<11121314151617181920>>