Home
last modified time | relevance | path

Searched refs:Hardware (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/external/skqp/tools/skpbench/
D_hardware_android.py7 from _hardware import Hardware
11 class HardwareAndroid(Hardware):
13 Hardware.__init__(self)
21 Hardware.__enter__(self)
61 Hardware.__exit__(self, exception_type, exception_value, traceback)
65 Hardware.sanity_check(self)
94 Hardware.print_debug_diagnostics(self)
/external/skia/tools/skpbench/
D_hardware_android.py7 from _hardware import Hardware
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)
/external/libese/tools/ese_replay/
Dhw.h25 struct Hardware { struct
34 const struct Hardware hw[]; argument
37 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw);
38 void release_hardware(const struct Hardware *hw);
Dhw.c49 void release_hardware(const struct Hardware *hw) { in release_hardware()
56 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw) { in initialize_hardware()
/external/cpuinfo/test/cpuinfo/
Dmoto-g-gen2.log21 Hardware : Qualcomm MSM8226
26 MSM Hardware : MSM8226 CS
Dmoto-e-gen1.log15 Hardware : Qualcomm MSM 8610 (Flattened Device Tree)
20 MSM Hardware : MSM8210 CS
Dmoto-g-gen1.log21 Hardware : Qualcomm MSM 8226 (Flattened Device Tree)
26 MSM Hardware : MSM8926
Dmsm8996.log42 Hardware : Qualcomm Technologies, Inc MSM8996
44 Hardware : Qualcomm Technologies, Inc MSM8996
Dnexus6.log41 Hardware : Qualcomm APQ 8084 (Flattened Device Tree)
46 MSM Hardware : APQ8084 ES1.1
Dmoto-g-gen3.log41 Hardware : Qualcomm Technologies, Inc MSM8916
47 MSM Hardware : MSM8916
Dmoto-g-gen4.log81 Hardware : Qualcomm Technologies, Inc MSM8952
87 MSM Hardware : MSM8952
Datm7029b-tablet.log10 Hardware : gs702c
Dxperia-c4-dual.log11 Hardware : MT6752
Doppo-a37.log13 Hardware : Qualcomm Technologies, Inc MSM8916
Dxperia-sl.log12 Hardware : fuji
/external/llvm-project/llvm/include/llvm/MCA/
DContext.h51 SmallVector<std::unique_ptr<HardwareUnit>, 4> Hardware; variable
64 Hardware.push_back(std::move(H)); in addHardwareUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DContext.h51 SmallVector<std::unique_ptr<HardwareUnit>, 4> Hardware; variable
64 Hardware.push_back(std::move(H)); in addHardwareUnit()
/external/ltp/testcases/kdump/doc/
D00_Descriptions.txt26 using the Hardware Management Console via soft reset.
60 the Hardware Management Console via soft reset.
62 While executing some loop testcases after invoking a dump via Hardware
69 In such case you will have to re-trigger dump via Hardware Management Console
/external/libcups/templates/
Dchoose-serial.tmpl39 <OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Hardware)
40 <OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Hardware)
/external/libcups/templates/de/
Dchoose-serial.tmpl39 <OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Hardware)
40 <OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Hardware)
/external/libcups/templates/pt_BR/
Dchoose-serial.tmpl39 <OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Hardware)
40 <OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Hardware)
/external/libcups/templates/es/
Dchoose-serial.tmpl39 <OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Hardware)
40 <OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Hardware)
/external/tcpdump/tests/
Darp-too-long-tha.out1 ARP, Unknown Hardware (12336) (len 14), IPv4 (len 4), Request who-has 48.48.48.48 (30:30:30:30:30:3…
Dgetname_2_read4_asan.out1 ARP, Unknown Hardware (65280) (len 0), Unknown Protocol (0x8b01) (len 0), Reverse Reply <empty> at …
/external/tensorflow/third_party/hwloc/
DBUILD.system1 # hwloc: Portable Hardware Locality Library

12345678910>>...23