Home
last modified time | relevance | path

Searched defs:assetPath (Results 1 – 25 of 268) sorted by relevance

1234567891011

/aosp_15_r20/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
H A DMediaParserTest.java676 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/
DArchiveFileTestRule.java119 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 DAssetPathFetcher.java17 private final String assetPath; field in AssetPathFetcher
21 public AssetPathFetcher(AssetManager assetManager, String assetPath) { in AssetPathFetcher()
H A DStreamAssetPathFetcher.java12 public StreamAssetPathFetcher(AssetManager assetManager, String assetPath) { in StreamAssetPathFetcher()
H A DFileDescriptorAssetPathFetcher.java12 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 DSettingsScreenshotTestRule.kt98 val assetPath = if (Build.FINGERPRINT.contains("robolectric")) { in settingsScreenshotTestRule() constant
/aosp_15_r20/cts/hostsidetests/adpf/app/hintsession/src/cpp/
H A DTextureAsset.cpp24 const std::string &assetPath) { in loadAsset()
/aosp_15_r20/cts/hostsidetests/media/app/MediaExtractorTest/jni/
H A DMediaExtractorDeviceSideTestNative.cpp26 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 DTestAssetRepository.java35 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 DWMShellGoldenPathManager.kt38 private val assetPath: String constant
/aosp_15_r20/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DTestAssetRepository.java35 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 DFileDescriptorUriLoader.java52 …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 DStreamUriLoader.java55 protected DataFetcher<InputStream> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/
H A Dnode.example.js5 const assetPath = path.join(__dirname, '..', 'tests', 'assets'); constant
/aosp_15_r20/cts/hostsidetests/media/app/MediaExtractorTest/src/android/media/cts/
H A DMediaExtractorDeviceSideTest.java110 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 DAssetFileBackend.java95 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 DReportEncoderTests.java101 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
H A DWatchlistSettingsTests.java116 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
H A DWatchlistConfigTests.java143 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 DFileProvider.java123 String assetPath = path.substring(off+1); in openFile() local
/aosp_15_r20/external/skia/tools/
H A Dskottie2movie.cpp72 SkString assetPath; in main() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
H A DAppOpsRecentAccessPersistenceTest.java168 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 DDpmTestUtils.java134 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 DAppOpsUpgradeTest.java122 private static void extractAppOpsFile(String assetPath) { in extractAppOpsFile()
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/cpu/
H A DCpuInfoReaderTest.java559 private void copyAssets(String assetPath, File targetRoot) throws Exception { in copyAssets()

1234567891011