Home
last modified time | relevance | path

Searched refs:ONE (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/tests/net/java/android/net/
DNetworkUtilsTest.java101 assertEquals(BigInteger.ONE.shiftLeft(128), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
107 assertEquals(BigInteger.ONE.shiftLeft(128), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
113 assertEquals(BigInteger.ONE.shiftLeft(120), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
117 assertEquals(BigInteger.ONE.shiftLeft(120).add(BigInteger.ONE.shiftLeft(64)), in testRoutedIPv6AddressCount()
125 assertEquals(BigInteger.ONE, NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
/frameworks/base/rs/java/android/renderscript/
DProgramStore.java101 ONE (1), enumConstant
130 ONE (1), enumConstant
248 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO); in BLEND_NONE_DEPTH_TEST()
269 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO); in BLEND_NONE_DEPTH_NONE()
350 mBlendSrc = BlendSrcFunc.ONE; in Builder()
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsRS.java89 builder.setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.BlendDstFunc.ONE); in BLEND_ADD_DEPTH_NONE()
/frameworks/base/libs/protoutil/tests/
Dtest.proto26 ONE = 1; enumerator
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
DIntEnum.java.txt31 intEnumPropertyEnumMapping.put(1, "ONE");
/frameworks/base/core/java/android/security/keymaster/
DKeymasterArguments.java39 private static final BigInteger UINT64_RANGE = BigInteger.ONE.shiftLeft(64);
40 public static final BigInteger UINT64_MAX_VALUE = UINT64_RANGE.subtract(BigInteger.ONE);
/frameworks/av/media/libaudioprocessing/
DAudioResamplerSinc.cpp412 const int32_t ONE = c.cMask | c.pMask; in filterCoefficient() local
415 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient()
416 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift; in filterCoefficient()
/frameworks/base/cmds/statsd/src/
Datom_field_options.proto35 // Used to annotate an atom that reprsents a state change. A state change atom must have exactly ONE
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java67 private static final Integer ONE = new Integer(1); field in AppTimeLimitController
919 user.currentlyActive.put(name, ONE); in noteUsageStart()
960 if (!count.equals(ONE)) { in noteUsageStop()
/frameworks/base/core/java/android/net/
DNetworkUtils.java449 routedIPCount = routedIPCount.add(BigInteger.ONE.shiftLeft(rank)); in routedIPv6AddressCount()
/frameworks/base/tools/aapt2/
DResources.proto497 ONE = 1; enumerator
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java166 final BigInteger twoPower128 = BigInteger.ONE.shiftLeft(128);
/frameworks/base/non-updatable-api/
Dcurrent.txt19376 field public static final android.icu.math.BigDecimal ONE;
63000 field public static final java.math.BigDecimal ONE;
63061 field @NonNull public static final java.math.BigInteger ONE;
/frameworks/base/api/
Dcurrent.txt19376 field public static final android.icu.math.BigDecimal ONE;
63144 field public static final java.math.BigDecimal ONE;
63205 field @NonNull public static final java.math.BigInteger ONE;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42627 field public static final java.math.BigDecimal ONE;
42688 field public static final java.math.BigInteger ONE;