Home
last modified time | relevance | path

Searched refs:Hardware (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tools/skpbench/
H A D_hardware_android.py7 from _hardware import Hardware namespace
11 class HardwareAndroid(Hardware):
13 Hardware.__init__(self)
22 Hardware.__enter__(self)
72 Hardware.__exit__(self, exception_type, exception_value, traceback)
76 Hardware.sanity_check(self)
105 Hardware.print_debug_diagnostics(self)
H A D_hardware.py8 class Hardware: class
H A Dskpbench.py11 from _hardware import HardwareException, Hardware namespace
386 hardware = Hardware()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DContext.h51 SmallVector<std::unique_ptr<HardwareUnit>, 4> Hardware; member in llvm::mca::Context
64 Hardware.push_back(std::move(H)); in addHardwareUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp160 StringRef Hardware; in getHostCPUNameForARM() local
164 if (Lines[I].startswith("Hardware")) in getHostCPUNameForARM()
165 Hardware = Lines[I].substr(8).ltrim("\t :"); in getHostCPUNameForARM()
171 if (Hardware.endswith("MSM8994") || Hardware.endswith("MSM8996")) in getHostCPUNameForARM()
/third_party/node/test/common/
H A Dindex.js137 const ok = /^Hardware\s*:\s*(.*)$/im.exec(cpuinfo)?.[1] === 'BCM2835';

Completed in 5 milliseconds