HomeSort by relevance Sort by last modified time
    Searched refs:ZERO (Results 76 - 100 of 471) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
QueueElementTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
39 @CollectionSize.Require(ZERO)
QueuePeekTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
37 @CollectionSize.Require(ZERO)
QueuePollTester.java 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
40 @CollectionSize.Require(ZERO)
QueueRemoveTester.java 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
42 @CollectionSize.Require(ZERO)
CollectionRemoveTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
43 @CollectionSize.Require(absent = ZERO)
61 @CollectionSize.Require(absent = ZERO)
73 @CollectionSize.Require(absent = ZERO)
117 @CollectionSize.Require(absent = ZERO)
ListAddAllAtIndexTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
45 @CollectionSize.Require(absent = ZERO)
53 @CollectionSize.Require(absent = ZERO)
64 @CollectionSize.Require(absent = ZERO)
72 @CollectionSize.Require(absent = ZERO)
137 @CollectionSize.Require(absent = {ZERO, ONE})
145 @CollectionSize.Require(absent = ZERO)
CollectionAddAllTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
81 @CollectionSize.Require(absent = ZERO)
90 @CollectionSize.Require(absent = ZERO)
101 @CollectionSize.Require(absent = ZERO)
MapPutAllTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
90 @CollectionSize.Require(absent = ZERO)
97 @CollectionSize.Require(absent = ZERO)
108 @CollectionSize.Require(absent = ZERO)
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO,
46 BigInteger[] gs = {new BigInteger("-1000000000000"), BigInteger.ZERO,
  /external/openfst/src/include/fst/script/
weight-class.h 79 WeightClass() : element_type_(ZERO), impl_(0) { }
103 case ZERO:
104 return "ZERO";
119 static const WeightClass &Zero() {
120 static WeightClass w(ZERO);
140 enum ElementType { ZERO, ONE, OTHER };
152 // We need to store zero and one as statics, because the weight type
155 static const W zero = W::Zero(); local
158 if (element_type_ == ZERO) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRotateRepresentation.java 37 ZERO(0), NINETY(90), ONE_EIGHTY(180), TWO_SEVENTY(270);
51 return ZERO;
91 case ZERO:
101 mRotation = Rotation.ZERO;
150 return Rotation.ZERO;
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 108 * \returns non-zero if all geometry related matrix flags are contained within
109 * the mask, or zero otherwise.
920 * been zero, the numerator would have been zero as well, giving
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 108 * \returns non-zero if all geometry related matrix flags are contained within
109 * the mask, or zero otherwise.
920 * been zero, the numerator would have been zero as well, giving
    [all...]
  /external/chromium_org/v8/test/mjsunit/
math-min-max.js 43 // Prepare a non-Smi zero value.
45 var ZERO = (function() {
55 assertEquals(0, ZERO);
56 assertEquals(Infinity, 1/ZERO);
57 assertEquals(-Infinity, 1/-ZERO);
58 // Here we would like to have assertFalse(%_IsSmi(ZERO)); This is, however,
60 // us into the runtime system, which would quite legitimately put a Smi zero
62 assertFalse(%_IsSmi(-ZERO));
72 assertEquals(-Infinity, Infinity / Math.min(-0, ZERO));
73 assertEquals(-Infinity, Infinity / Math.min(ZERO, -0))
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetWritesTester.java 25 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
73 @CollectionSize.Require(absent = ZERO)
145 @CollectionSize.Require(absent = ZERO)
158 @CollectionSize.Require(absent = ZERO)
170 @CollectionSize.Require(absent = ZERO)
182 @CollectionSize.Require(absent = ZERO)
194 @CollectionSize.Require(absent = ZERO)
  /external/v8/test/mjsunit/
math-min-max.js 43 // Prepare a non-Smi zero value.
45 var ZERO = (function() {
55 assertEquals(0, ZERO);
56 assertEquals(Infinity, 1/ZERO);
57 assertEquals(-Infinity, 1/-ZERO);
58 // Here we would like to have assertFalse(%_IsSmi(ZERO)); This is, however,
60 // us into the runtime system, which would quite legitimately put a Smi zero
62 assertFalse(%_IsSmi(-ZERO));
72 assertEquals(-Infinity, Infinity / Math.min(-0, ZERO));
73 assertEquals(-Infinity, Infinity / Math.min(ZERO, -0))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_emit.c 290 return swizzle(UREG(REG_TYPE_R, 0), ZERO, ZERO, ZERO, ZERO);
304 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE);
320 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W);
325 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W);
342 return swizzle(UREG(REG_TYPE_CONST, reg), idx, idx + 1, ZERO, ONE);
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 290 return swizzle(UREG(REG_TYPE_R, 0), ZERO, ZERO, ZERO, ZERO);
304 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE);
320 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W);
325 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W);
342 return swizzle(UREG(REG_TYPE_CONST, reg), idx, idx + 1, ZERO, ONE);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 34 private static final BigInteger ZERO = BigInteger.valueOf(0);
98 * name forms, thus minimum MUST be zero, and maximum MUST be absent.
100 * If minimum is <code>null</code>, zero is assumed, if
168 return ZERO;
206 if (minimum != null && !minimum.getValue().equals(ZERO))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600RegisterInfo.cpp 32 Reserved.set(AMDGPU::ZERO);
72 case AMDGPU::ZERO: return 248;
91 case AMDGPU::ZERO:
  /external/e2fsprogs/intl/
gettextP.h 130 doesn't allow zero sized arrays. */
132 # define ZERO 0
134 # define ZERO 1
145 char domainname[ZERO];
  /external/mesa3d/src/gallium/drivers/radeon/
R600RegisterInfo.cpp 32 Reserved.set(AMDGPU::ZERO);
72 case AMDGPU::ZERO: return 248;
91 case AMDGPU::ZERO:
  /external/pixman/pixman/
pixman-combine-float.c 153 ZERO,
179 case ZERO:
275 MAKE_PD_COMBINERS (clear, ZERO, ZERO)
276 MAKE_PD_COMBINERS (src, ONE, ZERO)
277 MAKE_PD_COMBINERS (dst, ZERO, ONE)
280 MAKE_PD_COMBINERS (in, DEST_ALPHA, ZERO)
281 MAKE_PD_COMBINERS (in_reverse, ZERO, SRC_ALPHA)
282 MAKE_PD_COMBINERS (out, INV_DA, ZERO)
283 MAKE_PD_COMBINERS (out_reverse, ZERO, INV_SA
    [all...]
  /external/chromium_org/ui/base/animation/
multi_animation.h 33 Part() : time_ms(0), start_time_ms(0), end_time_ms(0), type(Tween::ZERO) {}
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowCamera.java 64 lightCam.setLocation(Vector3f.ZERO);

Completed in 579 milliseconds

1 2 34 5 6 7 8 91011>>