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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
StreamRecorderListener.java 27 public static final int MSG_START = 0;
38 case MSG_START:
  /external/strace/tests/
mq_sendrecv.c 68 MSG_START = 0x80,
143 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
159 dumpstr(MSG_START, msg_size);
178 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
201 dumpstr(MSG_START, rc);
253 fill_memory_ex(msg, MSG_SIZE, MSG_START, MSG_SIZE);
317 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
  /external/strace/tests-m32/
mq_sendrecv.c 68 MSG_START = 0x80,
143 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
159 dumpstr(MSG_START, msg_size);
178 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
201 dumpstr(MSG_START, rc);
253 fill_memory_ex(msg, MSG_SIZE, MSG_START, MSG_SIZE);
317 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
  /external/strace/tests-mx32/
mq_sendrecv.c 68 MSG_START = 0x80,
143 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
159 dumpstr(MSG_START, msg_size);
178 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
201 dumpstr(MSG_START, rc);
253 fill_memory_ex(msg, MSG_SIZE, MSG_START, MSG_SIZE);
317 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
MemoryTracker.java 42 private static final int MSG_START = 1;
74 case MSG_START:
199 mHandler.sendEmptyMessage(MSG_START);
213 mHandler.sendEmptyMessage(MSG_START);
WeightWatcher.java 47 private static final int MSG_START = 1;
62 case MSG_START:
122 mHandler.sendEmptyMessage(MSG_START);
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 108 private final static int MSG_START = 1;
130 case MSG_START:
295 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent));
  /frameworks/base/services/core/java/com/android/server/tv/
TvRemoteService.java 84 mHandler.sendEmptyMessage(UserHandler.MSG_START);
216 public static final int MSG_START = 1;
230 case MSG_START: {
  /packages/apps/TV/src/com/android/tv/recommendation/
RecommendationDataManager.java 56 private static final int MSG_START = 1000;
63 private static final int MSG_FIRST = MSG_START;
240 mHandler.sendEmptyMessage(MSG_START);
566 case MSG_START:
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePattern.java 51 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT
499 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
501 * this Part should be of Type ARG_START or MSG_START.
503 * or start itself if getPartType(msgStart)!=ARG|MSG_START.
597 MSG_START,
745 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT,
867 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePattern.java 50 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT
531 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
533 * this Part should be of Type ARG_START or MSG_START.
535 * or start itself if getPartType(msgStart)!=ARG|MSG_START.
639 MSG_START,
804 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT,
938 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel);
    [all...]
  /external/messageformat/java/com/ibm/icu/text/
MessagePattern.java 48 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT
528 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
530 * this Part should be of Type ARG_START or MSG_START.
532 * or start itself if getPartType(msgStart)!=ARG|MSG_START.
636 MSG_START,
801 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT,
932 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 141 private static final int MSG_START = 2;
290 case MSG_START:
605 mHandler.sendEmptyMessageDelayed(MSG_START, DELAY_RETRY);
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 424 newUser.mHandler.sendEmptyMessage(UserHandler.MSG_START);
569 userRecord.mHandler.sendEmptyMessage(UserHandler.MSG_START);
740 public static final int MSG_START = 1;
789 case MSG_START: {
    [all...]
  /packages/apps/TV/libs/
exoplayer_v2.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 524 milliseconds