OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCHES
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/
Makefile
208
# - any arch listed in
ARCHES
(see below)
217
# - "<arch>.clean" for any <arch> in
ARCHES
218
# - "clean": clean all
ARCHES
224
ARCHES
= ia32 x64 x32 arm arm64 mips mipsel mips64el x87
240
# Generates all combinations of
ARCHES
and MODES, e.g. "ia32.release".
241
BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(
ARCHES
)))
256
$(addsuffix .quickcheck,$(MODES)) $(addsuffix .quickcheck,$(
ARCHES
)) \
257
$(
ARCHES
) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(
ARCHES
)) \
258
$(addsuffix .check,$(MODES)) $(addsuffix .check,$(
ARCHES
)) \
[
all
...]
/external/chromium_org/native_client_sdk/src/tools/
nacl_gcc.mk
177
#
ARCHES
in the environment to control this.
190
ARCHES
= ${NACL_ARCH}
192
ARCHES
?= ${VALID_ARCHES}
213
ifneq (,$(findstring x86_32,$(
ARCHES
)))
231
ifneq (,$(findstring x86_64,$(
ARCHES
)))
249
ifneq (,$(findstring arm,$(
ARCHES
)))
292
ifneq (,$(findstring x86_32,$(
ARCHES
)))
307
ifneq (,$(findstring x86_64,$(
ARCHES
)))
321
ifneq (,$(findstring arm,$(
ARCHES
)))
350
ifneq (,$(findstring x86_32,$(
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,
52
ARCHES
= ['x86-32', 'x86-64', 'arm', 'mips32']
55
return arch in
ARCHES
269
def BuildInstallerStyle(version_quad, lib_overrides,
arches
):
275
for arch in
arches
:
279
if len(
arches
) == 1:
280
arches
=
arches
[0]
281
PnaclPackaging.GeneratePnaclInfo(PnaclDirs.OutputDir(), version_quad,
arches
)
368
arches
= DetermineInstallerArches(options.target_arch
[
all
...]
Completed in 1704 milliseconds