/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | FgsLoggerTest.java | 76 int expectedTypes = 1; in testFgsStartThenApiStart() local 100 int expectedTypes = 1; in testApiStartThenFgsStart() local 125 int expectedTypes = 1; in testFgsStartApiStartFgsStopApiStop() local 223 int expectedTypes = 1; in testMultipleStartStopApis() local 286 int expectedTypes = 1; in testMultipleStartStops() local 351 int expectedTypes = 1; in testMultiStartStopThroughout() local 422 int expectedTypes = 1; in testMultipleFGS() local 466 int expectedTypes = 1; in testMultipleUid() local 598 int expectedTypes = 1; in testMultipleStartStopWithinFgsWindow() local 657 int expectedTypes = 1; in multipleTypesOneFgsTest() local
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/ |
H A D | CommonParameterItemTest.kt | 297 val expectedTypes = in Test nullability of parameter annotated with @not-type-use-NonNull() constant 359 val expectedTypes = in Test nullability of parameter annotated with @not-type-use-Nullable() constant 418 val expectedTypes = in Test nullability of non-Kotlin varargs() constant 465 val expectedTypes = in Test nullability of Kotlin varargs last() constant 502 val expectedTypes = in Test nullability of Kotlin varargs not-last() constant 539 val expectedTypes = in Test nullability of Kotlin varargs last in inline reified fun() constant 599 val expectedTypes = in Test parameter isVarArgs() constant
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/ |
D | OperationsValidationUtils.cpp | 32 bool validateOperandTypes(const std::vector<OperandType>& expectedTypes, const char* tag, in validateOperandTypes() 79 const std::vector<OperandType>& expectedTypes) { in validateInputTypes() 85 const std::vector<OperandType>& expectedTypes) { in validateOutputTypes()
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/ |
H A D | CommonFieldItemTest.kt | 291 val expectedTypes = in <lambda>() constant 352 val expectedTypes = in <lambda>() constant
|
/aosp_15_r20/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/ |
H A D | ComplexFilterTest.java | 134 private void assertGroupsAndType(String... expectedTypes) { in assertGroupsAndType() 138 private void assertBothGroups(String... expectedTypes) { in assertBothGroups()
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | dynamicRef.json | 529 "expectedTypes": { object 539 "expectedTypes": { object 567 "expectedTypes": "strings", string 575 "expectedTypes": "strings", string 583 "expectedTypes": "integers", string 591 "expectedTypes": "integers", string
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
H A D | AnnotatedElementTestSupport.java | 109 Set<Class<? extends Annotation>> expectedTypes = set(expectedAnnotations); in checkAnnotatedElementPresentMethods() local 148 Set<Class<? extends Annotation>> expectedTypes = set(expectedDeclaredAnnotations); in checkAnnotatedElementDirectMethods() local
|
/aosp_15_r20/external/angle/build/android/incremental_install/third_party/AndroidHiddenApiBypass/library/src/main/java/org/lsposed/hiddenapibypass/ |
H A D | HiddenApiBypass.java | 256 Class<?>[] expectedTypes = method.getParameterTypes(); in getDeclaredMethod() local 281 Class<?>[] expectedTypes = method.getParameterTypes(); in getDeclaredConstructor() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/ |
H A D | OldAuthenticatorRequestorTypeTest.java | 37 Authenticator.RequestorType[] expectedTypes = { in test_values() local
|
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/eventstreams/ |
H A D | EventMarshallingTest.java | 113 List<String> expectedTypes = Stream.of( in testMarshalling_setsCorrectEventType() local
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | AttributeProvider.java | 166 String view, String attribute, Object value, Class<?>... expectedTypes) { in invalidType()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
H A D | TypeFactory.java | 513 List<JavaType> expectedTypes = sourceType.getBindings().getTypeParameters(); in _resolveTypePlaceholders() local 568 List<JavaType> expectedTypes = exp.getBindings().getTypeParameters(); in _verifyAndResolvePlaceholders() local
|
/aosp_15_r20/packages/services/Car/tests/CarTestLibUnitTest/src/android/car/testapi/ |
D | BlockingUserLifecycleListenerUnitTest.java | 314 @UserLifecycleEventType int... expectedTypes) { in assertEvents()
|
/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImplTest.java | 2294 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testSetSchema() local 2389 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testRemoveSchema() local 2500 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testRemoveSchema_differentDataBase() local 3552 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testPrunePackageData() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewDebugTest.java | 378 private static void expectDeserializedArguments(Class<?>[] expectedTypes, in expectDeserializedArguments()
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 2243 public void expectSupportedTetheringTypes(Set<Integer> expectedTypes) { in expectSupportedTetheringTypes() 3658 final ArraySet<Integer> expectedTypes = getAllSupportedTetheringTypes(); in testTetheringSupported() local 3723 final ArraySet<Integer> expectedTypes) { in verifySupported()
|
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/ |
H A D | timeline_component_test.ts | 356 const expectedTypes = [ constant
|
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/ |
H A D | TextClassifierImpl.java | 444 Collection<String> expectedTypes = resolveActionTypesFromRequest(request); in createConversationActionResult() local
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/ |
H A D | CommonClassItemTest.kt | 1423 val expectedTypes = in <lambda>() constant
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/ |
D | CarServiceUtils.java | 265 @UserLifecycleEventType int... expectedTypes) { in isEventAnyOfTypes()
|
/aosp_15_r20/libcore/luni/src/test/java/tests/java/sql/ |
H A D | DatabaseMetaDataTest.java | 2121 int[] expectedTypes) throws SQLException in assertColumnTypes()
|
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.1.0-alpha04/ |
HD | appsearch-compiler-1.1.0-alpha04.jar | META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/appsearch/
androidx/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/appsearch/appsearch-compiler/1.1.0-alpha04/androidx.appsearch_appsearch-compiler/linux_glibc_common/local-combined/ |
D | androidx.appsearch_appsearch-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.19/ |
HD | compile-testing-0.19.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/java/TextClassifierServiceLibNoManifest/android_common_apex30/local-javac-header/ |
D | TextClassifierServiceLibNoManifest.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |