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

1 2 3

  /external/pcre/dist2/src/
pcre2_xclass.c 72 BOOL negated = (*data & XCL_NOT) != 0; local
87 if ((*data & XCL_MAP) == 0) return negated;
92 return !negated; /* char found */
114 if (c == x) return !negated;
130 if (c >= x && c <= y) return !negated;
142 if (isprop) return !negated;
147 prop->chartype == ucp_Lt) == isprop) return !negated;
152 return !negated;
156 if ((data[1] == prop->chartype) == isprop) return !negated;
160 if ((data[1] == prop->script) == isprop) return !negated;
    [all...]
pcre2_compile.c 569 /* Negated cases */
1873 BOOL braced, negated, overflow; local
4663 BOOL negated; local
7365 BOOL negated; local
    [all...]
  /frameworks/base/core/java/android/net/util/
IpUtils.java 78 int negated = ~sum; local
79 return intAbs((short) negated);
  /libcore/ojluni/src/main/java/java/time/chrono/
ChronoPeriod.java 244 * Returns a new instance with each amount in this period negated.
246 * This returns a period with each supported unit individually negated.
248 * negated to "-2 years, 3 months and -4 days".
251 * @return a {@code ChronoPeriod} based on this period with the amounts negated, not null
255 default ChronoPeriod negated() { method in interface:ChronoPeriod
  /libcore/ojluni/src/main/java/java/time/
Period.java 290 * or positive symbol. If negative, the whole period is negated.
793 * Returns a new instance with each amount in this period negated.
796 * individually negated.
798 * negated to "-2 years, 3 months and -4 days".
801 * @return a {@code Period} based on this period with the amounts negated, not nul
805 public Period negated() { method in class:Period
    [all...]
Duration.java 345 * or positive symbol. If negative, the whole period is negated.
438 return ofSeconds(seconds, nanos).negated();
1017 public Duration negated() { method in class:Duration
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKChronoPeriod.java 240 assertEquals(period.negated(), chrono.period(-1, -2, -3));
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 309 UBool negated; // TRUE for negated rules. member in class:AndConstraint
  /art/compiler/optimizing/
instruction_simplifier.cc 513 // And the shift distance being negated is the distance being shifted the other way.
950 HInstruction* negated = true_value->InputAt(0); local
957 HInstruction* negated = false_value->InputAt(0); local
    [all...]
  /external/mksh/src/
misc.c 965 bool negated = false; local
971 negated = true;
987 return (found != negated ? p : NULL);
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 351 sljit_s32 negated, ones, right; local
379 negated = 0;
381 negated = 1;
405 if (negated)
    [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 519 int negated = ~sum; local
520 return intAbs((short) negated);
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKPeriod.java 362 assertEquals(p, expected.negated());
936 assertPeriod(Period.of(0, 0, 0).negated(), 0 ,0, 0); method
937 assertPeriod(Period.of(1, 2, 3).negated(), -1, -2, -3); method
938 assertPeriod(Period.of(-1, -2, -3).negated(), 1, 2, 3); method
939 assertPeriod(Period.of(-1, 2, -3).negated(), 1, -2, 3); method
    [all...]
TCKDuration.java 651 assertEquals(test, Duration.ofSeconds(expectedSeconds, expectedNanoOfSecond).negated());
785 assertEquals(Duration.between(end, start), Duration.between(start, end).negated());
805 assertEquals(Duration.between(end, start), Duration.between(start, end).negated());
2379 assertEquals(Duration.ofSeconds(0).negated(), Duration.ofSeconds(0)); method
2380 assertEquals(Duration.ofSeconds(12).negated(), Duration.ofSeconds(-12)); method
2381 assertEquals(Duration.ofSeconds(-12).negated(), Duration.ofSeconds(12)); method
2382 assertEquals(Duration.ofSeconds(12, 20).negated(), Duration.ofSeconds(-12, -20)); method
2383 assertEquals(Duration.ofSeconds(12, -20).negated(), Duration.ofSeconds(-12, 20)); method
2384 assertEquals(Duration.ofSeconds(-12, -20).negated(), Duration.ofSeconds(12, 20)); method
2385 assertEquals(Duration.ofSeconds(-12, 20).negated(), Duration.ofSeconds(12, -20)); method
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 1326 HValue* negated; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m68k.c 7487 int negated; local
    [all...]
tc-xtensa.c 1106 bfd_boolean negated; member in struct:state_stackS_struct
1212 bfd_boolean negated; local
1293 bfd_boolean negated; local
    [all...]
tc-arm.c 470 unsigned negative : 1; /* Index register was negated. */
22448 unsigned long negated, inverted; local
22528 unsigned int negated, inverted; local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 5153 ZoneList<CharacterRange>* negated = local
    [all...]
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /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/guice/lib/build/
bnd-0.0.384.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 1717 milliseconds

1 2 3