HomeSort by relevance Sort by last modified time
    Searched refs:negated (Results 1 - 25 of 46) sorted by null

1 2

  /external/pcre/dist/
pcre_xclass.c 70 BOOL negated = (*data & XCL_NOT) != 0; local
86 if ((*data & XCL_MAP) == 0) return negated;
91 return !negated; /* char found */
113 if (c == x) return !negated;
129 if (c >= x && c <= y) return !negated;
141 if (isprop) return !negated;
146 prop->chartype == ucp_Lt) == isprop) return !negated;
151 return !negated;
155 if ((data[1] == prop->chartype) == isprop) return !negated;
159 if ((data[1] == prop->script) == isprop) return !negated;
    [all...]
pcre_compile.c 412 /* Negated cases */
1033 BOOL braced, negated, overflow; local
5148 BOOL negated; local
7822 BOOL negated; local
    [all...]
  /external/openssh/
match.c 124 int negated; local
130 /* Check if the subpattern is negated. */
132 negated = 1;
135 negated = 0;
159 if (negated)
auth-rhosts.c 87 int negated; local
127 negated = 0;
129 /* Process negated host names, or positive netgroups. */
131 negated = 1;
137 negated = 1;
168 /* If the entry was negated, deny access. */
169 if (negated) {
readconf.c 752 int negated, opcode, *intptr, value, value2, cmdline = 0; local
    [all...]
  /external/v8/test/mjsunit/
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) {
125 assertTrue(negated != (!!re.test(s) == !!fuzz_answer[fuzz_index++]));
    [all...]
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) {
123 assertTrue(negated != (!!re.test(s) == !!fuzz_answer[fuzz_index++]));
    [all...]
codegen-coverage.js 96 a = x + 1; // Still a smi, the greatest smi negated.
regexp-capture-3.js 174 NoHang(/[^\x00-\xff](((.*)*)*x)/); // After negated class.
175 NoHang(/(((.*)*)*x)[^\x00-\xff]/); // Before negated class.
  /external/icu/icu4c/source/i18n/
regexcmp.h 124 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
plurrule.cpp 479 curAndConstraint->negated=TRUE;
483 curAndConstraint->negated=TRUE;
714 negated = FALSE;
732 this->negated=other.negated;
783 if (negated) {
929 if (andRule->negated) {
944 if (andRule->negated) {
956 if (andRule->negated) {
    [all...]
plurrule_impl.h 225 UBool negated; // TRUE for negated rules. member in class:AndConstraint
regexcmp.cpp 596 // Negated Lookahead. (?! stuff )
678 // Compile a (?<! negated look-behind open paren.
    [all...]
  /external/regex-re2/re2/
parse.cc 1672 bool negated = false; local
1852 bool negated = false; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c 434 boolean negated = FALSE; local
449 cond = negated ? NVC0_3D_COND_MODE_EQUAL :
455 if (likely(!negated)) {
  /external/proguard/src/proguard/
ConfigurationParser.java 590 boolean negated =
593 String strippedWord = negated ?
634 if (!negated)
    [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 494 int negated = ~sum; local
495 return intAbs((short) negated);
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_64.c 352 sljit_si negated, ones, right; local
380 negated = 0;
382 negated = 1;
406 if (negated)
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 1392 HValue* negated; local
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 111 All boolean options can be negated. The default value is the opposite
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 111 All boolean options can be negated. The default value is the opposite
    [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 579 milliseconds

1 2