Searched defs:DONE (Results 26 - 50 of 67) sorted by relevance

123

/external/v8/src/heap/
H A Dgc-idle-time-handler.h14 DONE, enumerator in enum:v8::internal::GCIdleTimeActionType
27 result.type = DONE;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon17242
39 case DONE:
40 return "DONE";
223 eap_ikev2_state(data, DONE);
443 return data->state == DONE && data->keymat_ok;
452 if (data->state != DONE || !data->keymat_ok)
470 if (data->state != DONE || !data->keymat_ok)
490 if (data->state != DONE || !data->keymat_ok)
H A Deap_tnc.c17 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon17253
H A Deap_wsc.c20 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon17255
43 case DONE:
44 return "DONE";
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon17272
63 case DONE:
64 return "DONE";
457 eap_ikev2_state(data, DONE);
472 return data->state == DONE || data->state == FAIL;
479 return data->state == DONE && data->ikev2.state == IKEV2_DONE &&
489 if (data->state != DONE || !data->keymat_ok)
507 if (data->state != DONE || !data->keymat_ok)
527 if (data->state != DONE || !data->keymat_ok)
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon17290
44 case DONE:
45 return "DONE";
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator in enum:eap_tnc_data::eap_tnc_state
54 case DONE:
55 return "DONE";
179 eap_tnc_set_state(data, DONE);
189 eap_tnc_set_state(data, DONE);
263 eap_tnc_set_state(data, DONE);
271 else if (data->state == DONE)
314 case DONE:
462 if (len == 1 && (data->state == DONE || data->state == FAIL)) {
543 return data->state == DONE || dat
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon17487
39 case DONE:
40 return "DONE";
223 eap_ikev2_state(data, DONE);
443 return data->state == DONE && data->keymat_ok;
452 if (data->state != DONE || !data->keymat_ok)
470 if (data->state != DONE || !data->keymat_ok)
490 if (data->state != DONE || !data->keymat_ok)
H A Deap_tnc.c17 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon17498
H A Deap_wsc.c20 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon17500
43 case DONE:
44 return "DONE";
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon17517
63 case DONE:
64 return "DONE";
457 eap_ikev2_state(data, DONE);
472 return data->state == DONE || data->state == FAIL;
479 return data->state == DONE && data->ikev2.state == IKEV2_DONE &&
489 if (data->state != DONE || !data->keymat_ok)
507 if (data->state != DONE || !data->keymat_ok)
527 if (data->state != DONE || !data->keymat_ok)
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon17535
44 case DONE:
45 return "DONE";
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator in enum:eap_tnc_data::eap_tnc_state
54 case DONE:
55 return "DONE";
179 eap_tnc_set_state(data, DONE);
189 eap_tnc_set_state(data, DONE);
263 eap_tnc_set_state(data, DONE);
271 else if (data->state == DONE)
314 case DONE:
462 if (len == 1 && (data->state == DONE || data->state == FAIL)) {
543 return data->state == DONE || dat
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon17730
39 case DONE:
40 return "DONE";
223 eap_ikev2_state(data, DONE);
443 return data->state == DONE && data->keymat_ok;
452 if (data->state != DONE || !data->keymat_ok)
470 if (data->state != DONE || !data->keymat_ok)
490 if (data->state != DONE || !data->keymat_ok)
H A Deap_tnc.c17 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon17741
H A Deap_wsc.c20 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon17743
43 case DONE:
44 return "DONE";
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon17760
63 case DONE:
64 return "DONE";
457 eap_ikev2_state(data, DONE);
472 return data->state == DONE || data->state == FAIL;
479 return data->state == DONE && data->ikev2.state == IKEV2_DONE &&
489 if (data->state != DONE || !data->keymat_ok)
507 if (data->state != DONE || !data->keymat_ok)
527 if (data->state != DONE || !data->keymat_ok)
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon17778
44 case DONE:
45 return "DONE";
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator in enum:eap_tnc_data::eap_tnc_state
54 case DONE:
55 return "DONE";
179 eap_tnc_set_state(data, DONE);
189 eap_tnc_set_state(data, DONE);
263 eap_tnc_set_state(data, DONE);
271 else if (data->state == DONE)
314 case DONE:
462 if (len == 1 && (data->state == DONE || data->state == FAIL)) {
543 return data->state == DONE || dat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleIDParser.java113 private static final char DONE = '\uffff'; field in class:LocaleIDParser
117 * is DONE if index was at the limit of the buffer. The index is advanced regardless
123 return DONE;
145 * Returns true if the character is a terminator (keyword separator, dot, or DONE).
150 return c == KEYWORD_SEPARATOR || c == DONE || c == DOT;
399 while ((c = next()) != DONE) {
567 return c == DONE || c == KEYWORD_ASSIGN;
571 return c == DONE || c == ITEM_SEPARATOR;
615 if (c == DONE) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBreakIterator.java67 * <li>DONE is used as a flag to indicate when iteration has stopped. DONE is only
120 * end != BreakIterator.DONE;
134 * start != BreakIterator.DONE;
183 * while (current != BreakIterator.DONE) {
191 * return BreakIterator.DONE;
245 * DONE is returned by previous() and next() after all valid
249 public static final int DONE = -1; field in class:BreakIterator
277 * to move off either end of the text, this function returns DONE;
284 * iteration position, or DONE i
[all...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DTokenizer.java82 DONE = -1, field in class:Tokenizer
101 case DONE:
146 if (index >= source.length()) return lastValue = DONE;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon13162
77 CHECK -> LENGTH -> DONE
/external/zlib/src/
H A Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon17877
77 CHECK -> LENGTH -> DONE
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java495 private static final Object DONE = new Object(); field in class:CollectionUtilities.FilteredIterator
510 if (nextObject == DONE) return false;
518 nextObject = DONE;

Completed in 3062 milliseconds

123