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

1 2

  /external/chromium_org/chrome/test/base/
javascript_test_observer.h 28 CONTINUE,
85 void Continue();
  /development/tools/idegen/src/com/android/idegen/
MakeFileParser.java 45 NEW, CONTINUE
141 case CONTINUE:
202 state = State.CONTINUE;
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 27 CONTINUE, // State indeterminate; try again when more info available.
  /external/chromium_org/v8/src/
optimizing-compiler-thread.h 57 NoBarrier_Store(&stop_thread_, static_cast<AtomicWord>(CONTINUE));
95 enum StopFlag { CONTINUE, STOP, FLUSH };
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gtc.c 16 enum { CONTINUE, SUCCESS, FAILURE } state;
28 data->state = CONTINUE;
71 data->state = CONTINUE;
191 return data->state != CONTINUE;
eap_server_identity.c 16 enum { CONTINUE, SUCCESS, FAILURE } state;
28 data->state = CONTINUE;
139 return data->state != CONTINUE;
eap_server_md5.c 21 enum { CONTINUE, SUCCESS, FAILURE } state;
32 data->state = CONTINUE;
70 data->state = CONTINUE;
142 return data->state != CONTINUE;
eap_server_tls.c 22 enum { START, CONTINUE, SUCCESS, FAILURE } state;
33 case CONTINUE:
34 return "CONTINUE";
122 eap_tls_state(data, CONTINUE);
146 case CONTINUE:
eap_server_tnc.c 18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE,
46 case CONTINUE:
47 return "CONTINUE";
120 eap_tnc_set_state(data, CONTINUE);
288 case CONTINUE:
502 eap_tnc_set_state(data, CONTINUE);
520 eap_tnc_set_state(data, CONTINUE);
  /external/chromium_org/chrome/browser/download/
download_target_determiner.h 99 // Continue processing. next_state_ is required to not be STATE_NONE.
100 CONTINUE,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
ftp.h 42 #define CONTINUE 3 /* positive intermediate */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h 42 #define CONTINUE 3 /* positive intermediate */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h 42 #define CONTINUE 3 /* positive intermediate */
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
232 continue;
238 continue;
245 mode = CONTINUE; // Look for a following \n
246 continue;
249 continue;
268 continue;
280 continue;
284 if (mode == CONTINUE) { // Part of a \r\n sequence
286 continue;
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 59 CONTINUE, // State indeterminate; try again when more info available.
164 // determine which state we're in. Returns CONTINUE if no resolution.
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 36 // specific type only, and not continue syncing until we are moved into
54 // will continue no matter what, b) the scheduled sessions already contain
101 // Indicates we should continue with the current job.
102 CONTINUE,
232 // Decide whether we should CONTINUE, SAVE or DROP the job.
235 // Decide on whether to CONTINUE, SAVE or DROP the job when we are in
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.h 46 // Add new user: CONTINUE > CONTINUE > CREATE_NEW > CONTINUE > ONLINE_LOGIN
47 // Login as existing user: CONTINUE > OFFLINE_LOGIN
48 // Login as existing user (failure): CONTINUE > FAILED_MOUNT
50 // GAIA online ok: CONTINUE > CONTINUE > NEED_OLD_PW
51 // Recreate: CREATE_NEW > CONTINUE > ONLINE_LOGIN
53 // Old password ok: RECOVER_MOUNT > CONTINUE > ONLINE_LOGIN
61 CONTINUE = 0, // State indeterminate; try again with more info
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 305 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
316 continue;
322 continue;
329 mode = CONTINUE; // Look for a following \n
330 continue;
333 continue;
352 continue;
364 continue;
368 if (mode == CONTINUE) { // Part of a \r\n sequence
370 continue;
    [all...]
  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 300 * <li>XMPPError.Type.CONTINUE - proceed (the condition was only a warning)
308 CONTINUE
  /external/e2fsprogs/ext2ed/
ext2ed.h 375 #define CONTINUE 1
  /external/javassist/src/main/javassist/compiler/
TokenId.java 28 int CONTINUE = 309;
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 46 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE
56 case CONTINUE:
57 return "CONTINUE";
129 eap_sim_state(data, CONTINUE);
1037 eap_sim_state(data, CONTINUE);
  /libcore/luni/src/main/java/java/util/
Properties.java 86 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3,
305 continue;
313 continue;
320 mode = CONTINUE; // Look for a following \n
321 continue;
324 continue;
343 continue;
360 continue;
364 if (mode == CONTINUE) { // Part of a \r\n sequence
366 continue;
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.h 68 CONTINUE = 269,
  /external/sonivox/jet_tools/JetCreator/
midifile.py 71 CONTINUE = 0xfb
82 CONTINUE,
    [all...]

Completed in 2247 milliseconds

1 2