HomeSort by relevance Sort by last modified time
    Searched refs:ZERO (Results 201 - 225 of 821) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 60 {MAKE_SWZ3(ZERO, ZERO, ZERO), R300_ALU_ARGC_ZERO, 0, 0},
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapPutTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
69 @CollectionSize.Require(absent = ZERO)
154 @CollectionSize.Require(absent = ZERO)
164 @CollectionSize.Require(absent = ZERO)
183 @CollectionSize.Require(absent = ZERO)
203 @CollectionSize.Require(absent = ZERO)
ListMultimapPutTester.java 18 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
58 @CollectionSize.Require(absent = ZERO)
  /frameworks/base/core/java/android/view/textclassifier/
SelectionSessionLogger.java 58 private static final String ZERO = "0";
204 final int index = Integer.parseInt(Objects.toString(log.getTaggedData(INDEX), ZERO));
216 Objects.toString(log.getTaggedData(SMART_START), ZERO));
218 Objects.toString(log.getTaggedData(SMART_END), ZERO));
220 Objects.toString(log.getTaggedData(EVENT_START), ZERO));
222 Objects.toString(log.getTaggedData(EVENT_END), ZERO));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Tst/
Cpu0Tst.asl 34 Return(ZERO) // Return All States Available.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRetainAllTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
42 @CollectionSize.Require(absent = {ZERO, ONE})
MapHashCodeTester.java 48 @CollectionSize.Require(absent = CollectionSize.ZERO)
55 @CollectionSize.Require(absent = CollectionSize.ZERO)
75 + "a null element in an entry counts as having a hash of zero).",
NavigableSetNavigationTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
78 @CollectionSize.Require(ZERO)
83 @CollectionSize.Require(ZERO)
92 @CollectionSize.Require(ZERO)
SetHashCodeTester.java 47 @CollectionSize.Require(absent = CollectionSize.ZERO)
60 + "a null element counting as having a hash of zero).",
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAlias.java 253 private static final byte ZERO = 1;
263 ZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, 0, 0, 0, 0, 0, 0,
288 case ZERO:
291 if (nextType == ZERO || nextType == NONZERO) {
292 continue; /* ignore leading zero before another digit */
321 * a converter name or alias, zero-terminated
323 * a converter name or alias, zero-terminated
344 case ZERO:
347 if (nextType == ZERO || nextType == NONZERO) {
348 continue; /* ignore leading zero before another digit *
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.cpp 83 return ArePtrs64bit() ? Mips::ZERO_64 : Mips::ZERO;
87 return AreGprs64bit() ? Mips::ZERO_64 : Mips::ZERO;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.h 37 /* Having zero and one in here makes the definition of swizzle a lot
61 #define ZERO SRC_ZERO
72 (ZERO << UREG_CHANNEL_ZERO_SHIFT) | \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
offset-1.d 1 # name: MINUS ZERO OFFSET
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh4.d 40 [0-9a-f]+ ZERO terminator
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 585 swizzle(src0, ZERO, ZERO, ZERO, ZERO), 0, 0);
596 swizzle(src0, X, Y, ZERO, ZERO), src1, 0);
706 src0, swizzle(src0, ZERO, ZERO, Z, W), 0);
712 swizzle(tmp, ZERO, Y, ZERO, ZERO)
    [all...]
  /art/compiler/utils/mips/
assembler_mips_test.cc 62 registers_.push_back(new mips::Register(mips::ZERO));
95 secondary_register_names_.emplace(mips::Register(mips::ZERO), "zero");
208 __ Addu(mips::ZERO, mips::ZERO, mips::ZERO);
214 __ Addu(mips::ZERO, mips::ZERO, mips::ZERO);
218 __ Addu(mips::ZERO, mips::ZERO, mips::ZERO)
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 253 errln("Number of rule set names should be more than zero");
360 "0: zero;"
366 "0: zero;"
403 { "0", "zero" },
853 // small and large values, positive, &NEGative, zero
856 const llong ZERO;
880 &ZERO, &ONE, &NEG_ONE, &THREE, &NEG_THREE, &TWO_TO_16, &NEG_TWO_TO_16, &TWO_TO_32, &NEG_TWO_TO_32
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t002lexer.py 28 self.failUnlessEqual(token.type, self.lexerModule.ZERO)
t003lexer.py 28 self.failUnlessEqual(token.type, self.lexerModule.ZERO)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Curve.java 26 this.a = fromBigInteger(ECConstants.ZERO);
SecP224K1Curve.java 26 this.a = fromBigInteger(ECConstants.ZERO);
SecP256K1Curve.java 26 this.a = fromBigInteger(ECConstants.ZERO);
  /external/clang/test/SemaCXX/
warn-float-conversion.cpp 3 // RUN: %clang_cc1 -verify -fsyntax-only -triple x86_64-pc-linux-gnu %s -Wno-conversion -Wfloat-zero-conversion -DZERO
69 #ifdef ZERO
72 int a1 = half; // expected-warning{{implicit conversion from 'const float' to 'int' changes non-zero value from 0.5 to 0}}
73 int a2 = 1.0 / 2.0; // expected-warning{{implicit conversion from 'double' to 'int' changes non-zero value from 0.5 to 0}}
76 #endif // ZERO
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
SetHashCodeTester.java 44 @CollectionSize.Require(absent = CollectionSize.ZERO)
57 + "a null element counting as having a hash of zero).",
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
UnsignedLongTest.java 69 : BigInteger.valueOf(value).add(BigInteger.ZERO.setBit(64));
88 BigInteger min = BigInteger.ZERO;
199 UnsignedLong.fromLongBits(a).dividedBy(UnsignedLong.ZERO);
226 UnsignedLong.fromLongBits(a).mod(UnsignedLong.ZERO);

Completed in 435 milliseconds

1 2 3 4 5 6 7 891011>>