HomeSort by relevance Sort by last modified time
    Searched refs:msg (Results 501 - 525 of 11401) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/p2p/base/
stunserver.cc 32 StunMessage msg; local
33 if (!msg.Read(&bbuf)) {
41 switch (msg.type()) {
43 OnBindingRequest(&msg, remote_addr);
47 SendErrorResponse(msg, remote_addr, 600, "Operation Not Supported");
52 StunMessage* msg, const rtc::SocketAddress& remote_addr) {
54 GetStunBindReqponse(msg, remote_addr, &response);
59 const StunMessage& msg, const rtc::SocketAddress& addr,
62 err_msg.SetType(GetStunErrorResponseType(msg.type()));
63 err_msg.SetTransactionID(msg.transaction_id())
    [all...]
  /external/xz-embedded/userspace/
bytetest.c 24 const char *msg; local
42 msg = "Memory allocation failed\n";
63 msg = "Write error\n";
87 msg = "Uncompressed size doesn't match\n";
93 msg = "Write error\n";
103 msg = "Memory allocation failed\n";
107 msg = "Memory usage limit reached\n";
111 msg = "Not a .xz file\n";
115 msg = "Unsupported options in the .xz headers\n";
120 msg = "File is corrupt\n"
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AHandler.cpp 26 void AHandler::deliverMessage(const sp<AMessage> &msg) {
27 onMessageReceived(msg);
31 uint32_t what = msg->what();
  /libcore/ojluni/src/main/java/java/util/logging/
ErrorManager.java 79 * @param msg a descriptive string (may be null)
83 public synchronized void error(String msg, Exception ex, int code) {
91 if (msg != null) {
92 text = text + ": " + msg;
  /build/kati/
stats.h 33 double End(const char* msg);
46 explicit ScopedStatsRecorder(Stats* st, const char* msg = 0);
60 #define COLLECT_STATS_WITH_SLOW_REPORT(name, msg) \
62 ScopedStatsRecorder ssr(&stats, msg)
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogNode.java 33 * @param msg The actual message to be logged. The actual message to be logged.
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
52 public void println(int priority, String tag, String msg, Throwable tr) {
53 // There actually are log methods that don't take a msg parameter. For now,
55 String useMsg = msg;
61 // it to the end of the msg method.
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);

Completed in 498 milliseconds

<<21222324252627282930>>