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/service/src/com/android/car/util/
DUtils.java216 @UserLifecycleEventType int... expectedTypes) { in isEventAnyOfTypes()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/testapi/
DBlockingUserLifecycleListenerTest.java299 @UserLifecycleEventType int... expectedTypes) { in assertEvents()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java1403 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testSetSchema() local
1489 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testRemoveSchema() local
1586 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testRemoveSchema_differentDataBase() local
1741 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testPrunePackageData() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1756 public void expectSupportedTetheringTypes(Set<Integer> expectedTypes) { in expectSupportedTetheringTypes()
2867 final ArraySet<Integer> expectedTypes = getAllSupportedTetheringTypes(); in testTetheringSupported() local
2930 final ArraySet<Integer> expectedTypes) { in updateConfigAndVerifySupported()