HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 126 - 150 of 233) sorted by null

1 2 3 4 56 7 8 910

  /external/icu4c/samples/
readme.txt 27 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface.
  /external/v8/tools/
js2c.py 98 eval_match = EVAL_PATTERN.search(lines)
101 with_match = WITH_PATTERN.search(lines)
splaytree.js 37 * search tree with the additional property that recently accessed
78 // Splay on the key to move the last node on the search path for
185 // node on the search path to the top of the tree.
212 * key, the last node on the search path is moved to the top of the
214 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
presubmit.py 260 if not COPYRIGHT_HEADER_PATTERN.search(contents):
  /external/webkit/WebCore/css/
html.css 322 input, input[type="password"], input[type="search"], isindex {
332 input[type="search"] {
337 input[type="search"]::-webkit-search-cancel-button {
342 input[type="search"]::-webkit-search-decoration {
347 input[type="search"]::-webkit-search-results-decoration {
352 input[type="search"]::-webkit-search-results-button
    [all...]
  /external/bluetooth/bluez/src/
sdpd-request.c 301 * specified in the "search pattern" must be present in the
302 * "target pattern". Here "search pattern" is the set of UUIDs
306 * Return 1 if each and every UUID in the search
310 static int sdp_match_uuid(sdp_list_t *search, sdp_list_t *pattern)
315 * from the search pattern
319 if (patlen < sdp_list_len(search))
321 for (; search; search = search->next) {
323 void *data = search->data
    [all...]
  /external/elfutils/src/
ldgeneric.c 911 struct scnhead search; local
945 search.name = elf_strptr (fileinfo->elf, fileinfo->shstrndx, shdr->sh_name);
946 search.type = shdr->sh_type;
947 search.flags = shdr->sh_flags;
948 search.entsize = shdr->sh_entsize;
949 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL;
950 search.kind = scn_normal;
951 hval = elf_hash (search.name);
954 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search);
990 queued->name = search.name
1353 struct symbol search; local
1746 struct symbol search = { .name = syms[cnt].as_name }; local
3144 struct id_list search; local
3403 struct symbol search = { .name = ld_state.entry }; local
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 321 #search {
484 /* SEARCH FILTER */
490 #search-button {
543 /* SEARCH */
545 /* restrict global search form width */
605 /* Disable built in search forms */
606 .gsc-control form.gsc-search-box {
609 table.gsc-search-box {
627 td.gsc-search-button {
633 #search-button
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 366 #search {
616 /* SEARCH FILTER */
621 #search-button {
674 /* SEARCH */
676 /* restrict global search form width */
736 /* Disable built in search forms */
737 .gsc-control form.gsc-search-box {
740 table.gsc-search-box {
758 td.gsc-search-button {
764 #search-button
    [all...]
  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 100 // this is something we got from the search bar
330 Uri search = Uri.parse("content://media/external/audio/search/fancy/" + local
335 async.startQuery(0, null, search, ccols, null, null, null);
337 ret = MusicUtils.query(this, search, ccols, null, null, null);
  /external/webkit/WebKit/chromium/src/js/
Tests.js 298 if (resource.url.search("image.html$") !== -1) {
305 } else if (resource.url.search("image.png") !== -1) {
436 // Iterate over displayed functions and search for a function
505 if (url && url.search("debugger_test_page.html$") !== -1) {
797 test.assertTrue(scriptResource.url.search(scriptName + "$") !== -1, "Main HTML resource should be selected.");
977 if (options[i].text.search("script_syntax_error.html$") !== -1)
    [all...]
  /external/icu4c/i18n/
Android.mk 53 search.cpp simpletz.cpp smpdtfmt.cpp \
zstrfmt.h 69 * Search result handler callback interface used by TextTrieMap search.
88 void search(const UnicodeString &text, int32_t start,
102 void search(CharacterNode *node, const UnicodeString &text, int32_t start,
392 * for collecting search results for localized zone strings.
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/opencore/tools_v2/build/make/platforms/
android.mk 19 # include the common engine header files in the search path
  /external/v8/benchmarks/
splay.js 124 * search tree with the additional property that recently accessed
164 // Splay on the key to move the last node on the search path for
241 // node on the search path to the top of the tree.
270 * key, the last node on the search path is moved to the top of the
272 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/webkit/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
  /build/tools/releasetools/
edify_generator.py 51 m = x.search(cmd)
  /external/elfutils/libdw/
dwarf_getloclist.c 20 #include <search.h>
285 /* Insert a record in the search tree so that we can find it again
  /external/icu4c/common/
uvector.h 337 int32_t search(void* obj) const;
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.h 176 NSSearchFieldCell* search() const;
RenderThemeMac.h 178 NSSearchFieldCell* search() const;
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
handshake.py 210 if not regexp.search(line):
214 if not _SIXTH_AND_LATER.search(sixth_and_later):
  /external/webkit/WebKitTools/wx/build/
build_utils.py 161 match = re.search('^\* (.*)', branches, re.MULTILINE)
  /frameworks/base/core/java/android/server/search/
Searchables.java 17 package android.server.search;
75 * <li>The activity itself implements search. This is indicated by the
77 * The value is a reference to an XML file containing search information.</li>
78 * <li>A related activity implements search. This is indicated by the
80 * The value is a string naming the activity implementing search. In this
83 * code will insert the "default" (e.g. contacts) search.
168 * refill as the user clicks "search".
227 // Find the global search activity
230 // Find the web search activity
244 * Finds the global search activity
    [all...]

Completed in 1777 milliseconds

1 2 3 4 56 7 8 910