HomeSort by relevance Sort by last modified time
    Searched refs:getCacheDir (Results 1 - 25 of 461) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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);
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/
BaseTest.java 26 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath());
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
TempDirectory.java 29 tempDirectory = context.getCacheDir();
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/
TempDirectory.java 31 sTempDirectory = context.getCacheDir();
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/test/
AndroidTestCase.java 31 public File getCacheDir() {
  /frameworks/rs/tests/lldb/jni/Allocations/src/com/android/rs/jniallocations/
MainActivity.java 40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/BranchingFunCalls/src/com/android/rs/jnibranchingfuncalls/
MainActivity.java 40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/DebugWaitAttach/src/com/android/rs/jniwaitattachdebug/
MainActivity.java 40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/InfiniteLoop/src/com/android/rs/jniinfiniteloop/
MainActivity.java 40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/KernelVariables/src/com/android/rs/jnikernelvariables/
MainActivity.java 40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/MultipleRSFiles/src/com/android/rs/jnimultiplersfiles/
MainActivity.java 40 nativeRS(this.getCacheDir().toString());
  /frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/src/com/android/rs/jninodebugwaitattach/
MainActivity.java 40 nativeRS(this.getCacheDir().toString());
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MockitoHelper.java 35 String dexCache = context.getCacheDir().toString();
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ShareVCardActivity.java 79 for (File file : getCacheDir().listFiles()) {
91 return new File(getCacheDir(), localFilename);
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 96 sm.getUuidForPath(getContext().getCacheDir()));
145 sm.getUuidForPath(getContext().getCacheDir()));
179 final File dir = makeUniqueFile(getContext().getCacheDir());
193 final File dir = makeUniqueFile(getContext().getCacheDir());
207 final File dir = makeUniqueFile(getContext().getCacheDir());
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContextTest.java 32 deleteDir(context.getCacheDir());
46 deleteDir(context.getCacheDir());
93 assertTrue(context.getCacheDir().exists());
103 assertNotNull(context.getCacheDir());
104 File cacheTest = new File(context.getCacheDir(), "__test__");
  /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()));
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptC.java 118 String cachePath = rs.getApplicationContext().getCacheDir().toString();
127 String cachePath = rs.getApplicationContext().getCacheDir().toString();

Completed in 254 milliseconds

1 2 3 4 5 6 7 8 91011>>