OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ccache
(Results
1 - 25
of
129
) sorted by null
1
2
3
4
5
6
/prebuilts/misc/linux-x86/ccache/
ccache-3.1.9.tar.gz
PREBUILT
1
The prebuilt
ccache
was built from source files inside
ccache
-3.1.9.tar.gz.
2
The
ccache
-3.1.9.tar.gz file was dowloaded from http://
ccache
.samba.org/download.html.
/prebuilts/misc/darwin-x86/ccache/
PREBUILT
1
The prebuilt
ccache
was built from source files inside
ccache
-3.1.9.tar.gz.
2
The
ccache
-3.1.9.tar.gz file was dowloaded from http://
ccache
.samba.org/download.html.
/build/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
...]
/prebuilts/misc/windows/ccache/
PREBUILT
4
ccache
-2.4-android-20070905.tar.gz
/external/skia/platform_tools/android/bin/utils/
setup_toolchain.sh
90
CCACHE
=${ANDROID_MAKE_CCACHE-$(which
ccache
|| true)}
103
exportVar CC_target "$
CCACHE
$ANDROID_TOOLCHAIN_PREFIX-gcc"
104
exportVar CXX_target "$
CCACHE
$ANDROID_TOOLCHAIN_PREFIX-g++"
105
exportVar LINK_target "$
CCACHE
$ANDROID_TOOLCHAIN_PREFIX-gcc"
106
exportVar CC_host "$
CCACHE
cc"
107
exportVar CXX_host "$
CCACHE
c++"
108
exportVar LINK_host "$
CCACHE
cc"
110
# temporarily disable
ccache
as it is generating errors
111
CCACHE
="
[
all
...]
/ndk/build/tools/
build-ccache.sh
17
# This shell script is used to download the sources of the
ccache
20
# We use a special patched version of
ccache
2.4 that works
24
# Beta versions of
ccache
3.0 are supposed to do that as well but
32
PROGRAM_DESCRIPTION="Rebuild the prebuilt
ccache
binary for the Android NDK toolchain."
34
CCACHE_VERSION=
ccache
-2.4-android-20070905
41
BUILD_OUT=$NDK_TMPDIR/build-
ccache
105
echo "Building
ccache
from sources..."
108
dump "Could not build
ccache
in $BUILD_OUT"
111
PREBUILT_DIR=$NDK_DIR/build/prebuilt/$HOST_TAG/
ccache
112
mkdir -p $PREBUILT_DIR && cp -p $BUILD_OUT/$CCACHE_VERSION/
ccache
$PREBUILT_DI
[
all
...]
gen-toolchain-wrapper.sh
88
CCACHE
=
89
register_var_option "--
ccache
=<prefix>"
CCACHE
"Use
ccache
compiler driver"
163
if [ -n "$
CCACHE
" ]; then
164
DST_PREFIX=$
CCACHE
" "$DST_PREFIX
/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"
/docs/source.android.com/src/source/
building.jd
107
<h2 id="using-
ccache
">Using
ccache
</h2>
108
<p>
ccache
is a compiler cache for C and C++ that can help make builds faster.
111
$ export CCACHE_DIR=/<path_of_your_choice>/.
ccache
112
$ prebuilts/misc/linux-x86/
ccache
/
ccache
-M 50G
115
<p>On Linux, you can watch
ccache
being used by doing the following:</p>
116
<pre><code>$ watch -n1 -d prebuilts/misc/linux-x86/
ccache
/
ccache
-s
initializing.jd
126
lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev
ccache
\
347
<p><a name="
ccache
"></a></p>
348
<h3 id="setting-up-
ccache
">Setting up
ccache
</h3>
349
<p>You can optionally tell the build to use the
ccache
compilation tool.
350
Ccache
acts as a compiler cache that can be used to speed up rebuilds.
356
<p>By default the cache will be stored in <code>~/.
ccache
</code>.
364
<pre><code>prebuilts/misc/linux-x86/
ccache
/
ccache
-M 50G
367
<pre><code>prebuilts/misc/darwin-x86/
ccache
/ccache -M 50
[
all
...]
/device/asus/fugu/
AndroidKernel.mk
21
ifeq ($(notdir $(KERNEL_CCACHE)),
ccache
)
22
KERNEL_CROSS_COMP := "
ccache
$(KERNEL_CROSS_COMP)"
26
#remove time_macros from
ccache
options, it breaks signing process
/external/llvm/test/Bindings/Go/
lit.local.cfg
36
# Go tools also have problems with
ccache
, so we disable it.
39
if args[0].endswith('
ccache
'):
/build/soong/cc/
clang.go
82
// Workaround for
ccache
with clang.
83
// See http://petereisentraut.blogspot.com/2011/05/
ccache
-and-clang.html.
/prebuilts/qemu-kernel/kernel-toolchain/
android-kernel-toolchain-ar
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
android-kernel-toolchain-as
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
android-kernel-toolchain-gcc
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
android-kernel-toolchain-ld
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
android-kernel-toolchain-nm
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
android-kernel-toolchain-objcopy
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
android-kernel-toolchain-objdump
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
android-kernel-toolchain-ranlib
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
android-kernel-toolchain-size
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
android-kernel-toolchain-strip
9
# Also support
ccache
compilation if USE_CCACHE is defined as "1"
Completed in 1460 milliseconds
1
2
3
4
5
6