Home
last modified time | relevance | path

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

12345

/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/google/wahoo/wifi_offload/
Doffload_server.cpp48 std::vector<uint8_t> message(buffer, buffer + result_size); in configureScans() local
87 std::vector<uint8_t> message(reinterpret_cast<uint8_t*>(buffer), in subscribeScanResults() local
175 void OffloadServer::handleScanResult(const std::vector<uint8_t>& message) { in handleScanResult()
197 void OffloadServer::handleScanStats(const std::vector<uint8_t>& message) { in handleScanStats()
215 const std::vector<uint8_t>& message) { in handleMessage()
Dchre_interface.cpp64 void SocketCallbacks::handleNanoappMessage(const fbs::NanoappMessageT& message) { in handleNanoappMessage()
157 bool ChreInterface::sendCommandToApp(uint32_t messageType, const std::vector<uint8_t>& message) { in sendCommandToApp()
177 std::vector<uint8_t> message(messageBuf, messageBuf + messageDataLen); in handleMessage() local
/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 …]
/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
/device/generic/goldfish/wifi/ipv6proxy/
Dresult.h26 static Result error(const char* message) { in error()
36 explicit Result(const char* message) in Result()
Dproxy.cpp124 Message message; in run() local
150 Message* message) { in receiveIfPossible()
169 void Proxy::handleOuterMessage(Message& message) { in handleOuterMessage()
191 void Proxy::handleInnerMessage(const Interface& inner, Message& message) { in handleInnerMessage()
/device/generic/goldfish/dhcp/server/
Ddhcpserver.cpp85 Message message; in run() local
130 const Message& message) { in sendMessage()
137 void DhcpServer::sendDhcpOffer(const Message& message, in sendDhcpOffer()
173 void DhcpServer::sendAck(const Message& message, unsigned int interfaceIndex) { in sendAck()
207 void DhcpServer::sendNack(const Message& message, unsigned int interfaceIndex) { in sendNack()
222 bool DhcpServer::isValidDhcpRequest(const Message& message, in isValidDhcpRequest()
/device/generic/goldfish/dhcp/common/
Dresult.h29 static Result error(std::string message) { in error()
48 explicit Result(std::string message) in Result()
Dmessage.cpp57 Message message(OP_BOOTREQUEST, in discover() local
71 Message message(OP_BOOTREQUEST, in request() local
93 Message message(OP_BOOTREPLY, macAddress, static_cast<uint8_t>(DHCPOFFER)); in offer() local
122 Message message(OP_BOOTREPLY, macAddress, static_cast<uint8_t>(DHCPACK)); in ack() local
145 Message message(OP_BOOTREPLY, macAddress, static_cast<uint8_t>(DHCPNAK)); in nack() local
Dsocket.cpp124 const Message& message) { in sendOnInterface()
171 const Message& message) { in sendRawUdp()
234 Result Socket::receiveFromInterface(Message* message, in receiveFromInterface()
268 Message* message, in receiveRawUdp()
/device/generic/goldfish/network/netmgr/
Dresult.h29 static Result error(std::string message) { in error()
48 explicit Result(std::string message) in Result()
/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.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/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/google/contexthub/util/nanotool/
Dlogevent.cpp41 const char *message = reinterpret_cast<const char *>( in GetMessage() local
/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/generic/goldfish/wifi/wifi_hal/
Dnetlink.cpp155 bool Netlink::sendMessage(const NetlinkMessage& message, in sendMessage()
249 NetlinkMessage message(data, size); in notifyHandler() 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/cuttlefish_common/host/libs/adb_connection_maintainer/
Dadb_connection_maintainer.cpp96 bool AdbSendMessage(cvd::SharedFD sock, const std::string& message) { in AdbSendMessage()
107 bool AdbSendMessage(const std::string& message) { in AdbSendMessage()

12345