OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCHES
(Results
1 - 4
of
4
) sorted by null
/external/v8/
Makefile
101
# - any arch listed in
ARCHES
(see below)
109
# - "<arch>.clean" for any <arch> in
ARCHES
110
# - "clean": clean all
ARCHES
116
ARCHES
= ia32 x64 arm mips
125
# Generates all combinations of
ARCHES
and MODES, e.g. "ia32.release".
126
BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(
ARCHES
)))
133
$(
ARCHES
) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(
ARCHES
)) \
134
$(addsuffix .check,$(MODES)) $(addsuffix .check,$(
ARCHES
)) \
140
# Compile targets. MODES and
ARCHES
are convenience targets
[
all
...]
/external/chromium_org/v8/
Makefile
196
# - any arch listed in
ARCHES
(see below)
205
# - "<arch>.clean" for any <arch> in
ARCHES
206
# - "clean": clean all
ARCHES
212
ARCHES
= ia32 x64 arm mipsel
227
# Generates all combinations of
ARCHES
and MODES, e.g. "ia32.release".
228
BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(
ARCHES
)))
241
$(
ARCHES
) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(
ARCHES
)) \
242
$(addsuffix .check,$(MODES)) $(addsuffix .check,$(
ARCHES
)) \
261
# Compile targets. MODES and
ARCHES
are convenience targets
[
all
...]
/external/chromium_org/native_client_sdk/src/tools/
nacl_gcc.mk
149
#
ARCHES
in the environment to control this.
160
ARCHES
= ${NACL_ARCH}
162
ARCHES
?= ${VALID_ARCHES}
182
ifneq (,$(findstring x86_32,$(
ARCHES
)))
198
ifneq (,$(findstring x86_64,$(
ARCHES
)))
228
ifneq (,$(findstring x86_32,$(
ARCHES
)))
241
ifneq (,$(findstring x86_64,$(
ARCHES
)))
254
ifneq (,$(findstring arm,$(
ARCHES
)))
282
ifneq (,$(findstring x86_32,$(
ARCHES
)))
288
ifneq (,$(findstring x86_64,$(
ARCHES
)))
[
all
...]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py
7
normal Chrome installer, for one platform. Once run num-of-
arches
times,
50
ARCHES
= ['x86-32', 'x86-64', 'arm']
53
return arch in
ARCHES
290
def BuildInstallerStyle(version_quad, lib_overrides,
arches
):
296
for arch in
arches
:
300
if len(
arches
) == 1:
301
arches
=
arches
[0]
302
PnaclPackaging.GeneratePnaclInfo(PnaclDirs.OutputDir(), version_quad,
arches
)
375
arches
= DetermineInstallerArches(options.target_arch
[
all
...]
Completed in 206 milliseconds