Home
last modified time | relevance | path

Searched refs:state (Results 1 – 25 of 157) sorted by relevance

1234567

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Diter_fold_if_impl.hpp18 typedef State state; typedef
33 typedef typename apply2< StateOp,State,Iterator >::type state; typedef
49 typedef State state; typedef
67 typedef typename impl_::state state; typedef
84 typedef typename impl_::state state; typedef
100 …f_forward_step< typename forward_step0::iterator, typename forward_step0::state, ForwardOp, Forwar…
101 …f_forward_step< typename forward_step1::iterator, typename forward_step1::state, ForwardOp, Forwar…
102 …f_forward_step< typename forward_step2::iterator, typename forward_step2::state, ForwardOp, Forwar…
103 …f_forward_step< typename forward_step3::iterator, typename forward_step3::state, ForwardOp, Forwar…
110 , typename forward_step4::state
[all …]
Diter_fold_impl.hpp35 typedef state0 state; typedef
53 typedef state1 state; typedef
73 typedef state2 state; typedef
95 typedef state3 state; typedef
119 typedef state4 state; typedef
144 , typename chunk_::state
148 typedef typename res_::state state; typedef
176 typedef State state; typedef
Dfold_impl.hpp35 typedef state0 state; typedef
53 typedef state1 state; typedef
73 typedef state2 state; typedef
95 typedef state3 state; typedef
119 typedef state4 state; typedef
144 , typename chunk_::state
148 typedef typename res_::state state; typedef
176 typedef State state; typedef
/ndk/sources/host-tools/make-3.81/
Dvmsify.c337 int state; in vmsify() local
340 state = 0; in vmsify()
345 switch (state) in vmsify()
351 state = 1; in vmsify()
356 state = 10; in vmsify()
359 state = 2; in vmsify()
366 state = 3; in vmsify()
369 state = 4; in vmsify()
384 state = -1; in vmsify()
392 state = 7; in vmsify()
[all …]
Dar.c214 int gid UNUSED, int mode UNUSED, struct ar_glob_state *state) in ar_glob_match() argument
216 if (fnmatch (state->pattern, mem, FNM_PATHNAME|FNM_PERIOD) == 0) in ar_glob_match()
219 struct nameseq *new = (struct nameseq *) xmalloc (state->size); in ar_glob_match()
220 new->name = concat (state->arname, mem, ")"); in ar_glob_match()
221 new->next = state->chain; in ar_glob_match()
222 state->chain = new; in ar_glob_match()
223 ++state->n; in ar_glob_match()
268 struct ar_glob_state state; in ar_glob() local
279 state.arname = (char *) alloca (i + 2); in ar_glob()
280 bcopy (arname, state.arname, i); in ar_glob()
[all …]
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp65 char *state = (char*)&mb; in do_in() local
72 if (*ecur == '0' || *state == 1) { in do_in()
73 if (*state != 1) { in do_in()
77 *state = 1; in do_in()
87 if (*state != 1) { in do_in()
99 *state = 0; in do_in()
116 virtual int do_length(mbstate_t &state, in do_length()
121 mbstate_t tmp = state; in do_length()
159 char *state = (char*)&mb; in do_in() local
165 if (*state == 2) { in do_in()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp65 char *state = (char*)&mb; in do_in() local
72 if (*ecur == '0' || *state == 1) { in do_in()
73 if (*state != 1) { in do_in()
77 *state = 1; in do_in()
87 if (*state != 1) { in do_in()
99 *state = 0; in do_in()
116 virtual int do_length(mbstate_t &state, in do_length()
121 mbstate_t tmp = state; in do_length()
159 char *state = (char*)&mb; in do_in() local
165 if (*state == 2) { in do_in()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Diter_fold_if_impl.hpp48 typedef State state; typedef
63 typedef typename apply2<StateOp,State,Iterator>::type state; typedef
79 typedef State state; typedef
100 typedef typename impl_::state state; typedef
117 typedef typename impl_::state state; typedef
127 , typename BOOST_PP_CAT(forward_step,i)::state \
136 , typename BOOST_PP_CAT(backward_step,i)::state \
178 , typename AUX_LAST_FORWARD_STEP::state
186 , typename AUX_LAST_FORWARD_STEP::state
197 typedef typename backward_step0::state state; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/
Dswap.pass.cpp46 assert(s1.get_deleter().state() == 1); in main()
49 assert(s2.get_deleter().state() == 2); in main()
53 assert(s1.get_deleter().state() == 2); in main()
56 assert(s2.get_deleter().state() == 1); in main()
66 assert(s1.get_deleter().state() == 1); in main()
68 assert(s2.get_deleter().state() == 2); in main()
71 assert(s1.get_deleter().state() == 2); in main()
73 assert(s2.get_deleter().state() == 1); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Dmove01.pass.cpp71 : state_(d.state()) {d.set_state(0);} in Deleter()
81 : state_(d.state()) {} in Deleter()
84 int state() const {return state_;} in state() function in Deleter
100 int state() const {return state_;} in state() function in CDeleter
124 assert(s2.get_deleter().state() == 5); in main()
125 assert(s.get_deleter().state() == 0); in main()
137 assert(s2.get_deleter().state() == d.state()); in main()
138 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert12.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert03.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert03.pass.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert06.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert09.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert06.pass.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
Dmove01.pass.cpp44 int state() const {return state_;} in state() function in NCDeleter
68 assert(s2.get_deleter().state() == 5); in main()
69 assert(s.get_deleter().state() == 0); in main()
81 assert(s2.get_deleter().state() == d.state()); in main()
82 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert12.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert03.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert15.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert18.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert06.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
Dmove_convert09.fail.cpp55 int state() const {return state_;} in state() function in CDeleter
73 assert(s2.get_deleter().state() == d.state()); in main()
74 assert(s.get_deleter().state() == d.state()); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
Dtransform.hpp31 # define BOOST_PP_SEQ_TRANSFORM_O(s, state, elem) BOOST_PP_SEQ_TRANSFORM_O_IM(s, BOOST_PP_TUPLE_… argument
34 …O(s, state, elem) BOOST_PP_SEQ_TRANSFORM_O_I(s, BOOST_PP_TUPLE_ELEM(3, 0, state), BOOST_PP_TUPLE_E… argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
Dnull_ctor.pass.cpp29 int state() const {return state_;} in state() function in Deleter
37 assert(d.state() == 0); in main()
43 assert(d.state() == 0); in main()

1234567