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

1234

/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/mdnsresponder/mDNSPosix/
H A Dmdnsd.sh35 START="start-stop-daemon --start --quiet --exec"
44 START=
52 $START $DAEMON
64 $START $DAEMON
/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/openssl/crypto/rc2/
H A Drc2speed.c135 #define START 0 macro
144 if (s == START)
159 if (s == START)
202 Time_F(START);
221 Time_F(START);
239 Time_F(START);
261 Time_F(START);
/external/openssl/crypto/bn/
H A Dbnspeed.c125 #define START 0 macro
134 if (s == START)
149 if (s == START)
197 Time_F(START);
210 Time_F(START);
225 Time_F(START);
H A Dexpspeed.c151 #define START 0 macro
160 if (s == START)
175 if (s == START)
271 Time_F(START);
/external/openssl/crypto/rc4/
H A Drc4speed.c135 #define START 0 macro
144 if (s == START)
159 if (s == START)
202 Time_F(START);
220 Time_F(START);
238 Time_F(START);
/external/openssl/crypto/des/
H A Dspeed.c140 #define START 0 macro
149 if (s == START)
164 if (s == START)
209 Time_F(START);
230 Time_F(START);
243 Time_F(START);
262 Time_F(START);
279 Time_F(START);
298 Time_F(START);
H A Ddes_opts.c357 #define START 0 macro
366 if (s == START)
381 if (s == START)
404 Time_F(START); \
458 Time_F(START);
/external/elfutils/libelf/
H A Dabstract.h53 START (Bits, Ehdr, Ext##Ehdr) \
79 START (32, Phdr, Ext##Phdr) \
90 START (64, Phdr, Ext##Phdr) \
104 START (32, Shdr, Ext##Shdr) \
117 START (64, Shdr, Ext##Shdr) \
133 START (32, Sym, Ext##Sym) \
144 START (64, Sym, Ext##Sym) \
158 START (32, Rel, Ext##Rel) \
163 START (64, Rel, Ext##Rel) \
169 START (3
[all...]
H A Dexttypes.h73 #define START(Bits, Name, EName) typedef struct { macro
115 #undef START macro
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java230 final int START = 0;
236 int state = START;
241 case START:
252 state = START;
256 state = START;
260 state = START;
264 state = START;
268 state = START;
272 state = START;
276 state = START;
[all...]
H A DLinkReference.java163 final int START = 0;
168 int state = START;
174 case START:
212 state = START;
216 state = START;
225 state = START;
/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::__anon16120
31 case START:
32 return "START";
61 data->state = START;
83 data->state = START;
144 case START:
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator in enum:eap_tnc_data::eap_tnc_state
44 case START:
45 return "START";
80 eap_tnc_set_state(data, START);
285 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::__anon16344
31 case START:
32 return "START";
61 data->state = START;
83 data->state = START;
144 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::__anon16570
31 case START:
32 return "START";
61 data->state = START;
83 data->state = START;
144 case START:
/external/valgrind/main/nightly/bin/
H A Dnightly67 START=`date "+%F %H:%M:%S %Z"`
209 echo "Started at" $START >> final
268 "$changed_str$START nightly build ($TAG, $ABT_DETAILS)" \
/external/openssl/apps/
H A Dspeed.c296 #define START 0 macro
318 if (s == START)
1264 Time_F(START);
1508 Time_F(START);
1522 Time_F(START);
1537 Time_F(START);
1552 Time_F(START);
1573 Time_F(START);
1592 Time_F(START);
1606 Time_F(START);
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_tls.c28 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon15907
36 case START:
37 return "START";
66 data->state = START;
126 case START:
H A Deap_wsc.c25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon15913
40 case START:
41 return "START";
105 data->state = registrar ? START : MSG;
233 case START:
/external/jmonkeyengine/engine/src/test/jme3test/games/
H A DCubeField.java68 private boolean START; field in class:CubeField
145 if (START){
240 START = false;
305 inputManager.addMapping("START", new KeyTrigger(KeyInput.KEY_RETURN));
308 inputManager.addListener(this, "START", "Left", "Right");
312 if (binding.equals("START") && !START){
313 START = true;
315 System.out.println("START");
316 }else if (START
[all...]
/external/valgrind/main/VEX/switchback/
H A Dbinary_switchback.pl11 # - Everything between (not including) /^---START---$/ and /^---STOP---$/
184 while (@results && !((shift @results) =~ /^---START---/)) {}
248 if ($line =~ /^---START---$/) { # start on next line
297 print "START: N=$N_START\n";
298 print "START: lg=$N_LAST_GOOD\n";
299 print "START: lb=$N_LAST_BAD\n";
300 print "START: GIVEN_LAST_GOOD=$GIVEN_LAST_GOOD\n";
301 print "START: GIVEN_LAST_BAD =$GIVEN_LAST_BAD\n";
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalList.java93 START, enum constant in enum:LocalList.Disposition
226 * {@code getDisposition() == Disposition.START}.
231 return disposition == Disposition.START;
684 add(address, Disposition.START, startedLocal);
855 if (disposition == Disposition.START) {
875 if (disposition == Disposition.START) {

Completed in 786 milliseconds

1234