Home
last modified time | relevance | path

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

12

/external/aws-sdk-java-v2/core/protocols/protocol-core/src/main/java/software/amazon/awssdk/protocols/core/
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()
DProtocolUtils.java63 String resourcePath = uriResourcePath; in addStaticQueryParametersToRequest() local
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/utils/http/
DWireMockTestBase.java40 protected SdkHttpFullRequest.Builder newGetRequest(String resourcePath) { in newGetRequest()
45 protected SdkHttpFullRequest.Builder newRequest(String resourcePath) { in newRequest()
/external/robolectric/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerUriTest.java21 private final String resourcePath; field in ParameterizedRobolectricTestRunnerUriTest
25 String basePath, String resourcePath, String expectedUri) { in ParameterizedRobolectricTestRunnerUriTest()
/external/robolectric/resources/src/main/java/org/robolectric/res/
DRawResourceLoader.java9 private final ResourcePath resourcePath; field in RawResourceLoader
11 public RawResourceLoader(ResourcePath resourcePath) { in RawResourceLoader()
DResourceTableFactory.java11 public PackageResourceTable newFrameworkResourceTable(ResourcePath resourcePath) { in newFrameworkResourceTable()
DDrawableResourceLoader.java17 void findDrawableResources(ResourcePath resourcePath) throws IOException { in findDrawableResources()
/external/robolectric/robolectric/src/test/java/org/robolectric/res/
DDrawableResourceLoaderNoRunnerTest.java31 ResourcePath resourcePath = new ResourcePath(null, testBaseDir, null); in shouldFindDrawableResources() local
/external/skia/tests/
DBadIcoTest.cpp39 SkString resourcePath = SkOSPath::Join(badImagesFolder, badImages[i]); in DEF_TEST() local
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()
DCodecTest.cpp533 const char* resourcePath, in decodeToSkImage()
561 const char* resourcePath, in decodeSingleRawPixelAsUint32()
648 std::string resourcePath = "images/"; in verifyFirstFourDecodedBytes() local
DSkSLTest.cpp242 SkString resourcePath = SkStringPrintf("sksl/%s", testFile); in load_source() local
/external/clang/test/Analysis/
DMissingDealloc.m155 NSString *resourcePath; field
164 - (NSString *)resourcePath; method
/external/aws-sdk-java-v2/services/glacier/src/main/java/software/amazon/awssdk/services/glacier/internal/
DGlacierExecutionInterceptor.java52 String resourcePath = mutableRequest.encodedPath(); in beforeRequest() local
/external/aws-sdk-java-v2/core/imds/src/main/java/software/amazon/awssdk/imds/internal/
DRequestMarshaller.java61 URI resourcePath = URI.create(basePath + path); in createDataRequest() local
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktBufferedReader.hpp98 … de::FilePath resourcePath = de::FilePath::join(resourcePathComponents); in resourceRelativePath() local
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
Drun_wasm_gm_tests.go194 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath … argument
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/
DNettyNioAsyncHttpClientSpiVerificationTest.java131 String resourcePath, in createRequest()
/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/
DEC2MetadataServiceMock.java141 String resourcePath = strings[1]; in run() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelativeDateFormat.java342 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat() local
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DRelativeDateFormat.java339 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat() local
/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java426 private static File copyResourceToFile(String resourcePath) throws IOException { in copyResourceToFile()
/external/cronet/tot/third_party/icu/source/test/intltest/
Drestsnew.cpp1474 const char* resourcePath = va_arg(args, const char*); in traceData() local
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp1474 const char* resourcePath = va_arg(args, const char*); in traceData() local
/external/cronet/stable/third_party/icu/source/test/intltest/
Drestsnew.cpp1474 const char* resourcePath = va_arg(args, const char*); in traceData() local

12