Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 7 of 7) sorted by relevance

/development/ndk/tools/
Dheaders-diff-bionic-vs-ndk.py26 for arch in self.archs:
27 self.sysincludes[arch] = {}
70 for arch in [a for a in self.archs if a != 'common']:
71 arch_root = os.path.join(root, arch)
72 includes[arch] = self.scan_includes(arch_root)
86 def append_sysincludes(self, arch, root, headers, platform): argument
88 if not (root in self.sysincludes[arch]):
89 self.sysincludes[arch][root] = {}
92 if include in self.sysincludes[arch][root]:
93 last_platform = self.sysincludes[arch][root][include][0]
[all …]
/development/scripts/
Dgdbclient.py28 def get_gdbserver_path(root, arch): argument
30 if arch.endswith("64"):
31 return path.format(root, arch, "64", "64")
33 return path.format(root, arch, "", "")
233 arch = gdbrunner.get_binary_arch(binary_file)
234 is64bit = arch.endswith("64")
240 gdbserver_local_path = get_gdbserver_path(root, arch)
241 gdbserver_remote_path = "/data/local/tmp/{}-gdbserver".format(arch)
/development/ndk/platforms/android-21/include/linux/
Dseccomp.h39 __u32 arch; member
Dkvm.h220 struct kvm_debug_exit_arch arch; member
412 struct kvm_guest_debug_arch arch; member
/development/ndk/platforms/
DREADME.CRT.TXT7 android-3/arch-arm/src/
8 android-9/arch-x86/src/
9 android-9/arch-mips/src/
164 $NDK/platforms/android-$LEVEL/arch-$ARCH/usr/lib/libc.so).
180 under bionic/libc/arch-arm/bionic/libgcc_compat.c.
260 bionic/libc/arch-arm/bionic/atomics_arm.c. In a nutshell:
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt29 ${ProjDirPath}/build/core/combo/include/arch/linux-arm/AndroidConfig.h
/development/tutorials/ReverseDebug/
DREADME.txt65 nanosleep () at bionic/libc/arch-arm/syscalls/nanosleep.S:10