/external/jmonkeyengine/engine/src/core/com/jme3/app/state/ |
D | AppStateManager.java | 73 … private final SafeArrayList<AppState> initializing = new SafeArrayList<AppState>(AppState.class); field in AppStateManager 100 return initializing.getArray(); in getInitializing() 126 if (!states.contains(state) && !initializing.contains(state)){ in attach() 128 initializing.add(state); in attach() 150 } else if(initializing.contains(state)){ in detach() 152 initializing.remove(state); in detach() 170 return states.contains(state) || initializing.contains(state); in hasState() 216 initializing.removeAll(transfer); in initializePending()
|
/external/clang/test/SemaObjC/ |
D | arc-nsconsumed-errors.m | 6 …bute((ns_consumed)) id arg2){}; // expected-error {{incompatible block pointer types initializing}} 10 …bute((ns_consumed)) id arg2){}; // expected-error {{incompatible block pointer types initializing}} 12 … = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initializing}} 14 …consumed)) id arg1, id arg2){}; // expected-error {{incompatible block pointer types initializing}} 16 …bute((ns_consumed)) id arg2){}; // expected-error {{incompatible block pointer types initializing}} 20 … = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initializing}}
|
D | NSString-type.m | 5 …void (^block)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expressio… 7 …void (^block2)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expressi… 8 …void (^block3)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expressi…
|
D | comptypes-10.m | 19 …NSObject <NSCopying> *Init = bar; // expected-warning {{initializing 'NSObject<NSCopying> *' with … 20 …NSObject *Init1 = bar; // expected-warning {{initializing 'NSObject *' with an expression of incom… 33 …NSObject <NSCopying> *Init = bar; // expected-warning {{initializing 'NSObject<NSCopying> *' with …
|
D | conditional-expr-3.m | 30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type … 34 …id<P1> l = a; // expected-warning {{initializing 'id<P1>' with an expression of incompatible type …
|
D | warn-write-strings.m | 4 char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char…
|
D | comptypes-6.m | 12 …Derived *m = foo(); // expected-warning {{incompatible pointer types initializing 'Derived *' wi…
|
D | method-lookup-5.m | 10 …// expected-warning {{ncompatible pointer to integer conversion initializing 'int' with an express…
|
D | ivar-lookup.m | 32 …int *ip = [Ivar method]; // expected-warning{{incompatible pointer types initializing 'int *' with…
|
D | weak-attr-ivar.m | 83 …id *(__attribute__((objc_gc(strong))) x) = &t->ivar; // expected-warning {{initializing '__strong …
|
D | message.m | 90 …expected-warning {{incompatible pointer to integer conversion initializing 'int' with an expressio…
|
D | conditional-expr-4.m | 29 …void *r = x ? p : q; // expected-warning{{initializing 'void *' with an expression of type 'const …
|
/external/clang/test/Sema/ |
D | predef.c | 9 …expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qual…
|
/external/clang/test/FixIt/ |
D | fixit-objc.m | 30 …NSString *a = "Foo"; // expected-warning {{incompatible pointer types initializing 'NSString *' wi… 31 …id b = "Foo"; // expected-warning {{incompatible pointer types initializing 'id' with an expressio…
|
/external/clang/test/SemaOpenCL/ |
D | vector_literals_invalid.cl | 12 …int8 d = (int8)(a,(float4)(1)); // expected-error{{initializing 'int' with an expression of incomp…
|
D | vector_conv_invalid.cl | 10 …int4 i = u; // expected-error{{initializing 'int4' with an expression of incompatible type 'uint4'…
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.c | 890 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 892 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 894 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 896 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 898 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run() 972 sm->initializing = TRUE; in eapol_auth_initialize() 979 sm->initializing = FALSE; in eapol_auth_initialize()
|
D | eapol_auth_sm_i.h | 169 Boolean initializing; /* in process of initializing state machines */ member
|
/external/clang/test/SemaObjCXX/ |
D | overload.mm | 54 …B* b = a; // expected-warning{{incompatible pointer types initializing 'B *' with an expression of… 59 …B** bp = ap; // expected-warning{{incompatible pointer types initializing 'B **' with an expressio…
|
D | objc-pointer-conv.mm | 46 …DerivedFromI *di = i; // expected-warning{{incompatible pointer types initializing 'DerivedFromI *…
|
D | related-result-type-inference.mm | 68 …NSMutableArray *marr = [arr retain]; // expected-warning{{incompatible pointer types initializing …
|
/external/iptables/extensions/ |
D | libxt_CT.man | 3 the packet, which is then used by the conntrack core when initializing
|
/external/icu4c/test/perf/DateFmtPerf/ |
D | ReadMe.txt | 8 …these cases, the performance test function does all of the work, i.e. initializing, formatting, et…
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/ |
D | simple_water.frag | 105 //initializing to 0 to avoid artifacts on old intel cards
|
/external/mesa3d/docs/ |
D | RELNOTES-6.1 | 68 to be removed from the device drivers (such as initializing
|