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

1 2

  /build/make/core/
ccache.mk 35 # Workaround for ccache with clang.
36 # See http://petereisentraut.blogspot.com/2011/09/ccache-and-clang-part-2.html
40 ccache := prebuilts/misc/$(CCACHE_HOST_TAG)/ccache/ccache macro
42 ccache := $(strip $(wildcard $(ccache))) macro
43 ifdef ccache
45 CC_WRAPPER := $(ccache)
48 CXX_WRAPPER := $(ccache)
50 ccache = macro
    [all...]
config.mk 347 include $(BUILD_SYSTEM)/ccache.mk
    [all...]
  /external/googletest/ci/
install-osx.sh 39 brew install ccache
log-config.sh 34 # ccache on OS X needs installation first
35 # reset ccache statistics
36 ccache --zero-stats
install-linux.sh 46 # Use ccache, assuming $HOME/bin is in the path, which is true in the Travis build environment.
47 ln -sf /usr/bin/ccache $HOME/bin/${CXX};
48 ln -sf /usr/bin/ccache $HOME/bin/${CC};
  /external/protobuf/jenkins/
build_and_run_docker.sh 24 # Ensure existence of ccache directory
25 CCACHE_DIR=/tmp/protobuf-ccache
  /external/skia/src/jumper/
build_stages.py 14 ccache = 'ccache' variable
22 ccache = sys.argv[3] if len(sys.argv) > 3 else ccache variable
28 clang = [ccache, clang, '-x', 'c++']
  /external/skqp/src/jumper/
build_stages.py 14 ccache = 'ccache' variable
22 ccache = sys.argv[3] if len(sys.argv) > 3 else ccache variable
28 clang = [ccache, clang, '-x', 'c++']
  /prebuilts/qemu-kernel/
build-kernel.sh 57 CCACHE=
61 CCACHE=
64 # use ccache bundled in AOSP source tree
65 CCACHE=${ANDROID_BUILD_TOP:-$(dirname $0)/../..}/prebuilts/misc/$HOST_TAG/ccache/ccache
66 [ -x $CCACHE ] || CCACHE=
84 --ccache=*)
85 CCACHE=$optar
    [all...]
  /prebuilts/qemu-kernel/arm/
rebuild.sh 266 # Do we have ccache in our path?
267 find_program CCACHE ccache
268 if [ -n "$CCACHE" ]; then
269 echo "Using ccache program: $CCACHE"
270 CROSS_COMPILE="ccache $CROSS_COMPILE"
  /build/soong/cc/config/
clang.go 106 // Workaround for ccache with clang.
107 // See http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html.
  /external/e2fsprogs/config/
config.rpath 42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
  /build/soong/ui/build/
dumpvars.go 145 // ccache settings
  /build/soong/cc/
pgo.go 111 // works around an issue where ccache serves stale cache
  /build/kati/
ninja_test.go 181 in: "prebuilts/misc/linux-x86/ccache/ccache prebuilts/clang/linux-x86/host/3.6/bin/clang++ -c foo.c ",
ninja.go 254 if strings.HasSuffix(driver, "ccache") {
  /external/libvpx/libvpx/
configure 350 ccache
648 # ccache only really works on gcc toolchains
649 enabled gcc || soft_disable ccache
  /external/libvpx/libvpx/build/make/
configure.sh 452 enabled ccache && CC="ccache ${CC}"
453 enabled ccache && CXX="ccache ${CXX}"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 776 echo -n "Checking for ccache..."
777 find_program CMD_CCACHE ccache
779 echo "$HOST_CC" | tr ' ' '\n' | grep -q -e "ccache"
784 HOST_CC="ccache $HOST_CC"
785 HOST_CXX="ccache $HOST_CXX"
    [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]
  /external/google-tv-pairing-protocol/cpp/
configure     [all...]
  /external/protobuf/
configure     [all...]
  /toolchain/binutils/binutils-2.27/ld/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libpng/
configure     [all...]

Completed in 896 milliseconds

1 2