HomeSort by relevance Sort by last modified time
    Searched full:matching (Results 301 - 325 of 5917) sorted by null

<<11121314151617181920>>

  /external/skia/include/views/
SkEventSink.h 78 kSinkNotFound_EventResult //!< no matching eventsink was found for the event's getSink().
87 * Returns the matching eventsink, or null if not found
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 146 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) {
154 if (filterEquals(cur, matching)) {
165 public ArrayList<F> findFilters(IntentFilter matching) {
166 if (matching.countDataSchemes() == 1) {
168 return collectFilters(mSchemeToFilter.get(matching.getDataScheme(0)), matching);
169 } else if (matching.countDataTypes() != 0 && matching.countActions() == 1) {
171 return collectFilters(mTypedActionToFilter.get(matching.getAction(0)), matching);
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
X509ExtendedKeyManager.java 47 * @return the alias name of a matching key or {@code null} if there are no
67 * @return the alias name of a matching key or {@code null} if there are no
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 36 * <p>Throughout the documentation of this class, the phrase "matching character" is used to mean
728 * Returns {@code true} if a character sequence contains at least one matching character.
743 * Returns {@code true} if a character sequence contains only matching characters.
762 * Returns {@code true} if a character sequence contains no matching characters. Equivalent to
779 * Returns the index of the first matching character in a character sequence, or {@code -1} if no
780 * matching character is present.
799 * Returns the index of the first matching character in a character sequence, starting from a
808 * @return the index of the first matching character, guaranteed to be no less than {@code start},
825 * Returns the index of the last matching character in a character sequence, or {@code -1} if no
826 * matching character is present
    [all...]
  /external/pcre/dist/doc/
pcregrep.txt 68 matching substrings, or if --only-matching, --file-offsets, or --line-
86 from matching with "super|man" when only the matching substrings are
129 Output number lines of context after each matching line. If
143 Output number lines of context before each matching line. If
154 "binary" (the default), pattern matching is performed on
171 matching line. This is equivalent to setting both -A and -B
279 Interpret each data-matching pattern as a list of fixed
331 offsets and --only-matching
    [all...]
  /external/pcre/dist/doc/html/
pcreposix.html 19 <li><a name="TOC4" href="#SEC4">MATCHING NEWLINE CHARACTERS</a>
20 <li><a name="TOC5" href="#SEC5">MATCHING A PATTERN</a>
122 compiled with this flag is passed to <b>regexec()</b> for matching, the
143 strings used for matching it to be treated as UTF-8 strings. Note that REG_UTF8
166 <br><a name="SEC4" href="#TOC1">MATCHING NEWLINE CHARACTERS</a><br>
171 possibilities for matching newline characters in PCRE:
193 newline from matching [^a].
200 <br><a name="SEC5" href="#TOC1">MATCHING A PATTERN</a><br>
209 The PCRE_NOTBOL option is set when calling the underlying PCRE matching
214 The PCRE_NOTEMPTY option is set when calling the underlying PCRE matching
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlSanitizer.java 191 .allowAttributes("dir").matching(true, "ltr", "rtl").globally()
197 .allowAttributes("href").matching(A_HREF_PROTOCOLS).onElements("a")
203 .allowAttributes("href").matching(URL_PROTOCOLS).onElements("area")
208 .allowAttributes("href").matching(URL_PROTOCOLS).onElements("base")
265 .allowAttributes("src").matching(IMG_SRC_PROTOCOLS).onElements("img")
266 .allowAttributes("longdesc").matching(URL_PROTOCOLS).onElements("img")
271 .allowAttributes("src").matching(URL_PROTOCOLS).onElements("input")
272 .allowAttributes("formaction").matching(URL_PROTOCOLS).onElements("input")
280 .allowAttributes("cite").matching(URL_PROTOCOLS).onElements("ins")
294 .allowAttributes("icon").matching(URL_PROTOCOLS).onElements("menuitem"
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 32 * <p>Throughout the documentation of this class, the phrase "matching
716 * Returns {@code true} if a character sequence contains only matching
737 * Returns {@code true} if a character sequence contains no matching
755 * Returns the index of the first matching character in a character sequence,
756 * or {@code -1} if no matching character is present.
775 * Returns the index of the first matching character in a character sequence,
785 * @return the index of the first matching character, guaranteed to be no less
802 * Returns the index of the last matching character in a character sequence,
803 * or {@code -1} if no matching character is present.
821 * Returns the number of matching characters found in a character sequence
    [all...]
  /development/tools/idegen/src/
Excludes.java 28 * Constructs a set of excludes matching the given patterns.
  /external/ant-glob/
README.txt 10 Specifically, it contains the subset of Ant related to matching glob patterns
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
FailedPredicateException.js 2 * occurs when normally parsing the alternative just like matching a token.
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler.h 43 // matching components. This will be set for left clicks, and tap events.
  /external/chromium_org/base/
callback_unittest.nc 15 #if defined(NCTEST_EQUALS_REQUIRES_SAMETYPE) // [r"no matching function for call to 'base::Callback<void\(\)>::Equals\(base::Callback<int\(\)>&\)'"]
  /external/chromium_org/chrome/common/extensions/api/url_handlers/
url_handlers_parser.h 45 // Finds a matching URL handler for |extension|, if any. Returns NULL in none
  /external/chromium_org/components/omnibox/
answers_cache.h 28 // will contain empty query text and type if no matching data was found.
  /external/chromium_org/components/password_manager/core/browser/webdata/
logins_table.h 44 // Return the ie7/ie8 login matching |info|.
  /external/chromium_org/components/query_parser/
query_parser.h 48 // entry is added to |match_positions| for all matching words giving the
49 // matching regions.
69 // can be useful in prefix matching, but that may give us too many
95 // to ParseQuery. If the query does match, each of the matching positions in
  /external/chromium_org/components/search_engines/
template_url_data.cc 32 // Case sensitive keyword matching is confusing. As such, we force all
  /external/chromium_org/components/signin/core/browser/
profile_oauth2_token_service.cc 32 DCHECK(client_) << "Shutdown() called without matching call to Initialize()";
  /external/chromium_org/content/browser/media/
media_browsertest.h 37 // default strings or the expected string. Returns the matching title value.
  /external/chromium_org/content/child/service_worker/
service_worker_handle_reference.h 27 // have a matching
  /external/chromium_org/device/hid/
hid_service_mac.h 36 // IOService matching callbacks.
  /external/chromium_org/extensions/common/api/
usb_private.idl 28 // Lists USB devices matching any of the given filters.
  /external/chromium_org/media/video/capture/win/
capability_list_win.h 44 // matching capability. The algorithm prioritizes height, width, frame rate
  /external/chromium_org/net/proxy/
proxy_bypass_rules.h 71 // evironment variable. It is less flexible, since with the suffix matching
117 // to handle IP literal canonicalization. For example matching
118 // on "[0:0:0::1]" would be the same as matching on "[::1]" since
148 // a suffix test. It is less flexible, since with the suffix matching format

Completed in 5092 milliseconds

<<11121314151617181920>>