| /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/ |
| D | plat_storage.c | 79 static int open_mmap(const uintptr_t spec) in open_mmap() 94 static int open_fip(const uintptr_t spec) in open_fip()
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/ |
| D | qemu_io_storage.c | 265 static int open_fip(const uintptr_t spec) in open_fip() 282 static int open_memmap(const uintptr_t spec) in open_memmap() 298 static int open_semihosting(const uintptr_t spec) in open_semihosting()
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/ |
| D | hikey_io_storage.c | 139 static int check_emmc(const uintptr_t spec) in check_emmc() 153 static int check_fip(const uintptr_t spec) in check_fip()
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/ |
| D | hikey960_io_storage.c | 136 static int check_ufs(const uintptr_t spec) in check_ufs() 150 static int check_fip(const uintptr_t spec) in check_fip()
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/ |
| D | arm_io_storage.c | 210 static int open_fip(const uintptr_t spec) in open_fip() 228 static int open_memmap(const uintptr_t spec) in open_memmap()
|
| /device/google/contexthub/util/nanotool/ |
| D | contexthub.cpp | 170 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in CalibrateSensors() 181 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in TestSensors() 188 bool ContextHub::EnableSensor(const SensorSpec& spec) { in EnableSensor() 217 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in EnableSensors() 244 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in DisableSensors()
|
| D | nanotool.cpp | 213 static bool ParseRate(const std::string& param, SensorSpec& spec) { in ParseRate() 243 SensorSpec spec; in ParseSensorArg() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_str.py | 167 def __format__(self, spec): argument 173 def __format__(self, spec): argument 378 def __format__(self, spec): argument
|
| D | test_unicode.py | 1130 def __format__(self, spec): argument 1136 def __format__(self, spec): argument 1353 def __format__(self, spec): argument
|
| D | test_descr.py | 1700 def format_impl(self, spec): argument
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/ |
| D | fvp_io_storage.c | 91 static int open_semihosting(const uintptr_t spec) in open_semihosting()
|
| /device/linaro/bootloader/arm-trusted-firmware/drivers/io/ |
| D | io_dummy.c | 81 static int dummy_block_open(io_dev_info_t *dev_info, const uintptr_t spec, in dummy_block_open()
|
| D | io_semihosting.c | 71 const uintptr_t spec, io_entity_t *entity) in sh_file_open()
|
| D | io_memmap.c | 98 static int memmap_block_open(io_dev_info_t *dev_info, const uintptr_t spec, in memmap_block_open()
|
| D | io_fip.c | 177 static int fip_file_open(io_dev_info_t *dev_info, const uintptr_t spec, in fip_file_open()
|
| D | io_block.c | 123 static int block_open(io_dev_info_t *dev_info, const uintptr_t spec, in block_open()
|
| D | io_storage.c | 216 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) in io_open()
|
| /device/linaro/hikey/hifi/xaf/host-apf/include/ |
| D | xf-opcode.h | 42 #define XF_PORT_CORE(spec) ((spec) & 0x3) argument 43 #define XF_PORT_CLIENT(spec) (((spec) >> 2) & 0x3F) argument 44 #define XF_PORT_ID(spec) (((spec) >> 8) & 0xF) argument
|
| /device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
| D | xf-opcode.h | 49 #define XF_PORT_CORE(spec) ((spec) & 0x3) argument 50 #define XF_PORT_CLIENT(spec) (((spec) >> 2) & 0x3F) argument 51 #define XF_PORT_ID(spec) (((spec) >> 8) & 0xF) argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
| D | formatter.h | 438 calc_number_widths(NumberFieldWidths *spec, Py_ssize_t n_prefix, in calc_number_widths() 556 fill_number(STRINGLIB_CHAR *buf, const NumberFieldWidths *spec, in fill_number() 755 NumberFieldWidths spec; in format_int_or_long_internal() local 938 NumberFieldWidths spec; in format_float_internal() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
| D | formatter.h | 438 calc_number_widths(NumberFieldWidths *spec, Py_ssize_t n_prefix, in calc_number_widths() 556 fill_number(STRINGLIB_CHAR *buf, const NumberFieldWidths *spec, in fill_number() 754 NumberFieldWidths spec; in format_int_or_long_internal() local 936 NumberFieldWidths spec; in format_float_internal() local
|
| /device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/ |
| D | virtual_adb_client.cpp | 131 struct itimerspec spec {}; in SendHeartbeat() struct
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
| D | scantools.py | 384 def setoutput(self, spec, defs = None): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | decimal.py | 5991 def _format_align(sign, body, spec): argument 6047 def _insert_thousands_sep(digits, spec, min_width=1): argument 6084 def _format_sign(is_negative, spec): argument 6094 def _format_number(is_negative, intpart, fracpart, exp, spec): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| D | lstrlib.c | 885 char spec = form[l - 1]; in addlenmod() local
|