HomeSort by relevance Sort by last modified time
    Searched refs:ONE (Results 126 - 150 of 212) sorted by null

1 2 3 4 56 7 8 9

  /external/guava/guava-tests/test/com/google/common/primitives/
FloatArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
IntArrayAsListTest.java 73 .withFeatures(CollectionSize.ONE,
LongArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
ShortArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
UnsignedIntegerTest.java 233 tester.setDefault(UnsignedInteger.class, UnsignedInteger.ONE);
UnsignedLongTest.java 246 tester.setDefault(UnsignedLong.class, UnsignedLong.ONE);
  /external/v8/test/mjsunit/
keyed-call-ic.js 54 F.prototype.one = function() {return 'one'; }
59 ['one', 'one', 'one', 'one', 'two', 'two', 'one', 'three', 'one', 'two'];
112 key = 'one';
161 var m = 'one';
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 292 m_context->blendFunc(GraphicsContext3D::ONE, GraphicsContext3D::ONE_MINUS_SRC_ALPHA);
308 m_context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::ONE);
333 m_context->blendFunc(GraphicsContext3D::ONE, GraphicsContext3D::ONE);
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
304 crl.getRevokedCertificate(BigInteger.ONE);
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerModPowTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
112 + ") should be " + BigInteger.ONE, BigInteger.ONE,
BigIntegerDivideTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
166 * Divide a positive number by a negative one.
186 * Divide a negative number by a positive one.
264 * Divide a positive number by ONE.
271 BigInteger bNumber = BigInteger.ONE;
282 * Divide ONE by ONE.
286 BigInteger aNumber = BigInteger.ONE;
287 BigInteger bNumber = BigInteger.ONE;
359 * Divide the number of one digit by the number of one digit
    [all...]
BigIntegerAddTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
73 * The first one is positive and the second is negative.
74 * The first one is greater in absolute value.
95 * The first one is negative and the second is positive.
96 * The first one is greater in absolute value.
139 * The first one is negative and the second is positive.
140 * The first one is less in absolute value.
461 * Add ONE to ONE
465 BigInteger aNumber = BigInteger.ONE;
    [all...]
BigIntegerMultiplyTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
201 * Multiply a positive number by ONE.
208 BigInteger bNumber = BigInteger.ONE;
219 * Multiply a negative number by ONE.
226 BigInteger bNumber = BigInteger.ONE;
BigIntegerNotTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
127 * Not for ONE
131 BigInteger aNumber = BigInteger.ONE;
BigDecimalConstructorsTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
36 * check ONE
41 assertEquals("incorrect string value", oneS, BigDecimal.ONE.toString());
42 assertEquals("incorrect double value", oneD, BigDecimal.ONE.doubleValue(), 0);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
    [all...]
  /external/astl/tests/
test_vector.cpp 84 typedef enum { ONE = 10, TWO} TestEnum;
122 const vector<TestEnum> vec3(100, ONE);
126 EXPECT_TRUE(vec3[i] == ONE);
509 vector<B> one; local
510 one.push_back(B());
511 EXPECT_TRUE(!one.empty());
513 vector<B>::iterator res = one.erase(one.begin());
514 EXPECT_TRUE(res == one.end());
516 EXPECT_TRUE(one.begin() == one.end())
573 vector<B> one; local
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 239 psb.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO);
242 psb.setBlendFunc(BlendSrcFunc.SRC_ALPHA, BlendDstFunc.ONE);
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 281 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ONE);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForListsInJavaUtil.java 122 CollectionSize.ONE)
TestsForMapsInJavaUtil.java 114 CollectionSize.ONE)
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyPairGeneratorTest.java 47 private static final BigInteger TEST_SERIAL_1 = BigInteger.ONE;
153 assertEquals("PublicKey used to sign certificate should match one returned in KeyPair",
156 assertEquals("The Subject DN should be the one passed into the params", dn,
162 assertEquals("The Serial should be the one passed into the params", serial,
165 assertEquals("The notBefore date should be the one passed into the params", start,
168 assertEquals("The notAfter date should be the one passed into the params", end,
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 451 .setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.BlendDstFunc.ZERO)
459 .setBlendFunc(ProgramStore.BlendSrcFunc.ONE,
468 .setBlendFunc(ProgramStore.BlendSrcFunc.ONE,
479 // an allocation of at least one card. This relies on invoke_createCards() to keep
580 .setBlendFunc(ProgramStore.BlendSrcFunc.ONE, dstFunc)
    [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 145 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ONE_MINUS_SRC_ALPHA);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb 56 ONE: '1';
66 token.name.should == 'ONE'
93 ONE: '1';
107 token.name.should == 'ONE'

Completed in 6067 milliseconds

1 2 3 4 56 7 8 9