HomeSort by relevance Sort by last modified time
    Searched defs:MSG (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/java/android/os/
CountDownTimer.java 76 mHandler.removeMessages(MSG);
88 mHandler.sendMessage(mHandler.obtainMessage(MSG));
105 private static final int MSG = 1;
112 public void handleMessage(Message msg) {
121 sendMessageDelayed(obtainMessage(MSG), millisLeft);
133 sendMessageDelayed(obtainMessage(MSG), delay);
  /cts/suite/audio_quality/lib/include/
Log.h 62 #define MSG(x...) do { Log::Instance()->printf(Log::ELogE, x); } while(0)
  /external/e2fsprogs/lib/ss/
help.c 101 #define MSG "No info found for "
102 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
103 strcpy(buf, MSG);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_tls_common.h 27 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state;
eap_ikev2.c 25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
63 case MSG:
64 return "MSG";
95 data->state = MSG;
187 const u8 *msg = wpabuf_head(req); local
192 msg, len, wpabuf_put(req, icv_len));
219 case MSG:
386 "Length (%d; %ld remaining in this msg)",
403 eap_ikev2_state(data, MSG);
421 data->state = MSG;
    [all...]
eap_wsc.c 25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
42 case MSG:
43 return "MSG";
105 data->state = registrar ? START : MSG;
215 eap_wsc_state(data, MSG);
235 case MSG:
388 eap_wsc_state(data, MSG);
430 eap_wsc_state(data, MSG);
437 eap_wsc_state(data, MSG);
  /external/wpa_supplicant_8/src/eap_server/
eap_tls_common.h 51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state;
eap_server_ikev2.c 19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
57 case MSG:
58 return "MSG";
89 data->state = MSG;
182 const u8 *msg = wpabuf_head(req); local
187 msg, len, wpabuf_put(req, icv_len));
214 case MSG:
381 "Length (%d; %ld remaining in this msg)",
398 eap_ikev2_state(data, MSG);
416 data->state = MSG;
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFormatterTest.java 28 static String MSG = "msg, pls. ignore it";
31 LogRecord r = new LogRecord(Level.FINE, MSG);
OldLogRecordTest.java 26 static final String MSG = "test msg, pls. ignore itb";
28 private LogRecord lr = new LogRecord(Level.CONFIG, MSG);
83 lr = new LogRecord(Level.CONFIG, "msg thread");
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SimpleFormatterTest.java 37 private static String MSG = "test msg. pls. ignore it\nadaadasfdasfd\nadfafdadfsa";
45 lr = new LogRecord(Level.FINE, MSG);
62 lr.setMessage("msg");
63 String localeMsg = rb.getString("msg");
70 lr.setMessage("msg");
72 localeMsg = rb.getString("msg");
80 lr.setMessage(MSG + " {0,number}");
FormatterTest.java 34 static String MSG = "msg, pls. ignore it";
42 r = new LogRecord(Level.FINE, MSG);
58 assertEquals(MSG, f.formatMessage(r));
72 r.setMessage(MSG);
73 assertEquals(MSG, f.formatMessage(r));
90 r.setMessage("msg");
94 assertEquals(rb.getString("msg"), f.formatMessage(r));
112 r.setMessage("msg");
114 assertEquals(rb.getString("msg"), f.formatMessage(r))
    [all...]
LogRecordTest.java 35 static final String MSG = "test msg, pls. ignore itb";
43 lr = new LogRecord(Level.CONFIG, MSG);
54 new LogRecord(null, MSG);
142 logger.log(Level.SEVERE, MSG);
147 lr = new LogRecord(Level.SEVERE, MSG);
154 lr = new LogRecord(Level.SEVERE, MSG);
161 lr = new LogRecord(Level.SEVERE, MSG);
193 ml.info(MSG);
200 ml.log(Level.SEVERE, MSG);
    [all...]
  /external/grub/stage2/
start.S 41 #define MSG(x) movw $ABS(x), %si; call message
70 MSG(notification_string)
294 (MSG modifies SI, which is saved, and unused AX and BX) */
296 MSG(notification_step)
313 MSG(notification_done)
326 MSG(geometry_error_string)
333 MSG(read_error_string)
336 MSG(general_error_string)
start_eltorito.S 49 #define MSG(x) mov $ABS(x), %si; call message;
96 MSG(notification_string)
112 MSG(notification_done)
162 MSG(notification_step)
203 MSG(read_error_string)
  /bionic/libc/arch-mips/include/machine/
asm.h 284 #define PANIC(msg) \
288 MSG(msg)
290 #define PRINTF(msg) \
294 MSG(msg)
296 #define MSG(msg) \
298 9: .asciiz msg; \
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 284 #define PANIC(msg) \
288 MSG(msg)
290 #define PRINTF(msg) \
294 MSG(msg)
296 #define MSG(msg) \
298 9: .asciiz msg; \
  /external/grub/stage1/
stage1.S 33 #define MSG(x) movw $ABS(x), %si; call message
154 MSG(notification_string)
381 MSG(geometry_error_string)
388 MSG(hd_probe_error_string)
395 MSG(read_error_string)
398 MSG(general_error_string)
474 MSG(fd_probe_error_string)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 284 #define PANIC(msg) \
288 MSG(msg)
290 #define PRINTF(msg) \
294 MSG(msg)
296 #define MSG(msg) \
298 9: .asciiz msg; \
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 284 #define PANIC(msg) \
288 MSG(msg)
290 #define PRINTF(msg) \
294 MSG(msg)
296 #define MSG(msg) \
298 9: .asciiz msg; \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 490 milliseconds