Home
last modified time | relevance | path

Searched refs:initializing (Results 1 – 25 of 108) sorted by relevance

12345

/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
DAppStateManager.java73 … 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/
Darc-nsconsumed-errors.m6 …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}}
DNSString-type.m5 …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…
Dcomptypes-10.m19 …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 …
Dconditional-expr-3.m30 …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 …
Dwarn-write-strings.m4 char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char…
Dcomptypes-6.m12 …Derived *m = foo(); // expected-warning {{incompatible pointer types initializing 'Derived *' wi…
Dmethod-lookup-5.m10 …// expected-warning {{ncompatible pointer to integer conversion initializing 'int' with an express…
Divar-lookup.m32 …int *ip = [Ivar method]; // expected-warning{{incompatible pointer types initializing 'int *' with…
Dweak-attr-ivar.m83 …id *(__attribute__((objc_gc(strong))) x) = &t->ivar; // expected-warning {{initializing '__strong …
Dmessage.m90 …expected-warning {{incompatible pointer to integer conversion initializing 'int' with an expressio…
Dconditional-expr-4.m29 …void *r = x ? p : q; // expected-warning{{initializing 'void *' with an expression of type 'const …
/external/clang/test/Sema/
Dpredef.c9 …expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qual…
/external/clang/test/FixIt/
Dfixit-objc.m30 …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/
Dvector_literals_invalid.cl12 …int8 d = (int8)(a,(float4)(1)); // expected-error{{initializing 'int' with an expression of incomp…
Dvector_conv_invalid.cl10 …int4 i = u; // expected-error{{initializing 'int4' with an expression of incompatible type 'uint4'…
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.c890 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()
Deapol_auth_sm_i.h169 Boolean initializing; /* in process of initializing state machines */ member
/external/clang/test/SemaObjCXX/
Doverload.mm54 …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…
Dobjc-pointer-conv.mm46 …DerivedFromI *di = i; // expected-warning{{incompatible pointer types initializing 'DerivedFromI *…
Drelated-result-type-inference.mm68 …NSMutableArray *marr = [arr retain]; // expected-warning{{incompatible pointer types initializing
/external/iptables/extensions/
Dlibxt_CT.man3 the packet, which is then used by the conntrack core when initializing
/external/icu4c/test/perf/DateFmtPerf/
DReadMe.txt8 …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/
Dsimple_water.frag105 //initializing to 0 to avoid artifacts on old intel cards
/external/mesa3d/docs/
DRELNOTES-6.168 to be removed from the device drivers (such as initializing

12345