Home
last modified time | relevance | path

Searched full:use_ccache (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/utils/libcxx/
Dcompiler.py25 use_ccache=False, use_warnings=False, compile_env=None, argument
41 self.use_ccache = use_ccache
73 self.use_ccache = value
104 if self.use_ccache \
/external/deqp-deps/glslang/
DCMakeLists.txt39 option(USE_CCACHE "Use ccache" OFF) option
40 if(USE_CCACHE)
/external/vulkan-validation-layers/
DCMakeLists.txt54 option(USE_CCACHE "Use ccache" OFF) option
55 if(USE_CCACHE)
D.travis.yml139 USE_CCACHE=1 NDK_CCACHE=ccache ndk-build APP_ABI=$ANDROID_ABI -j $core_count
DBUILD.md197 | USE_CCACHE | Linux | `OFF` | Enable caching with the CCache program. |
/external/libcxx/utils/libcxx/test/
Dconfig.py370 use_ccache = self.get_lit_bool('use_ccache', use_ccache_default)
371 if use_ccache:
372 self.cxx.use_ccache = True