Searched defs:errmsg (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
H A Ddecoder.py36 def errmsg(msg, doc, pos, end=None): function
73 raise ValueError(errmsg(msg, s, pos))
94 errmsg("Unterminated string starting at", s, begin))
110 raise ValueError(errmsg(msg, s, end))
118 errmsg("Unterminated string starting at", s, begin))
125 raise ValueError(errmsg(msg, s, end))
173 raise ValueError(errmsg(
184 raise ValueError(errmsg("Expecting ':' delimiter", s, end))
198 raise ValueError(errmsg("Expecting object", s, end))
213 raise ValueError(errmsg("Expectin
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
H A Ddecoder.py36 def errmsg(msg, doc, pos, end=None): function
84 errmsg("Unterminated string starting at", s, begin))
100 raise ValueError(errmsg(msg, s, end))
108 errmsg("Unterminated string starting at", s, begin))
115 raise ValueError(errmsg(msg, s, end))
123 raise ValueError(errmsg(msg, s, end))
129 raise ValueError(errmsg(msg, s, end))
132 raise ValueError(errmsg(msg, s, end))
172 raise ValueError(errmsg("Expecting property name", s, end))
182 raise ValueError(errmsg("Expectin
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dgetargs.c1365 convertbuffer(PyObject *arg, void **p, char **errmsg) argument
1373 *errmsg = "string or read-only buffer";
1377 *errmsg = "string or single-segment read-only buffer";
1381 *errmsg = "(unspecified)";
1387 getbuffer(PyObject *arg, Py_buffer *view, char **errmsg) argument
1393 *errmsg = "string or buffer";
1398 *errmsg = "convertible to a buffer";
1402 *errmsg = "contiguous buffer";
1408 count = convertbuffer(arg, &buf, errmsg);
1410 *errmsg
[all...]
H A Dbltinmodule.c985 static char errmsg[] = local
987 char errbuf[sizeof(errmsg) + 25];
988 PyOS_snprintf(errbuf, sizeof(errbuf), errmsg, i+2);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dgetargs.c1365 convertbuffer(PyObject *arg, void **p, char **errmsg) argument
1373 *errmsg = "string or read-only buffer";
1377 *errmsg = "string or single-segment read-only buffer";
1381 *errmsg = "(unspecified)";
1387 getbuffer(PyObject *arg, Py_buffer *view, char **errmsg) argument
1393 *errmsg = "string or buffer";
1398 *errmsg = "convertible to a buffer";
1402 *errmsg = "contiguous buffer";
1408 count = convertbuffer(arg, &buf, errmsg);
1410 *errmsg
[all...]
H A Dbltinmodule.c977 static char errmsg[] = local
979 char errbuf[sizeof(errmsg) + 25];
980 PyOS_snprintf(errbuf, sizeof(errbuf), errmsg, i+2);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dconnection.c48 static void _sqlite3_result_error(sqlite3_context* ctx, const char* errmsg, int len) argument
54 sqlite3_result_error(ctx, errmsg, len);
56 PyErr_SetString(pysqlite_OperationalError, errmsg);
1067 char* errmsg; local
1077 rc = sqlite3_load_extension(self->db, extension_name, 0, &errmsg);
1079 PyErr_SetString(pysqlite_OperationalError, errmsg);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c1653 const char *errmsg = ""; local
1727 errmsg = "partial character in shift sequence";
1733 errmsg = "non-zero padding bits in shift sequence";
1766 errmsg = "unexpected special character";
1775 "utf7", errmsg,
1972 const char *errmsg = ""; local
2006 errmsg = "unexpected end of data";
2018 errmsg = "invalid start byte";
2024 errmsg = "internal error";
2031 errmsg
2282 const char *errmsg = ""; local
2549 const char *errmsg = ""; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c1584 const char *errmsg = ""; local
1634 errmsg = "second surrogate missing";
1643 errmsg = "unexpected second surrogate";
1655 errmsg = "second surrogate missing at end of shift sequence";
1661 errmsg = "partial character in shift sequence";
1667 errmsg = "non-zero padding bits in shift sequence";
1699 errmsg = "unexpected special character";
1708 "utf7", errmsg,
1905 const char *errmsg = ""; local
1939 errmsg
2215 const char *errmsg = ""; local
2482 const char *errmsg = ""; local
[all...]

Completed in 37 milliseconds