/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | warning_tests.py | 5 def outer(message, stacklevel=1): argument 8 def inner(message, stacklevel=1): argument
|
/device/google/wahoo/wifi_offload/ |
D | offload_server.cpp | 48 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()
|
D | chre_interface.cpp | 64 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/ |
D | warnings.py | 14 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
|
D | gettext.py | 191 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
|
D | mailbox.py | 50 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/ |
D | warnings.py | 15 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
|
D | gettext.py | 193 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/ |
D | result.h | 26 static Result error(const char* message) { in error() 36 explicit Result(const char* message) in Result()
|
D | proxy.cpp | 124 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/ |
D | dhcpserver.cpp | 85 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/ |
D | result.h | 29 static Result error(std::string message) { in error() 48 explicit Result(std::string message) in Result()
|
D | message.cpp | 57 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
|
D | socket.cpp | 124 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/ |
D | result.h | 29 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/ |
D | support.c | 163 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/ |
D | pyerrors.h | 13 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/ |
D | pyerrors.h | 13 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/ |
D | logevent.cpp | 41 const char *message = reinterpret_cast<const char *>( in GetMessage() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | _warnings.c | 289 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.c | 289 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/ |
D | netlink.cpp | 155 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/ |
D | mboxconvert.py | 81 def message(f, delimiter = ''): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | rcvs.py | 144 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/ |
D | adb_connection_maintainer.cpp | 96 bool AdbSendMessage(cvd::SharedFD sock, const std::string& message) { in AdbSendMessage() 107 bool AdbSendMessage(const std::string& message) { in AdbSendMessage()
|