/external/v8/test/mjsunit/ |
regexp-static.js | 130 // global regexp is matched and replaced with the result of a function, in
|
/external/valgrind/main/memcheck/tests/ |
origin1-yes.c | 93 // cannot be successfully matched on non-Darwin platforms.
|
/external/webkit/Source/WebKit/chromium/src/ |
WebPageSerializerImpl.h | 79 // saved links, which matched with vector:links one by one.
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_utils.c | 209 * country codes are used, the regulatory class numbers may not be matched
|
/frameworks/base/graphics/java/android/graphics/ |
YuvImage.java | 115 * in it are not matched with the luma pixels in it.
|
/frameworks/base/services/input/ |
SpriteController.h | 153 * Calls to openTransaction() nest and must be matched by an equal number
|
/frameworks/support/v4/java/android/support/v4/content/ |
LocalBroadcastManager.java | 234 if (debug) Log.v(TAG, " Filter matched! match=0x" +
|
/ndk/sources/host-tools/sed-4.2.1/ |
BUGS | 123 sequences are _not_ matched by `.', so that `s/.*//' will not clear
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bug-regex11.c | 53 in glibc regex it always matched, so avoid changing it. */
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfceeAccessControl.java | 218 Log.w(TAG, "mis-matched signer tag");
|
/packages/inputmethods/PinyinIME/jni/include/ |
dicttrie.h | 49 // stone, for example, "wm" can be matched to "wanm", "wom", ..., etc, so
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
regexp.h | 208 first character matched and `loc2' points to the next unmatched
|
/external/antlr/src/org/antlr/runtime/tree/ |
TreeWizard.java | 319 boolean matched = _parse(t, tpattern, labels); 320 return matched; 330 * in tree matched against nodes in pattern with labels.
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-matchers.h.pump | 368 // the statements, you can refer to the value being matched by 'arg', 405 // Note that the type of the value being matched (arg_type) is 553 // give you more control on the types of the value being matched and
|
/external/icu4c/i18n/unicode/ |
stsearch.h | 34 * handled, e.g. for the German collator, characters ß and SS will be matched 460 * @return The index at which the matched text in the target starts, or 484 * @return The index at which the matched text in the target starts, or
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
ll.S | 269 cmpeq r5,r1 @ if first byte matched, comp this one 271 cmpeq r5,r2 @ if first two matched, comp this one 272 beq find_colon @ if all 3 matched, we are found
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uset.h | 242 * The name is matched loosely. See PropertyAliases.txt for names and a 246 * matched loosely and correspond to the following sets: 254 * The name is matched loosely. See PropertyValueAliases.txt for names
|
/external/webkit/Source/WebCore/icu/unicode/ |
uset.h | 242 * The name is matched loosely. See PropertyAliases.txt for names and a 246 * matched loosely and correspond to the following sets: 254 * The name is matched loosely. See PropertyValueAliases.txt for names
|
/external/wpa_supplicant/ |
config_ssid.h | 104 * network is matched against the scan results). Within each priority 364 * This substring is matched against the subject of the authentication 376 * Semicolon separated string of entries to be matched against the
|
/libcore/luni/src/main/java/java/util/regex/ |
Pattern.java | 153 * after (look-ahead) or before (look-behind) the current position, without including the matched 169 * <tr> <td> \<i>n</i> </td> <td>The text already matched by capturing group <i>n</i>.</td> </tr> 229 * This constant specifies that a {@code Pattern} is matched
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed-in.texi | 519 extension which causes the @var{regexp} to be matched in 568 If no addresses are given, then all lines are matched; 570 address are matched. 581 line which matched the first address: a range will always 587 matched. 641 is a pattern that is matched against a [all...] |
sed.texi | 520 extension which causes the @var{regexp} to be matched in 569 If no addresses are given, then all lines are matched; 571 address are matched. 582 line which matched the first address: a range will always 588 matched. 642 is a pattern that is matched against a [all...] |
/external/dbus/bus/ |
signals.c | 778 "Argument %d matched more than once in match rule\n", key); 2206 dbus_bool_t matched; local [all...] |
/external/icu4c/common/ |
serv.h | 449 * the actual ID that was matched by a query when they use an ID to 605 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL. 638 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL. 651 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL. [all...] |
/external/llvm/include/llvm/Target/ |
Target.td | 469 /// matched, to ensure that the instruction which gets matched for any 522 // match, to ensure that which instructions gets matched is deterministic. 540 // match, to ensure that which instructions gets matched is deterministic. 707 // function of the AsmParser class to call on every matched instruction. [all...] |