/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | cursor.c | 176 PyObject* converter; in pysqlite_build_row_cast_map() local 187 converter = NULL; in pysqlite_build_row_cast_map() 204 converter = _pysqlite_get_converter(key); in pysqlite_build_row_cast_map() 212 if (!converter && self->connection->detect_types & PARSE_DECLTYPES) { in pysqlite_build_row_cast_map() 229 converter = _pysqlite_get_converter(py_decltype); in pysqlite_build_row_cast_map() 234 if (!converter) { in pysqlite_build_row_cast_map() 235 converter = Py_None; in pysqlite_build_row_cast_map() 238 if (PyList_Append(self->row_cast_map, converter) != 0) { in pysqlite_build_row_cast_map() 239 if (converter != Py_None) { in pysqlite_build_row_cast_map() 240 Py_DECREF(converter); in pysqlite_build_row_cast_map() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/ |
D | LzmaArchDecompressLib.uni | 2 // LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for … 20 …stomDecompressLib produces LZMA custom decompression algorithm with the converter for the differen…
|
D | LzmaArchCustomDecompressLib.inf | 2 # LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for … 61 …d ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/ |
D | LzmaArchDecompressLib.uni | 2 // LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for … 20 …stomDecompressLib produces LZMA custom decompression algorithm with the converter for the differen…
|
D | LzmaArchCustomDecompressLib.inf | 2 # LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for … 61 …d ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/ |
D | LzmaF86Compress.bat | 3 @REM converter for x86 code.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | modsupport.c | 436 typedef PyObject *(*converter)(void *); in do_mkvalue() typedef 437 converter func = va_arg(*p_va, converter); in do_mkvalue()
|
D | getargs.c | 1249 typedef int (*converter)(PyObject *, void *); in convertsimple() typedef 1250 converter convert = va_arg(*p_va, converter); in convertsimple() 1782 typedef int (*converter)(PyObject *, void *); in skipitem() typedef 1783 (void) va_arg(*p_va, converter); in skipitem()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | modsupport.c | 436 typedef PyObject *(*converter)(void *); in do_mkvalue() typedef 437 converter func = va_arg(*p_va, converter); in do_mkvalue()
|
D | getargs.c | 1249 typedef int (*converter)(PyObject *, void *); in convertsimple() typedef 1250 converter convert = va_arg(*p_va, converter); in convertsimple() 1782 typedef int (*converter)(PyObject *, void *); in skipitem() typedef 1783 (void) va_arg(*p_va, converter); in skipitem()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
D | config.py | 465 converter = self.value_converters.get(prefix, None) 466 if converter: 468 converter = getattr(self, converter) 469 value = converter(suffix)
|
D | __init__.py | 388 converter = time.localtime variable in Formatter 422 ct = self.converter(record.created)
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | LzmaCompress_Utility_Man_Page.rtf | 104 …191392180\langfenp2052\insrsid13058712 \hich\af43\dbch\af31505\loch\f43 converter for x}{\rtlch\fc… 185 …191392180\langfenp2052\insrsid12126252 \hich\af43\dbch\af31505\loch\f43 converter for }{\rtlch\fcs… 201 \hich\af43\dbch\af31505\loch\f43 converter for x86 code}{\rtlch\fcs1 \af43\afs18 \ltrch\fcs0 \fs18\…
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | xa_hikey.img | 303 PCM../plugins/cadence/pcm_proc/xa-pcm.c[%s.%s] PCM format converter initialized: PCM%u -> PCM…
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 305 PCM../plugins/cadence/pcm_proc/xa-pcm.c[%s.%s] PCM format converter initialized: PCM%u -> PCM…
|
/device/linaro/bootloader/edk2/BaseTools/Conf/ |
D | tools_def.template | 7828 # LzmaF86Compress tool definitions with converter for x86 code.
|