/external/regex-re2/re2/ |
unicode_groups.h | 48 // Negated groups are not included. 53 // Negated groups are included. 58 // Negated groups are included.
|
/external/proguard/src/proguard/evaluation/value/ |
NegatedDoubleValue.java | 24 * This DoubleValue represents a double value that is negated. 34 * Creates a new negated double value of the given double value.
|
NegatedFloatValue.java | 24 * This FloatValue represents a float value that is negated. 34 * Creates a new negated float value of the given float value.
|
NegatedIntegerValue.java | 24 * This IntegerValue represents a integer value that is negated. 34 * Creates a new negated integer value of the given integer value.
|
NegatedLongValue.java | 24 * This LongValue represents a long value that is negated. 34 * Creates a new negated long value of the given long value.
|
/external/iptables/extensions/ |
libxt_ipvs.man | 6 Any of the following options implies \-\-ipvs (even negated)
|
/external/proguard/src/proguard/util/ |
ListParser.java | 61 * be a list of optionally negated simple entries. 94 * an optionally negated simple expression. 106 * Returns whether the given simple regular expression is negated.
|
ListMatcher.java | 26 * list can optionally be negated, meaning that a match makes the entire
|
/external/llvm/test/CodeGen/ARM/ |
inlineasm-imm-arm.ll | 21 ; Test ARM-mode "L" constraint, for negated Data Processing immediates.
|
/external/openssh/ |
auth-rhosts.c | 85 int negated; local 125 negated = 0; 127 /* Process negated host names, or positive netgroups. */ 129 negated = 1; 135 negated = 1; 165 /* If the entry was negated, deny access. */ 166 if (negated) {
|
match.c | 123 int negated; local 129 /* Check if the subpattern is negated. */ 131 negated = 1; 134 negated = 0; 158 if (negated)
|
groupaccess.c | 97 * Return 0 on negated or no match. 109 return 0; /* Negated match wins */
|
/external/llvm/test/CodeGen/Thumb/ |
inlineasm-imm-thumb.ll | 9 ; Test Thumb-mode "J" constraint, for negated ADD immediates.
|
/external/regex-re2/doc/ |
syntax.txt | 7 [^xyz] negated character class 9 \D negated Perl character class 11 [:^alpha:] negated ASCII character class 14 \PN negated Unicode character class (one-letter name) 15 \P{Greek} negated Unicode character class 154 [^[:name:]] named ASCII class inside negated character class (== [:^name:]) 156 [^\p{Name}] named Unicode property inside negated character class (== \P{Name})
|
/external/llvm/lib/Support/ |
Valgrind.cpp | 26 // This bool is negated from what we'd expect because code may run before it
|
/external/openssh/regress/ |
addrmatch.sh | 39 run_trial user ::3 somehost no "deny IP6 negated"
|
/external/regex-re2/re2/testing/ |
exhaustive2_test.cc | 57 // dot does not match \n but negated character classes [^a] do.
|
/external/oprofile/libopt++/ |
popt_options.h | 34 * are implicitely considered as negated before writing the associated bool so
|
/external/v8/test/mjsunit/compiler/ |
delete.js | 39 // In a negated test context, expression is always false.
|
/external/webkit/Tools/android/flex-2.5.4a/ |
ccl.c | 97 cclng[lastccl] = 0; /* ccl's start out life un-negated */
|
ecs.c | 124 * negated. The same results will be obtained in either case.
|
/external/linux-tools-perf/util/ |
parse-options.c | 245 /* negated and abbreviated very much? */ 250 /* negated? */ 255 /* abbreviated and negated? */
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
Input.java | 108 * LEB128, and returns the appropriate unsigned value, but negated
|
/external/srec/srec/cfront/ |
himul32.h | 180 // Result must be negated, which is the same as taking the
|
/external/v8/test/mjsunit/ |
codegen-coverage.js | 96 a = x + 1; // Still a smi, the greatest smi negated.
|