/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/ |
bfd.h | [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/ |
bfd.h | [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/ |
bfd.h | [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.inp | 496 /* Match a negated single character */ 497 /* Match a negated single character repeatedly. This is almost a repeat of [all...] |
/cts/tools/dasm/src/java_cup/ |
emit.java | 528 /* reduce actions get negated entries of production# + 1 */
|
/external/bison/src/ |
reader.c | 577 /* An item ends by the rule number (negated). */
|
/external/harfbuzz/contrib/tables/ |
BidiMirroring.txt | 457 # 22AF; NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE
|
/external/junit/ |
README.html | 269 <li><p>Combinations: any matcher statement <code>s</code> can be negated (<code>not(s)</code>), combined (<code>either(s).or(t)</code>),
|
/external/libvpx/libvpx/build/make/ |
configure.sh | 110 All boolean options can be negated. The default value is the opposite [all...] |
/external/llvm/include/llvm/Analysis/ |
ScalarEvolution.h | 122 /// isNonConstantNegative - Return true if the specified scev is negated, [all...] |
/external/llvm/include/llvm/Support/ |
PatternMatch.h | 196 // compare their negated values.
|
/external/openssh/ |
sshd.0 | 421 indicate negation: if the host name matches a negated pattern, it is not [all...] |
sshd.8 | 677 to indicate negation: if the host name matches a negated
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
CodeItem.java | 420 * TODO: we should be able to replace if-* instructions with targets that are too far away with a negated if followed by a goto/32 to the original target [all...] |
/external/v8/src/arm/ |
constants-arm.h | 202 CMN = 11 << 21, // Compare Negated.
|
/external/webkit/Source/WebCore/inspector/ |
InspectorStyleSheet.cpp | 381 // This may have to be negated below. [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
flex.man | 366 [^A-Z] a "negated character class", i.e., any character 521 - A negated character class such as the example "[^A-Z]" 538 explicitly present in the negated character class 540 ular expression tools treat negated character classes, [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
flex.info | 389 a "negated character class", i.e., any character but those in the 534 - A negated character class such as the example "[^A-Z]" above *will 536 one of the characters explicitly present in the negated character 538 expression tools treat negated character classes, but [all...] |
flex.texi | 489 a "negated character class", i.e., any character 645 A negated character class such as the example 648 characters explicitly present in the negated character 650 other regular expression tools treat negated [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
flex.1 | 349 [^A-Z] a "negated character class", i.e., any character 509 A negated character class such as the example "[^A-Z]" 513 characters explicitly present in the negated character class 515 expression tools treat negated character classes, but unfortunately [all...] |
/packages/inputmethods/LatinIME/native/jni/src/ |
binary_format.h | 53 // Flag for sign of offset. If this flag is set, the offset value must be negated. [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 579 <li>Fixed processing of configurations with negated access modifiers.
|
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | [all...] |
/external/qemu/fpu/ |
softfloat.c | 104 | input. If `zSign' is 1, the input is negated before being converted to an 154 | If `zSign' is 1, the input is negated before being converted to an integer. [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | 394 /// isNegatibleForFree - Return 1 if we can compute the negated form of the 396 /// can compute the negated form more cheaply than the expression itself. 413 // Don't invert constant FP values after legalize. The negated constant 460 /// returns the newly negated expression. [all...] |