/external/chromium_org/chrome/browser/resources/net_internals/ |
D | source_filter_parser.js | 28 var negated = filterList[i].negated; 30 var sort = parseSortDirective_(filterElement, negated); 38 var filter = parseRestrictDirective_(filterElement, negated); 40 filter = parseStringDirective_(filterElement, negated); 42 if (negated) { 50 textFilters.push({ text: filterElement, negated: negated }); property 147 var negated = false; 170 negated = true; 181 negated: negated, property 198 var negated = textFilters[i].negated; [all …]
|
/external/chromium_org/v8/test/mjsunit/ |
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++]));
|
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++]));
|
/external/chromium_org/third_party/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/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/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/chromium_org/third_party/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 | 519 curAndConstraint->negated=TRUE; in parse() 523 curAndConstraint->negated=TRUE; in parse() 754 negated = FALSE; in AndConstraint() 772 this->negated=other.negated; in AndConstraint() 823 if (negated) { in isFulfilled() 969 if (andRule->negated) { in dumpRules() 984 if (andRule->negated) { in dumpRules() 996 if (andRule->negated) { in dumpRules()
|
D | regexcmp.h | 116 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
|
D | regexcmp.cpp | 3942 UBool negated = (fC.fChar == chP); in scanProp() local 3962 uset = createSetForProperty(propertyName, negated); in scanProp() 4013 UBool negated = FALSE; in scanPosixProp() local 4018 negated = TRUE; in scanPosixProp() 4041 uset = createSetForProperty(propName, negated); in scanPosixProp() 4076 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() argument 4088 if (negated) { in createSetForProperty() 4119 if (negated) { in createSetForProperty() 4265 if (negated) { in createSetForProperty()
|
/external/iptables/extensions/ |
D | libxt_ipvs.man | 6 Any of the following options implies \-\-ipvs (even negated)
|
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_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/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/chromium_org/third_party/mesa/src/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/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
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | regexcmp.h | 118 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
|
D | regexcmp.cpp | 3925 UBool negated = (fC.fChar == chP); in scanProp() local 3945 uset = createSetForProperty(propertyName, negated); in scanProp() 3996 UBool negated = FALSE; in scanPosixProp() local 4001 negated = TRUE; in scanPosixProp() 4024 uset = createSetForProperty(propName, negated); in scanPosixProp() 4059 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() argument 4071 if (negated) { in createSetForProperty() 4102 if (negated) { in createSetForProperty() 4248 if (negated) { in createSetForProperty()
|
/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 | 571 boolean negated = in parseClassSpecificationArguments() 574 String strippedWord = negated ? in parseClassSpecificationArguments() 615 if (!negated) in parseClassSpecificationArguments()
|