/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/webrtc/webrtc/system_wrappers/source/ |
D | cpu_features.cc | 31 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/webrtc/webrtc/base/ |
D | systeminfo.cc | 41 static inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 47 : "a"(info_type) in __cpuid() 51 static inline void __cpuid(int cpu_info[4], int info_type) { 55 : "a"(info_type)
|
/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/u-boot/lib/efi_selftest/ |
D | efi_selftest_loadimage.c | 169 (struct efi_file_handle *this, const efi_guid_t *info_type, 173 (struct efi_file_handle *this, const efi_guid_t *info_type, 321 (struct efi_file_handle *this, const efi_guid_t *info_type, in getinfo() argument 325 if (memcmp(info_type, &guid_file_info, sizeof(efi_guid_t))) in getinfo() 335 if (memcmp(info_type, &guid_file_system_info, in getinfo() 352 (struct efi_file_handle *this, const efi_guid_t *info_type, in setinfo() argument
|
/external/u-boot/lib/efi_loader/ |
D | efi_file.c | 589 const efi_guid_t *info_type, in efi_file_getinfo() argument 597 EFI_ENTRY("%p, %pUl, %p, %p", file, info_type, buffer_size, buffer); in efi_file_getinfo() 599 if (!file || !info_type || !buffer_size || in efi_file_getinfo() 605 if (!guidcmp(info_type, &efi_file_info_guid)) { in efi_file_getinfo() 635 } else if (!guidcmp(info_type, &efi_file_system_info_guid)) { in efi_file_getinfo() 667 } else if (!guidcmp(info_type, &efi_system_volume_label_id)) { in efi_file_getinfo() 683 const efi_guid_t *info_type, in efi_file_setinfo() argument 690 EFI_ENTRY("%p, %pUl, %zu, %p", file, info_type, buffer_size, buffer); in efi_file_setinfo() 692 if (!guidcmp(info_type, &efi_file_info_guid)) { in efi_file_setinfo()
|
/external/autotest/server/cros/faft/ |
D | fingerprint_test.py | 478 def _get_expected_firmware_info(self, build_fw_file, info_type): argument 495 ret = expected_fw_info.get(info_type) 498 % info_type) 572 def _get_rollback_info(self, info_type): argument 578 info = parsed.get(info_type) 580 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/v8/src/base/ |
D | cpu.cc | 59 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 71 : "a"(info_type), "c"(0)); in __cpuid() 76 : "a"(info_type), "c"(0)); in __cpuid()
|
/external/kernel-headers/original/uapi/linux/ |
D | fanotify.h | 122 __u8 info_type; member
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify.h | 111 uint8_t info_type; member
|
/external/u-boot/arch/arm/include/asm/mach-imx/ |
D | sys_proto.h | 115 u32 (*query_boot_infor)(u32 info_type, u32 *info, u32 xor);
|
/external/tcpdump/ |
D | print-slow.c | 78 uint8_t info_type; member
|
/external/u-boot/include/ |
D | efi_api.h | 1493 const efi_guid_t *info_type, efi_uintn_t *buffer_size, 1496 const efi_guid_t *info_type, efi_uintn_t buffer_size,
|
D | ec_commands.h | 2772 uint8_t info_type; member
|
/external/autotest/server/hosts/ |
D | cros_label.py | 841 info_type=hwid_lib.HWID_INFO_LABEL,
|