Home
last modified time | relevance | path

Searched defs:pathName (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DClassPathScanner.java55 boolean accept(String pathName); in accept()
64 String transform(String pathName); in transform()
77 public boolean accept(String pathName) { in accept()
85 public String transform(String pathName) { in transform()
101 public boolean accept(String pathName) { in accept()
/aosp_15_r20/external/skia/src/ports/
H A DSkFontMgr_android.cpp42 const SkString& pathName, in SkTypeface_AndroidSystem()
60 const SkString& pathName, in Make()
155 SkString pathName(family.fBasePath); in SkFontStyleSet_Android() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp199 UString pathName; in OnInit() local
379 UString pathName; in OnOK() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java181 public static BitmapRegionDecoder newInstance(@NonNull String pathName, in newInstance()
194 public static BitmapRegionDecoder newInstance(@NonNull String pathName) throws IOException { in newInstance()
H A DBitmapFactory.java526 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile()
557 public static Bitmap decodeFile(String pathName) { in decodeFile()
H A DMovie.java79 public static Movie decodeFile(String pathName) { in decodeFile()
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapRegionDecoderTest.java706 String pathName = null; in testNullPathName() local
712 String pathName = ""; in testEmptyPathName() local
766 String pathName = file.getAbsolutePath(); in testEmptyFile() local
/aosp_15_r20/developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
H A DAttractionsGridPagerAdapter.java224 private void startAction(Attraction attraction, String pathName, int confirmAnimationType) { in startAction()
241 final String pathName, final int confirmAnimationType) { in getStartActionClickListener()
/aosp_15_r20/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
H A DAttractionsGridPagerAdapter.java224 private void startAction(Attraction attraction, String pathName, int confirmAnimationType) { in startAction()
241 final String pathName, final int confirmAnimationType) { in getStartActionClickListener()
/aosp_15_r20/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java224 private void startAction(Attraction attraction, String pathName, int confirmAnimationType) { in startAction()
241 final String pathName, final int confirmAnimationType) { in getStartActionClickListener()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/prefs/
DPreferences.java989 public abstract Preferences node(String pathName); in node()
1017 public abstract boolean nodeExists(String pathName) in nodeExists()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/prefs/
DPreferences.java989 public abstract Preferences node(String pathName); in node()
1017 public abstract boolean nodeExists(String pathName) in nodeExists()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/prefs/
H A DPreferences.java989 public abstract Preferences node(String pathName); in node()
1017 public abstract boolean nodeExists(String pathName) in nodeExists()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBitmapFactory.java93 protected static Bitmap decodeFile(String pathName) { in decodeFile()
99 protected static Bitmap decodeFile(String pathName, BitmapFactory.Options options) { in decodeFile()
H A DShadowBitmapRegionDecoder.java42 protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) in newInstance()
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java58 String pathName, boolean isShareable) { in newInstance()
101 public static DumbBitmapRegionDecoder newInstance(String pathName) { in newInstance()
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DPreconditions.java35 public static void assertTestFileExists(String pathName) { in assertTestFileExists()
/aosp_15_r20/libcore/luni/src/main/java/android/system/
H A DUnixSocketAddress.java94 public static UnixSocketAddress createFileSystem(String pathName) { in createFileSystem()
/aosp_15_r20/art/test/068-classloader/src/
H A DFancyLoader.java137 String pathName = CLASS_PATH + name + ".class"; in findClassNonDalvik() local
/aosp_15_r20/art/test/647-jni-get-field-id/src/
H A DDefiningLoader.java146 String pathName = null; in findClassNonDalvik() local
/aosp_15_r20/art/test/626-const-class-linking/src/
H A DDefiningLoader.java146 String pathName = null; in findClassNonDalvik() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DDiffWithParent.java51 String pathName = pp.getPrettyPath(path); in main() local
/aosp_15_r20/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_ClassLoader.java101 private Class<?> loadClassFromFile(String pathName, String className, in loadClassFromFile()
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileSystem.cpp60 UINT MyGetDriveType(CFSTR pathName) in MyGetDriveType()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java171 public boolean accept(String pathName) { in accept()
184 public String transform(String pathName) { in transform()

12345678910>>...17