Searched defs:MSG_START (Results 1 - 12 of 12) sorted by relevance

/external/strace/tests/
H A Dmq_sendrecv.c70 MSG_START = 0x80, enumerator in enum:__anon17945
145 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
161 dumpstr(MSG_START, msg_size);
180 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
203 dumpstr(MSG_START, rc);
255 fill_memory_ex(msg, MSG_SIZE, MSG_START, MSG_SIZE);
319 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
330 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
/external/strace/tests-m32/
H A Dmq_sendrecv.c70 MSG_START = 0x80, enumerator in enum:__anon18013
145 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
161 dumpstr(MSG_START, msg_size);
180 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
203 dumpstr(MSG_START, rc);
255 fill_memory_ex(msg, MSG_SIZE, MSG_START, MSG_SIZE);
319 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
330 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
/external/strace/tests-mx32/
H A Dmq_sendrecv.c70 MSG_START = 0x80, enumerator in enum:__anon18081
145 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
161 dumpstr(MSG_START, msg_size);
180 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
203 dumpstr(MSG_START, rc);
255 fill_memory_ex(msg, MSG_SIZE, MSG_START, MSG_SIZE);
319 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT);
330 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessagePattern.java51 * 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, enum constant in enum:MessagePattern.Part.Type
745 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT,
867 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel);
1455 return nestingLevel>0 || parts.get(0).type==Part.Type.MSG_START;
1466 parts.get(0).type!=Part.Type.MSG_START;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java50 * 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, enum constant in enum:MessagePattern.Part.Type
804 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT,
938 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel);
1526 return nestingLevel>0 || parts.get(0).type==Part.Type.MSG_START;
1537 parts.get(0).type!=Part.Type.MSG_START;
/external/messageformat/java/com/ibm/icu/text/
H A DMessagePattern.java48 * 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, enum constant in enum:MessagePattern.Part.Type
801 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT,
932 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel);
1520 return nestingLevel>0 || parts.get(0).type==Part.Type.MSG_START;
1531 parts.get(0).type!=Part.Type.MSG_START;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 598 milliseconds