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

1 2 3

  /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 418 /* Negated cases */
1043 BOOL braced, negated, overflow; local
5236 BOOL negated; local
8027 BOOL negated; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
binutils-common.exp 267 set negated [expr { [string index $line_b 0] == "!" }]
268 set line_bx [string range $line_b $negated end]
269 set n [expr { $negated ? "! " : "" }]
275 while { [expr [regexp "^$line_bx$" "$line_a"] == $negated] } {
305 set negated [expr { [string index $line_b 0] == "!" }]
306 set line_bx [string range $line_b $negated end]
307 set n [expr { $negated ? "! " : "" }]
308 set s [expr { $negated ? " " : "" }]
314 if { [expr [regexp "^$line_bx$" "$line_a"] == $negated] } {
  /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.
  /frameworks/base/services/net/java/android/net/util/
IpUtils.java 78 int negated = ~sum; local
79 return intAbs((short) negated);
  /external/icu/icu4c/source/i18n/
regexcmp.h 124 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
plurrule.cpp 492 curAndConstraint->negated=TRUE;
496 curAndConstraint->negated=TRUE;
727 negated = FALSE;
745 this->negated=other.negated;
796 if (negated) {
942 if (andRule->negated) {
957 if (andRule->negated) {
969 if (andRule->negated) {
    [all...]
plurrule_impl.h 229 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/opencv3/3rdparty/jinja2/
parser.py 816 negated = True
818 negated = False
    [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java 590 boolean negated =
593 String strippedWord = negated ?
634 if (!negated)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 1045 bfd_boolean negated; member in struct:state_stackS_struct
1151 bfd_boolean negated; local
1232 bfd_boolean negated; local
    [all...]
tc-m68k.c 7491 int negated; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 1314 HValue* negated; local
    [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 516 int negated = ~sum; local
517 return intAbs((short) negated);
    [all...]
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /external/caliper/lib/
joda-time-2.1.jar 
  /external/pcre/dist/sljit/
sljitNativeARM_64.c 351 sljit_si negated, ones, right; local
379 negated = 0;
381 negated = 1;
405 if (negated)
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 107 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...]

Completed in 948 milliseconds

1 2 3