Home
last modified time | relevance | path

Searched refs:kCPUType (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc786 const cpu_type_t kCPUType = 0x46b760df; in TEST_F() local
791 .D32(kCPUType) // cpu type in TEST_F()
804 const cpu_type_t kCPUType = CPU_TYPE_I386; in TEST_F() local
810 .D32(kCPUType) // cpu type in TEST_F()
818 ReadFile(&file, false, kCPUType, kCPUSubType); in TEST_F()
833 const cpu_type_t kCPUType = CPU_TYPE_ANY; in TEST_F() local
838 .D32(kCPUType) // cpu type in TEST_F()
849 const cpu_type_t kCPUType = CPU_TYPE_I386; in TEST_F() local
854 .D32(kCPUType) // cpu type in TEST_F()
870 const cpu_type_t kCPUType = 0x46b760df; in TEST_F() local
[all …]
/external/stressapptest/src/
Dsat.h268 kCPUType = 8, enumerator
Dsat.cc1395 workers_map_.insert(make_pair(kCPUType, cpu_vector)); in InitializeThreads()