/frameworks/base/tools/aapt2/util/ |
D | Files_test.cpp | 37 TEST_F(FilesTest, appendPath) { in TEST_F() argument 39 appendPath(&base, "there"); in TEST_F() 45 appendPath(&base, "there"); in TEST_F() 49 appendPath(&base, "/there"); in TEST_F() 53 appendPath(&base, "/there"); in TEST_F()
|
D | Files.h | 64 void appendPath(std::string* base, StringPiece part);
|
D | Files.cpp | 144 void appendPath(std::string* base, StringPiece part) { in appendPath() function 161 appendPath(&outPath, part); in packageToPath()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 670 .authority(authority).appendPath(PATH_ROOT).build(); in buildRootsUri() 681 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build(); in buildRootUri() 704 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId) in buildRecentDocumentsUri() 705 .appendPath(PATH_RECENT).build(); in buildRecentDocumentsUri() 716 .appendPath(PATH_TREE).appendPath(documentId).build(); in buildTreeDocumentUri() 729 .authority(authority).appendPath(PATH_DOCUMENT).appendPath(documentId).build(); in buildDocumentUri() 757 .authority(treeUri.getAuthority()).appendPath(PATH_TREE) in buildDocumentUriUsingTree() 758 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT) in buildDocumentUriUsingTree() 759 .appendPath(documentId).build(); in buildDocumentUriUsingTree() 784 .appendPath(PATH_DOCUMENT).appendPath(parentDocumentId).appendPath(PATH_CHILDREN) in buildChildDocumentsUri() [all …]
|
D | BrowserContract.java | 411 AUTHORITY_URI.buildUpon().appendPath("accounts").build();
|
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/ |
D | MusicProvider.java | 163 pianoBuilder.appendPath(BrowserService.PIANO_BASE_PATH); in getRootContainerCurser() 174 voiceBuilder.appendPath(BrowserService.VOICE_BASE_PATH); in getRootContainerCurser() 195 builder.appendPath(BrowserService.NOW_PLAYING_PATH); in getRootItemCursor() 196 builder.appendPath(musicTrack.getTitle()); in getRootItemCursor() 220 builder.appendPath(BrowserService.PIANO_BASE_PATH); in getRootItemCursor() 221 builder.appendPath(musicTrack.getTitle()); in getRootItemCursor() 245 builder.appendPath(BrowserService.VOICE_BASE_PATH); in getRootItemCursor() 246 builder.appendPath(musicTrack.getTitle()); in getRootItemCursor()
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 89 path.appendPath(kResourceCache); in idmapPathForPackagePath() 105 path.appendPath(filename); in idmapPathForPackagePath() 177 realPath.appendPath(kAppZipName); in addAssetPath() 323 path.appendPath(kSystemAssets); in addDefaultAssets() 492 assetName.appendPath(fileName); in open() 646 overlaysListPath.appendPath(kResourceCache); in appendPathToResTable() 647 overlaysListPath.appendPath("overlays.list"); in appendPathToResTable() 848 path.appendPath(fileName); in openNonAssetInPathLocked() 935 path.appendPath(fileName); in openInLocaleVendorLocked() 958 path.appendPath(fileName); in openInLocaleVendorLocked() [all …]
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | RecentsProvider.java | 105 .authority(AUTHORITY).appendPath("recent").build(); in buildRecent() 110 .appendPath("state").appendPath(authority).appendPath(rootId).appendPath(documentId) in buildState() 116 .authority(AUTHORITY).appendPath("resume").appendPath(packageName).build(); in buildResume()
|
/frameworks/ex/common/java/com/android/common/ |
D | Search.java | 101 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY); in getSuggestions() 110 uriBuilder.appendPath(query); in getSuggestions()
|
/frameworks/base/tools/aapt/ |
D | CacheUpdater.h | 75 toCreate = existsPath.getPathLeaf().appendPath(toCreate); in ensureDirectoriesExist() 82 existsPath.appendPath(toCreate.walkPath(&remains)); in ensureDirectoriesExist()
|
D | AaptAssets.cpp | 99 fullPath.appendPath(path); in isHidden() 512 name.appendPath(mPath); in getPrintableSource() 705 pathName.appendPath(fileNames[i].string()); in slurpFullTree() 913 partialPath.appendPath(root); in addFile() 1158 subdirName.appendPath(entry->d_name); in slurpResourceTree()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 60 return uri.buildUpon().appendPath("19").build(); in testInsert() 63 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsert() 73 return uri.buildUpon().appendPath("19").build(); in testInsertNoValues() 76 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsertNoValues() 115 return uri.buildUpon().appendPath("19").build(); in testInsertWithBackRefs() 118 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsertWithBackRefs() 130 return uri.buildUpon().appendPath("19").build(); in testUpdate() 133 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testUpdate()
|
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 173 filename.appendPath("overlays.list"); in idmap_scan() 205 idmap_path.appendPath(flatten_path(overlay_apk_path + 1)); in idmap_scan()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContentRatingSystemInfo.java | 51 .appendPath(String.valueOf(xmlResourceId)) in createTvContentRatingSystemInfo()
|
D | TvContract.java | 140 .appendPath(PATH_PASSTHROUGH).appendPath(inputId).build(); in buildChannelUriForPassthroughInput()
|
/frameworks/base/core/java/android/app/ |
D | SearchManager.java | 901 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY); in getSuggestions() 910 uriBuilder.appendPath(query); in getSuggestions()
|
/frameworks/base/tools/aapt2/flatten/ |
D | Archive.cpp | 54 file::appendPath(&fullPath, path); in startEntry()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapter.java | 354 .appendPath(constraint.toString()) in doQuery() 409 .appendPath(Contacts.Entity.CONTENT_DIRECTORY) in getCursorForConstruction() 424 .appendPath(Contacts.Entity.CONTENT_DIRECTORY) in getCursorForConstruction()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 177 .appendPath(constraint.toString()) in performFiltering() 233 .appendPath(constraint.toString()) in performFiltering()
|
D | DataUsageStatUpdater.java | 212 .appendPath(TextUtils.join(",", dataIds)) in update()
|
/frameworks/base/tools/aapt2/compile/ |
D | Compile.cpp | 151 file::appendPath(&prefixPath, entry->d_name); in loadInputFilesFromDir() 169 file::appendPath(&fullPath, leafEntry->d_name); in loadInputFilesFromDir()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SuggestionsAdapter.java | 736 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY); in getSearchManagerSuggestions() 745 uriBuilder.appendPath(query); in getSearchManagerSuggestions()
|
/frameworks/base/tools/aapt2/link/ |
D | Link.cpp | 732 file::appendPath(&outPath, file::packageToPath(util::utf16ToUtf8(outPackage))); in writeJavaFile() 739 file::appendPath(&outPath, "R.java"); in writeJavaFile() 789 file::appendPath(&outPath, file::packageToPath(packageUtf8)); in writeManifestJavaFile() 797 file::appendPath(&outPath, "Manifest.java"); in writeManifestJavaFile()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfoAsyncQuery.java | 417 .appendPath(number) in startQuery()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | UriTest.java | 318 uri = uri.buildUpon().appendPath("c").build(); in testPathOperations() 342 Uri withC = Uri.parse("foo:/a/b/").buildUpon().appendPath("c").build(); in testPathOperations()
|