Searched refs:Hardware (Results 1 – 25 of 552) sorted by relevance
12345678910>>...23
/external/skqp/tools/skpbench/ |
D | _hardware_android.py | 7 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.py | 7 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/ |
D | hw.h | 25 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);
|
D | hw.c | 49 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/ |
D | moto-g-gen2.log | 21 Hardware : Qualcomm MSM8226 26 MSM Hardware : MSM8226 CS
|
D | moto-e-gen1.log | 15 Hardware : Qualcomm MSM 8610 (Flattened Device Tree) 20 MSM Hardware : MSM8210 CS
|
D | moto-g-gen1.log | 21 Hardware : Qualcomm MSM 8226 (Flattened Device Tree) 26 MSM Hardware : MSM8926
|
D | msm8996.log | 42 Hardware : Qualcomm Technologies, Inc MSM8996 44 Hardware : Qualcomm Technologies, Inc MSM8996
|
D | nexus6.log | 41 Hardware : Qualcomm APQ 8084 (Flattened Device Tree) 46 MSM Hardware : APQ8084 ES1.1
|
D | moto-g-gen3.log | 41 Hardware : Qualcomm Technologies, Inc MSM8916 47 MSM Hardware : MSM8916
|
D | moto-g-gen4.log | 81 Hardware : Qualcomm Technologies, Inc MSM8952 87 MSM Hardware : MSM8952
|
D | atm7029b-tablet.log | 10 Hardware : gs702c
|
D | xperia-c4-dual.log | 11 Hardware : MT6752
|
D | oppo-a37.log | 13 Hardware : Qualcomm Technologies, Inc MSM8916
|
D | xperia-sl.log | 12 Hardware : fuji
|
/external/llvm-project/llvm/include/llvm/MCA/ |
D | Context.h | 51 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/ |
D | Context.h | 51 SmallVector<std::unique_ptr<HardwareUnit>, 4> Hardware; variable 64 Hardware.push_back(std::move(H)); in addHardwareUnit()
|
/external/ltp/testcases/kdump/doc/ |
D | 00_Descriptions.txt | 26 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/ |
D | choose-serial.tmpl | 39 <OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Hardware) 40 <OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Hardware)
|
/external/libcups/templates/de/ |
D | choose-serial.tmpl | 39 <OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Hardware) 40 <OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Hardware)
|
/external/libcups/templates/pt_BR/ |
D | choose-serial.tmpl | 39 <OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Hardware) 40 <OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Hardware)
|
/external/libcups/templates/es/ |
D | choose-serial.tmpl | 39 <OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Hardware) 40 <OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Hardware)
|
/external/tcpdump/tests/ |
D | arp-too-long-tha.out | 1 ARP, Unknown Hardware (12336) (len 14), IPv4 (len 4), Request who-has 48.48.48.48 (30:30:30:30:30:3…
|
D | getname_2_read4_asan.out | 1 ARP, Unknown Hardware (65280) (len 0), Unknown Protocol (0x8b01) (len 0), Reverse Reply <empty> at …
|
/external/tensorflow/third_party/hwloc/ |
D | BUILD.system | 1 # hwloc: Portable Hardware Locality Library
|
12345678910>>...23