HomeSort by relevance Sort by last modified time
    Searched full:matched (Results 326 - 350 of 1264) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant/
wpa_supplicant.conf.orig 179 # priority value, the sooner the network is matched against the scan results).
347 # subject_match: Substring to be matched against the subject of the
352 # altsubject_match: Semicolon separated string of entries to be matched against
393 # subject_match2: Substring to be matched against the subject of the
395 # altsubject_match2: Substring to be matched against the alternative subject
os.h 308 * Returns: Pointer to the matched character or %NULL if not found
316 * Returns: Pointer to the matched character or %NULL if not found
  /external/webkit/Tools/android/flex-2.5.4a/
NEWS 489 invoked holds the number of the matched rule, and added an
490 example of using yy_act to profile how often each rule is matched.
724 - flex now generates warnings for rules that can't be matched.
728 - If you specify the '-s' flag but the default rule can be matched,
783 will affect '^' anchoring for the next rule matched
855 formerly it matched any character at all followed by a ']'.
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 39 * Structured description of Intent values to be matched. An IntentFilter can
110 * has matched the Intent, <em>or</em> no authories were supplied in the filter.
119 * has matched against the Intent, <em>or</em> no paths were supplied in the
189 * The filter matched an intent that had no data specified.
193 * The filter matched an intent with the same data URI scheme.
197 * The filter matched an intent with the same data URI scheme and
202 * The filter matched an intent with the same data URI scheme and
207 * The filter matched an intent with the same data URI scheme,
212 * The filter matched an intent with the same data MIME type.
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 152 /* Return all but the first "n" matched characters back to the input stream. */
344 /* Done after the current pattern has been matched and before the
562 /* Copy whatever the last rule matched to the standard output. */
832 /* Amount of text matched not including the EOB char. */
981 /* We matched a single character, the EOB, so
989 /* We matched some text prior to the EOB, first
    [all...]
  /external/guava/javadoc/com/google/common/base/class-use/
CharMatcher.html 258 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a matcher that matches any character matched by both this matcher
312 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a matcher that matches any character not matched by this matcher.</TD>
329 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a matcher that matches any character matched by either this matcher
355 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a matcher that matches any character matched by both this matcher
364 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a splitter that considers any single character matched by the
373 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a matcher that matches any character matched by either this matcher
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp     [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 1180 private boolean matched; field in class:AbstractMessageParser.Format
    [all...]
  /system/core/sh/
arith_lex.c 153 /* Return all but the first "n" matched characters back to the input stream. */
348 /* Done after the current pattern has been matched and before the
578 /* Copy whatever the last rule matched to the standard output. */
920 /* Amount of text matched not including the EOB char. */
1069 /* We matched a single character, the EOB, so
1077 /* We matched some text prior to the EOB, first
    [all...]
  /external/pcre/
pcregrep.c 223 { OP_OP_STRING, N_COLOUR, &colour_option, "color=option", "matched text color option" },
224 { OP_OP_STRING, N_COLOUR, &colour_option, "colour=option", "matched text colour option" },
247 { OP_OP_NUMBER, 'o', &only_matching, "only-matching=n", "show only the part of the line that matched" },
264 { OP_OP_NUMBER, 'S', &S_arg, "jeffS", "replace matched (sub)string with X" },
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 301 // Matched with a Release in OnSuccess/OnFailure.
498 // Matched with a Release in OnLoginSuccess() and OnLoginFailure().
  /external/chromium/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/
background.html 54 * Keywords are matched in the order supplied, and a non-overlapping
61 * corresponding to the matched text, or null if no match was found.
  /external/clang/docs/
BlockLanguageSpec.txt 106 The compiler and runtime provide copy and release operations for Block references that create and, in matched use, release allocated storage for referenced Blocks.
108 The copy operation Block_copy() is styled as a function that takes an arbitrary Block reference and returns a Block reference of the same type. The release operation, Block_release(), is styled as a function that takes an arbitrary Block reference and, if dynamically matched to a Block copy operation, allows recovery of the referenced allocated memory.
  /external/collada/src/dae/
daeSIDResolver.cpp 147 // The part that wasn't matched is returned in the 'remainingPart' parameter.
170 // Remove the part we matched against from the list
  /external/icu4c/common/
utracimp.h 147 * Must be matched with UTRACE_EXIT() at all function exit points.
170 * Must be matched with UTRACE_EXIT() at all function exit points.
  /external/icu4c/layout/
ContextualSubstSubtables.cpp 302 // that matched when we're done.
551 // that matched when we're done.
  /external/icu4c/test/intltest/
dadrcal.cpp 268 logln("PASS: "+caseString+" matched!");
279 logln("PASS: "+caseString+" matched!");
  /external/oprofile/libpp/
profile_spec.cpp 263 // matched this spec through image
398 * sample from binary 'xyz' is matched to some file that's open in
  /external/proguard/src/proguard/classfile/util/
DynamicMemberReferenceInitializer.java 382 // Fill out the matched string constant.
452 * Prints out a note on the matched dynamic invocation, if necessary.
  /external/stlport/stlport/stl/
_time_facets.c 62 * matched, or because some character has not been matched. We
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
shell.js 140 printStatus ("Expected type '" + actual_t + "' matched actual " +
147 printStatus ("Expected value '" + actual + "' matched actual " +
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 308 * Returns: Pointer to the matched character or %NULL if not found
316 * Returns: Pointer to the matched character or %NULL if not found
  /external/wpa_supplicant_8/src/utils/
os.h 308 * Returns: Pointer to the matched character or %NULL if not found
316 * Returns: Pointer to the matched character or %NULL if not found
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 127 // Build a reasonable intent filter, based on what matched.
164 // of it matched the original Intent.

Completed in 743 milliseconds

<<11121314151617181920>>