| /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/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/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/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_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
|
| /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
| D | mm_camera_sock.c | 117 void *msg, in mm_camera_socket_sendmsg() 178 void *msg, in mm_camera_socket_bundle_sendmsg() 242 void *msg, in mm_camera_socket_recvmsg()
|
| /device/generic/goldfish/include/ |
| D | qemud.h | 84 qemud_channel_send(int fd, const void* msg, int msglen) in qemud_channel_send() 108 qemud_channel_recv(int fd, void* msg, int msgsize) in qemud_channel_recv()
|
| /device/linaro/bootloader/edk2/StdLib/Include/sys/ |
| D | cdefs_aout.h | 38 #define __warn_references(sym,msg) \ argument 48 #define __warn_references(sym,msg) argument 50 #define __warn_references(sym,msg) \ argument 71 #define __warn_references(sym,msg) \ argument 76 #define __warn_references(sym,msg) argument 82 #define __warn_references(sym,msg) argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_pty.py | 18 def debug(msg): argument 21 def debug(msg): argument
|
| D | test_multifile.py | 6 msg = """Mime-Version: 1.0 variable
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| D | which.py | 13 def msg(str): function
|
| D | rgrep.py | 57 def usage(msg, code=2): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
| D | freeze.py | 490 def usage(msg): argument
|
| /device/linaro/bootloader/arm-trusted-firmware/include/lib/ |
| D | cassert.h | 40 #define CASSERT(cond, msg) typedef char msg[(cond) ? 1 : -1] argument
|
| /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
| D | mm_camera_sock.c | 117 void *msg, in mm_camera_socket_sendmsg() 179 void *msg, in mm_camera_socket_recvmsg()
|
| /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
| D | mm_camera_sock.c | 117 void *msg, in mm_camera_socket_sendmsg() 179 void *msg, in mm_camera_socket_recvmsg()
|
| /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
| D | ns_name.c | 278 ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_unpack() 368 const u_char **cpp, **lpp, *eob, *msg; in ns_name_pack() local 456 ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_uncompress() 587 dn_find(const u_char *domain, const u_char *msg, in dn_find()
|