Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c311 PyObject* converted; in _pysqlite_fetch_one_row() local
348 converted = Py_None; in _pysqlite_fetch_one_row()
354 converted = PyObject_CallFunction(converter, "O", item); in _pysqlite_fetch_one_row()
356 if (!converted) { in _pysqlite_fetch_one_row()
366 converted = Py_None; in _pysqlite_fetch_one_row()
370 converted = PyLong_FromLongLong(intval); in _pysqlite_fetch_one_row()
372 converted = PyInt_FromLong((long)intval); in _pysqlite_fetch_one_row()
375 converted = PyFloat_FromDouble(sqlite3_column_double(self->statement->st, i)); in _pysqlite_fetch_one_row()
381 converted = pysqlite_unicode_from_string(val_str, in _pysqlite_fetch_one_row()
384 if (!converted) { in _pysqlite_fetch_one_row()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/
DMetronome.uni8 // is called, the number of ticks passed in is converted to either nanosecond or
29 …n the WaitForTick() service is called, the number of ticks passed in is converted to either nanose…
DMetronome.inf8 # is called, the number of ticks passed in is converted to either nanosecond or
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_struct.c111 int converted = 0; in get_pylong() local
127 converted = 1; in get_pylong()
135 if (!converted && m != NULL && m->nb_int != NULL) { in get_pylong()
159 converted = 1; in get_pylong()
161 if (!converted) { in get_pylong()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_struct.c111 int converted = 0; in get_pylong() local
127 converted = 1; in get_pylong()
135 if (!converted && m != NULL && m->nb_int != NULL) { in get_pylong()
159 converted = 1; in get_pylong()
161 if (!converted) { in get_pylong()
/device/linaro/bootloader/edk2/BaseTools/
DBuildNotes.txt36 The tools written in Python can be converted into executable program which can
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c772 char *converted; in tok_stdin_decode() local
796 converted = new_string(PyString_AS_STRING(utf8), in tok_stdin_decode()
799 if (converted == NULL) in tok_stdin_decode()
803 *inp = converted; in tok_stdin_decode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c792 char *converted; in tok_stdin_decode() local
816 converted = new_string(PyString_AS_STRING(utf8), in tok_stdin_decode()
819 if (converted == NULL) in tok_stdin_decode()
823 *inp = converted; in tok_stdin_decode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictobject.c154 static long converted = 0L; variable
160 fprintf(stderr, "converted %ld to normal dicts\n", converted); in show_counts()
161 fprintf(stderr, "%.2f%% conversion rate\n", (100.0*converted)/created); in show_counts()
423 ++converted; in lookdict_string()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictobject.c154 static long converted = 0L; variable
160 fprintf(stderr, "converted %ld to normal dicts\n", converted); in show_counts()
161 fprintf(stderr, "%.2f%% conversion rate\n", (100.0*converted)/created); in show_counts()
423 ++converted; in lookdict_string()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt23 can be automatically converted into C code for a DFA-based
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_131.txt354 would be converted to something like:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DFAQ48 It's in zlib.h for the moment, and Francis S. Lin has converted it to a
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DUefiShellLevel3CommandsLib.uni196 " non-volatile request has been converted into\r\n"
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTheory.txt426 European states, with the date they converted from the Julian to the
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.uni756 " non-volatile request has been converted into a \r\n"
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.uni858 " All other values will be converted to the next highest setting.\r\n"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g2580 The number of bytes converted.