Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsCbTest.java54 SmsCbMessage msg = createFromPdu(pdu); in doTestGeographicalScopeValue() local
62 SmsCbMessage msg = createFromPdu(null); in testCreateNullPdu() local
69 SmsCbMessage msg = createFromPdu(pdu); in testCreateTooShortPdu() local
124 SmsCbMessage msg = createFromPdu(pdu); in testGetGeographicalScopeUmts() local
147 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7Bit() local
178 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitUmts() local
226 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitMultipageUmts() local
250 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitFull() local
283 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitFullUmts() local
309 SmsCbMessage msg = createFromPdu(pdu); in testGetMessageBody7BitWithLanguage() local
[all …]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
DLog.java58 public static void d(Tag tag, String msg) { in d()
60 android.util.Log.d(tag.toString(), msg); in d() local
64 public static void d(Tag tag, String msg, Throwable tr) { in d()
66 android.util.Log.d(tag.toString(), msg, tr); in d() local
70 public static void e(Tag tag, String msg) { in e()
72 android.util.Log.e(tag.toString(), msg); in e() local
76 public static void e(Tag tag, String msg, Throwable tr) { in e()
78 android.util.Log.e(tag.toString(), msg, tr); in e() local
82 public static void i(Tag tag, String msg) { in i()
84 android.util.Log.i(tag.toString(), msg); in i() local
[all …]
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowSlog.java28 protected static int v(String tag, String msg) { in v()
33 protected static int v(String tag, String msg, Throwable tr) { in v()
38 protected static int d(String tag, String msg) { in d()
43 protected static int d(String tag, String msg, Throwable tr) { in d()
48 protected static int i(String tag, String msg) { in i()
53 protected static int i(String tag, String msg, Throwable tr) { in i()
58 protected static int w(String tag, String msg) { in w()
63 protected static int w(String tag, String msg, Throwable tr) { in w()
73 protected static int e(String tag, String msg) { in e()
78 protected static int e(String tag, String msg, Throwable tr) { in e()
[all …]
/frameworks/base/core/java/android/util/
DSlog.java31 public static int v(String tag, String msg) { in v()
35 public static int v(String tag, String msg, Throwable tr) { in v()
41 public static int d(String tag, String msg) { in d()
46 public static int d(String tag, String msg, Throwable tr) { in d()
52 public static int i(String tag, String msg) { in i()
56 public static int i(String tag, String msg, Throwable tr) { in i()
62 public static int w(String tag, String msg) { in w()
67 public static int w(String tag, String msg, Throwable tr) { in w()
77 public static int e(String tag, String msg) { in e()
82 public static int e(String tag, String msg, Throwable tr) { in e()
[all …]
DLog.java106 TerribleFailure(String msg, Throwable cause) { super(msg, cause); } in TerribleFailure()
133 public static int v(@Nullable String tag, @NonNull String msg) { in v()
144 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v()
154 public static int d(@Nullable String tag, @NonNull String msg) { in d()
165 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d()
175 public static int i(@Nullable String tag, @NonNull String msg) { in i()
186 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i()
196 public static int w(@Nullable String tag, @NonNull String msg) { in w()
207 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w()
248 public static int e(@Nullable String tag, @NonNull String msg) { in e()
[all …]
/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp139 sp<AMessage> msg = new AMessage(kWhatPrepare, this); in prepare() local
147 sp<AMessage> msg = new AMessage(kWhatPlay, this); in play() local
154 sp<AMessage> msg = new AMessage(kWhatPause, this); in pause() local
174 sp<AMessage> msg = new AMessage(kWhatSeek, this); in seek() local
182 sp<AMessage> msg = new AMessage(kWhatLoop, this); in loop() local
190 sp<AMessage> msg = new AMessage(kWhatBuffUpdateThres, this); in setBufferingUpdateThreshold() local
219 sp<AMessage> msg = new AMessage(kWhatAttachAuxEffect, this); in attachAuxEffect() local
229 sp<AMessage> msg = new AMessage(kWhatSetAuxEffectSendLevel, this); in setAuxEffectSendLevel() local
260 sp<AMessage> msg = new AMessage(kWhatSetPlayEvents, this); in setPlayEvents() local
288 sp<AMessage> msg = new AMessage(kWhatNotif, this); in notify() local
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DFakeWifiLog.java55 public void eC(String msg) { in eC()
60 public void wC(String msg) { in wC()
65 public void iC(String msg) { in iC()
70 public void tC(String msg) { in tC()
76 public void e(String msg) { in e()
81 public void w(String msg) { in w()
86 public void i(String msg) { in i()
91 public void d(String msg) { in d()
96 public void v(String msg) { in v()
DWifiLog.java157 void eC(@CompileTimeConstant String msg); in eC()
163 void wC(@CompileTimeConstant String msg); in wC()
169 void iC(@CompileTimeConstant String msg); in iC()
175 void tC(@CompileTimeConstant String msg); in tC()
254 void e(String msg); in e()
261 void w(String msg); in w()
268 void i(String msg); in i()
275 void d(String msg); in d()
282 void v(String msg); in v()
DLogcatLog.java98 public void eC(String msg) { in eC()
103 public void wC(String msg) { in wC()
108 public void iC(String msg) { in iC()
113 public void tC(String msg) { in tC()
119 public void e(String msg) { in e()
124 public void w(String msg) { in w()
129 public void i(String msg) { in i()
134 public void d(String msg) { in d()
139 public void v(String msg) { in v()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioEffectTest.java153 String msg = "test1_0ConstructorFromType()"; in test1_0ConstructorFromType() local
196 String msg = "test1_1ConstructorFromUuid()"; in test1_1ConstructorFromUuid() local
231 String msg = "test1_2ConstructorUnknownType()"; in test1_2ConstructorUnknownType() local
254 String msg = "test1_3GetEnabledAfterRelease()"; in test1_3GetEnabledAfterRelease() local
280 String msg = "test1_4InsertOnMediaPlayer()"; in test1_4InsertOnMediaPlayer() local
317 String msg = "test1_5AuxiliaryOnMediaPlayer()"; in test1_5AuxiliaryOnMediaPlayer() local
349 String msg = "test1_6AuxiliaryOnMediaPlayerFailure()"; in test1_6AuxiliaryOnMediaPlayerFailure() local
397 String msg = "test1_7AuxiliaryOnAudioTrack()"; in test1_7AuxiliaryOnAudioTrack() local
439 String msg = "test2_0SetEnabledGetEnabled()"; in test2_0SetEnabledGetEnabled() local
472 String msg = "test2_1SetEnabledAfterRelease()"; in test2_1SetEnabledAfterRelease() local
[all …]
DMediaEnvReverbTest.java105 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local
136 String msg = "test1_0Room()"; in test1_0Room() local
171 String msg = "test1_1Decay()"; in test1_1Decay() local
242 String msg = "test1_3Reverb()"; in test1_3Reverb() local
276 String msg = "test1_4DiffusionAndDensity()"; in test1_4DiffusionAndDensity() local
311 String msg = "test1_5Properties()"; in test1_5Properties() local
351 String msg = "test2_0AuxiliarySoundModification()"; in test2_0AuxiliarySoundModification() local
425 String msg = "test2_1InsertSoundModification()"; in test2_1InsertSoundModification() local
/frameworks/multidex/library/test/src/android/util/
DLog.java67 public static int v(String tag, String msg) { in v()
78 public static int v(String tag, String msg, Throwable tr) { in v()
88 public static int d(String tag, String msg) { in d()
99 public static int d(String tag, String msg, Throwable tr) { in d()
109 public static int i(String tag, String msg) { in i()
120 public static int i(String tag, String msg, Throwable tr) { in i()
130 public static int w(String tag, String msg) { in w()
141 public static int w(String tag, String msg, Throwable tr) { in w()
161 public static int e(String tag, String msg) { in e()
172 public static int e(String tag, String msg, Throwable tr) { in e()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java66 SimpleMessageNano msg = new SimpleMessageNano(); in testSimpleMessageNano() local
102 RecursiveMessageNano msg = new RecursiveMessageNano(); in testRecursiveMessageNano() local
138 SingleMessageNano msg = new SingleMessageNano(); in testMessageNoFields() local
144 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoRequiredInt32() local
163 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt32() local
183 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt64() local
204 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint32() local
225 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint64() local
246 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint32() local
267 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint64() local
[all …]
/frameworks/base/telephony/java/android/telephony/
DRlog.java43 public static int v(String tag, String msg) { in v()
47 public static int v(String tag, String msg, Throwable tr) { in v()
53 public static int d(String tag, String msg) { in d()
58 public static int d(String tag, String msg, Throwable tr) { in d()
64 public static int i(String tag, String msg) { in i()
69 public static int i(String tag, String msg, Throwable tr) { in i()
75 public static int w(String tag, String msg) { in w()
80 public static int w(String tag, String msg, Throwable tr) { in w()
90 public static int e(String tag, String msg) { in e()
95 public static int e(String tag, String msg, Throwable tr) { in e()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DTaskChangeNotificationController.java173 public void handleMessage(Message msg) { in handleMessage()
311 final Message msg = mHandler.obtainMessage(NOTIFY_TASK_STACK_CHANGE_LISTENERS_MSG); in notifyTaskStackChanged() local
320 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_PINNED_LISTENERS_MSG, in notifyActivityPinned() local
330 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_UNPINNED_LISTENERS_MSG); in notifyActivityUnpinned() local
342 final Message msg = in notifyPinnedActivityRestartAttempt() local
352 final Message msg = in notifyPinnedStackAnimationStarted() local
361 final Message msg = in notifyPinnedStackAnimationEnded() local
369 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_DISMISSING_DOCKED_STACK_MSG); in notifyActivityDismissingDockedStack() local
376 final Message msg = mHandler.obtainMessage(NOTIFY_FORCED_RESIZABLE_MSG, taskId, reason, in notifyActivityForcedResizable() local
384 final Message msg = mHandler.obtainMessage( in notifyActivityLaunchOnSecondaryDisplayFailed() local
[all …]
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2DecoderBase.cpp53 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
68 sp<AMessage> msg = new AMessage(kWhatConfigure, this); in configure() local
83 sp<AMessage> msg = new AMessage(kWhatSetParameters, this); in setParameters() local
89 sp<AMessage> msg = new AMessage(kWhatSetRenderer, this); in setRenderer() local
95 sp<AMessage> msg = new AMessage(kWhatPause, this); in pause() local
106 sp<AMessage> msg = new AMessage(kWhatResume, this); in signalResume() local
124 sp<AMessage> msg = new AMessage(kWhatRequestInputBuffers, this); in onRequestInputBuffers() local
129 void NuPlayer2::DecoderBase::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderBase.cpp51 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
66 sp<AMessage> msg = new AMessage(kWhatConfigure, this); in configure() local
81 sp<AMessage> msg = new AMessage(kWhatSetParameters, this); in setParameters() local
87 sp<AMessage> msg = new AMessage(kWhatSetRenderer, this); in setRenderer() local
93 sp<AMessage> msg = new AMessage(kWhatPause, this); in pause() local
104 sp<AMessage> msg = new AMessage(kWhatResume, this); in signalResume() local
122 sp<AMessage> msg = new AMessage(kWhatRequestInputBuffers, this); in onRequestInputBuffers() local
127 void NuPlayer::DecoderBase::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dmessage.js290 jspb.Message.getIndex_ = function(msg, fieldNumber) { argument
311 msg, data, messageId, suggestedPivot, repeatedFields, opt_oneofFields) { argument
377 jspb.Message.materializeExtensionObject_ = function(msg, suggestedPivot) { argument
423 jspb.Message.maybeInitEmptyExtensionObject_ = function(msg) { argument
550 jspb.Message.readBinaryExtension = function(msg, reader, extensions, argument
594 jspb.Message.getField = function(msg, fieldNumber) { argument
619 jspb.Message.getOptionalFloatingPointField = function(msg, fieldNumber) { argument
633 jspb.Message.getRepeatedFloatingPointField = function(msg, fieldNumber) { argument
747 jspb.Message.getFieldProto3 = function(msg, fieldNumber, defaultValue) { argument
773 jspb.Message.getMapField = function(msg, fieldNumber, noLazyCreate, argument
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBSwiftTests.swift39 let msg = Message2() in testProto2Basics() variable
138 let msg = Message3() in testProto3Basics() variable
230 let msg = Message2() in testAutoCreation() variable
287 let msg = Message2() in testProto2OneOfSupport() variable
361 let msg = Message3() in testProto3OneOfSupport() variable
435 let msg = Message2() in testSerialization() variable
/frameworks/base/services/net/java/android/net/util/
DSharedLog.java115 public void e(String msg) { in e()
125 public void e(@NonNull String msg, @Nullable Throwable exception) { in e()
138 public void i(String msg) { in i()
147 public void w(String msg) { in w()
160 public void log(String msg) { in log()
179 public void mark(String msg) { in mark()
183 private String record(Category category, String msg) { in record()
189 private String logLine(Category category, String msg) { in logLine()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatLog.java26 public static void d(Object caller, String msg) { in d()
37 public static void d(String caller, String msg) { in d()
45 public static void e(Object caller, String msg) { in e()
51 public static void e(String caller, String msg) { in e()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsCbTest.java62 CdmaSmsMessage msg = new CdmaSmsMessage(); in createBroadcastParcel() local
119 private static SmsMessage createMessageFromParcel(CdmaSmsMessage msg, byte[] bearerData) { in createMessageFromParcel()
166 CdmaSmsMessage msg = createBroadcastParcel(serviceCategory); in createCmasSmsMessage() local
192 CdmaSmsMessage msg = createBroadcastParcel(serviceCategory); in createBroadcastSmsMessage() local
353 SmsMessage msg = createBroadcastSmsMessage(123, 456, BearerData.PRIORITY_NORMAL, in doTestNonEmergencyBroadcast() local
385 SmsMessage msg = createBroadcastSmsMessage(987, 654, -1, -1, in testNonEmergencyBroadcastIs91Extended() local
401 SmsMessage msg = createCmasSmsMessage( in doTestCmasBroadcast() local
455 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasExtremeAlertType1Elements() local
487 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasUnsupportedCharSet() local
499 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasUnsupportedCharSet2() local
[all …]
/frameworks/base/core/java/android/view/textclassifier/
DLog.java40 public static void v(String tag, String msg) { in v()
46 public static void d(String tag, String msg) { in d()
50 public static void w(String tag, String msg) { in w()
54 public static void e(String tag, String msg, Throwable tr) { in e()
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java468 Message msg = Message.obtain(); in disconnect() local
490 public void sendMessage(Message msg) { in sendMessage()
506 Message msg = Message.obtain(); in sendMessage() local
519 Message msg = Message.obtain(); in sendMessage() local
534 Message msg = Message.obtain(); in sendMessage() local
551 Message msg = Message.obtain(); in sendMessage() local
566 Message msg = Message.obtain(); in sendMessage() local
597 Message msg = Message.obtain(); in replyToMessage() local
611 Message msg = Message.obtain(); in replyToMessage() local
626 Message msg = Message.obtain(); in replyToMessage() local
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraErrorCollector.java129 public boolean expectTrue(String msg, boolean condition) { in expectTrue()
147 public <T> boolean expectEquals(String msg, T expected, T actual) { in expectEquals()
169 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals()
189 public <T> boolean expectEquals(String msg, T[] expected, T[] actual) { in expectEquals()
214 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals()
236 public <T extends Comparable<? super T>> boolean expectGreater(String msg, T expected, in expectGreater()
250 public <T extends Comparable<? super T>> boolean expectGreaterOrEqual(String msg, T expected, in expectGreaterOrEqual()
264 public <T extends Comparable<? super T>> boolean expectLess(String msg, T expected, in expectLess()
278 public <T extends Comparable<? super T>> boolean expectLessOrEqual(String msg, T expected, in expectLessOrEqual()
293 public <T> boolean expectEquals(String msg, float expected, float actual, float tolerance) { in expectEquals()
[all …]

12345678910>>...36