HomeSort by relevance Sort by last modified time
    Searched refs:arches (Results 1 - 13 of 13) sorted by null

  /ndk/build/tools/
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-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-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:
  /ndk/sources/cxx-stl/llvm-libc++/
build.py 41 arches = build_support.ALL_ARCHITECTURES
43 arches = [args.arch]
46 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...]
  /ndk/
checkbuild.py 284 arches = build_support.ALL_ARCHITECTURES
286 arches = [args.arch]
290 for arch in arches:
335 arches = build_support.ALL_ARCHITECTURES
337 arches = [args.arch]
339 for arch in arches:
  /external/v8/build/android/
tombstones.py 103 arches = ['arm64', 'arm', 'x86_64', 'x86_64', 'x86', 'mips']
104 for arch in arches:
  /toolchain/binutils/binutils-2.25/bfd/
targets.c 1710 const char **arches = bfd_arch_list (); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
bucomm.c 208 const char ** arches;
215 for (arch = arches = bfd_arch_list (); *arch; arch++)
218 free (arches);
206 const char ** arches; local
  /external/chromium-trace/catapult/third_party/flot/
excanvas.js 693 // IE won't render arches drawn counter clockwise if xStart == xEnd.
    [all...]

Completed in 209 milliseconds