/aosp_15_r20/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/ |
H A D | MediaParserTest.java | 676 private static void testSniffAsset(String assetPath, String expectedParserName) in testSniffAsset() 681 private static void testAssetExtraction(String assetPath) throws IOException { in testAssetExtraction() 685 private static void testAssetExtraction(String assetPath, Map<String, Object> parameters) in testAssetExtraction() argument 691 String assetPath, Map<String, Object> parameters, String expectedParserName) in testAssetExtraction() argument 743 private static MockMediaParserInputReader getInputReader(String assetPath) throws IOException { in getInputReader()
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
D | ArchiveFileTestRule.java | 119 public Path dumpAssetFile(String assetPath, String suffix) throws IOException { in dumpAssetFile() 139 public ParcelFileDescriptor openAssetFile(String assetPath, String suffix) throws IOException { in openAssetFile() 155 public String getAssetText(String assetPath) throws IOException { in getAssetText()
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
H A D | AssetPathFetcher.java | 17 private final String assetPath; field in AssetPathFetcher 21 public AssetPathFetcher(AssetManager assetManager, String assetPath) { in AssetPathFetcher()
|
H A D | StreamAssetPathFetcher.java | 12 public StreamAssetPathFetcher(AssetManager assetManager, String assetPath) { in StreamAssetPathFetcher()
|
H A D | FileDescriptorAssetPathFetcher.java | 12 public FileDescriptorAssetPathFetcher(AssetManager assetManager, String assetPath) { in FileDescriptorAssetPathFetcher()
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/util/ |
H A D | SettingsScreenshotTestRule.kt | 98 val assetPath = if (Build.FINGERPRINT.contains("robolectric")) { in settingsScreenshotTestRule() constant
|
/aosp_15_r20/cts/hostsidetests/adpf/app/hintsession/src/cpp/ |
H A D | TextureAsset.cpp | 24 const std::string &assetPath) { in loadAsset()
|
/aosp_15_r20/cts/hostsidetests/media/app/MediaExtractorTest/jni/ |
H A D | MediaExtractorDeviceSideTestNative.cpp | 26 JNIEnv* env, jobject, jobject assetManager, jstring assetPath, jboolean withAttachedJvm) { in Java_android_media_cts_MediaExtractorDeviceSideTest_extractUsingNdkMediaExtractor()
|
/aosp_15_r20/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | TestAssetRepository.java | 35 public TestAssetRepository(@NonNull String assetPath) { in TestAssetRepository()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentScreenshotTests/src/com/android/wm/shell/testing/goldenpathmanager/ |
H A D | WMShellGoldenPathManager.kt | 38 private val assetPath: String constant
|
/aosp_15_r20/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | TestAssetRepository.java | 35 public TestAssetRepository(@NonNull String assetPath) { in TestAssetRepository()
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/ |
H A D | FileDescriptorUriLoader.java | 52 …rotected DataFetcher<ParcelFileDescriptor> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/ |
H A D | StreamUriLoader.java | 55 protected DataFetcher<InputStream> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()
|
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/ |
H A D | node.example.js | 5 const assetPath = path.join(__dirname, '..', 'tests', 'assets'); constant
|
/aosp_15_r20/cts/hostsidetests/media/app/MediaExtractorTest/src/android/media/cts/ |
H A D | MediaExtractorDeviceSideTest.java | 110 AssetManager assetManager, String assetPath, boolean withAttachedJvm); in extractUsingNdkMediaExtractor()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/ |
H A D | AssetFileBackend.java | 95 private String assetPath(Uri uri) { in assetPath() method in AssetFileBackend
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/ |
H A D | ReportEncoderTests.java | 101 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
|
H A D | WatchlistSettingsTests.java | 116 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
|
H A D | WatchlistConfigTests.java | 143 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/content/ |
H A D | FileProvider.java | 123 String assetPath = path.substring(off+1); in openFile() local
|
/aosp_15_r20/external/skia/tools/ |
H A D | skottie2movie.cpp | 72 SkString assetPath; in main() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/appop/ |
H A D | AppOpsRecentAccessPersistenceTest.java | 168 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DpmTestUtils.java | 134 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/ |
H A D | AppOpsUpgradeTest.java | 122 private static void extractAppOpsFile(String assetPath) { in extractAppOpsFile()
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/cpu/ |
H A D | CpuInfoReaderTest.java | 559 private void copyAssets(String assetPath, File targetRoot) throws Exception { in copyAssets()
|