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

1 2

  /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);
  /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 55 private static final int MSG_START = 1000;
62 private static final int MSG_FIRST = MSG_START;
233 mHandler.sendEmptyMessage(MSG_START);
562 case MSG_START:
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
NetworkedVirtualDisplay.java 69 private static final int MSG_START = 0;
128 mHandler.sendMessage(Message.obtain(mHandler, MSG_START));
292 if (mHandler.hasMessages(MSG_START)) return;
295 mHandler.sendMessage(Message.obtain(mHandler, MSG_START));
307 case MSG_START:
315 sendMessage(Message.obtain(this, 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...]
  /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 464 newUser.mHandler.sendEmptyMessage(UserHandler.MSG_START);
601 userRecord.mHandler.sendEmptyMessage(UserHandler.MSG_START);
785 public static final int MSG_START = 1;
834 case MSG_START: {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
core.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 503 milliseconds

1 2