Home
last modified time | relevance | path

Searched defs:resourcePath (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/protocol-core/src/main/java/software/amazon/awssdk/protocols/core/
H A DPathMarshaller.java58 public abstract String marshall(String resourcePath, String paramName, String pathValue); in marshall()
62 public String marshall(String resourcePath, String paramName, String pathValue) { in marshall()
71 public String marshall(String resourcePath, String paramName, String pathValue) { in marshall()
82 public String marshall(String resourcePath, String paramName, String pathValue) { in marshall()
H A DProtocolUtils.java63 String resourcePath = uriResourcePath; in addStaticQueryParametersToRequest() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/utils/http/
H A DWireMockTestBase.java40 protected SdkHttpFullRequest.Builder newGetRequest(String resourcePath) { in newGetRequest()
45 protected SdkHttpFullRequest.Builder newRequest(String resourcePath) { in newRequest()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DParameterizedRobolectricTestRunnerUriTest.java21 private final String resourcePath; field in ParameterizedRobolectricTestRunnerUriTest
25 String basePath, String resourcePath, String expectedUri) { in ParameterizedRobolectricTestRunnerUriTest()
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/
H A DRawResourceLoader.java9 private final ResourcePath resourcePath; field in RawResourceLoader
11 public RawResourceLoader(ResourcePath resourcePath) { in RawResourceLoader()
H A DResourceTableFactory.java11 public PackageResourceTable newFrameworkResourceTable(ResourcePath resourcePath) { in newFrameworkResourceTable()
H A DDrawableResourceLoader.java17 void findDrawableResources(ResourcePath resourcePath) throws IOException { in findDrawableResources()
/aosp_15_r20/cts/tests/signature/api-check/src/java/android/signature/cts/api/
H A DResourceStore.java58 VirtualPath resourcePath = VirtualPath.get(classLoader, resourceName); in readResource() local
94 private static Path extractResourceToFile(String resourceName, VirtualPath resourcePath) in extractResourceToFile()
H A DHiddenApiTest.java224 VirtualPath.ResourcePath resourcePath = in loadFilters() local
/aosp_15_r20/external/skia/tests/
H A DSkPngRustDecoderTest.cpp104 const char* resourcePath) { in AssertSingleGreenFrame()
180 sk_sp<SkImage> DecodeLastFrame(skiatest::Reporter* r, const char* resourcePath) { in DecodeLastFrame()
191 const char* resourcePath) { in AssertAnimationRepetitionCount()
H A DBadIcoTest.cpp39 SkString resourcePath = SkOSPath::Join(badImagesFolder, badImages[i]); in DEF_TEST() local
/aosp_15_r20/external/clang/test/Analysis/
H A DMissingDealloc.m155 NSString *resourcePath; field
164 - (NSString *)resourcePath; method
/aosp_15_r20/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
H A DSystemPreparer.java133 public SystemPreparer installResourceApk(String resourcePath, String packageName) in installResourceApk()
233 private File copyResourceToTemp(String resourcePath) throws IOException { in copyResourceToTemp()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/res/
H A DDrawableResourceLoaderNoRunnerTest.java31 ResourcePath resourcePath = new ResourcePath(null, testBaseDir, null); in shouldFindDrawableResources() local
/aosp_15_r20/external/aws-sdk-java-v2/services/glacier/src/main/java/software/amazon/awssdk/services/glacier/internal/
H A DGlacierExecutionInterceptor.java52 String resourcePath = mutableRequest.encodedPath(); in beforeRequest() local
/aosp_15_r20/external/aws-sdk-java-v2/core/imds/src/main/java/software/amazon/awssdk/imds/internal/
H A DRequestMarshaller.java61 URI resourcePath = URI.create(basePath + path); in createDataRequest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktBufferedReader.hpp98 … de::FilePath resourcePath = de::FilePath::join(resourcePathComponents); in resourceRelativePath() local
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/
H A DNettyNioAsyncHttpClientSpiVerificationTest.java131 String resourcePath, in createRequest()
/aosp_15_r20/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
H A Drun_wasm_gm_tests.go194 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath … argument
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/
H A DEC2MetadataServiceMock.java141 String resourcePath = strings[1]; in run() local
/aosp_15_r20/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DMdnsDiscovery.java92 String resourcePath = getStringAttribute(info, ATTRIBUTE_RP); in toNetworkPrinter() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DParameterTest.java1138 private static ClassLoader createClassLoaderForResource(File destDir, String resourcePath) in createClassLoaderForResource()
1152 private static void copyResource(String resourcePath, File destination) throws Exception { in copyResource()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRelativeDateFormat.java342 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DRelativeDateFormat.java339 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat() local
/aosp_15_r20/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
H A DDynamicCodeLoggerIntegrationTests.java386 private static String copyAndHashResource(String resourcePath, File copyTo) throws Exception { in copyAndHashResource()

1234567