HomeSort by relevance Sort by last modified time
    Searched defs:search (Results 226 - 250 of 807) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 1027 auto search = local
1388 auto search = cached_buffer_map_.find(slot); local
    [all...]
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaBrowser2Test.java 310 // Request the search.
313 browser.search(query, extras);
316 // Get the search result.
343 browser.search(query, extras);
369 browser.search(query, extras);
    [all...]
  /frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
MediaBrowserCompatTest.java 614 mMediaBrowser.search(SEARCH_QUERY_FOR_NO_RESULT, null, mSearchCallback);
622 mMediaBrowser.search(SEARCH_QUERY_FOR_ERROR, null, mSearchCallback);
631 mMediaBrowser.search(SEARCH_QUERY, extras, mSearchCallback);
    [all...]
  /libcore/ojluni/src/main/java/java/awt/font/
NumericShaper.java 400 * If more than BSEARCH_THRESHOLD ranges are specified, binary search is used.
520 // some ranges adjoin or overlap, rethink if we want to do a binary search on this
907 // use a binary search with a cache
914 cachedIndex = search(c, strongTable, 0, cachedIndex);
916 cachedIndex = search(c, strongTable, cachedIndex + 1,
1481 private static int search(int value, int[] array, int start, int length) method in class:NumericShaper
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 116 setContentView(R.layout.search);
184 search(query, t); method
212 private void search(String searchQuery, Time goToTime) { method in class:SearchActivity
221 searchEventInfo.eventType = EventType.SEARCH;
312 search(query, null); method
373 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query,
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
LeanbackLauncherStrategy.java 217 public void search(String query) { method in class:LeanbackLauncherStrategy
219 throw new RuntimeException("Could not find search row.");
241 throw new RuntimeException("Could not find search text input.");
256 * Search, Notification(, Partner), Apps, Games, Settings(, and Inputs)
402 // Compare the focused icon and the app icon to search for.
624 // Search by going left first until it finds the app icon on the screen
638 // If we haven't found it yet, search by going right
683 // Search by going down first until it finds the focused row.
687 // If we haven't found it yet, search by going up
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 344 // search
506 = _GLIBCXX_STD_A::search(__first1, __last1, __first2, __last2);
535 = _GLIBCXX_STD_A::search(__first1, __last1, __first2,
569 _RevIterator1 __rresult = _GLIBCXX_STD_A::search(_RevIterator1(__last1),
605 _RevIterator1 __rresult = std::search(_RevIterator1(__last1), __rlast1,
622 * @param __first1 Start of range to search.
623 * @param __last1 End of range to search.
667 * @param __first1 Start of range to search.
668 * @param __last1 End of range to search.
4689 search(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
4761 search(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 344 // search
506 = _GLIBCXX_STD_A::search(__first1, __last1, __first2, __last2);
535 = _GLIBCXX_STD_A::search(__first1, __last1, __first2,
569 _RevIterator1 __rresult = _GLIBCXX_STD_A::search(_RevIterator1(__last1),
605 _RevIterator1 __rresult = std::search(_RevIterator1(__last1), __rlast1,
622 * @param __first1 Start of range to search.
623 * @param __last1 End of range to search.
667 * @param __first1 Start of range to search.
668 * @param __last1 End of range to search.
4689 search(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
4761 search(_ForwardIterator1 __first1, _ForwardIterator1 __last1, function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
537 match = pattern.search(text, here)
2186 def search(self, event=None): member in class:gui.GUI
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
537 match = pattern.search(text, here)
2186 def search(self, event=None): member in class:gui.GUI
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
537 match = pattern.search(text, here)
2186 def search(self, event=None): member in class:gui.GUI
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
537 match = pattern.search(text, here)
2186 def search(self, event=None): member in class:gui.GUI
    [all...]
  /external/curl/lib/vtls/
darwinssl.c 994 SecKeychainSearchRef search = NULL; local
    [all...]
  /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/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java 22 // While porting the ICU4C linear search implementation, this dead code
33 // is a leftover from already-disabled Boyer-Moore search code. This Java implementation
62 * This search has APIs similar to that of other text iteration mechanisms
65 * a given pattern. This search iterator allows changing of direction by
76 * there are some danger points at which the search may render incorrect
83 * position to search from should not be the first character which
102 * Options are also provided to implement "asymmetric search" as described in
161 * the argument collator to search for argument pattern in the argument
166 * @param target target text to search for pattern.
182 // string search does not really work when numeric collation is turned o
988 private boolean search(int startIdx, Match m) { method in class:StringSearch
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 144 * @param strsrch string search data
286 * @param strsrch string search data
358 * @param strsrch string search data
538 * consideration. Forwards search will take the end accents into consideration
539 * for the default shift values and the backwards search will take the prefix
569 * @param strsrch string search data
578 UBreakIterator *breakiterator = strsrch->search->internalBreakIter;
600 * @param strsrch string search data
609 UBreakIterator *breakiterator = strsrch->search->breakIter;
630 const UChar *text = strsrch->search->text
3197 USearch *search = strsrch->search; local
3303 USearch *search = strsrch->search; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 21 // While porting the ICU4C linear search implementation, this dead code
32 // is a leftover from already-disabled Boyer-Moore search code. This Java implementation
61 * This search has APIs similar to that of other text iteration mechanisms
64 * a given pattern. This search iterator allows changing of direction by
75 * there are some danger points at which the search may render incorrect
82 * position to search from should not be the first character which
101 * Options are also provided to implement "asymmetric search" as described in
161 * the argument collator to search for argument pattern in the argument
166 * @param target target text to search for pattern.
183 // string search does not really work when numeric collation is turned o
1004 private boolean search(int startIdx, Match m) { method in class:StringSearch
    [all...]
  /external/libedit/src/
readline.c 504 static char *last_search_pat; /* last !?pat[?] search pattern */
598 /* restore to end of list on failed search */
640 char *tmp, *search = NULL, *aptr; local
814 if (search) {
815 from = strdup(search);
    [all...]
  /external/libevent/
buffer.c 2567 unsigned char *search; local
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 139 #define SEARCH 0x100 /* Search IDAT compression options */
172 /* Overall compression control. The order controls the search order for
173 * 'all'. Since the search is for the smallest the order used is low memory
191 /* This controls the order of search. */
283 png_byte search; /* Search on --search */ member in struct:option
300 S(search, SEARCH)
914 int search = 0; local
    [all...]
  /external/python/cpython3/Modules/
_sre.c 95 /* search engine state */
670 _sre.SRE_Pattern.search
700 TRACE(("|%p|%p|SEARCH\n", PatternObject_GetCode(self), state.ptr));
887 PyObject* search; local
894 search = PyObject_GetAttrString(scanner, "search");
896 if (!search)
899 iterator = PyCallIter_New(search, Py_None);
900 Py_DECREF(search);
    [all...]
  /external/python/cpython3/PC/
launcher.c 435 /* First, search the environment. */
488 debug(L"search for Python version '%ls' found ", wanted_ver);
511 debug(L"search for default Python found ");
707 BOOL search; member in struct:__anon33579
787 /* No extension - search using registered extensions. */
891 wchar_t ** suffix, BOOL *search)
904 *search = FALSE;
914 *search = vpp->search;
1134 BOOL search; local
    [all...]
  /external/v8/src/builtins/
builtins-string.cc 128 // Implements boilerplate logic for {match, split, replace, search} of the
780 // Check if the search string is a regExp and fail if it is.
781 Handle<Object> search = args.atOrUndefined(isolate, 1); local
782 Maybe<bool> is_reg_exp = RegExpUtils::IsRegExp(isolate, search);
795 Object::ToString(isolate, search));
844 // Check if the search string is a regExp and fail if it is.
845 Handle<Object> search = args.atOrUndefined(isolate, 1); local
846 Maybe<bool> is_reg_exp = RegExpUtils::IsRegExp(isolate, search);
859 Object::ToString(isolate, search));
1259 Node* const search = Parameter(1); local
1748 Handle<Object> search = args.atOrUndefined(isolate, 1); local
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/
MediaBrowserServiceCompat.java 143 * A key for passing the list of MediaItems to the ResultReceiver in search.
610 mServiceBinderImpl.search(data.getString(DATA_SEARCH_QUERY),
996 public void search(final String query, final Bundle extras, final ResultReceiver receiver, method in class:MediaBrowserServiceCompat.ServiceBinderImpl
    [all...]
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
MediaBrowserCompatTest.java 663 mMediaBrowser.search(SEARCH_QUERY_FOR_NO_RESULT, null, mSearchCallback);
671 mMediaBrowser.search(SEARCH_QUERY_FOR_ERROR, null, mSearchCallback);
680 mMediaBrowser.search(SEARCH_QUERY, extras, mSearchCallback);
    [all...]

Completed in 1558 milliseconds

1 2 3 4 5 6 7 8 91011>>