Home
last modified time | relevance | path

Searched refs:resourcePath (Results 1 – 21 of 21) sorted by relevance

/external/skia/tools/
DResources.cpp18 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/
DMissingDealloc.m98 NSString *resourcePath; field
104 - (NSString *)resourcePath; method
109 resourcePath = [[NSBundle bundleForClass:[self class]] resourcePath];
/external/skia/bench/
DSkipZeroesBench.cpp49 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/
DBadIcoTest.cpp29 SkString resourcePath = GetResourcePath(badImagesFolder); in DEF_TEST() local
32 SkString fullPath = SkOSPath::Join(resourcePath.c_str(), badImages[i]); in DEF_TEST()
Dskia_test.cpp145 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/
DSampleIdentityScale.cpp27 SkString resourcePath = GetResourcePath(imageFilename); in IdentityScaleView() local
29 SkFILEStream stream(resourcePath.c_str()); in IdentityScaleView()
DSampleSubpixelTranslate.cpp29 SkString resourcePath = GetResourcePath(imageFilename); in SubpixelTranslateView() local
31 SkFILEStream stream(resourcePath.c_str()); in SubpixelTranslateView()
/external/skia/gm/
Dpixelxorxfermode.cpp28 SkString resourcePath = GetResourcePath("mandrill_512.png"); in onOnceBeforeDraw() local
29 SkFILEStream stream(resourcePath.c_str()); in onOnceBeforeDraw()
Davoidxfermode.cpp28 SkString resourcePath = GetResourcePath("color_wheel.png"); in onOnceBeforeDraw() local
29 SkFILEStream stream(resourcePath.c_str()); in onOnceBeforeDraw()
Dfilterindiabox.cpp103 SkString resourcePath = GetResourcePath(fFilename.c_str()); in makeBitmap() local
104 SkFILEStream stream(resourcePath.c_str()); in makeBitmap()
Ddownsamplebitmap.cpp175 SkString resourcePath = GetResourcePath(fFilename.c_str()); in make_bitmap() local
176 SkFILEStream stream(resourcePath.c_str()); in make_bitmap()
Dfilterbitmap.cpp200 SkString resourcePath = GetResourcePath(fFilename.c_str()); in makeBitmap() local
201 SkFILEStream stream(resourcePath.c_str()); in makeBitmap()
/external/google-breakpad/src/client/mac/testapp/
DController.m77 NSString *resourcePath = [[NSBundle bundleForClass:
78 [self class]] resourcePath];
81 execProgname = [resourcePath stringByAppendingString:@"/crashduringload"];
83 execProgname = [resourcePath stringByAppendingString:@"/crashInMain"];
/external/skia/tools/flags/
DSkCommonFlags.h26 DECLARE_string(resourcePath);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DResourceLoader.java288 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/
DBreakpad.mm312 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/
Dandroid.md107 ./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
Dios.md125 …dle of the application. In this case, you'll need to run the app with the option '--resourcePath .'
/external/skia/site/user/sample/
Dsampleapp.md5 `<skia-path>/out/Release/SampleApp --resourcePath <skia-path>/resources`
/external/libchrome/base/mac/
Dfoundation_util.mm92 NSString* resourcePath = [bundle pathForResource:(NSString*)resourceName
94 return NSStringToFilePath(resourcePath);
/external/skia/
Dpublic.bzl468 "--resourcePath %s/resources" % base_dir,