Home
last modified time | relevance | path

Searched refs:negated (Results 1 – 25 of 77) sorted by relevance

1234

/external/pcre/dist/
Dpcre_xclass.c70 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 …]
Dpcre_compile.c1043 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/
Dunicodelctest.js109 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++]));
Dunicodelctest-no-optimization.js111 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/
Dsyntax.txt7 [^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/
Dmin_int.ll3 ; MIN_INT cannot be negated during reassociation
/external/regex-re2/re2/
Dparse.cc1672 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/
Dplurrule.cpp492 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()
Dregexcmp.h124 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
Dregexcmp.cpp4233 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/
Dnvc0_query.c434 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/
Dlibxt_set.man25 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
Dlibxt_ipvs.man6 Any of the following options implies \-\-ipvs (even negated)
Dlibxt_connlabel.man18 option was negated).
/external/llvm/test/CodeGen/ARM/
Dinlineasm-imm-arm.ll21 ; Test ARM-mode "L" constraint, for negated Data Processing immediates.
/external/llvm/test/CodeGen/SystemZ/
Dfp-abs-02.ll1 ; Test negated floating-point absolute.
Datomicrmw-xchg-01.ll8 ; - CHECK-SHIFT makes sure that the negated shift count used by the second
Datomicrmw-xchg-02.ll8 ; - CHECK-SHIFT makes sure that the negated shift count used by the second
Dcmpxchg-02.ll8 ; - CHECK-SHIFT makes sure that the negated shift count used by the second
Dcmpxchg-01.ll8 ; - CHECK-SHIFT makes sure that the negated shift count used by the second
Datomicrmw-add-02.ll9 ; - CHECK-SHIFT1 makes sure that the negated shift count used by the second
/external/llvm/test/CodeGen/Thumb/
Dinlineasm-imm-thumb.ll9 ; Test Thumb-mode "J" constraint, for negated ADD immediates.
/external/proguard/src/proguard/
DConfigurationParser.java590 boolean negated = in parseClassSpecificationArguments()
593 String strippedWord = negated ? in parseClassSpecificationArguments()
634 if (!negated) in parseClassSpecificationArguments()
/external/llvm/test/CodeGen/AMDGPU/
Dfmul.ll77 ; negated), not duplicated into mul x, 5.0 and mul x, -5.0.
/external/opencv3/3rdparty/jinja2/
Dparser.py816 negated = True
818 negated = False
839 if negated:

1234