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

<<11121314151617181920>>

  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 241 #define AVRC_STS_SEARCH_NOT_SUP 0x0f /* Search Not Supported - The Browsed Media Player does not support search Search */
242 #define AVRC_STS_SEARCH_BUSY 0x10 /* Search in Progress - A search operation is already in progress Search*/
245 #define AVRC_STS_PLAYER_N_ADDR 0x13 /* Player Not Addressed. The Player Id supplied refers to a player which is not currently addressed, and the command is not able to be performed if the player is not set as addressed. Search, SetBrowsedPlayer*/
246 #define AVRC_STS_BAD_SEARCH_RES 0x14 /* No valid Search Results - The Search result list does not contain valid entries, e.g. after being invalidated due to change of browsed player GetFolderItems */
364 #define AVRC_SCOPE_SEARCH 0x02 /* Media Element Item The results of a search operation on the browsed player *
1199 tAVRC_SEARCH_CMD search; \/* Search *\/ member in union:__anon2681
1413 tAVRC_SEARCH_RSP search; \/* Search *\/ member in union:__anon2700
    [all...]
  /external/chromium/chrome/browser/resources/options/
options.js 46 var menuDisabled = menuOffPattern.test(window.location.search);
  /external/icu4c/i18n/
tzgnames.cpp     [all...]
bmsearch.cpp 658 UBool BoyerMooreSearch::search(int32_t offset, int32_t &start, int32_t &end) function in class:BoyerMooreSearch
  /external/libsepol/tests/policies/test-expander/
small-base.conf 165 search
  /external/v8/
Android.v8common.mk 86 src/string-search.cc \
  /external/v8/src/
handles.cc 40 #include "string-search.h"
426 StringSearch<char, SourceChar> search(isolate, CStrVector("\n"));
431 position = search.Search(src, position);
    [all...]
runtime.h 633 Handle<String> search,
  /external/v8/test/mjsunit/
undeletable-functions.js 109 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
  /external/valgrind/main/cachegrind/
cg_annotate.in 158 -I<d> --include=<d> add <d> to list of directories to search for
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp     [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 469 search:
491 continue search; local
    [all...]
  /ndk/build/core/
setup-toolchain.mk 162 $(hide) $(HOST_ECHO) "set solib-search-path $(call host-path,$(PRIVATE_SOLIB_PATH))" > $(PRIVATE_DST)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 76 import org.eclipse.jdt.core.search.IJavaSearchScope;
77 import org.eclipse.jdt.core.search.SearchEngine;
382 // Compute a search scope: We need to merge all the subclasses
  /external/dnsmasq/src/
rfc2131.c 225 int search; local
228 search = SUBOPT_CIRCUIT_ID;
230 search = SUBOPT_REMOTE_ID;
232 search = SUBOPT_SUBSCR_ID;
236 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), search, 1)) &&
285 we search again. If we don't have have a giaddr or explicit subnet selector,
578 /* Search again now we have a hostname.
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 132 /** The key of the regex array defining what to search for */
135 matched search to use as a replacement */
140 matched search to put before the replacement */
143 matched search to put after the replacement */
3174 $search = array(); variable
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 57 input[type="search"]:focus, input[type="text"]:focus {
170 body.attached #search-toolbar-label {
294 .toolbar-search-item {
301 #search {
306 body.attached #search {
310 #search-results-matches {
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 116 /* DM search events */
119 /* DM search API events */
532 tBTA_DM_API_SEARCH search; member in union:__anon2013
728 /* DM search control block */
744 tBTA_DM_MSG * p_search_queue; /* search or discover commands during search cancel stored here */
776 /* DM search state */
882 /* DM search control block */
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 193 * @param {Array} array The array to search.
223 * @param {string} id The application ID to search for.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 170 if javascripttokenizer.JavaScriptTokenizer.SINGLE_QUOTE.search(
328 namespace = tokenutil.Search(token, Type.STRING_TEXT).string
359 namespace = tokenutil.Search(token, Type.STRING_TEXT).string
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 229 bool Search(StringRef S) {
230 P = std::search(C, End, S.begin(), S.end());
235 // Advance 1-past previous next/search.
236 // Behavior is undefined if previous next/search failed.
259 const char *PEnd; // previous next/search subject end (1-past)
273 // Search for token: expected
274 if (!PH.Search("expected"))
385 // Search for token: }}
386 if (!PH.Search("}}")) {
  /external/sepolicy/check_seapp/
check_seapp.c 10 #include <search.h>
202 * The policy db to search
204 * The type to search for
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 493 if (not re.search("^file:///[a-z]:", uri) or
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 372 match = re.search("^r(?P<svn_revision>\d+) \|", commit_log, re.MULTILINE)
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 38 import com.android.browser.search.SearchEngine;
44 * adapter to wrap multiple cursors for url/search completions

Completed in 997 milliseconds

<<11121314151617181920>>