HomeSort by relevance Sort by last modified time
    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/native_client_sdk/src/tools/
nacl_gcc.mk 144 # ARCHES in the environment to control this.
155 ARCHES = ${NACL_ARCH}
157 ARCHES ?= ${VALID_ARCHES}
178 ifneq (,$(findstring x86_32,$(ARCHES)))
195 ifneq (,$(findstring x86_64,$(ARCHES)))
237 ifneq (,$(findstring x86_32,$(ARCHES)))
252 ifneq (,$(findstring x86_64,$(ARCHES)))
266 ifneq (,$(findstring arm,$(ARCHES)))
295 ifneq (,$(findstring x86_32,$(ARCHES)))
302 ifneq (,$(findstring x86_64,$(ARCHES)))
    [all...]
  /external/chromium_org/v8/
Makefile 205 # - any arch listed in ARCHES (see below)
214 # - "<arch>.clean" for any <arch> in ARCHES
215 # - "clean": clean all ARCHES
221 ARCHES = ia32 x64 arm mipsel
237 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
238 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
252 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
253 $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES)) \
272 # Compile targets. MODES and ARCHES are convenience targets
    [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 381 milliseconds