/external/skia/tools/ |
D | Resources.cpp | 18 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc."); 29 SkString resourcePath = GetResourcePath(resource); in GetResourceAsBitmap() local 30 SkAutoTUnref<SkData> resourceData(SkData::NewFromFileName(resourcePath.c_str())); in GetResourceAsBitmap() 42 SkString resourcePath = GetResourcePath(resource); in GetResourceAsStream() local 43 SkAutoTDelete<SkFILEStream> stream(new SkFILEStream(resourcePath.c_str())); in GetResourceAsStream()
|
/external/clang/test/Analysis/ |
D | MissingDealloc.m | 98 NSString *resourcePath; field 104 - (NSString *)resourcePath; method 109 resourcePath = [[NSBundle bundleForClass:[self class]] resourcePath];
|
/external/skia/bench/ |
D | SkipZeroesBench.cpp | 49 SkString resourcePath = GetResourcePath(); in onDelayedSetup() local 50 if (resourcePath.isEmpty()) { in onDelayedSetup() 55 SkString fullPath = SkOSPath::Join(resourcePath.c_str(), fFilename.c_str()); in onDelayedSetup()
|
/external/skia/tests/ |
D | BadIcoTest.cpp | 29 SkString resourcePath = GetResourcePath(badImagesFolder); in DEF_TEST() local 32 SkString fullPath = SkOSPath::Join(resourcePath.c_str(), badImages[i]); in DEF_TEST()
|
D | skia_test.cpp | 145 SkString resourcePath = GetResourcePath(); in test_main() local 146 if (!resourcePath.isEmpty()) { in test_main() 147 header.appendf(" --resourcePath %s", resourcePath.c_str()); in test_main()
|
/external/skia/samplecode/ |
D | SampleIdentityScale.cpp | 27 SkString resourcePath = GetResourcePath(imageFilename); in IdentityScaleView() local 29 SkFILEStream stream(resourcePath.c_str()); in IdentityScaleView()
|
D | SampleSubpixelTranslate.cpp | 29 SkString resourcePath = GetResourcePath(imageFilename); in SubpixelTranslateView() local 31 SkFILEStream stream(resourcePath.c_str()); in SubpixelTranslateView()
|
/external/skia/gm/ |
D | pixelxorxfermode.cpp | 28 SkString resourcePath = GetResourcePath("mandrill_512.png"); in onOnceBeforeDraw() local 29 SkFILEStream stream(resourcePath.c_str()); in onOnceBeforeDraw()
|
D | avoidxfermode.cpp | 28 SkString resourcePath = GetResourcePath("color_wheel.png"); in onOnceBeforeDraw() local 29 SkFILEStream stream(resourcePath.c_str()); in onOnceBeforeDraw()
|
D | filterindiabox.cpp | 103 SkString resourcePath = GetResourcePath(fFilename.c_str()); in makeBitmap() local 104 SkFILEStream stream(resourcePath.c_str()); in makeBitmap()
|
D | downsamplebitmap.cpp | 175 SkString resourcePath = GetResourcePath(fFilename.c_str()); in make_bitmap() local 176 SkFILEStream stream(resourcePath.c_str()); in make_bitmap()
|
D | filterbitmap.cpp | 200 SkString resourcePath = GetResourcePath(fFilename.c_str()); in makeBitmap() local 201 SkFILEStream stream(resourcePath.c_str()); in makeBitmap()
|
/external/google-breakpad/src/client/mac/testapp/ |
D | Controller.m | 77 NSString *resourcePath = [[NSBundle bundleForClass: 78 [self class]] resourcePath]; 81 execProgname = [resourcePath stringByAppendingString:@"/crashduringload"]; 83 execProgname = [resourcePath stringByAppendingString:@"/crashInMain"];
|
/external/skia/tools/flags/ |
D | SkCommonFlags.h | 26 DECLARE_string(resourcePath);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
D | ResourceLoader.java | 288 File resourcePath = new File(resFolder, getAndroidResourceSubPath(i)); in getPathToAndroidResources() local 289 if (resourcePath.exists()) { in getPathToAndroidResources() 290 return resourcePath.getAbsolutePath(); in getPathToAndroidResources() 293 resourcePath.toString() + " continuing."); in getPathToAndroidResources()
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 312 NSString *resourcePath = nil; 330 resourcePath = [bundlePath stringByAppendingPathComponent:@"Resources/"]; 335 resourcePath = [bundle resourcePath]; 338 return resourcePath; 539 NSString *resourcePath = nil; 541 resourcePath = GetResourcePath(); 542 if (!resourcePath) { 550 [resourcePath stringByAppendingPathComponent:@"Inspector"]; 561 [resourcePath
|
/external/skia/site/user/quick/ |
D | android.md | 107 ./platform_tools/android/bin/android_run_skia dm --resourcePath /data/local/tmp/skia/resources/ 148 ./platform_tools/android/bin/android_launch_app --resourcePath /data/local/tmp/resources 153 --resourcePath /data/local/tmp/skia_resoures
|
D | ios.md | 125 …dle of the application. In this case, you'll need to run the app with the option '--resourcePath .'
|
/external/skia/site/user/sample/ |
D | sampleapp.md | 5 `<skia-path>/out/Release/SampleApp --resourcePath <skia-path>/resources`
|
/external/libchrome/base/mac/ |
D | foundation_util.mm | 92 NSString* resourcePath = [bundle pathForResource:(NSString*)resourceName 94 return NSStringToFilePath(resourcePath);
|
/external/skia/ |
D | public.bzl | 468 "--resourcePath %s/resources" % base_dir,
|