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

1 2 3

  /external/libcxx/buildcmds/
configtests.py 10 'bitness=', 'compiler=', 'host'])
14 bitness = None
18 if opt == '--bitness':
19 bitness = int(val)
20 if bitness not in (32, 64):
21 sys.exit('Invalid bitness: {}'.format(bitness))
37 if bitness == 32:
39 elif bitness == 64:
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
Abi.java 27 public Abi(String name, String bitness) {
29 mBitness = bitness;
  /external/llvm/test/CodeGen/X86/
stack-update-frame-opcode.ll 11 ; Atoms use LEA to update the SP. Opcode bitness depends on data model.
12 ; Cores use sub/add to update the SP. Opcode bitness depends on data model.
  /ndk/sources/android/crazy_linker/src/
elf_traits.h 13 // 32/64 bit Elf types, depending on the target CPU bitness.
63 #error "Unsupported target CPU bitness"
  /external/libcxx/
Android.mk 129 python $(LIBCXX_CONFIGTESTS) --bitness=32 --compiler=clang
132 python $(LIBCXX_CONFIGTESTS) --bitness=32 --compiler=gcc
135 python $(LIBCXX_CONFIGTESTS) --bitness=64 --compiler=clang
138 python $(LIBCXX_CONFIGTESTS) --bitness=64 --compiler=gcc
148 python $(LIBCXX_CONFIGTESTS) --bitness=32 --compiler=clang --host
151 python $(LIBCXX_CONFIGTESTS) --bitness=32 --compiler=gcc --host
154 python $(LIBCXX_CONFIGTESTS) --bitness=64 --compiler=clang --host
157 python $(LIBCXX_CONFIGTESTS) --bitness=64 --compiler=gcc --host
  /external/strace/linux/x86_64/
getregs_old.c 8 /* Use old method, with unreliable heuristical detection of 32-bitness. */
  /external/strace/
wait.c 96 printwaitn(struct tcb *tcp, int n, int bitness)
129 if (bitness)
time.c 72 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special)
75 sprinttv(buf, tcp, addr, bitness, special);
95 sprinttv(char *buf, struct tcb *tcp, long addr, enum bitness_t bitness, int special)
103 if (bitness == BITNESS_32 || current_time_t_is_compat)
268 printitv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness)
277 if (bitness == BITNESS_32 || current_time_t_is_compat) {
desc.c 306 decode_select(struct tcb *tcp, long *args, enum bitness_t bitness)
366 printtv_bitness(tcp, args[4], bitness, 0);
425 outptr = sprinttv(outptr, tcp, args[4], bitness, /*special:*/ 0);
  /external/v8/build/
detect_v8_host_arch.py 61 # Distinguish between different userland bitness by querying
  /external/v8/tools/
gdb-v8-support.py 91 def decode_v8_value(v, bitness):
94 if bitness == 32:
  /cts/libs/commonutil/src/com/android/cts/util/
AbiUtils.java 177 * @return The bitness of the ABI with the given name
  /ndk/build/tools/
deploy-host-mcld.sh 34 to be sibling of ld in all GCC and LLVM directories with same HOST_OS and bitness,
  /art/build/
Android.oat.mk 90 # Using the bitness suffix makes it easier to add as a dependency for the run-test mk.
204 # Using the bitness suffix makes it easier to add as a dependency for the run-test mk.
  /frameworks/rs/api/
GenerateStubsWhiteList.cpp 57 /* For the given API level and bitness (e.g. 32 or 64 bit), try to find a
99 * the resulting list. 'apiLevel' and 'intSize' specifies the API level and bitness
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 117 /* Lets check ELF's "bitness". */
420 /* Instatiate CU, depending on DWARF "bitness". */
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 25 raise Exception("Wrong bitness: %d" % bits)
  /external/compiler-rt/test/asan/
lit.cfg 126 # Determine kernel bitness
  /prebuilts/misc/linux-x86/analyzer/bin/
ccc-analyzer 82 # bitness
ccc-syntax 84 # bitness
cxx-analyzer 79 # bitness
cxx-syntax 81 # bitness
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 135 # http://blogs.msdn.com/david.wang/archive/2006/03/26/HOWTO-Detect-Process-Bitness.aspx
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 135 # http://blogs.msdn.com/david.wang/archive/2006/03/26/HOWTO-Detect-Process-Bitness.aspx
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 63 # Used to set the host bitness of the generted toolchain binaries
64 # First call with the build machine's bitness, and later with 32
83 panic "Invalid host bitness (32 or 64 expected): $1"
87 # Determine build machine bitness
789 echo -n "Checking compiler bitness... "
818 panic "Unknown bitness (32 or 64 expected) !!"
    [all...]

Completed in 1503 milliseconds

1 2 3