HomeSort by relevance Sort by last modified time
    Searched refs:CONTINUE (Results 1 - 23 of 23) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
ftp.h 42 #define CONTINUE 3 /* positive intermediate */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_md5.c 26 enum { CONTINUE, SUCCESS, FAILURE } state;
37 data->state = CONTINUE;
75 data->state = CONTINUE;
143 return data->state != CONTINUE;
eap_identity.c 22 enum { CONTINUE, SUCCESS, FAILURE } state;
34 data->state = CONTINUE;
145 return data->state != CONTINUE;
eap_gtc.c 22 enum { CONTINUE, SUCCESS, FAILURE } state;
34 data->state = CONTINUE;
77 data->state = CONTINUE;
197 return data->state != CONTINUE;
eap_tls.c 28 enum { START, CONTINUE, SUCCESS, FAILURE } state;
38 case CONTINUE:
39 return "CONTINUE";
104 eap_tls_state(data, CONTINUE);
128 case CONTINUE:
eap_tnc.c 24 enum { START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE,
90 data->state = CONTINUE;
249 case CONTINUE:
463 data->state = CONTINUE;
481 data->state = CONTINUE;
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 364 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
375 continue;
381 continue;
388 mode = CONTINUE; // Look for a following \n
389 continue;
392 continue;
411 continue;
423 continue;
427 if (mode == CONTINUE) { // Part of a \r\n sequence
429 continue;
    [all...]
  /external/e2fsprogs/ext2ed/
dir_com.c 91 CONTINUE - Continue searching.
152 The client function is action_count, which just tell search_dir_entries to continue.
166 Used by count_dir_entries above - This function is called by search_dir_entries, and it tells it to continue
172 return (CONTINUE); /* Just continue searching */
284 sprintf (temp,"cd %s",temp2); /* And continue from there by dispatching a cd command */
302 else { /* If we can't continue from here, we'll just stop */
303 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win ();
317 Returns FOUND if found, or CONTINUE if not found
    [all...]
ext2ed.h 375 #define CONTINUE 1
  /libcore/luni/src/main/java/java/util/
Properties.java 81 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3,
323 continue;
331 continue;
338 mode = CONTINUE; // Look for a following \n
339 continue;
342 continue;
361 continue;
378 continue;
382 if (mode == CONTINUE) { // Part of a \r\n sequence
384 continue;
    [all...]
  /external/v8/src/
token.h 132 K(CONTINUE, "continue", 0) \
scanner.cc 262 if (MatchKeywordStart(input, "continue", 3, Token::CONTINUE)) return;
460 // Continue skipping white space after the comment.
461 continue;
948 // Continue scanning for tokens as long as we're just skipping
    [all...]
jsregexp.cc 878 continue;
    [all...]
jsregexp.h 639 enum LimitResult { DONE, CONTINUE };
    [all...]
parser.cc 142 Target* target_stack_; // for break, continue statements
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 53 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE
63 case CONTINUE:
64 return "CONTINUE";
127 eap_sim_state(data, CONTINUE);
1008 eap_sim_state(data, CONTINUE);
eap_aka.c 53 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE
71 case CONTINUE:
72 return "CONTINUE";
108 eap_aka_state(data, CONTINUE);
    [all...]
  /external/wpa_supplicant/
eap_aka.c 45 enum { CONTINUE, SUCCESS, FAILURE } state;
56 data->state = CONTINUE;
807 * Notification, so we must allow the method to continue and
840 data->state = CONTINUE;
eap_sim.c 50 enum { CONTINUE, SUCCESS, FAILURE } state;
89 data->state = CONTINUE;
909 data->state = CONTINUE;
  /external/webkit/JavaScriptCore/parser/
Lexer.cpp 207 return m_lastToken == CONTINUE || m_lastToken == BREAK || m_lastToken == RETURN || m_lastToken == THROW;
936 continue;
984 continue;
Grammar.y 198 %token BREAK CASE DEFAULT FOR NEW VAR CONSTTOKEN CONTINUE
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 71 CONTINUE = 0xfb
82 CONTINUE,
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 771 milliseconds