/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecLocalDeviceTv.java | 466 int newPath = mService.portIdToPath(portId); in doManualPortSwitching() local 471 void startRoutingControl(int oldPath, int newPath, IHdmiControlCallback callback) { in startRoutingControl() 693 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath() local 695 startRoutingControl(getActivePath(), newPath, null); in handleNewDeviceAtTheTailOfActivePath() local 739 int newPath = HdmiUtils.twoBytesToInt(params, 2); in handleRoutingChange() local 1362 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath() local 1363 startRoutingControl(getActivePath(), newPath, null); in handleRemoveActiveRoutingPath() local 1380 int newPath = mService.portIdToPath(getActivePortId()); in launchRoutingControl() local 1382 startRoutingControl(getActivePath(), newPath, null); in launchRoutingControl() local
|
H A D | HdmiUtils.java | 320 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath() 351 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath()
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 2065 String newPath = FileUtils.getAbsoluteExtendedPath(originalPath, newExpiredTime); in extendExpiredItem() local 2124 @NonNull String newPath) { in renameInLowerFsAndInvalidateFuseDentry() 3090 private void scanRenamedDirectoryForFuse(@NonNull String oldPath, @NonNull String newPath) { in scanRenamedDirectoryForFuse() 3167 @NonNull String oldPath, @NonNull String newPath, @NonNull ContentValues values) { in updateDatabaseForFuseRename() 3172 @NonNull String oldPath, @NonNull String newPath, @NonNull ContentValues values, in updateDatabaseForFuseRename() 3182 @NonNull String oldPath, @NonNull String newPath, @NonNull ContentValues values, in updateDatabaseForFuseRename() 3234 String newPath, Bundle qbExtras, String selection, boolean allowHidden) { in deleteForFuseRename() 3334 private ArrayList<String> getWritableFilesForRenameDirectory(String oldPath, String newPath) in getWritableFilesForRenameDirectory() 3403 private int renameInLowerFs(String oldPath, String newPath) { in renameInLowerFs() 3435 private int renameDirectoryCheckedForFuse(String oldPath, String newPath) { in renameDirectoryCheckedForFuse() [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | ChartDtdDelta.java | 268 String newPath = path + "/" + element.name; in checkNames() local 389 final String newPath; field in ChartDtdDelta.DiffElement 396 String newPath, in DiffElement() 452 String newPath, in addData()
|
H A D | FilterFactory.java | 261 String newPath = entry.newValue; in modifyFile() local 333 String newPath = RegexLookup.replace(newValue, arguments.value); in modifyFile() local
|
H A D | ShowDtdDiffs.java | 102 String newPath = path + "/" + element.name; in checkNames() local
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_VectorDrawable.cpp | 45 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(); in createEmptyFullPath() local 52 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(*srcFullPath); in createFullPath() local 57 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(); in createEmptyClipPath() local 64 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(*srcClipPath); in createClipPath() local
|
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/ |
H A D | BlockGuardOs.java | 233 @Override public void link(String oldPath, String newPath) throws ErrnoException { in link() 371 @Override public void rename(String oldPath, String newPath) throws ErrnoException { in rename() 432 @Override public void symlink(String oldPath, String newPath) throws ErrnoException { in symlink()
|
H A D | ForwardingOs.java | 454 …public void link(String oldPath, String newPath) throws ErrnoException { os.link(oldPath, newPath)… in link() 698 …public void rename(@Nullable String oldPath, @Nullable String newPath) throws ErrnoException { os.… in rename() 868 …public void symlink(String oldPath, String newPath) throws ErrnoException { os.symlink(oldPath, ne… in symlink()
|
H A D | Os.java | 393 public void link(String oldPath, String newPath) throws ErrnoException; in link() 564 public void rename(String oldPath, String newPath) throws ErrnoException; in rename() 723 public void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
|
H A D | Linux.java | 158 public native void link(String oldPath, String newPath) throws ErrnoException; in link() 255 public native void rename(String oldPath, String newPath) throws ErrnoException; in rename() 305 public native void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | XMLSource.java | 297 private final String newPath; field in XMLSource.Alias 309 String newPath = null; in make() local 314 private Alias(int pos, String oldPath, String newPath, String aliasParts) { in Alias() 410 public String changeNewToOld(String fullPath, String newPath, String oldPath) { in changeNewToOld() 1840 String newPath = CLDRFile.getNondraftNonaltXPath(path); in getWinningPath() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacyPath.java | 496 GeneralPath newPath = new GeneralPath(); in offset() local 518 GeneralPath newPath = new GeneralPath(); in transform() local
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | UriMatcher.java | 170 String newPath = path; in addURI() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/signals/ |
D | EncoderEndpointsDaoTest.java | 113 String newPath = "/updated/downloadPath"; in testRegisterEndPointReplacesExisting() local
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 344 void ApplyAddPath(SkPath& orig, const SkPath& newPath, in ApplyAddPath() 354 void ApplyReverseAddPath(SkPath& orig, const SkPath& newPath) { in ApplyReverseAddPath()
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ProfileAwareUriMatcher.java | 70 String newPath = path; in addURI() local
|
/aosp_15_r20/frameworks/av/media/module/id3/ |
H A D | testid3.cpp | 135 char newPath[MAXPATHLEN]; in scan() local
|
/aosp_15_r20/libcore/luni/src/main/java/android/system/ |
H A D | Os.java | 424 …public static void link(String oldPath, String newPath) throws ErrnoException { Libcore.os.link(ol… in link() 634 …public static void rename(String oldPath, String newPath) throws ErrnoException { Libcore.os.renam… in rename() 924 …public static void symlink(String oldPath, String newPath) throws ErrnoException { Libcore.os.syml… in symlink()
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ |
H A D | ApacheHttpRequestFactory.java | 76 String newPath = StringUtils.replace(path, "//", "/%2F"); in sanitizeUri() local
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | Logging.java | 109 private static void closeWriterAndUpdatePathLocked(@Nullable Path newPath) { in closeWriterAndUpdatePathLocked()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/io/ |
H A D | BlockGuardOsTest.java | 105 String newPath = "BlockGuardOsTest/missing/new/path"; in test_blockguardOsIsNotifiedByDefault_rename() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/endpoints/ |
H A D | S3EndpointUtils.java | 141 String newPath = mutableRequest.encodedPath().replaceFirst("/" + bucketName, ""); in changeToDnsEndpoint() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
D | GalleryWidgetMigrator.java | 160 String newPath = NEW_EXT_PATH + entry.relativePath; in updateEntryUsingRelativePath() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestPerf.java | 133 String newPath = newParts.toString(); in TestXPathPartsWithComparators() local
|