/external/pcre/dist/ |
D | pcre_xclass.c | 70 BOOL negated = (*data & XCL_NOT) != 0; in PRIV() local 86 if ((*data & XCL_MAP) == 0) return negated; in PRIV() 91 return !negated; /* char found */ in PRIV() 113 if (c == x) return !negated; in PRIV() 129 if (c >= x && c <= y) return !negated; in PRIV() 141 if (isprop) return !negated; in PRIV() 146 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV() 151 return !negated; in PRIV() 155 if ((data[1] == prop->chartype) == isprop) return !negated; in PRIV() 159 if ((data[1] == prop->script) == isprop) return !negated; in PRIV() [all …]
|
D | pcre_compile.c | 1043 BOOL braced, negated, overflow; in check_escape() local 1145 negated = TRUE; in check_escape() 1148 else negated = FALSE; in check_escape() 1182 if (negated) in check_escape() 2828 BOOL negated) in check_char_prop() argument 2838 prop->chartype == ucp_Lt) == negated; in check_char_prop() 2841 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop() 2844 return (pdata == prop->chartype) == negated; in check_char_prop() 2847 return (pdata == prop->script) == negated; in check_char_prop() 2853 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop() [all …]
|
/external/v8/test/mjsunit/ |
D | unicodelctest.js | 109 var negated = (last & 2) != 0; 110 var prefix = negated ? "[^" : "["; 113 retest(re, (ranges[j] - 1), negated); 114 retest(re, (ranges[j]), negated); 115 retest(re, (ranges[j] + 1), negated); 121 function retest(re, code, negated) { argument 123 assertTrue(negated != (!!re.test(s) == !!fuzz_answer[fuzz_index++]));
|
D | unicodelctest-no-optimization.js | 111 var negated = (last & 2) != 0; 112 var prefix = negated ? "[^" : "["; 115 retest(re, (ranges[j] - 1), negated); 116 retest(re, (ranges[j]), negated); 117 retest(re, (ranges[j] + 1), negated); 123 function retest(re, code, negated) { argument 125 assertTrue(negated != (!!re.test(s) == !!fuzz_answer[fuzz_index++]));
|
/external/regex-re2/doc/ |
D | 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/test/Transforms/Reassociate/ |
D | min_int.ll | 3 ; MIN_INT cannot be negated during reassociation
|
/external/regex-re2/re2/ |
D | parse.cc | 1672 bool negated = false; in ParseCharClass() local 1678 negated = true; in ParseCharClass() 1762 if (negated) in ParseCharClass() 1852 bool negated = false; in ParsePerlFlags() local 1868 if (negated) in ParsePerlFlags() 1876 if (negated) in ParsePerlFlags() 1884 if (negated) in ParsePerlFlags() 1892 if (negated) in ParsePerlFlags() 1900 if (negated) in ParsePerlFlags() 1902 negated = true; in ParsePerlFlags() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 492 curAndConstraint->negated=TRUE; in parse() 496 curAndConstraint->negated=TRUE; in parse() 727 negated = FALSE; in AndConstraint() 745 this->negated=other.negated; in AndConstraint() 796 if (negated) { in isFulfilled() 942 if (andRule->negated) { in dumpRules() 957 if (andRule->negated) { in dumpRules() 969 if (andRule->negated) { in dumpRules()
|
D | regexcmp.h | 124 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
|
D | regexcmp.cpp | 4233 UBool negated = (fC.fChar == chP); in scanProp() local 4253 uset = createSetForProperty(propertyName, negated); in scanProp() 4304 UBool negated = FALSE; in scanPosixProp() local 4309 negated = TRUE; in scanPosixProp() 4332 uset = createSetForProperty(propName, negated); in scanPosixProp() 4367 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() argument 4379 if (negated) { in createSetForProperty() 4410 if (negated) { in createSetForProperty() 4556 if (negated) { in createSetForProperty()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_query.c | 434 boolean negated = FALSE; in nvc0_render_condition() local 449 cond = negated ? NVC0_3D_COND_MODE_EQUAL : in nvc0_render_condition() 455 if (likely(!negated)) { in nvc0_render_condition()
|
/external/iptables/extensions/ |
D | libxt_set.man | 25 If the \fB\-\-update\-counters\fP flag is negated, then the packet and 30 If the \fB\-\-update\-subcounters\fP flag is negated, then the packet and
|
D | libxt_ipvs.man | 6 Any of the following options implies \-\-ipvs (even negated)
|
D | libxt_connlabel.man | 18 option was negated).
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-imm-arm.ll | 21 ; Test ARM-mode "L" constraint, for negated Data Processing immediates.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-abs-02.ll | 1 ; Test negated floating-point absolute.
|
D | atomicrmw-xchg-01.ll | 8 ; - CHECK-SHIFT makes sure that the negated shift count used by the second
|
D | atomicrmw-xchg-02.ll | 8 ; - CHECK-SHIFT makes sure that the negated shift count used by the second
|
D | cmpxchg-02.ll | 8 ; - CHECK-SHIFT makes sure that the negated shift count used by the second
|
D | cmpxchg-01.ll | 8 ; - CHECK-SHIFT makes sure that the negated shift count used by the second
|
D | atomicrmw-add-02.ll | 9 ; - CHECK-SHIFT1 makes sure that the negated shift count used by the second
|
/external/llvm/test/CodeGen/Thumb/ |
D | inlineasm-imm-thumb.ll | 9 ; Test Thumb-mode "J" constraint, for negated ADD immediates.
|
/external/proguard/src/proguard/ |
D | ConfigurationParser.java | 590 boolean negated = in parseClassSpecificationArguments() 593 String strippedWord = negated ? in parseClassSpecificationArguments() 634 if (!negated) in parseClassSpecificationArguments()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | fmul.ll | 77 ; negated), not duplicated into mul x, 5.0 and mul x, -5.0.
|
/external/opencv3/3rdparty/jinja2/ |
D | parser.py | 816 negated = True 818 negated = False 839 if negated:
|