Home
last modified time | relevance | path

Searched defs:cacheDir (Results 26 – 50 of 77) sorted by relevance

1234

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DCompilationBuilder.cpp119 int CompilationBuilder::setCaching(const std::string& cacheDir, const uint8_t* token) { in setCaching()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageParserTest.java515 CachePackageNameParser(@Nullable File cacheDir) { in CachePackageNameParser()
532 void setCacheDir(@NonNull File cacheDir) { in setCacheDir()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java109 File cacheDir = mContext.getCacheDir(); in prepare() local
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsScriptTests.cpp480 hidl_string cacheDir = "/data/local/tmp"; in TEST_P() local
540 hidl_string cacheDir = "/data/local/tmp"; in TEST_P() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageParserTest.java717 CachePackageNameParser(@Nullable File cacheDir) { in CachePackageNameParser()
734 void setCacheDir(@NonNull File cacheDir) { in setCacheDir()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java123 File cacheDir = mContext.getCacheDir(); in prepare() local
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DRegisteredServicesCacheTest.java68 File cacheDir = mContext.getCacheDir(); in setUp() local
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DRegisteredServicesCacheTest.java71 File cacheDir = mContext.getCacheDir(); in setUp() local
/aosp12/frameworks/rs/driver/
H A DrsdBcc.cpp40 char const *cacheDir, in rsdScriptInit()
/aosp12/build/soong/java/
H A Dlint.go203 cacheDir android.WritablePath member
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestNeuralNetworksWrapper.h305 Result setCaching(const std::string& cacheDir, const std::vector<uint8_t>& token) { in setCaching()
H A DTestGenerated.cpp433 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp() local
H A DTestCompilationCaching.cpp364 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp() local
H A DSupportLibraryTestGenerated.cpp531 char* cacheDir = mkdtemp(cacheDirTemp); in SetUp() local
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp363 void CpuScriptGroup2Impl::compile(const char* cacheDir) { in compile()
H A DrsCpuCore.cpp940 char const *resName, char const *cacheDir, in createScript()
/aosp12/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp550 AString cacheDir; in onConfigureComponent() local
/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworksWrapper.h509 Result setCaching(const std::string& cacheDir, const std::vector<uint8_t>& token) {
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DUserBackupManagerServiceTest.java148 File cacheDir = mContext.getCacheDir(); in setUp() local
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h402 Result setCaching(const std::string& cacheDir, const std::vector<uint8_t>& token) { in setCaching()
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DUserBackupManagerServiceTest.java150 File cacheDir = mContext.getCacheDir(); in setUp() local
/aosp12/frameworks/rs/
H A DrsApiStubs.cpp256 extern "C" void rsContextSetCacheDir (RsContext ctxWrapper, const char * cacheDir, size_t cacheDir_… in rsContextSetCacheDir()
520 const char * cacheDir, size_t cacheDir_length, in rsScriptGroup2Create()
613 const char * cacheDir, size_t cacheDir_length, in rsScriptCCreate()
H A DrsHidlAdaptation.cpp489 void RsHidlAdaptation::ContextSetCacheDir (RsContext context, const char *cacheDir, size_t cacheDir… in ContextSetCacheDir()
919 const char *cacheDir, size_t cacheDir_length, in ScriptCCreate()
993 const char* cacheDir, size_t cacheDirLength, in ScriptGroup2Create()
H A DrsContext.cpp757 void rsi_ContextSetCacheDir(Context *rsc, const char *cacheDir, size_t cacheDir_length) { in rsi_ContextSetCacheDir()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp489 Return<void> Context::contextSetCacheDir(const hidl_string& cacheDir) { in contextSetCacheDir()
585 …ptGroup2> Context::scriptGroup2Create(const hidl_string& name, const hidl_string& cacheDir, const … in scriptGroup2Create()
759 Return<Script> Context::scriptCCreate(const hidl_string& resName, const hidl_string& cacheDir, cons… in scriptCCreate()

1234