HomeSort by relevance Sort by last modified time
    Searched refs:state (Results 1176 - 1200 of 8770) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp 144 SkState& state = fState[index]; local
145 switch (state.fMode) {
148 duration = state.fSteps ? state.fSteps * SK_MSec1 : 1;
161 state.fDuration = duration;
162 SkMSec maxTime = state.fBegin + duration;
202 SkState& state = fState[index]; local
203 if (state.fMode != SkApply::kMode_immediate)
205 if (state.fBegin > time)
207 if (time > state.fBegin + state.fDuration
272 SkState& state = fState[index]; local
342 SkState& state = fState[index]; local
400 SkState& state = fState[index]; local
411 SkState& state = fState[index]; local
    [all...]
  /external/kernel-headers/original/linux/
pm.h 90 unsigned long state; member in struct:pm_dev
123 int (*valid)(suspend_state_t state);
124 int (*prepare)(suspend_state_t state);
125 int (*enter)(suspend_state_t state);
126 int (*finish)(suspend_state_t state);
131 extern int pm_suspend(suspend_state_t state);
185 extern int device_power_down(pm_message_t state);
192 extern int device_suspend(pm_message_t state);
210 static inline int device_suspend(pm_message_t state)
218 static inline int dpm_runtime_suspend(struct device * dev, pm_message_t state)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_parameter_layout.c 117 _mesa_layout_parameters(struct asm_parser_state *state)
124 _mesa_new_parameter_list_sized(state->prog->Parameters->NumParameters);
129 for (inst = state->inst_head; inst != NULL; inst = inst->next) {
136 copy_indirect_accessed_array(state->prog->Parameters, layout,
163 for (inst = state->inst_head; inst != NULL; inst = inst->next) {
182 p = & state->prog->Parameters->Parameters[idx];
187 state->prog->Parameters->ParameterValues[idx];
211 layout->StateFlags = state->prog->Parameters->StateFlags;
212 _mesa_free_parameter_list(state->prog->Parameters);
213 state->prog->Parameters = layout
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 147 * Update all derived state:
152 struct st_state_flags *state = &st->dirty; local
155 /* Get Mesa driver state. */
165 if (state->mesa & ~_NEW_PACKUNPACK)
172 if (state->st == 0)
175 /*printf("%s %x/%x\n", __FUNCTION__, state->mesa, state->st);*/
183 * state flags which are generated and checked to help ensure
184 * state atoms are ordered correctly in the list.
188 prev = *state;
    [all...]
  /external/qemu/hw/
goldfish_switch.c 31 uint32_t state; member in struct:switch_state
34 uint32_t (*writefn)(void *opaque, uint32_t state);
44 qemu_put_be32(f, s->state);
56 s->state = qemu_get_be32(f);
75 return s->state;
104 if(new_state != s->state) {
136 void goldfish_switch_set_state(void *opaque, uint32_t state)
140 s->state = state;
145 void *goldfish_switch_add(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writeopaque, int id
    [all...]
  /external/qemu/proxy/
proxy_http_connector.c 34 ConnectorState state; member in struct:Connection
64 conn->state = STATE_SEND_HEADER;
69 conn->state = STATE_CONNECTING;
88 switch (conn->state) {
116 switch (conn->state)
120 conn->state = STATE_SEND_HEADER;
126 conn->state = STATE_RECEIVE_ANSWER_LINE1;
135 if (conn->state == STATE_RECEIVE_ANSWER_LINE1) {
154 conn->state = STATE_RECEIVE_ANSWER_LINE2;
165 PROXY_LOG("%s: invalid state for read event: %d", root->name, conn->state)
    [all...]
  /external/skia/src/animator/
SkAnimateActive.cpp 144 SkState& state = fState[index]; local
145 switch (state.fMode) {
148 duration = state.fSteps ? state.fSteps * SK_MSec1 : 1;
161 state.fDuration = duration;
162 SkMSec maxTime = state.fBegin + duration;
202 SkState& state = fState[index]; local
203 if (state.fMode != SkApply::kMode_immediate)
205 if (state.fBegin > time)
207 if (time > state.fBegin + state.fDuration
272 SkState& state = fState[index]; local
342 SkState& state = fState[index]; local
400 SkState& state = fState[index]; local
411 SkState& state = fState[index]; local
    [all...]
  /frameworks/wilhelm/src/itf/
IBufferQueue.c 22 /** Determine the state of the audio player or audio recorder associated with a buffer queue.
28 SLuint32 state; local
31 state = ((CAudioPlayer *) thiz->mThis)->mPlay.mState;
34 state = ((CAudioRecorder *) thiz->mThis)->mRecord.mState;
39 state = SL_PLAYSTATE_STOPPED;
42 return state;
71 // set enqueue attribute if state is PLAYING and the first buffer is enqueued
128 SLBufferQueueState state; local
131 state.count = thiz->mState.count;
132 state.playIndex = thiz->mState.playIndex
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move01.pass.cpp 71 : state_(d.state()) {d.set_state(0);}
81 : state_(d.state()) {}
84 int state() const {return state_;} function in class:Deleter
100 int state() const {return state_;} function in class:CDeleter
124 assert(s2.get_deleter().state() == 5);
125 assert(s.get_deleter().state() == 0);
137 assert(s2.get_deleter().state() == d.state());
138 assert(s.get_deleter().state() == d.state());
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 164 // in English, state that a sentence terminator immediately following a quotation mark
201 // To find out, we will have a simple state machine with the following states :
228 int state = START; local
231 switch (state) {
234 state = WORD;
243 state = WORD;
245 state = PERIOD;
252 state = LETTER;
259 state = LETTER;
261 state = PERIOD
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 41 A Parser instance contains state pertaining to the current token
99 state determined by the (implicit or explicit) start symbol.
104 # Each stack entry is a tuple: (dfa, state, node).
119 dfa, state, node = self.stack[-1]
121 arcs = states[state]
122 # Look for a state with this label
130 # Pop while we are in an accept-only state
131 state = newstate
132 while states[state] == [(0, state)]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 41 A Parser instance contains state pertaining to the current token
99 state determined by the (implicit or explicit) start symbol.
104 # Each stack entry is a tuple: (dfa, state, node).
119 dfa, state, node = self.stack[-1]
121 arcs = states[state]
122 # Look for a state with this label
130 # Pop while we are in an accept-only state
131 state = newstate
132 while states[state] == [(0, state)]
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 99 ptr += xoff * alloc->mHal.state.elementSizeBytes;
114 if (alloc->mHal.state.hasFaces) {
130 if (alloc->mHal.state.hasFaces) {
136 for (uint32_t lod = 0; lod < alloc->mHal.state.type->getLODCount(); lod++) {
140 if (alloc->mHal.state.hasFaces) {
146 alloc->mHal.state.type->getLODDimX(lod),
147 alloc->mHal.state.type->getLODDimY(lod),
151 alloc->mHal.state.type->getLODDimX(lod),
152 alloc->mHal.state.type->getLODDimY(lod),
158 if (alloc->mHal.state.mipmapControl == RS_ALLOCATION_MIPMAP_ON_SYNC_TO_TEXTURE)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller.h 52 virtual State state() const;
76 void StartDone(StartResult result, State state);
77 void StartDoneImpl(StartResult result, State state,
88 void set_state(State state) {
90 state_ = state;
95 State state_
    [all...]
typed_url_data_type_controller.h 62 virtual State state() const;
89 void StartDone(StartResult result, State state);
90 void StartDoneImpl(StartResult result, State state);
96 void set_state(State state) {
98 state_ = state;
104 State state_
    [all...]
  /external/chromium_org/chrome/browser/
fullscreen_win.cc 26 QUERY_USER_NOTIFICATION_STATE* state);
41 QUERY_USER_NOTIFICATION_STATE state; local
42 if (FAILED((*query_user_notification_state_ptr)(&state)))
44 return state == QUNS_RUNNING_D3D_FULL_SCREEN ||
45 state == QUNS_PRESENTATION_MODE;
  /external/chromium_org/media/base/
text_renderer.cc 57 TextTrackState* state = itr->second; local
58 if (state->read_state == TextTrackState::kReadPending) {
63 Read(state, itr->first);
144 TextTrackState* state = itr->second; local
145 DCHECK_EQ(state->read_state, TextTrackState::kReadIdle);
146 delete state;
172 TextTrackState* state = itr->second; local
173 DCHECK_EQ(state->read_state, TextTrackState::kReadPending);
176 state->read_state = TextTrackState::kReadIdle;
253 TextTrackState* state = itr->second local
    [all...]
  /external/chromium_org/remoting/protocol/
v2_authenticator_unittest.cc 66 ASSERT_EQ(Authenticator::ACCEPTED, host_->state());
67 ASSERT_EQ(Authenticator::ACCEPTED, client_->state());
87 ASSERT_EQ(Authenticator::REJECTED, client_->state());
96 ASSERT_EQ(Authenticator::WAITING_MESSAGE, client_->state());
99 ASSERT_EQ(Authenticator::REJECTED, host_->state());
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 118 lp_build_loop_begin(struct lp_build_loop_state *state,
123 lp_build_loop_end(struct lp_build_loop_state *state,
128 lp_build_loop_end_cond(struct lp_build_loop_state *state,
151 lp_build_for_loop_begin(struct lp_build_for_loop_state *state,
159 lp_build_for_loop_end(struct lp_build_for_loop_state *state);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parser.h 53 * bound state (or constants) start.
64 * with our state tokens or constants. Note that this is _not_ the same as
145 * This list is \b only used when cleaning up compiler state and freeing
151 * State for the lexer.
181 * Value to use in state vector accessors for environment and local
241 const GLubyte *str, GLsizei len, struct asm_parser_state *state);
249 struct asm_parser_state *state, const char *string, size_t len);
263 extern int _mesa_ARBvp_parse_option(struct asm_parser_state *state,
272 extern int _mesa_ARBfp_parse_option(struct asm_parser_state *state,
280 * or not supported by the modes and options set in \c state, zero will b
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 67 virtual ProgramStateRef assume(ProgramStateRef state,
75 ProgramStatePair assumeDual(ProgramStateRef State, DefinedSVal Cond) {
76 ProgramStateRef StTrue = assume(State, Cond, true);
86 assert(assume(State, Cond, false) && "System is over constrained.");
88 return ProgramStatePair((ProgramStateRef)NULL, State);
91 ProgramStateRef StFalse = assume(State, Cond, false);
93 // We are careful to return the original state, /not/ StTrue,
96 return ProgramStatePair(State, (ProgramStateRef)NULL);
107 virtual const llvm::APSInt* getSymVal(ProgramStateRef state,
112 virtual ProgramStateRef removeDeadBindings(ProgramStateRef state,
    [all...]
SubEngine.h 61 /// updated analysis state, or generate no nodes at all if it doesn't.
105 virtual ProgramStateRef processAssume(ProgramStateRef state,
110 virtual bool wantsRegionChangeUpdate(ProgramStateRef state) = 0;
115 processRegionChanges(ProgramStateRef state,
123 processRegionChange(ProgramStateRef state,
125 return processRegionChanges(state, 0, MR, MR, 0);
129 processPointerEscapedOnBind(ProgramStateRef State, SVal Loc, SVal Val) = 0;
132 notifyCheckersOfPointerEscape(ProgramStateRef State,
140 virtual void printState(raw_ostream &Out, ProgramStateRef State,
  /external/clang/test/SemaCXX/
constexpr-turing.cpp 14 using State = Action[2];
33 // Run turing machine 'tm' on tape 'tape' from state 'state'. Return number of
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) {
36 return state == halt ? 0 :
37 run(tm, move(update(tape, tm[state][tape.val].tape),
38 tm[state][tape.val].dir),
39 tm[state][tape.val].next) + 1;
42 // 3-state busy beaver. S(bb3) = 21
    [all...]
  /external/elfutils/libelf/
gelf_getehdr.c 81 if (offsetof (struct Elf, state.elf32.ehdr)
82 != offsetof (struct Elf, state.elf64.ehdr))
85 if (unlikely (elf->state.elf64.ehdr == NULL))
90 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
113 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest));
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 118 lp_build_loop_begin(struct lp_build_loop_state *state,
123 lp_build_loop_end(struct lp_build_loop_state *state,
128 lp_build_loop_end_cond(struct lp_build_loop_state *state,
151 lp_build_for_loop_begin(struct lp_build_for_loop_state *state,
159 lp_build_for_loop_end(struct lp_build_for_loop_state *state);

Completed in 2679 milliseconds

<<41424344454647484950>>