HomeSort by relevance Sort by last modified time
    Searched full:archs (Results 26 - 50 of 167) sorted by null

12 3 4 5 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 221 """Remove any unsupported archs from config vars"""
255 """Allow override of all archs with ARCHFLAGS env var"""
380 and detection of unavailable archs is deferred
394 # Allow user to override all archs with ARCHFLAGS env var
417 # Allow user to override all archs with ARCHFLAGS env var
454 archs = re.findall('-arch\s+(\S+)', cflags)
455 archs = tuple(sorted(set(archs)))
457 if len(archs) == 1:
458 machine = archs[0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 221 """Remove any unsupported archs from config vars"""
255 """Allow override of all archs with ARCHFLAGS env var"""
380 and detection of unavailable archs is deferred
394 # Allow user to override all archs with ARCHFLAGS env var
417 # Allow user to override all archs with ARCHFLAGS env var
454 archs = re.findall('-arch\s+(\S+)', cflags)
455 archs = tuple(sorted(set(archs)))
457 if len(archs) == 1:
458 machine = archs[0
    [all...]
  /external/chromium/testing/gtest/xcode/Config/
General.xcconfig 11 ARCHS = i386 x86_64 ppc ppc64
  /external/chromium_org/native_client_sdk/src/build_tools/
test_sdk.py 83 archs = (getos.GetSystemArch('win'),)
86 archs = ('x86_32',)
89 archs = ('x86_64', 'x86_32')
97 for arch in archs:
  /external/chromium_org/testing/gtest/xcode/Config/
General.xcconfig 11 ARCHS = i386 x86_64 ppc ppc64
  /external/kernel-headers/original/asm-x86/
desc_defs.h 7 * archs.
  /external/protobuf/gtest/xcode/Config/
General.xcconfig 11 ARCHS = i386 x86_64 ppc ppc64
  /ndk/build/tools/
dev-rebuild-ndk.sh 153 ARCHS=$DEFAULT_ARCHS
162 --arch=$(spaces_to_commas $ARCHS) \
170 # Rebuild all prebuilts for archs and platforms
199 --arch=$(spaces_to_commas $ARCHS) \
221 --arch=$(spaces_to_commas $ARCHS) \
build-host-gdb.sh 73 ARCHS=$DEFAULT_ARCHS
74 register_var_option "--arch=<list>" ARCHS "Build GDB client for these CPU architectures."
298 ARCHS=$(commas_to_spaces $ARCHS)
303 for ARCH in $ARCHS; do
313 for ARCH in $ARCHS; do
build-host-prebuilts.sh 45 ARCHS=$DEFAULT_ARCHS
46 register_var_option "--arch=<list>" ARCHS "List of target archs to build for"
100 run $BUILDTOOLS/gen-platforms.sh --minimal --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS)
110 ARCHS=$(commas_to_spaces $ARCHS)
181 for ARCH in $(commas_to_spaces $ARCHS); do
307 for ARCH in $ARCHS; do
rebuild-all-prebuilt.sh 30 ARCHS=$DEFAULT_ARCHS
31 register_var_option "--arch=<arch>" ARCHS "Specify target architectures"
95 FLAGS=$FLAGS" --arch=$(spaces_to_commas $ARCHS)"
build-device-llvm.sh 35 ARCHS="$DEFAULT_ARCHS"
54 fix_option ARCHS "$OPTION_ARCH" "on-device architecture"
55 ARCHS="`commas_to_spaces $ARCHS`"
141 for arch in $ARCHS; do
package-release.sh 53 ARCHS=$DEFAULT_ARCHS
54 register_var_option "--arch=<arch>" ARCHS "Specify target architecture(s)"
128 ARCHS=$(commas_to_spaces $ARCHS)
129 echo "$ARCHS" | tr ' ' '\n' | grep -q x86
136 echo "$ARCHS" | tr ' ' '\n' | grep -q mips
143 # Compute ABIS from ARCHS
145 for ARCH in $ARCHS; do
222 echo "Architectures: $ARCHS"
356 FLAGS="$FLAGS --arch=$(spaces_to_commas $ARCHS)"
    [all...]
gen-platforms.sh 57 ARCHS="$DEFAULT_ARCHS"
143 echo " --arch=<list> List of CPU architectures [$ARCHS]"
210 ARCHS="$OPTION_ARCH"
212 log "Using architectures: $(commas_to_spaces $ARCHS)"
228 for ARCH in $ARCHS; do
232 for ARCH in $ARCHS; do
247 for ARCH in $ARCHS; do
260 echo "ERROR: Source directory doesn't support these ARCHs: $BAD_ARCHS"
608 for ARCH in $ARCHS; do
679 # Genreate crt objects for known archs
    [all...]
  /external/chromium/build/mac/
strip_save_dsym 54 archs = []
59 archs.append(type_match.group(1))
71 archs.append(arch_match.group(1))
74 archs = []
76 if len(archs) == 0:
79 return archs
88 archs = macho_archs(macho)
89 if len(archs) == 0:
92 for arch in archs:
  /external/chromium_org/build/mac/
strip_save_dsym 54 archs = []
59 archs.append(type_match.group(1))
71 archs.append(arch_match.group(1))
74 archs = []
76 if len(archs) == 0:
79 return archs
88 archs = macho_archs(macho)
89 if len(archs) == 0:
92 for arch in archs:
  /external/compiler-rt/
CMakeLists.txt 106 set(archs)
110 list(APPEND archs ${arch})
113 set(${out_var} ${archs} PARENT_SCOPE)
  /bionic/libc/kernel/tools/
kernel.py 198 def __init__(self,headers,archs,kernel_root,kernel_config):
202 'archs' is a list of architectures
210 self.archs = archs
274 for arch in self.archs:
  /external/chromium_org/chrome/tools/build/mac/
dump_product_syms 114 ARCHS=$(file "${DWARF_PATH}" | sed -Ene 's/^.*(i386|x86_64)$/\1/p')
115 if [[ -z "${ARCHS}" ]]; then
120 for ARCH in ${ARCHS}; do
  /external/chromium_org/third_party/skia/gyp/
common_conditions.gypi 312 'ARCHS': ['x86_64'],
317 'ARCHS': ['i386'],
426 'ARCHS': ['armv6', 'armv7'],
  /external/skia/gyp/
common_conditions.gypi 312 'ARCHS': ['x86_64'],
317 'ARCHS': ['i386'],
426 'ARCHS': ['armv6', 'armv7'],
  /external/libppp/src/
ua.h 29 #ifdef __i386__ /* Do any other archs not care about alignment ? */
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 272 return self.xcode_settings[configname].get('ARCHS', [self._DefaultArch()])
390 archs = [arch]
392 archs = self._Settings().get('ARCHS', [self._DefaultArch()])
393 if len(archs) != 1:
395 self._WarnUnimplemented('ARCHS')
396 archs = ['i386']
397 cflags.append('-arch ' + archs[0])
399 if archs[0] in ('i386', 'x86_64'):
643 archs = [arch
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 265 ARCHS = (
283 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
306 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 265 ARCHS = (
283 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
307 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";

Completed in 639 milliseconds

12 3 4 5 6 7