| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
| D | generator.py | 67 def flatten(self, msg, unixfrom=False): argument 93 def _write(self, msg): argument 120 def _dispatch(self, msg): argument 140 def _write_headers(self, msg): argument 172 def _handle_text(self, msg): argument 185 def _handle_multipart(self, msg): argument 235 def _handle_multipart_signed(self, msg): argument 246 def _handle_message_delivery_status(self, msg): argument 267 def _handle_message(self, msg): argument 323 def _dispatch(self, msg): argument
|
| D | encoders.py | 39 def encode_base64(msg): argument 51 def encode_quopri(msg): argument 63 def encode_7or8bit(msg): argument 81 def encode_noop(msg): argument
|
| D | iterators.py | 35 def body_line_iterator(msg, decode=False): argument 47 def typed_subpart_iterator(msg, maintype='text', subtype=None): argument 61 def _structure(msg, fp=None, level=0, include_default=False): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| D | log.py | 19 def _log(self, level, msg, args): argument 33 def log(self, level, msg, *args): argument 36 def debug(self, msg, *args): argument 39 def info(self, msg, *args): argument 42 def warn(self, msg, *args): argument 45 def error(self, msg, *args): argument 48 def fatal(self, msg, *args): argument
|
| D | text_file.py | 134 def gen_error (self, msg, line=None): argument 147 def error (self, msg, line=None): argument 150 def warn (self, msg, line=None): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
| D | case.py | 406 def fail(self, msg=None): argument 410 def assertFalse(self, expr, msg=None): argument 416 def assertTrue(self, expr, msg=None): argument 422 def _formatMessage(self, msg, standardMsg): argument 497 def _baseAssertEqual(self, first, second, msg=None): argument 504 def assertEqual(self, first, second, msg=None): argument 511 def assertNotEqual(self, first, second, msg=None): argument 521 def assertAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument 559 def assertNotAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument 619 def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None): argument [all …]
|
| /device/google/contexthub/contexthubhal/test/ |
| D | main.cpp | 82 void onMessage(const hub_message_t &msg) { in onMessage() 87 void sendMessage(const hub_message_t &msg) { in sendMessage() 99 static int contextHubCallback(uint32_t id, const hub_message_t *msg, void *cookie) in contextHubCallback() 130 void onMessage(uint32_t hubId, const hub_message_t *msg) { in onMessage() 137 int sendMessage(uint32_t id, const hub_message_t &msg) { in sendMessage() 142 hub_message_t msg = { in sendMessage() local 175 void onMessage(const hub_message_t &msg){ in onMessage() 185 …t->setHandler(std::function<void(const hub_message_t&)>([this] (const hub_message_t&msg) { onMessa… in NanoClient() 187 void sendMessage(const hub_message_t &msg) { mClient->sendMessage(msg); } in sendMessage() 189 hub_message_t msg; in sendMessageToSystem() local [all …]
|
| /device/google/cuttlefish_common/common/libs/tcp_socket/ |
| D | tcp_socket.cpp | 109 void cvd::AppendInNetworkByteOrder(Message* msg, const std::uint8_t b) { in AppendInNetworkByteOrder() 113 void cvd::AppendInNetworkByteOrder(Message* msg, const std::uint16_t s) { in AppendInNetworkByteOrder() 119 void cvd::AppendInNetworkByteOrder(Message* msg, const std::uint32_t w) { in AppendInNetworkByteOrder() 125 void cvd::AppendInNetworkByteOrder(Message* msg, const std::int32_t w) { in AppendInNetworkByteOrder() 131 void cvd::AppendInNetworkByteOrder(Message* msg, const std::string& str) { in AppendInNetworkByteOrder()
|
| /device/google/crosshatch/json-c/ |
| D | debug.c | 44 void mc_debug(const char *msg, ...) in mc_debug() 59 void mc_error(const char *msg, ...) in mc_error() 72 void mc_info(const char *msg, ...) in mc_info()
|
| D | libjson.c | 12 #define __warn_references(sym,msg) \ argument 16 #define __warn_references(sym,msg) /* nothing */ argument
|
| /device/google/bonito/json-c/ |
| D | debug.c | 44 void mc_debug(const char *msg, ...) in mc_debug() 59 void mc_error(const char *msg, ...) in mc_error() 72 void mc_info(const char *msg, ...) in mc_info()
|
| D | libjson.c | 12 #define __warn_references(sym,msg) \ argument 16 #define __warn_references(sym,msg) /* nothing */ argument
|
| /device/linaro/hikey/hifi/xaf/host-apf/include/sys/fio/ |
| D | xf-ipc.h | 49 #define xf_proxy_ipc_response_put(ipc, msg) \ argument 52 #define xf_proxy_ipc_response_get(ipc, msg) \ argument 98 #define xf_ipc_response_put(ipc, msg) \ argument 101 #define xf_ipc_response_get(ipc, msg) \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \ argument 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | warnings.h | 13 #define PyErr_WarnPy3k(msg, stacklevel) \ argument 17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1) argument
|
| /device/google/contexthub/contexthubhal/ |
| D | NanohubHidlAdapter.cpp | 55 bool Contexthub::setOsAppAsDestination(hub_message_t *msg, int hubId) { in setOsAppAsDestination() 132 const ContextHubMsg &msg) { in sendMessageToHub() 200 static bool isValidOsStatus(const uint8_t *msg, in isValidOsStatus() 224 const uint8_t *msg, in handleOsMessage() 339 ContextHubMsg msg; in contextHubCb() local 361 hub_message_t msg; in unloadNanoApp() local 440 hub_message_t msg; in enableNanoApp() local 471 hub_message_t msg; in disableNanoApp() local 496 hub_message_t msg; in queryApps() local
|
| /device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
| D | xf-proxy.c | 49 static inline int xf_proxy_cmd_exec(xf_proxy_t *proxy, xf_user_msg_t *msg) in xf_proxy_cmd_exec() 141 xf_user_msg_t msg; in xf_client_register() local 169 xf_user_msg_t msg; in xf_client_unregister() local 195 xf_user_msg_t msg; in xf_proxy_buffer_alloc() local 224 xf_user_msg_t msg; in xf_proxy_buffer_free() local 257 xf_user_msg_t msg; in xf_proxy_thread() local 452 xf_user_msg_t msg; in xf_route() local 500 xf_user_msg_t msg; in xf_unroute() local 545 xf_proxy_msg_t msg; in xf_command() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
| D | __init__.py | 243 msg, args, exc_info, func=None): argument 1110 def debug(self, msg, *args, **kwargs): argument 1122 def info(self, msg, *args, **kwargs): argument 1134 def warning(self, msg, *args, **kwargs): argument 1148 def error(self, msg, *args, **kwargs): argument 1160 def exception(self, msg, *args): argument 1166 def critical(self, msg, *args, **kwargs): argument 1180 def log(self, level, msg, *args, **kwargs): argument 1218 def makeRecord(self, name, level, fn, lno, msg, args, exc_info, func=None, extra=None): argument 1231 def _log(self, level, msg, args, exc_info=None, extra=None): argument [all …]
|
| /device/google/contexthub/firmware/app/chre/chre_test2.app/ |
| D | main.cpp | 35 uint8_t msg; member 109 const struct chreMessageFromHostData *msg = (const struct chreMessageFromHostData *)evtData; in nanoappHandleEvent() local 120 const struct chreNanoappInfo *msg = (const struct chreNanoappInfo *)evtData; in nanoappHandleEvent() local 130 const struct chreNanoappInfo *msg = (const struct chreNanoappInfo *)evtData; in nanoappHandleEvent() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | hmac.py | 27 def __init__(self, key, msg = None, digestmod = None): argument 80 def update(self, msg): argument 122 def new(key, msg = None, digestmod = None): argument
|
| /device/linaro/poplar/wifi/wifi_hal/ |
| D | cpp_bindings.cpp | 595 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 693 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler() 707 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler() 723 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler() 730 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() 737 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
|
| /device/google/cuttlefish_common/guest/hals/ril/libril/ |
| D | sap_service.cpp | 96 MsgHeader *msg = (MsgHeader *)calloc(1, sizeof(MsgHeader)); in createMsgHeader() local 107 Return<void> SapImpl::addPayloadAndDispatchRequest(MsgHeader *msg, uint16_t reqLen, in addPayloadAndDispatchRequest() 189 MsgHeader *msg = createMsgHeader(MsgId_RIL_SIM_SAP_CONNECT, token); in connectReq() local 230 MsgHeader *msg = createMsgHeader(MsgId_RIL_SIM_SAP_DISCONNECT, token); in disconnectReq() local 271 MsgHeader *msg = createMsgHeader(MsgId_RIL_SIM_SAP_APDU, token); in apduReq() local 324 MsgHeader *msg = createMsgHeader(MsgId_RIL_SIM_SAP_TRANSFER_ATR, token); in transferAtrReq() local 366 MsgHeader *msg = createMsgHeader(MsgId_RIL_SIM_SAP_POWER, token); in powerReq() local 408 MsgHeader *msg = createMsgHeader(MsgId_RIL_SIM_SAP_RESET_SIM, token); in resetSimReq() local 449 MsgHeader *msg = createMsgHeader(MsgId_RIL_SIM_SAP_TRANSFER_CARD_READER_STATUS, token); in transferCardReaderStatusReq() local 493 MsgHeader *msg = createMsgHeader(MsgId_RIL_SIM_SAP_SET_TRANSFER_PROTOCOL, token); in setTransferProtocolReq() local
|
| /device/google/cuttlefish_common/guest/hals/sensors/ |
| D | vsoc_sensors.cpp | 138 SensorControlMessage msg; in Close() local 284 SensorControlMessage msg; in Receiver() local 307 struct msghdr msg; in Receiver() local 339 struct msghdr msg; in Receiver() local 470 SensorControlMessage msg; in UpdateRemoterState() local 476 bool GceSensors::SendControlMessage(SensorControlMessage msg) { in SendControlMessage()
|
| /device/google/contexthub/firmware/app/chre/chre_test0.app/ |
| D | main.c | 34 uint8_t msg; member 52 static void nanoappFreeMessage(void *msg, size_t size) in nanoappFreeMessage() 99 const struct chreMessageFromHostData *msg = (const struct chreMessageFromHostData *)evtData; in nanoappHandleEvent() local
|
| /device/google/contexthub/firmware/app/chre/chre_test1.app/ |
| D | main.cpp | 34 uint8_t msg; member 46 static void nanoappFreeMessage(void *msg, size_t size) in nanoappFreeMessage() 112 const struct chreMessageFromHostData *msg = (const struct chreMessageFromHostData *)evtData; in nanoappHandleEvent() local
|