/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/ |
D | plat_io_storage.c | 189 static int open_loader_mem(const uintptr_t spec) in open_loader_mem() 204 static int open_fip(const uintptr_t spec) in open_fip() 218 static int open_dw_mmc(const uintptr_t spec) in open_dw_mmc() 235 static int open_dw_mmc_boot(const uintptr_t spec) in open_dw_mmc_boot() 347 uintptr_t img_handle, spec; in flush_loader() local 443 uintptr_t img_handle, spec = 0; in flush_single_image() local 589 uintptr_t img_handle, spec = 0; in load_serialno() local
|
D | partitions.c | 160 uintptr_t emmc_dev_handle, spec, img_handle; in get_partition() local
|
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/ |
D | fvp_io_storage.c | 226 static int open_fip(const uintptr_t spec) in open_fip() 240 static int open_memmap(const uintptr_t spec) in open_memmap() 257 static int open_semihosting(const uintptr_t spec) in open_semihosting()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/ |
D | plat_io_storage.c | 231 static int open_fip(const uintptr_t spec) in open_fip() 245 static int open_memmap(const uintptr_t spec) in open_memmap()
|
/device/google/contexthub/util/nanotool/ |
D | contexthub.cpp | 168 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in CalibrateSensors() 179 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in TestSensors() 186 bool ContextHub::EnableSensor(const SensorSpec& spec) { in EnableSensor() 215 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in EnableSensors() 242 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in DisableSensors()
|
D | nanotool.cpp | 212 static bool ParseRate(const std::string& param, SensorSpec& spec) { in ParseRate() 242 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/drivers/io/ |
D | io_memmap.c | 120 static int memmap_block_open(io_dev_info_t *dev_info, const uintptr_t spec, in memmap_block_open()
|
D | io_semihosting.c | 96 const uintptr_t spec, io_entity_t *entity) in sh_file_open()
|
D | io_block.c | 141 static int block_open(io_dev_info_t *dev_info, const uintptr_t spec, in block_open()
|
D | io_fip.c | 259 static int fip_file_open(io_dev_info_t *dev_info, const uintptr_t spec, in fip_file_open()
|
D | io_storage.c | 245 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) in io_open()
|
/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/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
|