Home
last modified time | relevance | path

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

/frameworks/native/libs/ftl/
Dflags_test.cpp27 enum class TestFlags : uint8_t { ONE = 0x1, TWO = 0x2, THREE = 0x4 }; enumerator
30 Flags<TestFlags> flags = TestFlags::ONE; in TEST()
31 ASSERT_TRUE(flags.test(TestFlags::ONE)); in TEST()
37 Flags<TestFlags> flags = TestFlags::ONE | TestFlags::TWO; in TEST()
39 ASSERT_TRUE(flags.any(TestFlags::ONE)); in TEST()
42 ASSERT_TRUE(flags.any(TestFlags::ONE | TestFlags::TWO)); in TEST()
44 ASSERT_TRUE(flags.any(TestFlags::ONE | TestFlags::THREE)); in TEST()
45 ASSERT_TRUE(flags.any(TestFlags::ONE | TestFlags::TWO | TestFlags::THREE)); in TEST()
52 Flags<TestFlags> flags = TestFlags::ONE | TestFlags::TWO; in TEST()
53 ASSERT_TRUE(flags.all(TestFlags::ONE)); in TEST()
[all …]
/frameworks/base/apct-tests/perftests/core/src/android/libcore/
DSmallBigIntegerPerfTest.java57 if (x.and(BigInteger.ONE).equals(BigInteger.ONE)) { in testSmallBigInteger()
58 x = x.multiply(BIG_THREE).add(BigInteger.ONE); in testSmallBigInteger()
DBigIntegerPerfTest.java50 BigInteger big = BigInteger.TEN.pow(prec).shiftLeft(30).add(BigInteger.ONE); in inner()
171 BigInteger odd1 = BigInteger.TEN.pow(i / 2).add(BigInteger.ONE); in repeatModPow()
204 BigInteger odd1 = BigInteger.TEN.pow(i / 2).add(BigInteger.ONE); in repeatModInverse()
207 BigInteger arg = BigInteger.ONE.shiftLeft(i / 4); in repeatModInverse()
/frameworks/base/rs/java/android/renderscript/
DProgramStore.java106 ONE (1), enumConstant
135 ONE (1), enumConstant
253 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO); in BLEND_NONE_DEPTH_TEST()
274 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO); in BLEND_NONE_DEPTH_NONE()
355 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/tests/Codegen/src/com/android/codegentest/
DStaleDataclassDetectorFalsePositivesTest.java44 private enum SomeEnum { ONE, TWO } enumConstant
/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.java40 private static final BigInteger UINT64_RANGE = BigInteger.ONE.shiftLeft(64);
41 public static final BigInteger UINT64_MAX_VALUE = UINT64_RANGE.subtract(BigInteger.ONE);
/frameworks/base/data/keyboards/
DVendor_24c6_Product_542a.kl16 # Xbox ONE spectra
DVendor_0f0d_Product_0067.kl16 # HORIPAD ONE
/frameworks/av/media/libaudioprocessing/
DAudioResamplerSinc.cpp411 const int32_t ONE = c.cMask | c.pMask; in filterCoefficient() local
414 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient()
415 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift; in filterCoefficient()
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java73 private static final Integer ONE = new Integer(1); field in AppTimeLimitController
935 user.currentlyActive.put(name, ONE); in noteUsageStart()
976 if (!count.equals(ONE)) { in noteUsageStop()
/frameworks/proto_logging/stats/
Datom_field_options.proto27 // ONE exclusive state field, and any number of primary key fields. For example, message
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardTransitionRepositoryTest.kt420 stop: BigDecimal = BigDecimal.ONE, in <lambda>()
/frameworks/base/tools/aapt2/
DResources.proto540 ONE = 1; enumerator
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
Dandroid-22.txt42627 field public static final java.math.BigDecimal ONE;
42688 field public static final java.math.BigInteger ONE;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...