Home
last modified time | relevance | path

Searched defs:allValues (Results 1 – 25 of 140) sorted by relevance

123456

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java488 List<HashMap<String, Metric>> allValues = mCapturedMetrics.getAllValues(); in testActualRunAnnotated_include() local
541 List<HashMap<String, Metric>> allValues = mCapturedMetrics.getAllValues(); in testActualRunAnnotated_exclude() local
594 List<HashMap<String, Metric>> allValues = mCapturedMetrics.getAllValues(); in testOnTestEndWithTestDescription() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
H A DRange.java72 private boolean allValues; field in Range
128 public static <C extends Comparable> Range<C> allValues() { in allValues() method in Range
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/shared/model/
H A DGroupAndSortCategoryAndNameTest.kt45 val allValues = grouped.values.reduce { acc, el -> acc + el } in <lambda>() constant
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/
H A DOrgPolicyInfo.java123 private final String allValues; field in OrgPolicyInfo.Policies
130 String allValues, in Policies()
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java511 List<Set<View.OnTouchListener>> allValues = captor.getAllValues(); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful() local
532 List<Set<View.OnTouchListener>> allValues = captor.getAllValues(); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful() local
/aosp_15_r20/art/test/048-reflect-v8/src/
H A DAnnotationTestHelpers.java74 Calendar[] allValues = calendars.value(); in asString() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/time/chrono/
H A DIsoChronologyTest.java43 int[][] allValues = new int[][] { in test_dateYear() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/data/topics/migration/
DTopicsDbMigratorV8Test.java130 List<String> allValues = new ArrayList<>(); in getAllValuesFromSelectedColumn() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DLatencyTrackerTest.java119 HashSet<Integer> allValues = new HashSet<>(); in testCujTypeEnumCorrectlyDefined() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
H A DCujTest.java91 HashSet<Integer> allValues = new HashSet<>(); in testCujTypeEnumCorrectlyDefined() local
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DAMutableDictionary.m179 - (NSArray *) allValues method
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/plugins/
H A DPluginManagerTest.java188 List<UncaughtExceptionHandler> allValues = mExPreHandlerCaptor.getAllValues(); in captureExceptionHandler() local
/aosp_15_r20/frameworks/base/libs/dream/lowlight/tests/src/com/android/dream/lowlight/utils/
H A DKotlinMockitoHelpers.kt85 val allValues: List<T> in whenever() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/mockito/
H A DKotlinMockitoHelpers.kt191 val allValues: List<T> in whenever() constant
/aosp_15_r20/packages/modules/IntentResolver/tests/shared/src/com/android/intentresolver/
DMockitoKotlinHelpers.kt222 val allValues: List<T> in anyArray() constant
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DMultiMap.java176 List<V> allValues = new LinkedList<V>(); in values() local
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
H A DDerivedLongGaugeImplTest.java188 List<LabelValue> allValues = new ArrayList<>(labelValues); in withConstantLabels() local
H A DDerivedDoubleGaugeImplTest.java191 List<LabelValue> allValues = new ArrayList<>(labelValues); in withConstantLabels() local
H A DDerivedDoubleCumulativeImplTest.java233 List<LabelValue> allValues = new ArrayList<>(labelValues); in withConstantLabels() local
H A DDerivedLongCumulativeImplTest.java230 List<LabelValue> allValues = new ArrayList<>(labelValues); in withConstantLabels() local
H A DLongGaugeImplTest.java241 List<LabelValue> allValues = new ArrayList<>(labelValues); in withConstantLabels() local
/aosp_15_r20/external/mockito-kotlin/mockito-kotlin/src/main/kotlin/org/mockito/kotlin/
H A DArgumentCaptor.kt193 val allValues: List<T> constant in org.mockito.kotlin.KArgumentCaptor
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
H A DOkHeaders.java99 List<String> allValues = new ArrayList<>(); in toMultimap() local
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DOkHeaders.java97 List<String> allValues = new ArrayList<>(); in toMultimap() local
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DProvisionHelperImplTest.java685 List<ProvisioningProgress> allValues = mProvisioningProgressArgumentCaptor.getAllValues(); in verifyProgressesSet() local

123456