HomeSort by relevance Sort by last modified time
    Searched defs:MSG (Results 1 - 12 of 12) 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);
  /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);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFormatterTest.java 27 static String MSG = "msg, pls. ignore it";
30 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/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)
  /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)
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 251 milliseconds