HomeSort by relevance Sort by last modified time
    Searched defs:cputype (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/service/net/
service_url_request_context_getter.cc 42 std::string cputype; local
46 cputype.assign("i686 (x86_64)");
48 cputype.assign(unixinfo.machine);
65 cputype.c_str(), // e.g. i686
72 cputype.c_str() // e.g. i686
  /external/chromium_org/content/common/
user_agent.cc 73 std::string cputype; local
77 cputype.assign("i686 (x86_64)");
79 cputype.assign(unixinfo.machine);
141 cputype.c_str(), // e.g. i686
152 cputype.c_str() // e.g. i686
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 273 Int cputype; local
275 cputype = CPU_TYPE_X86;
277 cputype = CPU_TYPE_X86_64;
281 arch.cputype = ntohl(arch_be->cputype);
285 if (arch.cputype == cputype) {
launcher-darwin.c 58 cpu_type_t cputype; member in struct:__anon16084
70 static const char *name_for_cputype(cpu_type_t cputype)
74 if (valid_archs[i].cputype == cputype) {
129 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype)
135 if (ntohl(fa[i].cputype) == cputype) return 1;
162 return name_for_cputype(mh->cputype);
164 return name_for_cputype(OSSwapInt32(mh->cputype));
177 return name_for_cputype(ntohl(fa->cputype));
    [all...]
  /external/lldb/source/Host/macosx/
Symbols.cpp 74 const uint32_t cputype = data.GetU32(&data_offset); // cpu specifier local
84 ArchSpec file_arch(eArchTypeMachO, cputype, cpusubtype);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 199 Int cputype = CPU_TYPE_POWERPC; local
201 Int cputype = CPU_TYPE_POWERPC64;
203 Int cputype = CPU_TYPE_X86;
205 Int cputype = CPU_TYPE_X86_64;
213 arch.cputype = VG_(ntohl)(arch_be.cputype);
217 if (arch.cputype == cputype) {
    [all...]
  /external/lldb/source/Host/common/
Host.cpp 305 uint32_t cputype, cpusubtype; local
307 size_t len = sizeof(cputype);
311 if (::sysctlbyname("hw.cputype", &cputype, &len, NULL, 0) == 0)
330 if (cputype & CPU_ARCH_ABI64)
333 g_host_arch_32.SetArchitecture (eArchTypeMachO, ~(CPU_ARCH_MASK) & cputype, cpusubtype);
334 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
339 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
340 cputype |= CPU_ARCH_ABI64;
341 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype)
    [all...]
  /external/lldb/tools/debugserver/source/
RNBRemote.cpp 3897 uint32_t cputype, is_64_bit_capable; local
3912 strm << "cputype:" << std::dec << cputype << ';'; local
4006 cpu_type_t cputype = DNBProcessGetCPUType (pid); local
4015 rep << "cputype:" << std::hex << cputype << ";"; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cdk.h 60 unsigned short cputype; member in struct:cdkecpsig
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 60 unsigned short cputype; member in struct:cdkecpsig
  /external/chromium_org/v8/src/
gdb-jit.cc 496 uint32_t cputype; member in struct:v8::BASE_EMBEDDED::MachOHeader
539 header->cputype = 7; // i386
543 header->cputype = 7 | 0x01000000; // i386 | 64-bit ABI
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 532 uint32_t cputype; member in struct:llvm::MachO::mach_header
542 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
920 uint32_t cputype; member in struct:llvm::MachO::fat_arch
1001 // Constants for the cputype field.
1002 enum CPUType {
    [all...]

Completed in 969 milliseconds