OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCacheDir
(Results
1 - 25
of
66
) sorted by null
1
2
3
/cts/tests/tests/rscpp/src/android/cts/rscpp/
RSAllocationTest.java
32
assertTrue(typedTest(this.getContext().
getCacheDir
().toString()));
37
assertTrue(test1DCopy(this.getContext().
getCacheDir
().toString()));
42
assertTrue(test2DCopy(this.getContext().
getCacheDir
().toString()));
47
assertTrue(test3DCopy(this.getContext().
getCacheDir
().toString()));
52
assertTrue(test1DCopyPadded(this.getContext().
getCacheDir
().toString()));
57
assertTrue(test2DCopyPadded(this.getContext().
getCacheDir
().toString()));
62
assertTrue(test3DCopyPadded(this.getContext().
getCacheDir
().toString()));
67
assertTrue(testSetElementAt(this.getContext().
getCacheDir
().toString()));
RSElementTest.java
32
assertTrue(testCreatePixel(this.getContext().
getCacheDir
().toString()));
37
assertTrue(testCreateVector(this.getContext().
getCacheDir
().toString()));
42
assertTrue(testPrebuiltElements(this.getContext().
getCacheDir
().toString()));
47
assertTrue(testIsCompatible(this.getContext().
getCacheDir
().toString()));
52
assertTrue(testElementBuilder(this.getContext().
getCacheDir
().toString()));
RSObjectTest.java
32
assertTrue(testClearObjectElement(this.getContext().
getCacheDir
().toString()));
37
assertTrue(testClearObjectType(this.getContext().
getCacheDir
().toString()));
42
assertTrue(testClearObjectAllocation(this.getContext().
getCacheDir
().toString()));
47
assertTrue(testClearObjectSampler(this.getContext().
getCacheDir
().toString()));
52
assertTrue(testClearObjectScript(this.getContext().
getCacheDir
().toString()));
RSForEachTest.java
32
assertTrue(testForEach(this.getContext().
getCacheDir
().toString()));
37
assertTrue(testMultipleForEach(this.getContext().
getCacheDir
().toString()));
42
assertTrue(testNoRoot(this.getContext().
getCacheDir
().toString()));
RSScriptTest.java
32
assertTrue(testSet(this.getContext().
getCacheDir
().toString()));
37
assertTrue(testInstance(this.getContext().
getCacheDir
().toString()));
42
assertTrue(testVector(this.getContext().
getCacheDir
().toString()));
RSTypeTest.java
32
assertTrue(testCreate(this.getContext().
getCacheDir
().toString()));
37
assertTrue(testGet(this.getContext().
getCacheDir
().toString()));
42
assertTrue(testGetCount(this.getContext().
getCacheDir
().toString()));
RSInitTest.java
37
assertTrue(initTest(this.getContext().
getCacheDir
().toString()));
RSBlurTest.java
55
blurTest(this.getContext().
getCacheDir
().toString(), X, Y, byteAlloc, nativeByteAlloc, true);
84
blurTest(this.getContext().
getCacheDir
().toString(), X, Y, byteAlloc, nativeByteAlloc, false);
RSColorMatrixTest.java
67
colorMatrixTest(this.getContext().
getCacheDir
().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 0);
97
colorMatrixTest(this.getContext().
getCacheDir
().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 1);
132
colorMatrixTest(this.getContext().
getCacheDir
().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 2);
163
colorMatrixTest(this.getContext().
getCacheDir
().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 3);
194
colorMatrixTest(this.getContext().
getCacheDir
().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, 4);
RSConvolveTest.java
66
convolveTest(this.getContext().
getCacheDir
().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, true);
123
convolveTest(this.getContext().
getCacheDir
().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, false);
RSLUTTest.java
59
lutTest(this.getContext().
getCacheDir
().toString().toString(), X, Y, byteAlloc, nativeByteAlloc);
RSYuvTest.java
106
yuvTest(this.getContext().
getCacheDir
().toString(), width, height, tmp, nativeByteAlloc, 0);
144
yuvTest(this.getContext().
getCacheDir
().toString(), width, height, tmp, nativeByteAlloc,
181
yuvTest(this.getContext().
getCacheDir
().toString(), width, height, tmp, nativeByteAlloc,
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/util/
FileDownloaderTest.java
62
.get(mTargetContext.
getCacheDir
().getAbsolutePath(), "ota.zip")
70
.get(mTargetContext.
getCacheDir
().getAbsolutePath(), "care_map.txt")
PayloadSpecsTest.java
69
mTestDir = mTargetContext.
getCacheDir
();
77
.get(mTargetContext.
getCacheDir
().getAbsolutePath(), "ota.zip")
/developers/samples/android/content/SharingShortcuts/Application/src/main/java/com/example/android/sharingshortcuts/
MainActivity.java
136
File cachePath = new File(
getCacheDir
(), IMAGE_CACHE_DIR);
141
File imagePath = new File(
getCacheDir
(), IMAGE_CACHE_DIR);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
TelephonyTestProvider.java
84
File file = new File(getContext().
getCacheDir
(), uri.getPath());
87
Log.d(String.format("Looking for file at %s", getContext().
getCacheDir
() + uri.getPath()));
/cts/tests/tests/location/src/android/location/cts/
MmsPduProvider.java
71
File file = new File(getContext().
getCacheDir
(), uri.getPath());
/cts/tests/tests/telephony/current/src/android/telephony/cts/
MmsPduProvider.java
71
File file = new File(getContext().
getCacheDir
(), uri.getPath());
/development/samples/ApiDemos/src/com/example/android/apis/os/
MmsFileProvider.java
76
File file = new File(getContext().
getCacheDir
(), uri.getPath());
/external/cldr/tools/java/org/unicode/cldr/util/
CachingEntityResolver.java
52
if (
getCacheDir
() == null) {
55
File cacheDir = new File(
getCacheDir
());
74
public static String
getCacheDir
() {
123
String theCache =
getCacheDir
();
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
MmsFileProvider.java
73
File file = new File(getContext().
getCacheDir
(), uri.getPath());
/cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java
54
dir = getContext().
getCacheDir
();
89
dir = getContext().
getCacheDir
();
252
Pair.create(getContext().
getCacheDir
(), false),
261
Pair.create(getContext().
getCacheDir
(), false),
/external/volley/src/main/java/com/android/volley/toolbox/
Volley.java
89
File cacheDir = new File(context.
getCacheDir
(), DEFAULT_CACHE_DIR);
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
Utils.java
67
useWrite(makeUniqueFile(c.
getCacheDir
()), 5 * MB_IN_BYTES);
73
useFallocate(makeUniqueFile(c.
getCacheDir
()), 19 * MB_IN_BYTES);
74
final File subdir = makeUniqueFile(c.
getCacheDir
());
StorageTest.java
132
sm.getUuidForPath(getContext().
getCacheDir
()));
181
sm.getUuidForPath(getContext().
getCacheDir
()));
215
final File dir = makeUniqueFile(getContext().
getCacheDir
());
229
final File dir = makeUniqueFile(getContext().
getCacheDir
());
243
final File dir = makeUniqueFile(getContext().
getCacheDir
());
Completed in 2580 milliseconds
1
2
3