/system/timezone/input_tools/android/common/src/main/java/com/android/libcore/timezone/util/ |
D | Errors.java | 54 public HaltExecutionException addFatalAndHalt(String msg) throws HaltExecutionException { in addFatalAndHalt() 60 public HaltExecutionException addFatalAndHalt(String msg, Throwable t) in addFatalAndHalt() 66 public void addError(String msg) { in addError() 70 public void addError(String msg, Throwable t) { in addError() 74 public void addWarning(String msg) { in addWarning() 101 private void addInternal(String msg, Throwable t, int level) { in addInternal() 116 private void addMessage(String msg) { in addMessage()
|
/system/gatekeeper/tests/ |
D | gatekeeper_messages_test.cpp | 52 EnrollRequest msg(USER_ID, {}, make_buffer(password_size), {}); in TEST() local 76 EnrollRequest msg(USER_ID, {}, make_buffer(password_size), {}); in TEST() local 104 …EnrollRequest msg(USER_ID, move(password_handle), move(provided_password), move(enrolled_password)… in TEST() local 132 EnrollResponse msg(USER_ID, make_buffer(password_size)); in TEST() local 154 VerifyRequest msg(USER_ID, 1, make_buffer(password_size), make_buffer(password_size)); in TEST() local 182 VerifyResponse msg(USER_ID, make_buffer(password_size)); in TEST() local 201 VerifyResponse msg; in TEST() local 213 VerifyRequest msg; in TEST() local 225 EnrollResponse msg; in TEST() local 237 EnrollRequest msg; in TEST() local [all …]
|
/system/keymaster/tests/ |
D | android_keymaster_messages_test.cpp | 68 EmptyKeymasterResponse msg(ver); in TEST() local 77 EmptyKeymasterResponse msg(ver); in TEST() local 185 GetKeyCharacteristicsResponse msg(ver); in TEST() local 198 BeginOperationRequest msg(ver); in TEST() local 213 BeginOperationResponse msg(ver); in TEST() local 252 BeginOperationResponse msg(ver); in TEST() local 263 UpdateOperationRequest msg(ver); in TEST() local 287 UpdateOperationResponse msg(ver); in TEST() local 332 FinishOperationRequest msg(ver); in TEST() local 360 FinishOperationResponse msg(ver); in TEST() local [all …]
|
/system/core/libunwindstack/ |
D | ArmExidx.cpp | 209 std::string msg = "pop {"; in DecodePrefix_10_00() local 298 std::string msg = "pop {r4"; in DecodePrefix_10_10() local 392 std::string msg = "pop {"; in DecodePrefix_10_11_0001() local 485 std::string msg = android::base::StringPrintf("pop {d%d", start_reg); in DecodePrefix_10_11_0011() local 518 std::string msg = "pop {d8"; in DecodePrefix_10_11_1nnn() local 579 std::string msg = android::base::StringPrintf("pop {wR%d", start_reg); in DecodePrefix_11_000() local 612 std::string msg = "pop {"; in DecodePrefix_11_000() local 645 std::string msg = "pop {wR10"; in DecodePrefix_11_000() local 678 std::string msg = android::base::StringPrintf("pop {d%d", 16 + start_reg); in DecodePrefix_11_001() local 703 std::string msg = android::base::StringPrintf("pop {d%d", start_reg); in DecodePrefix_11_001() local [all …]
|
/system/apex/apexd/ |
D | apexservice.cpp | 59 std::string msg = "Only root is allowed to call " + name; in CheckCallerIsRoot() local 286 std::string msg = StringLog() in toString() local 607 std::string msg = StringLog() << "Failed to retrieve packages: " in dump() local 613 std::string msg = toString(item); in dump() local 635 std::string msg = in dump() local 719 std::string msg = StringLog() << "Failed to stage package(s): " in shellCommand() local 733 std::string msg = toString(item); in shellCommand() local 738 std::string msg = StringLog() << "Failed to retrieve packages: " in shellCommand() local 753 std::string msg = toString(item); in shellCommand() local 758 std::string msg = StringLog() << "Failed to retrieve packages: " in shellCommand() local [all …]
|
/system/testing/gtest_extras/ |
D | Log.h | 27 #define FATAL_PLOG(msg) \ argument 32 #define FATAL_LOG(msg) \ argument
|
/system/core/init/ |
D | property_service.proto | 22 optional string msg = 1; field 33 oneof msg { oneof 40 oneof msg { oneof
|
/system/core/libnetutils/ |
D | dhcpmsg.c | 24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid) in init_dhcp_msg() 55 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid) in init_dhcp_discover_msg() 73 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid, in init_dhcp_request_msg()
|
/system/netd/server/ |
D | NFLogListener.cpp | 52 const nfgenmsg& nfmsg, const Slice msg) { in __anone8b324600202() 67 } __attribute__((packed)) msg = {}; in cfgCmdPfUnbind() local 88 } __attribute__((packed)) msg = {}; in cfgMode() local 109 } __attribute__((packed)) msg = {}; in cfgCmdBind() local 129 } __attribute__((packed)) msg = {}; in cfgCmdUnbind() local 147 const auto rxHandler = [this](const nlmsghdr& nlmsg, const Slice msg) { in NFLogListener() 157 const auto rxDoneHandler = [](const nlmsghdr&, const Slice msg) { in NFLogListener() 169 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); }; in ~NFLogListener() 181 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); }; in subscribe() 195 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); }; in unsubscribe() [all …]
|
D | SockDiagTest.cpp | 38 static bool isLoopbackSocket(const inet_diag_msg *msg) { in isLoopbackSocket() 110 auto checkIPv4Dump = [&] (uint8_t /* proto */, const inet_diag_msg *msg) { in TEST_F() 129 auto checkIPv6Dump = [&] (uint8_t /* proto */, const inet_diag_msg *msg) { in TEST_F() 201 inet_diag_msg msg = { in makeDiagMessage() local 222 inet_diag_msg msg = makeDiagMessage(src->ai_addr->sa_family, src->ai_addr, dst->ai_addr); in makeDiagMessage() local 229 inet_diag_msg msg; in TEST_F() local 432 bool checkSocketState(int i, int sock, const char *msg) { in checkSocketState()
|
/system/bt/profile/avrcp/ |
D | avrcp_message_converter.h | 72 tAVRC_MSG_VENDOR* msg = (tAVRC_MSG_VENDOR*)m; in Parse() local 84 tAVRC_MSG_PASS* msg = (tAVRC_MSG_PASS*)m; in Parse() local 92 tAVRC_MSG_BROWSE* msg = (tAVRC_MSG_BROWSE*)m; in Parse() local
|
/system/core/logd/ |
D | RecordingLogBuffer.cpp | 21 static void WriteLogMessage(int fd, const RecordedLogMessage& meta, const std::string& msg) { in WriteLogMessage() 27 pid_t tid, const char* msg, uint16_t len) { in RecordLogMessage() 59 const char* msg, uint16_t len) { in Log()
|
D | SerializedLogEntry.h | 88 char* msg() { return reinterpret_cast<char*>(this) + sizeof(*this); } in msg() function 89 const char* msg() const { return reinterpret_cast<const char*>(this) + sizeof(*this); } in msg() function
|
/system/core/trusty/storage/lib/ |
D | storage.c | 57 static ssize_t check_response(struct storage_msg *msg, ssize_t res) in check_response() 146 struct storage_msg msg = { .cmd = STORAGE_FILE_OPEN, .flags = _to_msg_flags(opflags)}; in storage_open_file() local 168 struct storage_msg msg = { .cmd = STORAGE_FILE_CLOSE }; in storage_close_file() local 182 struct storage_msg msg = { .cmd = STORAGE_FILE_DELETE, .flags = _to_msg_flags(opflags)}; in storage_delete_file() local 193 struct storage_msg msg = { .cmd = STORAGE_FILE_READ }; in _read_chunk() local 228 struct storage_msg msg = { .cmd = STORAGE_FILE_WRITE, .flags = msg_flags, }; in _write_req() local 270 struct storage_msg msg = { .cmd = STORAGE_FILE_SET_SIZE, .flags = _to_msg_flags(opflags)}; in storage_set_file_size() local 281 struct storage_msg msg = { .cmd = STORAGE_FILE_GET_SIZE }; in storage_get_file_size() local 303 struct storage_msg msg = { in storage_end_transaction() local
|
/system/core/adb/daemon/ |
D | file_sync_service.cpp | 143 syncmsg msg = {}; in do_lstat_v1() local 155 syncmsg msg = {}; in do_stat_v2() local 191 MessageType msg; in do_list() local 260 syncmsg msg; in SendSyncFail() local 272 syncmsg msg; in handle_send_file_data() local 350 syncmsg msg; in handle_send_file() local 447 syncmsg msg; in handle_send_link() local 567 syncmsg msg; in do_send_v2() local 637 syncmsg msg; in recv_impl() local 718 syncmsg msg; in do_recv_v2() local
|
/system/core/trusty/storage/proxy/ |
D | storage.c | 162 int storage_file_delete(struct storage_msg *msg, in storage_file_delete() 215 int storage_file_open(struct storage_msg *msg, in storage_file_open() 298 int storage_file_close(struct storage_msg *msg, in storage_file_close() 338 int storage_file_write(struct storage_msg *msg, in storage_file_write() 368 int storage_file_read(struct storage_msg *msg, in storage_file_read() 407 int storage_file_get_size(struct storage_msg *msg, in storage_file_get_size() 440 int storage_file_set_size(struct storage_msg *msg, in storage_file_set_size()
|
D | ipc.c | 67 ssize_t ipc_get_msg(struct storage_msg *msg, void *req_buf, size_t req_buf_len) in ipc_get_msg() 96 int ipc_respond(struct storage_msg *msg, void *out, size_t out_size) in ipc_respond()
|
/system/core/fastboot/fuzzy_fastboot/example/ |
D | validator.py | 7 def eprint(msg): argument
|
/system/netd/libnetdutils/ |
D | Netfilter.cpp | 25 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg) { in operator <<()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_assert.h | 56 #define OI_ASSERT_FAIL(msg) \ argument
|
/system/iorap/src/common/ |
D | type.h | 136 #define STATIC_FAIL(T, msg) static_assert(::iorap::introspect::dependent_false_v<T>, msg) argument 139 #define STATIC_FAIL_DT(var, msg) STATIC_FAIL(decltype(var), msg) argument
|
/system/chre/apps/wifi_offload/ |
D | flatbuffers_serialization.cc | 47 wifi_offload::ScanResultMessage msg; in Serialize() local 54 wifi_offload::ScanResultMessage msg; in Deserialize() local
|
/system/tools/sysprop/stub/android/util/ |
D | Log.java | 21 public static int d(String tag, String msg) { in d()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Status.h | 42 Status(int code, std::string msg) : mCode(code), mMsg(std::move(msg)) { assert(!ok()); } in Status() 52 const std::string& msg() const { return mMsg; } in msg() function
|
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.cc | 46 std::array<uint8_t, msg_len> msg; in f4() local 63 std::array<uint8_t, msg_len> msg; in calculate_mac_key_or_ltk() local 114 std::array<uint8_t, msg_len> msg; in f6() local 137 std::array<uint8_t, msg_len> msg; in g2() local
|