Home
last modified time | relevance | path

Searched +defs:path +defs:objects (Results 1 – 2 of 2) sorted by relevance

/packages/services/Mtp/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java861 final Path path = mProvider.findDocumentPath(null, "15"); in testFindDocumentPath_singleStorage_toRoot() local
875 final Path path = mProvider.findDocumentPath("3", "18"); in testFindDocumentPath_singleStorage_toDoc() local
890 final Path path = mProvider.findDocumentPath(null, "16"); in testFindDocumentPath_multiStorage_toRoot() local
906 final Path path = mProvider.findDocumentPath("4", "19"); in testFindDocumentPath_multiStorage_toDoc() local
968 MtpObjectInfo[] objects) throws FileNotFoundException { in setupDocuments()
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp72 Result<Version> validateVector(const std::vector<Type>& objects, in validateVector()
928 uint32_t subgraphIndex, std::vector<bool>* path, in checkNoReferenceCycles()
964 std::vector<bool> path(count); in checkNoReferenceCycles() local