HomeSort by relevance Sort by last modified time
    Searched refs:MSGS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 42 private static final String[] MSGS = new String[SIZE];
160 synchronized(MSGS) {
163 MSGS[sNext] = msg;
173 synchronized(MSGS) {
182 pw.println(MSGS[j]);
  /external/iputils/
clockdiff.c 91 #define MSGS 50
162 * To measure the difference, select MSGS messages whose round-trip
164 * select MSGS messages regardless of round-trip transmission time.
183 for (msgcount = 0; msgcount < MSGS; ) {
338 * To measure the difference, select MSGS messages whose round-trip
340 * select MSGS messages regardless of round-trip transmission time.
360 for (msgcount = 0; msgcount < MSGS; ) {

Completed in 600 milliseconds