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

  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation;
181 case ISOLATE:
380 data->recommendation = ISOLATE;
  /external/v8/src/
factory.cc 11 #include "src/isolate-inl.h"
25 #define RETURN_OBJECT_UNLESS_RETRY(ISOLATE, TYPE) \
27 DCHECK(__object__ != (ISOLATE)->heap()->exception()); \
28 return Handle<TYPE>(TYPE::cast(__object__), ISOLATE); \
31 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \
35 RETURN_OBJECT_UNLESS_RETRY(ISOLATE, TYPE) \
38 (ISOLATE)->heap()->CollectGarbage(__allocation__.RetrySpace(), \
41 RETURN_OBJECT_UNLESS_RETRY(ISOLATE, TYPE) \
43 (ISOLATE)->counters()->gc_last_resort_from_handles()->Increment(); \
44 (ISOLATE)->heap()->CollectAllAvailableGarbage("last resort gc");
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 82 /* explicit isolate codes */
109 * The following bit is used for the directional isolate status.
110 * Stack entries corresponding to isolate sequences are greater than ISOLATE.
112 #define ISOLATE 0x0100
123 /* number of isolate entries allocated initially without malloc */
125 /* number of isolate run entries for paired brackets allocated initially without malloc */
181 typedef struct Isolate {
186 } Isolate;
284 Isolate *isolatesMemory
    [all...]
ubidi.c 456 /* The following stacks are used to manage isolate sequences. Those
460 means that there is no open isolate sequence.
463 each open isolate sequence */
466 encountering the initiator of an isolate sequence */
598 /* Ignore still open isolate sequences with overflow */
658 isolate sequence. Higher entries are used for each more deeply nested
659 isolate sequence. isoRunLast is the index of the last used entry. The
707 if(DIRPROP_FLAG(dirProps[lastCcPos])&MASK_ISO) /* after an isolate */
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 552 static class Isolate {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 552 static class Isolate {
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 441 milliseconds