/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/protocol-core/src/main/java/software/amazon/awssdk/protocols/core/ |
H A D | PathMarshaller.java | 58 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 D | ProtocolUtils.java | 63 String resourcePath = uriResourcePath; in addStaticQueryParametersToRequest() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/utils/http/ |
H A D | WireMockTestBase.java | 40 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 D | ParameterizedRobolectricTestRunnerUriTest.java | 21 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 D | RawResourceLoader.java | 9 private final ResourcePath resourcePath; field in RawResourceLoader 11 public RawResourceLoader(ResourcePath resourcePath) { in RawResourceLoader()
|
H A D | ResourceTableFactory.java | 11 public PackageResourceTable newFrameworkResourceTable(ResourcePath resourcePath) { in newFrameworkResourceTable()
|
H A D | DrawableResourceLoader.java | 17 void findDrawableResources(ResourcePath resourcePath) throws IOException { in findDrawableResources()
|
/aosp_15_r20/cts/tests/signature/api-check/src/java/android/signature/cts/api/ |
H A D | ResourceStore.java | 58 VirtualPath resourcePath = VirtualPath.get(classLoader, resourceName); in readResource() local 94 private static Path extractResourceToFile(String resourceName, VirtualPath resourcePath) in extractResourceToFile()
|
H A D | HiddenApiTest.java | 224 VirtualPath.ResourcePath resourcePath = in loadFilters() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkPngRustDecoderTest.cpp | 104 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 D | BadIcoTest.cpp | 39 SkString resourcePath = SkOSPath::Join(badImagesFolder, badImages[i]); in DEF_TEST() local
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | MissingDealloc.m | 155 NSString *resourcePath; field 164 - (NSString *)resourcePath; method
|
/aosp_15_r20/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/ |
H A D | SystemPreparer.java | 133 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 D | DrawableResourceLoaderNoRunnerTest.java | 31 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 D | GlacierExecutionInterceptor.java | 52 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 D | RequestMarshaller.java | 61 URI resourcePath = URI.create(basePath + path); in createDataRequest() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktBufferedReader.hpp | 98 … 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 D | NettyNioAsyncHttpClientSpiVerificationTest.java | 131 String resourcePath, in createRequest()
|
/aosp_15_r20/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
H A D | run_wasm_gm_tests.go | 194 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 D | EC2MetadataServiceMock.java | 141 String resourcePath = strings[1]; in run() local
|
/aosp_15_r20/packages/services/BuiltInPrintService/src/com/android/bips/discovery/ |
D | MdnsDiscovery.java | 92 String resourcePath = getStringAttribute(info, ATTRIBUTE_RP); in toNetworkPrinter() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
H A D | ParameterTest.java | 1138 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 D | RelativeDateFormat.java | 342 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 D | RelativeDateFormat.java | 339 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat() local
|
/aosp_15_r20/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerIntegrationTests.java | 386 private static String copyAndHashResource(String resourcePath, File copyTo) throws Exception { in copyAndHashResource()
|