OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertLessThan
(Results
1 - 8
of
8
) sorted by null
/external/guava/guava-tests/test/com/google/common/util/concurrent/
ServiceTest.java
36
assertLessThan
(NEW, STARTING);
37
assertLessThan
(NEW, TERMINATED);
39
assertLessThan
(STARTING, RUNNING);
40
assertLessThan
(STARTING, STOPPING);
41
assertLessThan
(STARTING, FAILED);
43
assertLessThan
(RUNNING, STOPPING);
44
assertLessThan
(RUNNING, FAILED);
46
assertLessThan
(STOPPING, FAILED);
47
assertLessThan
(STOPPING, TERMINATED);
50
private static <T extends Comparable<? super T>> void
assertLessThan
(T a, T b)
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
RateEstimatorTest.java
67
assertLessThan
("Rate", rate, 20f);
76
assertLessThan
("Rate", rate, 20f);
104
assertLessThan
("Rate", rate, 2f);
113
assertLessThan
("Rate", rate, 1000f);
119
assertLessThan
("Rate", rate, 0.1f);
126
assertLessThan
("Rate", rate, 1f);
129
private void
assertLessThan
(String label, float a, float b) {
/cts/tests/tests/systemui/src/android/systemui/cts/
LightStatusBarTests.java
83
assertLessThan
("Too many lighter pixels lighter than the background", 0.05f,
87
assertLessThan
("Too many pixels with a changed hue", 0.05f,
107
private void
assertLessThan
(String what, float expected, float actual, String hint) {
/cts/tests/tests/util/src/android/util/cts/
RationalTest.java
199
assertLessThan
(NEGATIVE_INFINITY, UNIT);
200
assertLessThan
(NEGATIVE_INFINITY, POSITIVE_INFINITY);
201
assertLessThan
(NEGATIVE_INFINITY, ZERO);
213
assertLessThan
(new Rational(-5, 25), ZERO);
420
private static <T extends Comparable<? super T>> void
assertLessThan
(T left, T right) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RationalTest.java
218
assertLessThan
(NEGATIVE_INFINITY, UNIT);
219
assertLessThan
(NEGATIVE_INFINITY, POSITIVE_INFINITY);
220
assertLessThan
(NEGATIVE_INFINITY, ZERO);
232
assertLessThan
(new Rational(-5, 25), ZERO);
439
private static <T extends Comparable<? super T>> void
assertLessThan
(T left, T right) {
/cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java
89
private static void
assertLessThan
(long left, long right) {
217
assertLessThan
(Math.abs(diff - (DAY / 2)), TIME_DIFF_THRESHOLD);
/frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java
674
assertLessThan
("Time should be close to current time", expectedBefore, actual);
678
private static void
assertLessThan
(String explanation, long expectedBefore, long actual) {
[
all
...]
/prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar
Completed in 198 milliseconds