| /packages/modules/AdServices/adservices/tests/unittest/service-core/assets/classifier/ |
| D | classifier_test_assets_metadata.json | 12 "path": "assets/classifier/labels_test_topics.txt", string 19 "path": "assets/classifier/precomputed_test_app_list.csv", string 26 "path": "assets/classifier/topic_id_to_name.csv", string 33 "path": "assets/classifier/model.tflite", string 39 "path": "assets/classifier/test1" string 44 "path": "assets/classifier/test2", string 51 "path": "test/element/without/asset_name", string
|
| /packages/modules/adb/daemon/ |
| D | file_sync_service.cpp | 71 static bool should_use_fs_config(const std::string& path) { in should_use_fs_config() 81 static bool update_capabilities(const char* path, uint64_t capabilities) { in update_capabilities() 102 static bool secure_mkdirs(const std::string& path) { in secure_mkdirs() 143 static bool do_lstat_v1(int s, const char* path) { in do_lstat_v1() 155 static bool do_stat_v2(int s, uint32_t id, const char* path) { in do_stat_v2() 187 static bool do_list(int s, const char* path) { in do_list() 247 static bool do_list_v1(int s, const char* path) { in do_list_v1() 251 static bool do_list_v2(int s, const char* path) { in do_list_v2() 347 static bool handle_send_file(borrowed_fd s, const char* path, uint32_t* timestamp, uid_t uid, in handle_send_file() 454 static bool handle_send_link(int s, const std::string& path, uint32_t* timestamp, bool dry_run, in handle_send_link() [all …]
|
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| D | DataManager.java | 162 public MediaObject peekMediaObject(Path path) { in peekMediaObject() 166 public MediaObject getMediaObject(Path path) { in getMediaObject() 194 public MediaSet getMediaSet(Path path) { in getMediaSet() 225 Path path = list.get(i); in mapMediaItems() local 244 public int getSupportedOperations(Path path) { in getSupportedOperations() 248 public void getPanoramaSupport(Path path, PanoramaSupportCallback callback) { in getPanoramaSupport() 252 public void delete(Path path) { in delete() 256 public void rotate(Path path, int degrees) { in rotate() 260 public Uri getContentUri(Path path) { in getContentUri() 264 public int getMediaType(Path path) { in getMediaType() [all …]
|
| D | FilterDeleteSet.java | 40 Path path; field in FilterDeleteSet.Request 42 public Request(int type, Path path, int indexHint) { in Request() 50 Path path; field in FilterDeleteSet.Deletion 52 public Deletion(Path path, int index) { in Deletion() 67 public FilterDeleteSet(Path path, MediaSet baseSet) { in FilterDeleteSet() 226 private void sendRequest(int type, Path path, int indexHint) { in sendRequest() 239 public void addDeletion(Path path, int indexHint) { in addDeletion() 243 public void removeDeletion(Path path) { in removeDeletion()
|
| D | ImageCacheService.java | 58 public boolean getImageData(Path path, long timeModified, int type, BytesBuffer buffer) { in getImageData() 80 public void putImageData(Path path, long timeModified, int type, byte[] value) { in putImageData() 95 public void clearImageData(Path path, long timeModified, int type) { in clearImageData() 107 private static byte[] makeKey(Path path, long timeModified, int type) { in makeKey()
|
| /packages/services/Car/cpp/watchdog/server/tests/ |
| D | ProcPidDir.cpp | 37 Result<void> makeDir(std::string path) { in makeDir() 63 std::string path = StringPrintf((procDirPath + kStatFileFormat).c_str(), pid); in populateProcPidDir() local 71 std::string path = StringPrintf((procDirPath + kStatusFileFormat).c_str(), pid); in populateProcPidDir() local 92 std::string path = in populateProcPidDir() local 100 std::string path = in populateProcPidDir() local
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/ |
| D | CallLogPullRequestTest.java | 76 final String path = PbapClientConnectionHandler.ICH_PATH; in testToString() local 85 final String path = PbapClientConnectionHandler.ICH_PATH; in onPullComplete_whenResultsAreNull() local 112 final String path = PbapClientConnectionHandler.ICH_PATH; in onPullComplete_whenResultsAreEmpty() local 126 final String path = PbapClientConnectionHandler.MCH_PATH; in onPullComplete_whenThereIsNoPhoneProperty() local 150 final String path = PbapClientConnectionHandler.OCH_PATH; in onPullComplete_success() local 179 final String path = PbapClientConnectionHandler.OCH_PATH; in updateTimesContacted_cursorIsClosed() local
|
| /packages/modules/Bluetooth/system/gd/os/linux_generic/ |
| D | files.cc | 53 bool FileExists(const std::string& path) { in FileExists() 66 std::optional<std::string> ReadSmallFile(const std::string& path) { in ReadSmallFile() 90 bool WriteToFile(const std::string& path, const std::string& data) { in WriteToFile() 209 bool RemoveFile(const std::string& path) { in RemoveFile() 218 const std::string& path) { in FileCreatedTime()
|
| /packages/providers/MediaProvider/src/com/android/providers/media/ |
| D | TranscodeHelperNoOp.java | 38 public String prepareIoPath(String path, int uid) { in prepareIoPath() 42 public int shouldTranscode(String path, int uid, Bundle bundle) { in shouldTranscode() 46 public boolean supportsTranscode(String path) { in supportsTranscode() 52 public void onFileOpen(String path, String ioPath, int uid, int transformsReason) {} in onFileOpen() 54 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached()
|
| D | TranscodeHelper.java | 32 public String prepareIoPath(String path, int uid); in prepareIoPath() 34 public int shouldTranscode(String path, int uid, Bundle bundle); in shouldTranscode() 36 public boolean supportsTranscode(String path); in supportsTranscode() 40 public void onFileOpen(String path, String ioPath, int uid, int transformsReason); in onFileOpen() 42 public boolean isTranscodeFileCached(String path, String transcodePath); in isTranscodeFileCached()
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | VoicemailUriType.java | 30 private final String path; field in VoicemailUriType 32 private VoicemailUriType(String path) { in VoicemailUriType() 37 public String path() { in path() method in VoicemailUriType
|
| /packages/providers/MediaProvider/jni/ |
| D | MediaProviderWrapper.cpp | 80 const string& path, uid_t uid) { in insertFileInternal() 91 const string& path, uid_t uid) { in deleteFileInternal() 102 jmethodID mid_is_diraccess_allowed, const string& path, uid_t uid, in isDirAccessAllowedInternal() 116 const string& path) { in isUidAllowedAccessToDataOrObbPathInternal() 129 const string& path) { in getFilesInDirectoryInternal() 188 jmethodID mid_on_file_created, const string& path) { in onFileCreatedInternal() 282 int MediaProviderWrapper::InsertFile(const string& path, uid_t uid) { in InsertFile() 291 int MediaProviderWrapper::DeleteFile(const string& path, uid_t uid) { in DeleteFile() 301 std::unique_ptr<FileOpenResult> MediaProviderWrapper::OnFileOpen(const string& path, in OnFileOpen() 353 int MediaProviderWrapper::IsCreatingDirAllowed(const string& path, uid_t uid) { in IsCreatingDirAllowed() [all …]
|
| /packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
| D | GenericDocument.java | 261 public Object getProperty(@NonNull String path) { in getProperty() 343 private static Object getRawPropertyFromRawDocument( in getRawPropertyFromRawDocument() 576 public String getPropertyString(@NonNull String path) { in getPropertyString() 595 public long getPropertyLong(@NonNull String path) { in getPropertyLong() 614 public double getPropertyDouble(@NonNull String path) { in getPropertyDouble() 633 public boolean getPropertyBoolean(@NonNull String path) { in getPropertyBoolean() 653 public byte[] getPropertyBytes(@NonNull String path) { in getPropertyBytes() 673 public GenericDocument getPropertyDocument(@NonNull String path) { in getPropertyDocument() 685 @NonNull String propertyType, @NonNull String path, int propertyLength) { in warnIfSinglePropertyTooLong() 718 public String[] getPropertyStringArray(@NonNull String path) { in getPropertyStringArray() [all …]
|
| /packages/modules/AdServices/adservices/apk/assets/classifier/ |
| D | classifier_assets_metadata.json | 12 "path": "assets/classifier/labels_topics.txt", string 19 "path": "assets/classifier/precomputed_app_list.csv", string 26 "path": "assets/classifier/topic_id_to_name.csv", string 33 "path": "assets/classifier/model.tflite", string
|
| /packages/modules/adb/client/ |
| D | auth.cpp | 157 static bool load_keys(const std::string& path, bool allow_dir = true) { in load_keys() 212 std::string path = get_user_key_path(); in load_userkey() local 237 for (const auto& path : android::base::Split(adb_keys_path, ENV_PATH_SEPARATOR_STR)) { in get_vendor_keys() local 281 static bool pubkey_from_privkey(std::string* out, const std::string& path) { in pubkey_from_privkey() 290 std::string path = get_user_key_path(); in adb_auth_get_user_privkey() local 312 std::string path = get_user_key_path(); in adb_auth_get_userkey() local 367 std::string path = root_it->second; in adb_auth_inotify_update() local 399 for (const std::string& path : paths) { in adb_auth_inotify_init() local 429 for (const std::string& path : key_paths) { in adb_auth_init() local
|
| /packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
| D | ShapeOptionsProvider.java | 74 Path path = loadPath(mContext.getPackageManager() in loadOptions() local 90 Path path = loadPath(system, ANDROID_PACKAGE); in addDefault() local 98 private ShapeDrawable createShapeDrawable(Path path) { in createShapeDrawable() 106 private List<ShapeAppIcon> getShapedAppIcons(Path path) { in getShapedAppIcons()
|
| /packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/ |
| D | GalleryGridItemViewTest.java | 80 final String path = (String) cursor.getAt(Media.DATA, 0); in testBind() local 93 final String path = (String) cursor.getAt(Media.DATA, 0); in testBindMultiSelectUnSelected() local 106 final String path = (String) cursor.getAt(Media.DATA, 0); in testBindMultiSelectSelected() local 135 final String path = (String) cursor.getAt(Media.DATA, 1); in testBindTwice() local
|
| /packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/ |
| D | ProcNetTest.java | 103 public int readIntFromPath(String path) throws Exception { in readIntFromPath() 132 String path = IPV6_SYSCTL_DIR + "/" + interfaceDir + "/" + AUTOCONF_SYSCTL; in testProcSysctls() local 143 String path = IPV6_SYSCTL_DIR + "/" + interfaceDir + "/" + "accept_ra_rt_info_min_plen"; in testAcceptRaRtInfoMinMaxPlen() local 158 String path = IPV6_SYSCTL_DIR + "/" + interfaceDir + "/" + "router_solicitations"; in testRouterSolicitations() local 176 String path = "/proc/sys/net/ipv4/tcp_congestion_control"; in testCongestionControl() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| D | PhotoFallbackEffect.java | 39 public Path path; field in PhotoFallbackEffect.Entry 44 public Entry(Path path, Rect source, RawTexture texture) { in Entry() 53 public int getItemIndex(Path path); in getItemIndex() 68 public void addEntry(Path path, Rect rect, RawTexture texture) { in addEntry() 72 public Entry getEntry(Path path) { in getEntry()
|
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/ |
| D | TypedUriMatcherImplTest.java | 40 private String path; field in TypedUriMatcherImplTest.TestUriType 42 private TestUriType(String path) { in TestUriType() 47 public String path() { in path() method in TypedUriMatcherImplTest.TestUriType
|
| /packages/services/Car/tests/common_utils/src/com/android/car/test/utils/ |
| D | TemporaryDirectory.java | 43 FileVisitResult consume(Path path) throws IOException { in consume() 49 public FileVisitResult visitFile(Path path, BasicFileAttributes basicFileAttributes) in visitFile() 55 public FileVisitResult postVisitDirectory(Path path, IOException e) in postVisitDirectory()
|
| /packages/providers/MediaProvider/src/com/android/providers/media/util/ |
| D | SyntheticPathUtils.java | 55 public static boolean isRedactedPath(String path, int userId) { in isRedactedPath() 68 public static boolean isPickerPath(String path, int userId) { in isPickerPath() 75 public static boolean isSyntheticPath(String path, int userId) { in isSyntheticPath() 82 public static List<String> extractSyntheticRelativePathSegements(String path, int userId) { in extractSyntheticRelativePathSegements()
|
| /packages/apps/Contacts/src/com/android/contacts/vcard/ |
| D | VCardService.java | 67 public CustomMediaScannerConnectionClient(String path) { in CustomMediaScannerConnectionClient() 83 public void onScanCompleted(String path, Uri uri) { in onScanCompleted() 194 final String path = request.destUri.getEncodedPath(); in handleExportRequest() local 254 final String path = in handleCancelRequest() local 321 /* package */ synchronized void updateMediaScanner(String path) { in updateMediaScanner() 370 final String path = ((ExportProcessor)job).getRequest().destUri.getEncodedPath(); in handleFinishExportNotification() local
|
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| D | DownloadScanner.java | 52 public final String path; field in DownloadScanner.ScanRequest 56 public ScanRequest(long id, String path, String mimeType) { in ScanRequest() 82 public static void requestScanBlocking(Context context, long id, String path, String mimeType) { in requestScanBlocking() 149 public void onScanCompleted(String path, Uri uri) { in onScanCompleted()
|
| /packages/providers/MediaProvider/src/com/android/providers/media/fuse/ |
| D | FuseDaemon.java | 55 @NonNull String sessionId, @NonNull String path, boolean uncachedMode, in FuseDaemon() 112 String path = FileUtils.toFuseFile(new File(mPath)).getAbsolutePath(); in initializeDeviceId() local 161 public boolean shouldOpenWithFuse(String path, boolean readLock, int fd) { in shouldOpenWithFuse() 189 public void invalidateFuseDentryCache(String path) { in invalidateFuseDentryCache() 323 private native void native_start(long daemon, int deviceFd, String path, in native_start() 328 private native boolean native_should_open_with_fuse(long daemon, String path, boolean readLock, in native_should_open_with_fuse() 331 private native void native_invalidate_fuse_dentry_cache(long daemon, String path); in native_invalidate_fuse_dentry_cache() 334 private native void native_initialize_device_id(long daemon, String path); in native_initialize_device_id()
|