/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | 649 num_matches: number of modifiers that matched the configuration 723 # The previous path matched more of the test. 744 # FIXME: This code was originally designed to allow lines that matched 745 # more modifiers to override lines that matched fewer modifiers. [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant.conf.orig | 235 # priority value, the sooner the network is matched against the scan results). 416 # subject_match: Substring to be matched against the subject of the 421 # altsubject_match: Semicolon separated string of entries to be matched against 471 # subject_match2: Substring to be matched against the subject of the 473 # altsubject_match2: Substring to be matched against the alternative subject
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.conf.orig | 265 # priority value, the sooner the network is matched against the scan results). 468 # subject_match: Substring to be matched against the subject of the 473 # altsubject_match: Semicolon separated string of entries to be matched against 523 # subject_match2: Substring to be matched against the subject of the 525 # altsubject_match2: Substring to be matched against the alternative subject [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SdkUpdaterLogic.java | 637 // Finally nothing matched, so let's look at all available remote packages
756 // Finally nothing matched, so let's look at all available remote packages
[all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | [all...] |
/external/pcre/ |
ChangeLog | 24 matched in multiline mode, the following line was shown as part of the 73 /t\b/ matched against "cat" with PCRE_PARTIAL_HARD set did return a partial 216 added property types that matched character-matching opcodes). 355 situation when an empty string is matched. It now does the fancy magic 417 causing partial matching to fail when the end of the subject matched \W 505 partially matched by this function. In addition, if there are at least two 613 conditional pattern, either for a subpattern having been matched, or for [all...] |
NEWS | 166 \K to reset the start of the matched string; for example, (foo)\Kbar 167 matches bar preceded by foo, but only sets bar as the matched string. 322 subject string matched part of the regex. This could be useful for testing
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | 199 * ElemTemplate that was matched. 202 * so a tool can discover the matched template 208 * node that was matched. 211 * so a tool can discover the matched [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 102 // The number of elements contained in the matched element set 107 // Get the Nth element in the matched element set OR 108 // Get the whole matched element set as a clean array 120 // (returning the new matched element set) 122 // Build a new jQuery matched element set 139 // Force the current matched set of elements to become 151 // Execute a callback for every element in the matched set. 159 // the matched set of elements 897 // <thead> matched above [all...] |
/external/libvpx/examples/includes/geshi/ |
geshi.php | 135 matched search to use as a replacement */ 140 matched search to put before the replacement */ 143 matched search to put after the replacement */ [all...] |
/external/bison/src/ |
scan-skel.c | 193 /* Return all but the first "n" matched characters back to the input stream. */ 419 /* Done after the current pattern has been matched and before the 714 /* Copy whatever the last rule matched to the standard output. */ 1068 /* Amount of text matched not including the EOB char. */ [all...] |
/external/icu4c/common/unicode/ |
uniset.h | 697 * @param prop a property alias, either short or long. The name is matched 701 * property alias, or a special ID. Special IDs are matched loosely and 708 * @param value a value alias, either short or long. The name is matched [all...] |
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrJIT.cpp | [all...] |
/packages/apps/Email/emailcommon/src/org/apache/commons/io/ |
FilenameUtils.java | 58 * Prefixes are matched as follows:
75 * Both prefix styles are matched always, irrespective of the machine that you are
487 * ie. both Unix and Windows prefixes are matched regardless.
614 * ie. both Unix and Windows prefixes are matched regardless.
[all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
rtl.def | 722 as a predicate; if matched, store the structure that was matched [all...] |
/system/core/sh/ |
sh.1 | 325 There are three types of quoting: matched single quotes, 326 matched double quotes, and backslash. 1001 smallest portion of the suffix matched by the pattern deleted. 1006 portion of the suffix matched by the pattern deleted. 1011 smallest portion of the prefix matched by the pattern deleted. 1016 portion of the prefix matched by the pattern deleted. [all...] |
/external/chromium/net/base/ |
mime_sniffer.cc | 401 // If we get here, we've hit an initial tag that hasn't matched one of the 537 // histogram into CheckForMagicNumbers(), below, to see which one matched. 684 return true; // We've matched a magic number. No more content needed.
|
/external/dbus/bus/ |
bus.c | [all...] |
/external/guava/src/com/google/common/base/ |
CharMatcher.java | 527 * Returns a matcher that matches any character not matched by this matcher. 552 * Returns a matcher that matches any character matched by both this matcher 583 * Returns a matcher that matches any character matched by either this matcher [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
gen.c | 287 "for ( ; ; ) /* until we find what rule we matched */" ); 329 /* Remember matched text in case we back up 356 /* Remember matched text in case we back up due to [all...] |
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.c | 374 // matched here. These will be removed later. [all...] |
/ndk/sources/host-tools/make-3.81/ |
implicit.c | 244 in TRYRULES that matched the target file. */ 259 /* Nonzero if we have matched a pattern-rule target 796 /* If we are recursing, store the pattern that matched
|
/ndk/sources/host-tools/sed-4.2.1/ |
NEWS | 207 * fixed infinite loop on s///N when LHS matched a null string and 335 regular expression that was matched, rather than to the last 488 indicate that the regexp should be matched in a case-insensitive
|
/packages/inputmethods/LatinIME/native/src/ |
correction.cpp | 787 // Promotion for an exactly matched word 804 of the output word, and also all of characters of the user input are matched 806 that word can be considered the combination of skipped and matched characters [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelineHandler.java | 253 * @return the closest match, or null if nothing matched 395 * @return true if the two edge types can be compatibly matched 690 * matched edges. We may end up with multiple matches that are the same distance. In [all...] |