HomeSort by relevance Sort by last modified time
    Searched full:negated (Results 126 - 150 of 616) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/iptables/extensions/
libxt_ipvs.c 53 "Any of the following options implies --ipvs (even negated)\n"
  /external/libunwind/include/
libunwind-common.h.in 44 /* Error codes. The unwind routines return the *negated* values of
  /external/libxml2/test/schemas/
anyAttr1_0.xsd 103 negated value if it was in the set, minus ?absent? if it was in the set, must be the value. -->
  /external/llvm/test/CodeGen/SystemZ/
atomicrmw-nand-01.ll 9 ; - CHECK-SHIFT1 makes sure that the negated shift count used by the second
atomicrmw-nand-02.ll 9 ; - CHECK-SHIFT1 makes sure that the negated shift count used by the second
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key03.c 100 * negated, then fail with ENOKEY
  /external/pcre/dist2/src/
pcre2_find_bracket.c 79 This includes negated single high-valued characters. CALLOUT_STR is used for
  /external/proguard/src/proguard/evaluation/value/
DoubleValue.java 44 * Returns the negated value of this DoubleValue.
FloatValue.java 44 * Returns the negated value of this FloatValue.
  /frameworks/native/libs/vr/libpdx/private/pdx/
client.h 66 * connection; Client::Connect() returns the negated error passed to
  /packages/apps/Dialer/java/com/android/dialer/common/database/
Selection.java 123 /** @return a selection that is negated */
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_basic.c 88 negated errno. */
102 negated errno. */
109 /* Returns 0 if successful. If error in Unix returns negated errno. */
  /external/llvm/lib/Target/Hexagon/
HexagonOperands.td 398 // bit negated values.
424 // bit negated values:
447 // True if the number is in the series of bit negated values: [ 2^0, 2^1, ... 2^7 ].
  /libcore/ojluni/src/test/java/time/tck/java/time/
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...]
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...]
  /libcore/ojluni/src/main/java/java/time/
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...]
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...]
  /external/libmojo/third_party/jinja2/
parser.py 816 negated = True
818 negated = False
    [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java 592 boolean negated =
595 String strippedWord = negated ?
636 if (!negated)
    [all...]
  /art/compiler/optimizing/
instruction_simplifier_shared.cc 201 // safely removed. Even though ARM64 negated bitwise operations do not have
  /build/make/tools/releasetools/
test_blockimgdiff.py 43 # HeapItem uses negated scores.
  /external/desugar/java/com/google/devtools/common/options/
IsolatedOptionsData.java 234 // Maps the negated boolean flag aliases to the original option name.
  /external/icu/icu4c/source/i18n/
regexcmp.h 127 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
  /external/kmod/m4/
attributes.m4 38 dnl -W* as gcc cannot test for negated warnings.
  /external/libchrome/base/metrics/
statistics_recorder.h 49 // negated.

Completed in 930 milliseconds

1 2 3 4 56 7 8 91011>>