Searched defs:state (Results 151 - 175 of 1540) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/collect/
H A DAbstractIterator.java31 * end-of-data status without changing the iterator's state, using the {@link
65 private State state = State.NOT_READY; field in class:AbstractIterator
124 state = State.DONE;
130 checkState(state != State.FAILED);
131 switch (state) {
142 state = State.FAILED; // temporary pessimism
144 if (state != State.DONE) {
145 state = State.READY;
156 state = State.NOT_READY;
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractIdleService.java37 /* use AbstractService for state management */
82 * @param state {@link Service.State#STARTING} or
86 protected Executor executor(final State state) { argument
90 new Thread(command, getServiceName() + " " + state).start();
96 return getServiceName() + " [" + state() + "]";
113 @Override public final State state() { method in class:AbstractIdleService
114 return delegate.state();
H A DService.java24 * An object with an operational state, plus asynchronous {@link #start()} and
25 * {@link #stop()} lifecycle methods to transfer into and out of this state.
36 * If the service fails while starting, running or stopping, its state will be
42 * make the threading and state management easier.
51 * If the service state is {@link State#NEW}, this initiates service startup
61 * {@link ExecutionException}, and the service's state will be {@link
75 * @return the state of the service when startup finished.
85 * Returns the lifecycle state of the service.
87 State state(); method in interface:Service
114 * @return the state o
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractIdleServiceTest.java57 assertEquals(Service.State.RUNNING, service.state());
61 assertEquals(Service.State.TERMINATED, service.state());
78 @Override protected Executor executor(Service.State state) {
103 assertEquals(State.STARTING, state());
110 assertEquals(expectedShutdownState, state());
113 @Override protected Executor executor(Service.State state) { argument
114 switch (state) {
123 throw new IllegalStateException("unexpected state " + state);
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
H A DAppState.java33 package com.jme3.app.state;
42 * are initialized in the render thread, upon a call to {@link AppState#initialize(com.jme3.app.state.AppStateManager, com.jme3.app.Application) }
55 * @param stateManager The state manager
61 * @return True if <code>initialize()</code> was called on the state,
82 * Called when the state was attached.
84 * @param stateManager State manager to which the state was attached to.
89 * Called when the state was detached.
91 * @param stateManager The state manager from which the state was detached from.
96 * Called to update the state
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
H A DComboMoveExecution.java44 private int state; field in class:ComboMoveExecution
55 ComboMoveState state){
57 if (state.getTimeElapsed() != -1f){
59 // if the state requires it
60 if (moveTime + state.getTimeElapsed() >= time){
64 for (String mapping : state.getPressedMappings()){
68 for (String mapping : state.getUnpressedMappings()){
81 state = 0;
97 ComboMoveState currentState = moveDef.getState(state);
99 state
54 isStateSatisfied(HashSet<String> pressedMappings, float time, ComboMoveState state) argument
[all...]
/external/kernel-headers/original/linux/
H A Dleds-an30259a.h38 * Other parameters may get ignored depending on the requested state:
54 __u32 state; member in struct:an30259a_pr_control
/external/libppp/src/
H A Dcbcp.h54 int state; /* Our FSM state */ member in struct:cbcp::__anon8780
/external/libsepol/tests/
H A Dtest-linker-cond-map.c34 * - boolean copied correctly (state is correct)
78 void test_bool_state(policydb_t * p, char *bool, int state) argument
84 CU_ASSERT(b->state == state);
96 /* bool existance and state, global scope */
106 /* bool existance and state, optional scope */
124 /* bool existance and state, module 1 global scope */
134 /* bool existance and state, module 1 optional scope */
144 /* bool existance and state, module 2 global scope */
/external/openssh/openbsd-compat/
H A Dsha2.h63 u_int32_t state[8]; member in struct:_SHA256_CTX
68 u_int64_t state[8]; member in struct:_SHA512_CTX
78 void SHA256_Transform(u_int32_t state[8], const u_int8_t [SHA256_BLOCK_LENGTH]);
96 void SHA384_Transform(u_int64_t state[8], const u_int8_t [SHA384_BLOCK_LENGTH]);
114 void SHA512_Transform(u_int64_t state[8], const u_int8_t [SHA512_BLOCK_LENGTH]);
/external/qemu/android/
H A Dasync-utils.h67 /* Try to read data from 'io' and return the state of the read operation.
108 /* Try to write data to 'io' and return the state of the write operation.
216 int state; member in struct:__anon11002
/external/qemu/
H A Djson-lexer.h37 int state; member in struct:JSONLexer
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h45 * This structure contains the state data for the iMelody parser
61 EAS_U8 state; /* current state EAS_STATE_XXXX */ member in struct:__anon13254
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h45 * This structure contains the state data for the iMelody parser
61 EAS_U8 state; /* current state EAS_STATE_XXXX */ member in struct:__anon13304
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h45 * This structure contains the state data for the iMelody parser
61 EAS_U8 state; /* current state EAS_STATE_XXXX */ member in struct:__anon13356
H A Deas_tcdata.h41 * This structure contains the state data for the ToneControl parser
53 EAS_U8 state; /* current state EAS_STATE_XXXX */ member in struct:__anon13359
/external/srec/audio/AudioIn/UNIX/include/
H A Dfilter.h36 int state; // state of FIR delay line (index of next slot to fill) member in struct:fir_struct
/external/srtp/crypto/hash/
H A Dnull_auth.c71 (*a)->state = pointer + sizeof (auth_t);
86 /* zeroize entire state*/
100 null_auth_init(null_auth_ctx_t *state, const uint8_t *key, int key_len) { argument
108 null_auth_compute(null_auth_ctx_t *state, uint8_t *message, argument
115 null_auth_update(null_auth_ctx_t *state, uint8_t *message, argument
122 null_auth_start(null_auth_ctx_t *state) { argument
/external/srtp/crypto/include/
H A Dcrypto_kernel.h110 crypto_kernel_state_t state; /* current state of kernel */ member in struct:__anon13556
/external/v8/src/
H A Dv8-counters.h281 StatsCounter* state_counters(StateTag state) { argument
282 return &state_counters_[state];
304 // Sliding state window counters.
/external/webkit/Source/WebCore/bindings/js/
H A DScriptFunctionCall.cpp194 ScriptCallback::ScriptCallback(ScriptState* state, ScriptValue function) argument
195 : ScriptCallArgumentHandler(state)
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptFunctionCall.cpp175 ScriptCallback::ScriptCallback(ScriptState* state, ScriptValue function) argument
176 : ScriptCallArgumentHandler(state)
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8InjectedScriptHostCustom.cpp59 ScriptValue InjectedScriptHost::nodeAsScriptValue(ScriptState* state, Node* node) argument
62 v8::Local<v8::Context> context = state->context();
/external/webkit/Source/WebCore/dom/
H A DTreeWalker.cpp57 Node* TreeWalker::parentNode(ScriptState* state) argument
64 short acceptNodeResult = acceptNode(state, node.get());
65 if (state && state->hadException())
73 Node* TreeWalker::firstChild(ScriptState* state) argument
76 short acceptNodeResult = acceptNode(state, node.get());
77 if (state && state->hadException())
106 Node* TreeWalker::lastChild(ScriptState* state) argument
109 short acceptNodeResult = acceptNode(state, nod
139 previousSibling(ScriptState* state) argument
176 nextSibling(ScriptState* state) argument
213 previousNode(ScriptState* state) argument
252 nextNode(ScriptState* state) argument
[all...]
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchPoint.h59 State state() const { return m_state; } function in class:WebCore::PlatformTouchPoint

Completed in 821 milliseconds

1234567891011>>