Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dplat_io_storage.c189 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
Dpartitions.c160 uintptr_t emmc_dev_handle, spec, img_handle; in get_partition() local
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
Dfvp_io_storage.c226 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/
Dplat_io_storage.c231 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/
Dcontexthub.cpp168 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()
Dnanotool.cpp212 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/
Dtest_str.py167 def __format__(self, spec): argument
173 def __format__(self, spec): argument
378 def __format__(self, spec): argument
Dtest_unicode.py1130 def __format__(self, spec): argument
1136 def __format__(self, spec): argument
1353 def __format__(self, spec): argument
Dtest_descr.py1700 def format_impl(self, spec): argument
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
Dio_memmap.c120 static int memmap_block_open(io_dev_info_t *dev_info, const uintptr_t spec, in memmap_block_open()
Dio_semihosting.c96 const uintptr_t spec, io_entity_t *entity) in sh_file_open()
Dio_block.c141 static int block_open(io_dev_info_t *dev_info, const uintptr_t spec, in block_open()
Dio_fip.c259 static int fip_file_open(io_dev_info_t *dev_info, const uintptr_t spec, in fip_file_open()
Dio_storage.c245 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/
Dformatter.h438 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/
Dformatter.h438 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/
Dscantools.py384 def setoutput(self, spec, defs = None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py5991 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/
Dlstrlib.c885 char spec = form[l - 1]; in addlenmod() local