Home
last modified time | relevance | path

Searched defs:newPath (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java466 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 DHdmiUtils.java320 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/
DMediaProvider.java2065 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 DChartDtdDelta.java268 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 DFilterFactory.java261 String newPath = entry.newValue; in modifyFile() local
333 String newPath = RegexLookup.replace(newValue, arguments.value); in modifyFile() local
H A DShowDtdDiffs.java102 String newPath = path + "/" + element.name; in checkNames() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp45 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 DBlockGuardOs.java233 @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 DForwardingOs.java454 …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 DOs.java393 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 DLinux.java158 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 DXMLSource.java297 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 DShadowLegacyPath.java496 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 DUriMatcher.java170 String newPath = path; in addURI() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/signals/
DEncoderEndpointsDaoTest.java113 String newPath = "/updated/downloadPath"; in testRegisterEndPointReplacesExisting() local
/aosp_15_r20/external/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp344 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/
DProfileAwareUriMatcher.java70 String newPath = path; in addURI() local
/aosp_15_r20/frameworks/av/media/module/id3/
H A Dtestid3.cpp135 char newPath[MAXPATHLEN]; in scan() local
/aosp_15_r20/libcore/luni/src/main/java/android/system/
H A DOs.java424 …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 DApacheHttpRequestFactory.java76 String newPath = StringUtils.replace(path, "//", "/%2F"); in sanitizeUri() local
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/
DLogging.java109 private static void closeWriterAndUpdatePathLocked(@Nullable Path newPath) { in closeWriterAndUpdatePathLocked()
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/io/
H A DBlockGuardOsTest.java105 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 DS3EndpointUtils.java141 String newPath = mutableRequest.encodedPath().replaceFirst("/" + bucketName, ""); in changeToDnsEndpoint() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
DGalleryWidgetMigrator.java160 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 DTestPerf.java133 String newPath = newParts.toString(); in TestXPathPartsWithComparators() local

12345678910>>...21