Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 90) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dwarning_tests.py5 def outer(message, stacklevel=1): argument
8 def inner(message, stacklevel=1): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwarnings.py14 def warnpy3k(message, category=None, stacklevel=1): argument
24 def _show_warning(message, category, filename, lineno, file=None, line=None): argument
36 def formatwarning(message, category, filename, lineno, line=None): argument
45 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument
175 def warn(message, category=None, stacklevel=1): argument
215 def warn_explicit(message, category, filename, lineno, argument
288 def __init__(self, message, category, filename, lineno, file=None, argument
Dgettext.py191 def gettext(self, message): argument
196 def lgettext(self, message): argument
217 def ugettext(self, message): argument
343 def gettext(self, message): argument
357 def lgettext(self, message): argument
398 def ugettext(self, message): argument
527 def dgettext(domain, message): argument
535 def ldgettext(domain, message): argument
565 def gettext(message): argument
568 def lgettext(message): argument
Dmailbox.py50 def add(self, message): argument
68 def __setitem__(self, key, message): argument
200 def _dump_message(self, message, target, mangle_from_=False): argument
256 def add(self, message): argument
308 def __setitem__(self, key, message): argument
570 def add(self, message): argument
584 def __setitem__(self, key, message): argument
705 def _append_message(self, message): argument
754 def _install_message(self, message): argument
872 def add(self, message): argument
[all …]
DBaseHTTPServer.py347 def send_error(self, code, message=None): argument
381 def send_response(self, code, message=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dwarnings.py15 def warnpy3k(message, category=None, stacklevel=1): argument
25 def _show_warning(message, category, filename, lineno, file=None, line=None): argument
40 def formatwarning(message, category, filename, lineno, line=None): argument
49 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument
179 def warn(message, category=None, stacklevel=1): argument
219 def warn_explicit(message, category, filename, lineno, argument
292 def __init__(self, message, category, filename, lineno, file=None, argument
Dgettext.py193 def gettext(self, message): argument
198 def lgettext(self, message): argument
219 def ugettext(self, message): argument
346 def gettext(self, message): argument
360 def lgettext(self, message): argument
401 def ugettext(self, message): argument
530 def dgettext(domain, message): argument
538 def ldgettext(domain, message): argument
568 def gettext(message): argument
571 def lgettext(message): argument
DBaseHTTPServer.py344 def send_error(self, code, message=None): argument
378 def send_response(self, code, message=None): argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dsupport.c163 void fatal(char *message,int line_no) in fatal()
177 void error(char *message,int line_no) in error()
191 void warning(char *message,int line_no) in warning()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h13 PyObject *message; member
20 PyObject *message; member
34 PyObject *message; member
47 PyObject *message; member
55 PyObject *message; member
66 PyObject *message; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h13 PyObject *message; member
20 PyObject *message; member
34 PyObject *message; member
47 PyObject *message; member
55 PyObject *message; member
66 PyObject *message; member
/device/google/contexthub/util/nanotool/
Dlogevent.cpp41 const char *message = reinterpret_cast<const char *>( in GetMessage() local
Dandroidcontexthub.cpp196 const std::vector<uint8_t>& message) { in WriteEvent()
218 std::vector<uint8_t>& message, int timeout_ms) { in ReadEvent()
342 int fd, std::vector<uint8_t>& message) { in ReadEventFromFd()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
D_warnings.c289 warn_explicit(PyObject *category, PyObject *message, in warn_explicit()
560 get_category(PyObject *message, PyObject *category) in get_category()
588 do_warn(PyObject *message, PyObject *category, Py_ssize_t stack_level) in do_warn()
608 PyObject *message, *category = NULL; in warnings_warn() local
626 PyObject *message; in warnings_warn_explicit() local
712 PyObject *message = PyString_FromString(text); in PyErr_WarnEx() local
746 PyObject *message = PyString_FromString(text); in PyErr_WarnExplicit() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
D_warnings.c289 warn_explicit(PyObject *category, PyObject *message, in warn_explicit()
561 get_category(PyObject *message, PyObject *category) in get_category()
589 do_warn(PyObject *message, PyObject *category, Py_ssize_t stack_level) in do_warn()
609 PyObject *message, *category = NULL; in warnings_warn() local
627 PyObject *message; in warnings_warn_explicit() local
713 PyObject *message = PyString_FromString(text); in PyErr_WarnEx() local
747 PyObject *message = PyString_FromString(text); in PyErr_WarnExplicit() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dmboxconvert.py81 def message(f, delimiter = ''): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Drcvs.py144 def commit(self, message = ""): argument
186 def put(self, message = ""): argument
252 def commit(self, files, message = ""): argument
270 def mailinfo(self, files, message = ""): argument
/device/google/contexthub/inc/chre/
Devent.h145 const void *message; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwsgui.py40 def message(self, format, *args): member in SuckerThread
121 def message(self, text, *args): member in App
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpatchcheck.py16 def status(message, modal=False, info=None): argument
Dfixdiv.py307 def report(slashes, message): argument
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
Dscpi.c89 static void scpi_secure_send32(unsigned command, uint32_t message) in scpi_secure_send32()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dluac.c35 static void fatal(const char* message) in fatal()
47 static void usage(const char* message) in usage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dintrcheck.c124 static char message[] = in intcatcher() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dcheck.py26 def system_message(self, level, message, *children, **kwargs): argument

1234