Searched refs:START (Results 1 - 25 of 174) sorted by relevance

1234567

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java35 public static final int START = LexerCore.START; field in interface:TokenTypes
40 public static final int SIP = START + 3;
41 public static final int REGISTER = START + 4;
42 public static final int INVITE = START + 5;
43 public static final int ACK = START + 6;
44 public static final int BYE = START + 7;
45 public static final int OPTIONS = START + 8;
46 public static final int CANCEL = START + 9;
47 public static final int ERROR_INFO = START
[all...]
/external/clang/test/Preprocessor/
H A Dmacro-multiline.c5 // CHECK: {{^START A END$}}
6 START X END
/external/mdnsresponder/mDNSPosix/
H A Dmdnsd.sh35 START="start-stop-daemon --start --quiet --exec"
44 START=
52 $START $DAEMON
64 $START $DAEMON
/external/clang/test/CoverageMapping/
H A Dswitchmacro.c27 #define START { while (0) { switch (0) { macro
30 START // CHECK: File 0, [[@LINE]]:8 -> [[@LINE+2]]:6
/external/robolectric-shadows/scripts/
H A Dbuild-resources.rb12 START = 0x7f000000
21 x = START
24 x = START + INCR * num_classes
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTweenCallback.java10 * <b>START</b>: at each iteration beginning<br/>
21 * forward : START END START END START END
33 public static final int START = 0x02; field in interface:TweenCallback
/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java40 // IMPORTANT - All keyword matches should be between START and END
41 public static final int START = 2048; field in class:LexerCore
42 public static final int END = START + 2048;
106 if (value > START) {
208 if (tok > START && tok < END) {
/external/e2fsprogs/contrib/
H A De2croncheck32 START="$(date +'%Y%m%d%H%M%S')"
37 tune2fs -C 0 -T "${START}" "/dev/${VG}/${VOLUME}"
/external/elfutils/libelf/
H A Dabstract.h32 START (Bits, Ehdr, Ext##Ehdr) \
58 START (32, Phdr, Ext##Phdr) \
69 START (64, Phdr, Ext##Phdr) \
83 START (32, Shdr, Ext##Shdr) \
96 START (64, Shdr, Ext##Shdr) \
112 START (32, Sym, Ext##Sym) \
123 START (64, Sym, Ext##Sym) \
137 START (32, Rel, Ext##Rel) \
142 START (64, Rel, Ext##Rel) \
148 START (3
[all...]
H A Dexttypes.h52 #define START(Bits, Name, EName) typedef struct { macro
98 #undef START macro
/external/turbine/java/com/google/turbine/parse/
H A DVariableInitializerParser.java53 START, enum constant in enum:VariableInitializerParser.FieldInitState
74 FieldInitState state = FieldInitState.START;
96 if (state == FieldInitState.START) {
146 case START:
159 case START:
274 state = FieldInitState.START;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVideoView.java23 public static final int START = 1; field in class:ShadowVideoView
59 currentState = ShadowVideoView.START;
88 return (currentState == ShadowVideoView.START);
/external/v8/tools/
H A Dv8-rolls.sh102 START=HEAD
111 s) START=$OPTARG
120 rolls $REVISIONS $START
/external/ltp/testcases/kernel/io/disktest/
H A Dsfunc.h110 START, END, STAT, INFO, DBUG, WARN, ERR enumerator in enum:lvl
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java279 final int START = 0;
285 int state = START;
290 case START:
301 state = START;
305 state = START;
309 state = START;
313 state = START;
317 state = START;
321 state = START;
325 state = START;
[all...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowVideoView.java21 public static final int START = 1; field in class:ShadowVideoView
58 currentState = ShadowVideoView.START;
87 return (currentState == ShadowVideoView.START);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowLinearLayoutTest.java45 assertThat(shadow.getGravity()).isEqualTo(Gravity.TOP | Gravity.START);
47 assertThat(shadow.getGravity()).isEqualTo(Gravity.CENTER_VERTICAL | Gravity.START);
/external/autotest/client/site_tests/firmware_TouchMTB/
H A DtouchbotII_robot_wrapper.py33 # Normally, a gesture is performed within [START, END].
37 START = 0.1 variable
126 GV.LR: (START, CENTER, END, CENTER),
127 GV.RL: (END, CENTER, START, CENTER),
128 GV.TB: (CENTER, START, CENTER, END),
129 GV.BT: (CENTER, END, CENTER, START),
130 GV.BLTR: (START, END, END, START),
131 GV.TRBL: (END, START, START, EN
[all...]
/external/vixl/test/aarch64/examples/
H A Dtest-examples.cc166 #define START() \ macro
199 START();
224 START();
240 START();
306 START();
355 START();
381 START();
407 START();
435 START();
450 START();
[all...]
/external/freetype/src/gzip/
H A Dinfcodes.c17 START, /* x: set up for LEN */ enumerator in enum:__anon7323
69 c->mode = START;
103 case START: /* x: set up for LEN */
209 c->mode = START;
214 c->mode = START;
/external/libmojo/base/android/java/src/org/chromium/base/
H A DPerfTraceEvent.java49 START("S"), enum constant in enum:PerfTraceEvent.EventType
183 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.START,
187 savePerfString(name, eventId, EventType.START, false);
226 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.START,
229 savePerfString(name, eventId, EventType.START, false);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon31425
31 case START:
32 return "START";
78 data->state = START;
100 data->state = START;
122 data->state = START;
184 case START:
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon31694
31 case START:
32 return "START";
78 data->state = START;
100 data->state = START;
122 data->state = START;
184 case START:
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon31975
31 case START:
32 return "START";
78 data->state = START;
100 data->state = START;
122 data->state = START;
184 case START:
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc109 #define START() masm.GetBuffer()->Reset(); macro
125 #define START() \
233 START();
260 START();
289 START();
304 START();
319 START();
334 START();
349 START();
364 START();
[all...]

Completed in 1057 milliseconds

1234567