HomeSort by relevance Sort by last modified time
    Searched defs:msg (Results 351 - 375 of 4440) sorted by null

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SmsMessageConverter.java 157 SmsMessage msg = new SmsMessage(addr, env); local
159 return msg;
163 CdmaSmsMessage msg) {
164 return new android.telephony.SmsMessage((SmsMessageBase)newCdmaSmsMessageFromRil(msg));
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
PipeComm.cpp 57 std::vector<uint8_t> msg = std::vector<uint8_t>(MAX_RX_MSG_SZ); local
60 numBytes = qemu_pipe_frame_recv(mPipeFd, msg.data(), msg.size());
65 msg.resize(numBytes);
66 return msg;
  /hardware/qcom/gps/msm8960/core/
MsgTask.cpp 43 static void LocMsgDestroy(void* msg) {
44 delete (LocMsg*)msg;
89 void MsgTask::sendMsg(const LocMsg* msg) const {
90 msg_q_snd((void*)mQ, (void*)msg, LocMsgDestroy);
103 LocMsg* msg; local
109 msq_q_err_type result = msg_q_rcv((void*)copy->mQ, (void **)&msg);
112 LOC_LOGE("%s:%d] fail receiving msg: %s\n", __func__, __LINE__,
120 msg->log();
121 // there is where each individual msg handling is invoked
122 msg->proc()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
DestroyFailedExceptionTest.java 47 * javax.security.auth.DestroyFailedException#DestroyFailedException(String msg)
60 * javax.security.auth.DestroyFailedException#DestroyFailedException(String msg)
64 String msg = null; local
65 DestroyFailedException dfE = new DestroyFailedException(msg);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/login/
LoginExceptionTest.java 49 * javax.security.auth.login.LoginException#LoginException(String msg)
62 * javax.security.auth.login.LoginException#LoginException(String msg)
66 String msg = null; local
67 LoginException lE = new LoginException(msg);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismExceptionTest.java 66 * msg. Parameter <code>msg</code> is not null.
85 * Assertion: constructs ExemptionMechanismException when <code>msg</code>
89 String msg = null; local
90 ExemptionMechanismException tE = new ExemptionMechanismException(msg);
  /libcore/luni/src/test/java/tests/security/cert/
CRLExceptionTest.java 54 * constructs CRLException with detail message msg. Parameter
55 * <code>msg</code> is not null.
69 * constructs CRLException when <code>msg</code> is null
72 String msg = null; local
73 CRLException tE = new CRLException(msg);
109 * <code>msg</code> is null
120 * <code>msg</code> is not null
135 * <code>msg</code> is null
153 * <code>msg</code> is not null
CertPathBuilderExceptionTest.java 56 * Assertion: constructs CertPathBuilderException with detail message msg.
57 * Parameter <code>msg</code> is not null.
71 * Assertion: constructs CertPathBuilderException when <code>msg</code> is
75 String msg = null; local
76 CertPathBuilderException tE = new CertPathBuilderException(msg);
114 * <code>cause</code> is null <code>msg</code> is null
125 * <code>cause</code> is null <code>msg</code> is not null
140 * <code>cause</code> is not null <code>msg</code> is null
158 * <code>cause</code> is not null <code>msg</code> is not null
CertStoreExceptionTest.java 54 * constructs CertStoreException with detail message msg. Parameter
55 * <code>msg</code> is not null.
69 * constructs CertStoreException when <code>msg</code> is null
72 String msg = null; local
73 CertStoreException tE = new CertStoreException(msg);
111 * null <code>msg</code> is null
122 * null <code>msg</code> is not null
137 * null <code>msg</code> is null
155 * null <code>msg</code> is not null
CertificateEncodingExceptionTest.java 57 * msg. Parameter <code>msg</code> is not null.
71 * Assertion: constructs CertificateEncodingException when <code>msg</code>
75 String msg = null; local
76 CertificateEncodingException tE = new CertificateEncodingException(msg);
116 * <code>cause</code> is null <code>msg</code> is null
128 * <code>cause</code> is null <code>msg</code> is not null
143 * <code>cause</code> is not null <code>msg</code> is null
162 * <code>cause</code> is not null <code>msg</code> is not null
CertificateExceptionTest.java 55 * Assertion: constructs CertificateException with detail message msg.
56 * Parameter <code>msg</code> is not null.
70 * Assertion: constructs CertificateException when <code>msg</code> is
74 String msg = null; local
75 CertificateException tE = new CertificateException(msg);
113 * <code>cause</code> is null <code>msg</code> is null
124 * <code>cause</code> is null <code>msg</code> is not null
139 * <code>cause</code> is not null <code>msg</code> is null
157 * <code>cause</code> is not null <code>msg</code> is not null
CertificateParsingExceptionTest.java 57 * msg. Parameter <code>msg</code> is not null.
71 * Assertion: constructs CertificateParsingException when <code>msg</code>
75 String msg = null; local
76 CertificateParsingException tE = new CertificateParsingException(msg);
114 * <code>cause</code> is null <code>msg</code> is null
126 * <code>cause</code> is null <code>msg</code> is not null
141 * <code>cause</code> is not null <code>msg</code> is null
160 * <code>cause</code> is not null <code>msg</code> is not null
  /libcore/luni/src/test/java/tests/security/spec/
InvalidKeySpecExceptionTest.java 55 * Assertion: constructs InvalidKeySpecException with detail message msg.
56 * Parameter <code>msg</code> is not null.
70 * Assertion: constructs InvalidKeySpecException when <code>msg</code> is
74 String msg = null; local
75 InvalidKeySpecException tE = new InvalidKeySpecException(msg);
113 * <code>cause</code> is null <code>msg</code> is null
124 * <code>cause</code> is null <code>msg</code> is not null
139 * <code>cause</code> is not null <code>msg</code> is null
157 * <code>cause</code> is not null <code>msg</code> is not null
  /packages/apps/TV/common/src/com/android/tv/common/feature/
TestableFeature.java 101 String msg = mDelegate.toString(); local
104 msg = "Testable Feature is unchanged: " + msg;
106 msg = "Testable Feature is " + (mTestValue ? "on" : "off") + " was " + msg;
109 return msg;
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
SimpleTimer.java 62 public void mark(String msg) {
65 LogUtils.d(getTag(), "[%s] %sms elapsed (%sms since last mark)", msg, now - mStartTime, local
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 39 static final String EXTRA_MESSAGE = MailPhotoViewActivity.class.getName() + "-msg";
49 * @param msg The text of the message for this photo.
53 final String accountType, final ConversationMessage msg, final int photoIndex) {
58 .setPhotosUri(msg.attachmentListUri.toString())
62 context.startActivity(wrapIntent(builder.build(), account, accountType, msg)); local
71 final String accountType, final ConversationMessage msg, final String initialPhotoUri) {
73 buildMailPhotoViewActivityIntent(context, account, accountType, msg,
79 final ConversationMessage msg, final String initialPhotoUri) {
83 builder.setPhotosUri(msg.attachmentListUri.toString())
87 return wrapIntent(builder.build(), account, accountType, msg);
    [all...]
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
StatusBarNotificationListener.java 42 Message msg = Message.obtain(mHandler); local
43 msg.obj = sbn;
44 mHandler.sendMessage(msg);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
assert_checkpoint.h 12 const char* msg; member in struct:Checkpoint
21 if (msg)
22 s << " '" << msg << "'"; local
42 #define CHECKPOINT(msg) globalCheckpoint() = Checkpoint{__FILE__, CHECKPOINT_FUNCTION_NAME, __LINE__, msg}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AdtConsoleSdkLog.java 42 String msg = String.format(msgFormat, args); local
43 for (String s : msg.split("\n")) {
  /sdk/find_java2/src/
WinLauncher2App.cpp 51 // /h | help : msg box with command line arguments
108 const TCHAR *msg = local
113 AfxMessageBox(msg);
114 return FALSE; // quit without starting MFC app msg loop
140 CString msg(_T("PLACEHOLDER TODO run app using "));
141 msg.Append(javaPath.mPath);
142 AfxMessageBox(msg);
  /system/bt/osi/test/
fixed_queue_test.cc 41 void* msg = fixed_queue_try_dequeue(queue); local
42 EXPECT_TRUE(msg != NULL);
43 future_ready(received_message_future, msg);
344 const char* msg = (const char*)future_await(received_message_future);
345 EXPECT_EQ(DUMMY_DATA_STRING, msg);
  /system/core/logd/
LogListener.cpp 125 char* msg = ((char*)buffer) + sizeof(android_log_header_t); local
134 header->tid, msg,
  /system/core/trusty/storage/proxy/
proxy.c 98 static int handle_req(struct storage_msg *msg, const void *req, size_t req_len)
102 if ((msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) &&
103 (msg->cmd != STORAGE_RPMB_SEND)) {
108 ALOGE("cmd 0x%x: post commit option is not implemented\n", msg->cmd);
109 msg->result = STORAGE_ERR_UNIMPLEMENTED;
110 return ipc_respond(msg, NULL, 0);
113 if (msg->flags & STORAGE_MSG_FLAG_PRE_COMMIT) {
116 msg->result = STORAGE_ERR_GENERIC;
117 return ipc_respond(msg, NULL, 0);
121 switch (msg->cmd)
170 struct storage_msg msg; local
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/PROFILER/
TestMsgQ.profiler.cpp 48 FunctionSpecificationMessage msg; local
49 msg.set_name("configureFmqSyncReadWrite");
72 auto *result_0 __attribute__((__unused__)) = msg.add_return_type_hidl();
76 auto *result_1 __attribute__((__unused__)) = msg.add_return_type_hidl();
97 profiler.AddTraceEvent(event, package, version, interface, msg);
100 FunctionSpecificationMessage msg; local
101 msg.set_name("getFmqUnsyncWrite");
114 auto *arg_0 __attribute__((__unused__)) = msg.add_arg();
128 auto *result_0 __attribute__((__unused__)) = msg.add_return_type_hidl();
132 auto *result_1 __attribute__((__unused__)) = msg.add_return_type_hidl()
155 FunctionSpecificationMessage msg; local
199 FunctionSpecificationMessage msg; local
243 FunctionSpecificationMessage msg; local
287 FunctionSpecificationMessage msg; local
331 FunctionSpecificationMessage msg; local
371 FunctionSpecificationMessage msg; local
411 FunctionSpecificationMessage msg; local
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
BulkEmailer.java 72 Message msg = new Message(); local
73 msg.setTos(mRecipients.split(","));
74 msg.setBody(MESSAGE);
75 msg.setSender(mSender);
81 msg.setSubject(SUBJECT + i);
82 email.send(msg);
86 msg.setSubject(SUBJECT + i);
87 email.send(msg);

Completed in 2146 milliseconds

<<11121314151617181920>>