/external/autotest/site_utils/ |
D | hwid_lib.py | 30 def get_hwid_info(hwid, info_type, key_file): argument 51 if info_type not in HWID_INFO_TYPES: 52 raise ValueError('invalid info type: "%s".' % info_type) 54 hwid_info_dict = _try_hwid_v1(hwid, info_type) 66 'info_type': info_type, 88 def _try_hwid_v1(hwid, info_type): argument 110 'info_type': info_type,
|
D | hwid_lib_unittest.py | 118 info_type = hwid_lib.HWID_INFO_BOM 122 info_type, hwid, 130 hwid_lib.get_hwid_info(hwid, info_type, dummy_key_file) 141 info_type = hwid_lib.HWID_INFO_BOM 146 info_type, hwid_quoted, 151 hwid_lib.get_hwid_info(hwid, info_type, self.dummy_key_file) 157 info_type = hwid_lib.HWID_INFO_BOM 160 self.assertEqual(hwid_lib.get_hwid_info(hwid, info_type, key_file), {})
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | EmulateInstruction.h | 186 enum InfoType info_type; member 240 Context() : type(eContextInvalid), info_type(eInfoTypeNoArgs) {} in Context() 243 info_type = eInfoTypeRegisterPlusOffset; in SetRegisterPlusOffset() 250 info_type = eInfoTypeRegisterPlusIndirectOffset; in SetRegisterPlusIndirectOffset() 258 info_type = eInfoTypeRegisterToRegisterPlusOffset; in SetRegisterToRegisterPlusOffset() 267 info_type = eInfoTypeRegisterToRegisterPlusIndirectOffset; in SetRegisterToRegisterPlusIndirectOffset() 275 info_type = eInfoTypeRegisterRegisterOperands; in SetRegisterRegisterOperands() 281 info_type = eInfoTypeOffset; in SetOffset() 286 info_type = eInfoTypeRegister; in SetRegister() 291 info_type = eInfoTypeImmediate; in SetImmediate() [all …]
|
/external/webrtc/system_wrappers/source/ |
D | cpu_features.cc | 30 static inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 37 : "a"(info_type)); in __cpuid() 40 static inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 44 : "a"(info_type)); in __cpuid()
|
/external/webp/src/dsp/ |
D | cpu.c | 31 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 37 : "a"(info_type), "c"(0)); in GetCPUInfo() 42 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 49 : "a"(info_type), "c"(0)); in GetCPUInfo() 52 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 56 : "a"(info_type), "c"(0)); in GetCPUInfo()
|
/external/libchrome/base/ |
D | cpu.cc | 62 void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 69 : "a"(info_type), "c"(0)); in __cpuid() 74 void __cpuid(int cpu_info[4], int info_type) { 78 : "a"(info_type), "c"(0));
|
/external/libyuv/files/util/ |
D | psnr.cc | 199 static __inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 206 : "a"(info_type)); in __cpuid() 210 static __inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 215 : "a"(info_type)); in __cpuid()
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | randen_detect.cc | 46 static void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 50 : "a"(info_type), "c"(0)); in __cpuid()
|
/external/libtextclassifier/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 46 static void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 50 : "a"(info_type), "c"(0)); in __cpuid()
|
/external/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 46 static void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 50 : "a"(info_type), "c"(0)); in __cpuid()
|
/external/angle/third_party/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 46 static void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 50 : "a"(info_type), "c"(0)); in __cpuid()
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 46 static void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 50 : "a"(info_type), "c"(0)); in __cpuid()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 46 static void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 50 : "a"(info_type), "c"(0)); in __cpuid()
|
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 467 assert(context.info_type == in WriteMemory() 586 context.info_type == EmulateInstruction::eInfoTypeRegisterPlusOffset && in WriteRegister() 597 if (context.info_type == EmulateInstruction::eInfoTypeISAAndImmediate && in WriteRegister() 601 } else if (context.info_type == in WriteRegister() 605 } else if (context.info_type == EmulateInstruction::eInfoTypeImmediate && in WriteRegister() 608 } else if (context.info_type == in WriteRegister() 621 switch (context.info_type) { in WriteRegister()
|
/external/autotest/server/cros/faft/ |
D | fingerprint_test.py | 517 def _get_expected_firmware_info(self, build_fw_file, info_type): argument 534 ret = expected_fw_info.get(info_type) 537 % info_type) 611 def _get_rollback_info(self, info_type): argument 617 info = parsed.get(info_type) 619 raise error.TestFail('Failed to get rollback info: %s' % info_type)
|
/external/vulkan-validation-layers/scripts/ |
D | helper_file_generator.py | 590 info_type = '%sInfo' % type 591 info_map_type = '%sMap' % info_type 601 ' struct %s {' % info_type, 602 …state_, const %s requires_): state(state_), requires(requires_) {}' % ( info_type, struct_type, re… 607 ' typedef std::unordered_map<std::string,%s> %s;' % (info_type, info_map_type), 608 ' static const %s &get_info(const char *name) {' %info_type, 617 … info_format = (' std::make_pair(%s, ' + info_type + '(' + field_format + ', {%s})),') 626 ' static const %s empty_info {nullptr, %s()};' % (info_type, req_vec_type),
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify.h | 111 uint8_t info_type; member
|
/external/kernel-headers/original/uapi/linux/ |
D | fanotify.h | 129 __u8 info_type; member
|
/external/autotest/server/hosts/ |
D | cros_label.py | 409 info_type=hwid_lib.HWID_INFO_LABEL,
|
/external/tcpdump/ |
D | print-slow.c | 78 uint8_t info_type; member
|
/external/llvm-project/lldb/source/Core/ |
D | EmulateInstruction.cpp | 444 switch (info_type) { in Dump()
|