Home
last modified time | relevance | path

Searched defs:expectedTypes (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/common/types/src/
DOperationsValidationUtils.cpp32 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()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/testapi/
DBlockingUserLifecycleListenerTest.java315 @UserLifecycleEventType int... expectedTypes) { in assertEvents()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java2268 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testSetSchema() local
2363 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testRemoveSchema() local
2474 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testRemoveSchema_differentDataBase() local
2641 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testPrunePackageData() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2215 public void expectSupportedTetheringTypes(Set<Integer> expectedTypes) { in expectSupportedTetheringTypes()
3532 final ArraySet<Integer> expectedTypes = getAllSupportedTetheringTypes(); in testTetheringSupported() local
3597 final ArraySet<Integer> expectedTypes) { in verifySupported()
/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java265 @UserLifecycleEventType int... expectedTypes) { in isEventAnyOfTypes()