HomeSort by relevance Sort by last modified time
    Searched refs:ONE (Results 251 - 275 of 359) sorted by null

<<1112131415

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
31 BigInteger one = new BigInteger("1", 10); field in class:BigIntegerTest
220 assertTrue("0=1", !zero.equals(one));
222 assertTrue("1=-1", !one.equals(minusOne));
232 assertTrue("Smaller number returned >= 0", one.compareTo(two) < 0);
233 assertTrue("Larger number returned >= 0", two.compareTo(one) > 0);
234 assertTrue("Equal numbers did not return 0", one.compareTo(one) == 0);
236 two.negate().compareTo(one) < 0);
274 assertTrue("0+1", zero.add(one).equals(one))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 26 ECFieldElement one = curve.fromBigInteger(ECConstants.ONE); local
33 return new ECFieldElement[]{ one };
35 return new ECFieldElement[]{ one, one, one };
37 return new ECFieldElement[]{ one, curve.getA() };
492 throw new IllegalArgumentException("Exactly one of the field elements is null");
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp     [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
67 static _EIGEN_DECLARE_CONST_FAST_Packet4i(ONE,1);
223 // Do one Newton-Raphson iteration to get the needed accuracy
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
597 BigInteger p = BigInteger.ONE;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 401 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO);
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js 19 e);if(a[b]===d)return a.constructor.prototype[b].apply(a,e);throw Error("goog.base called from a method of one name to a method of a different name");};goog.scope=function(a){a.call(goog.global)};goog.MODIFY_FUNCTION_PROTOTYPES=!0;
    [all...]
chromeVoxChromeOptionsScript.js 19 e);if(a[b]===d)return a.constructor.prototype[b].apply(a,e);throw Error("goog.base called from a method of one name to a method of a different name");};goog.scope=function(a){a.call(goog.global)};goog.MODIFY_FUNCTION_PROTOTYPES=!0;
    [all...]
chromeVoxChromePageScript.js 19 e);if(a[b]===d)return a.constructor.prototype[b].apply(a,e);throw Error("goog.base called from a method of one name to a method of a different name");};goog.scope=function(a){a.call(goog.global)};goog.MODIFY_FUNCTION_PROTOTYPES=!0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state.c 91 NV50_BLEND_FACTOR_CASE(ONE, ONE);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state.c 61 NVC0_BLEND_FACTOR_CASE(ONE, ONE);
220 * always emit 16 commands, one for each scissor rectangle, here.
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 91 NV50_BLEND_FACTOR_CASE(ONE, ONE);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 61 NVC0_BLEND_FACTOR_CASE(ONE, ONE);
220 * always emit 16 commands, one for each scissor rectangle, here.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
regexp-dna.js 8 var dnaInput = ">ONE Homo sapiens alu\n\
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 351 case NativePluralRules.ONE: return 0x01000006;
362 case NativePluralRules.ONE: return "one";
653 * is at least one pixel in size.
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyPairGeneratorTest.java 73 private static final BigInteger TEST_SERIAL_1 = BigInteger.ONE;
453 assertEquals("PublicKey used to sign certificate should match one returned in KeyPair",
456 assertEquals("The Subject DN should be the one passed into the params", dn,
462 assertEquals("The Serial should be the one passed into the params", serial,
465 assertDateEquals("The notBefore date should be the one passed into the params", start,
468 assertDateEquals("The notAfter date should be the one passed into the params", end,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
subpixel_sse2.asm 23 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE
153 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 114 .withFeatures(CollectionSize.SEVERAL, CollectionSize.ONE,
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm 23 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE
153 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyPairGeneratorTest.java 55 private static final BigInteger TEST_SERIAL_1 = BigInteger.ONE;
511 assertEquals("PublicKey used to sign certificate should match one returned in KeyPair",
514 assertEquals("The Subject DN should be the one passed into the params", dn,
520 assertEquals("The Serial should be the one passed into the params", serial,
523 assertDateEquals("The notBefore date should be the one passed into the params", start,
526 assertDateEquals("The notAfter date should be the one passed into the params", end,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
subpixel_sse2.asm 23 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE
153 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
regexp-dna.js 8 var dnaInput = ">ONE Homo sapiens alu\n\
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
regexp-dna.js 8 var dnaInput = ">ONE Homo sapiens alu\n\
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 80 const GLenum ONE = 1;
90 /* ONE */
    [all...]

Completed in 1326 milliseconds

<<1112131415