/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | OomAdjusterTests.java | 60 private static final long ZERO = 0L; field in OomAdjusterTests 159 final long elapsedTime = ZERO; in testMaybeUpdateUsageStats_ProcStatePersistentUI() 163 assertProcessRecordState(ZERO, true, elapsedTime); in testMaybeUpdateUsageStats_ProcStatePersistentUI() 168 final long elapsedTime = ZERO; in testMaybeUpdateUsageStats_ProcStateTop() 172 assertProcessRecordState(ZERO, true, elapsedTime); in testMaybeUpdateUsageStats_ProcStateTop() 177 final long elapsedTime = ZERO; in testMaybeUpdateUsageStats_ProcStateTop_PreviousInteraction() 182 assertProcessRecordState(ZERO, true, ZERO); in testMaybeUpdateUsageStats_ProcStateTop_PreviousInteraction() 192 assertProcessRecordState(ZERO, true, elapsedTime); in testMaybeUpdateUsageStats_ProcStateTop_PastUsageInterval() 197 final long elapsedTime = ZERO; in testMaybeUpdateUsageStats_ProcStateBoundTop() 201 assertProcessRecordState(ZERO, true, elapsedTime); in testMaybeUpdateUsageStats_ProcStateBoundTop() [all …]
|
/frameworks/native/libs/input/tests/ |
D | NamedEnum_test.cpp | 23 enum class TestEnums { ZERO = 0x0, ONE = 0x1, TWO = 0x2, THREE = 0x3, SEVEN = 0x7 }; enumerator 25 enum class TestBigEnums { ZERO = 0x0, FIFTEEN = 0xF }; enumerator 36 TestEnums e = TestEnums::ZERO; in TEST() 51 TestBigEnums e = TestBigEnums::ZERO; in TEST() 59 TestEnums e = TestEnums::ZERO; in TEST() 73 TestBigEnums e = TestBigEnums::ZERO; in TEST()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | RationalTest.java | 132 assertEquals(ZERO, zero2); in testEquals() 133 assertEquals(zero2, ZERO); in testEquals() 187 assertEquals(ZERO, zero); in testReduction() 208 assertGreaterThan(NaN, ZERO); in testCompareTo() 214 assertGreaterThan(POSITIVE_INFINITY, ZERO); in testCompareTo() 220 assertLessThan(NEGATIVE_INFINITY, ZERO); in testCompareTo() 224 assertGreaterThan(new Rational(3, 100), ZERO); in testCompareTo() 228 assertGreaterThan(new Rational(5, 25), ZERO); in testCompareTo() 232 assertLessThan(new Rational(-5, 25), ZERO); in testCompareTo() 238 assertFinite(ZERO, true); in testConvenienceMethods() [all …]
|
D | RangeTest.java | 134 assertInRange(negativeOneTenthPositiveOneTenth, Rational.ZERO); in testInRange()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
D | MultiRateLimiterTest.java | 46 Duration mElapsedTime = Duration.ZERO; 66 mInjector.mElapsedTime = Duration.ZERO; in testSingleRateLimit_belowLimit_isWithinQuota() 84 mInjector.mElapsedTime = Duration.ZERO; in testSingleRateLimit_aboveLimit_isNotWithinQuota() 104 mInjector.mElapsedTime = Duration.ZERO; in testSingleRateLimit_afterGoingAboveQuotaAndWaitingWindow_isBackWithinQuota() 131 mInjector.mElapsedTime = Duration.ZERO; in createMultipleRateLimits_testTheyLimitsAsExpected() 173 mInjector.mElapsedTime = Duration.ZERO; in createSingleRateLimit_testItLimitsOnlyGivenUptc() 204 mInjector.mElapsedTime = Duration.ZERO; in clearRateLimiterForPackage_afterReachingQuota_quotaIsReset() 229 mInjector.mElapsedTime = Duration.ZERO; in clearRateLimiterForPackage_doesntAffectOtherPackages()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ProgramStore.java | 104 ZERO (0), enumConstant 133 ZERO (0), 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() 356 mBlendDst = BlendDstFunc.ZERO; in Builder()
|
/frameworks/base/libs/hwui/effects/ |
D | StretchEffect.cpp | 187 static const float ZERO = 0.f; variable 225 mBuilder->uniform("uScrollX").set(&ZERO, 1); in getShader() 226 mBuilder->uniform("uScrollY").set(&ZERO, 1); in getShader()
|
/frameworks/native/libs/binder/ |
D | RpcAddress.cpp | 32 RpcWireAddress ZERO{0}; in isZero() local 33 return memcmp(mRawAddr.get(), &ZERO, sizeof(RpcWireAddress)) == 0; in isZero()
|
/frameworks/base/libs/protoutil/tests/ |
D | test.proto | 25 ZERO = 0; enumerator
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | Camera2StillCaptureTest.java | 483 Rational[] empty = new Rational[] { Rational.ZERO, Rational.ZERO, Rational.ZERO}; in verifyRawCaptureResult() 492 Rational.ZERO); in verifyRawCaptureResult()
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | ParamsUtils.java | 129 return Rational.ZERO; in createRational()
|
/frameworks/base/core/java/android/util/ |
D | Rational.java | 68 public static final Rational ZERO = new Rational(0, 1); field in Rational
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/ |
D | FaceDownDetectorTest.java | 78 mCurrentTime = Duration.ZERO; in setup()
|
/frameworks/base/keystore/java/android/security/keystore2/ |
D | AndroidKeyStoreKeyPairGeneratorSpi.java | 500 if (publicExponent.compareTo(BigInteger.ZERO) < 1) { in initAlgorithmSpecificParameters()
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 530 ZERO = 0; enumerator
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 31776 field public static final android.util.Rational ZERO; 42637 field public static final java.math.BigDecimal ZERO; 42690 field public static final java.math.BigInteger ZERO;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 49492 Landroid/renderscript/ProgramStore$BlendSrcFunc;->ZERO:Landroid/renderscript/ProgramStore$BlendSrcF… 65590 Landroid/view/textclassifier/GenerateLinksLogger;->ZERO:Ljava/lang/String; 65676 Landroid/view/textclassifier/logging/SmartSelectionEventTracker;->ZERO:Ljava/lang/String; 65747 Landroid/view/textclassifier/SelectionSessionLogger;->ZERO:Ljava/lang/String;
|
/frameworks/base/core/api/ |
D | current.txt | 46483 field public static final android.util.Rational ZERO;
|