HomeSort by relevance Sort by last modified time
    Searched full:arches (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug458.go 13 // N=16 on 32-bit arches, 256 on 64-bit arches.
14 // On 32-bit arches we don't want to test types
  /prebuilts/go/linux-x86/test/fixedbugs/
bug458.go 13 // N=16 on 32-bit arches, 256 on 64-bit arches.
14 // On 32-bit arches we don't want to test types
  /ndk/build/tools/
build-gdbserver.py 40 arches = build_support.ALL_ARCHITECTURES
42 arches = [args.arch]
44 print('Building gdbservers: {}'.format(' '.join(arches)))
45 for arch in arches:
build-platforms.py 38 arches = build_support.ALL_ARCHITECTURES
40 arches = [args.arch]
42 print('Building plaforms: {}'.format(' '.join(arches)))
43 arch_arg = '--arch={}'.format(','.join(arches))
build-gcc.py 62 arches = build_support.ALL_ARCHITECTURES
64 arches = [args.arch]
67 for arch in arches:
package.py 46 def expand_packages(package, host, arches):
73 for arch in arches:
86 def get_all_packages(host, arches):
145 package_names = expand_packages(package, host, arches)
146 extract_paths = expand_packages(extract_path, host, arches)
334 arches = build_support.ALL_ARCHITECTURES
336 arches = [args.arch]
344 packages = get_all_packages(args.host, arches)
  /ndk/sources/cxx-stl/gnu-libstdc++/
build.py 38 arches = build_support.ALL_ARCHITECTURES
40 arches = [args.arch]
43 for arch in arches:
  /ndk/sources/cxx-stl/stlport/
build.py 38 arches = build_support.ALL_ARCHITECTURES
40 arches = [args.arch]
43 for arch in arches:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/
arch.exp 219 array set arches {}
231 set arches($archcount) [string map {_ -} $expect_out(1,string)]
232 set arches($archcount,descendents) [string map {_ -} $expect_out(2,string)]
393 set archtree($arches($a)) {}
398 set s $arches($a,descendents)
405 # $arch is the descendent of $arches($a),
406 # so $arches($a) is the parent of $arch
407 lappend archtree($arch) $arches($a)
437 set insns_valid($arches($arch)) 0
438 set fd [open $arches($arch).s w 0666
    [all...]
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 11 * arches. If an arch has such special order for some rlimits
  /external/v8/
Makefile 225 # - any arch listed in ARCHES (see below)
234 # - "<arch>.clean" for any <arch> in ARCHES
235 # - "clean": clean all ARCHES
241 ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64 mips64el x87 ppc ppc64 \
265 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
266 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
281 $(addsuffix .quickcheck,$(MODES)) $(addsuffix .quickcheck,$(ARCHES)) \
282 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
283 $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES)) \
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cpu-cris.c 38 /* Arches must match. */
50 See ldlang.c:lang_check. Quite illogically, incompatible arches
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
resource.h 11 * arches. If an arch has such special order for some rlimits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 11 * arches. If an arch has such special order for some rlimits
  /ndk/sources/cxx-stl/llvm-libc++/
build.py 41 arches = build_support.ALL_ARCHITECTURES
43 arches = [args.arch]
46 for arch in arches:
  /prebuilts/go/darwin-x86/src/debug/macho/
fat.go 17 Arches []FatArch
88 ff.Arches = make([]FatArch, narch)
90 fa := &ff.Arches[i]
file_test.go 178 if len(ff.Arches) != 2 {
179 t.Errorf("OpenFat: got %d architectures, want 2", len(ff.Arches))
182 for i := range ff.Arches {
183 arch := &ff.Arches[i]
  /prebuilts/go/linux-x86/src/debug/macho/
fat.go 17 Arches []FatArch
88 ff.Arches = make([]FatArch, narch)
90 fa := &ff.Arches[i]
file_test.go 178 if len(ff.Arches) != 2 {
179 t.Errorf("OpenFat: got %d architectures, want 2", len(ff.Arches))
182 for i := range ff.Arches {
183 arch := &ff.Arches[i]
  /external/autotest/client/tests/ltp/patches/
sysctl.patch 26 +/* This is an older/deprecated syscall that newer arches are omitting */
56 +/* This is an older/deprecated syscall that newer arches are omitting */
86 +/* This is an older/deprecated syscall that newer arches are omitting */
116 +/* This is an older/deprecated syscall that newer arches are omitting */
172 +/* The sysctl() wrapper is dead and newer arches omit it now. */
  /external/compiler-rt/cmake/Modules/
CompilerRTDarwinUtils.cmake 34 set(ARCHES "${CMAKE_MATCH_1}")
35 message(STATUS "Got ld supported ARCHES: ${ARCHES}")
36 string(REPLACE " " ";" ARCHES ${ARCHES})
40 set(ARCHES "i386;x86_64;armv7;armv7s;arm64")
43 set(${output_var} ${ARCHES} PARENT_SCOPE)
  /external/compiler-rt/cmake/
config-ix.cmake 352 # Figure out which arches to use for each OS
354 message(STATUS "Toolchain supported arches: ${toolchain_arches}")
360 message(STATUS "OSX supported arches: ${DARWIN_osx_ARCHS}")
375 message(STATUS "OSX 10.4 supported arches: ${DARWIN_10.4_ARCHS}")
399 message(STATUS "iOS Simulator supported arches: ${DARWIN_iossim_ARCHS}")
427 message(STATUS "iOS supported arches: ${DARWIN_ios_ARCHS}")
  /external/valgrind/helgrind/tests/
filter_stderr 50 # Some arches return ENOSYS instead of EINVAL for undefined futex operations.
  /external/strace/
wait.c 126 * on all arches. Also, glibc-2.8 truncates wait3 and wait4
127 * pid argument to int on 64bit arches, producing,
  /development/ndk/platforms/common/src/
crtbrand.c 45 * For all arches except sparc, gcc emits the section directive for the

Completed in 5444 milliseconds

1 2 3 4