HomeSort by relevance Sort by last modified time
    Searched full:state (Results 26 - 50 of 15835) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/opt/telephony/tests/telephonymockriltests/src/com/android/telephonymockriltests/functional/
SimpleTestUsingMockRil.java 42 * Get the current radio state of RIL
45 int state = mMockRilCtrl.getRadioState(); local
46 Log.v(TAG, "testGetRadioState: " + state);
47 assertTrue(state >= 0 && state <= 9);
51 * Set the current radio state of RIL
52 * and verify the radio state is set correctly
55 for (int state = 0; state <= 9; state++)
    [all...]
  /external/zlib/src/
inflate.c 26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
30 * - Add comments on state->bits assertion in inffast.c
95 local void fixedtables OF((struct inflate_state FAR *state));
106 struct inflate_state FAR *state; local
108 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
109 state = (struct inflate_state FAR *)strm->state;
110 strm->total_in = strm->total_out = state->total = 0;
112 if (state->wrap) /* to support ill-conceived Java test suite *
131 struct inflate_state FAR *state; local
146 struct inflate_state FAR *state; local
186 struct inflate_state FAR *state; local
234 struct inflate_state FAR *state; local
327 struct inflate_state state; local
382 struct inflate_state FAR *state; local
608 struct inflate_state FAR *state; local
    [all...]
infback.c 19 local void fixedtables OF((struct inflate_state FAR *state));
35 struct inflate_state FAR *state; local
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
60 if (state == Z_NULL) return Z_MEM_ERROR;
62 strm->state = (struct internal_state FAR *)state;
63 state->dmax = 32768U;
64 state->wbits = windowBits;
65 state->wsize = 1U << windowBits;
66 state->window = window
257 struct inflate_state FAR *state; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AppStateManager.java 33 package com.jme3.app.state;
45 * {@link AppState#stateAttached(com.jme3.app.state.AppStateManager) } and
46 * {@link AppState#stateDetached(com.jme3.app.state.AppStateManager) } methods
51 * <li>stateAttached() : called when the state is attached on the thread on which
52 * the state was attached.
55 * <li>stateDetached() : called when the state is attached on the thread on which
56 * the state was detached. This is not necessarily on the
60 * after the state has been detached or when the application is
117 * Attach a state to the AppStateManager, the same state cannot be attached
    [all...]
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_restore_state.3 3 capng_restore_state \- set the internal library state
7 void capng_restore_state(void **state);
11 capng_restore_state is a function that takes the state information previously saved by capng_save_state and restores the libraries internal state. This function is not available in the python bindings.
  /external/oprofile/events/i386/ppro/
unit_masks 6 0x08 (M)odified cache state
7 0x04 (E)xclusive cache state
8 0x02 (S)hared cache state
9 0x01 (I)nvalid cache state
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadStateTest.java 23 Thread.State [] exStates = { Thread.State.NEW, Thread.State.RUNNABLE,
24 Thread.State.BLOCKED, Thread.State.WAITING,
25 Thread.State.TIMED_WAITING, Thread.State.TERMINATED };
32 assertEquals(exStates[i], Thread.State.valueOf(spNames[i]));
38 Thread.State.valueOf(s);
47 Thread.State [] thStates = Thread.State.values()
    [all...]
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
PageLoadBasic.cpp 37 struct State {
38 State()
52 State* state = reinterpret_cast<State*>(const_cast<void*>(clientInfo)); local
53 TEST_ASSERT(state->didDecidePolicyForNavigationAction);
54 TEST_ASSERT(!state->didCommitLoadForFrame);
59 TEST_ASSERT(!state->didStartProvisionalLoadForFrame);
62 state->didStartProvisionalLoadForFrame = true;
67 State* state = reinterpret_cast<State*>(const_cast<void*>(clientInfo)) local
79 State* state = reinterpret_cast<State*>(const_cast<void*>(clientInfo)); local
92 State* state = reinterpret_cast<State*>(const_cast<void*>(clientInfo)); local
113 State state; local
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 19 import android.net.NetworkInfo.State;
26 * Data structure to keep track of the network state transitions.
30 * Desired direction of state transition.
36 private List<State> mStateDepository;
37 private State mTransitionTarget;
39 private String mReason = null; // record mReason of state transition failure
42 mStateDepository = new ArrayList<State>();
44 mTransitionTarget = State.UNKNOWN;
47 public NetworkState(State currentState) {
48 mStateDepository = new ArrayList<State>();
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_48khz.c 28 WebRtcSpl_State48khzTo16khz* state, WebRtc_Word32* tmpmem)
34 WebRtcSpl_LPBy2ShortToInt(in, 480, tmpmem + 16, state->S_48_48);
40 // copy state to and from input array
41 memcpy(tmpmem + 8, state->S_48_32, 8 * sizeof(WebRtc_Word32));
42 memcpy(state->S_48_32, tmpmem + 488, 8 * sizeof(WebRtc_Word32));
49 WebRtcSpl_DownBy2IntToShort(tmpmem, 320, out, state->S_32_16);
52 // initialize state of 48 -> 16 resampler
53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state)
55 memset(state->S_48_48, 0, 16 * sizeof(WebRtc_Word32));
56 memset(state->S_48_32, 0, 8 * sizeof(WebRtc_Word32))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
OperatorInfo.java 26 public enum State {
37 private State state = State.UNKNOWN; field in class:OperatorInfo
55 public State
57 return state;
63 State state) {
69 this.state = state;
    [all...]
  /external/srtp/crypto/math/
stat.c 86 int state = 0; local
91 * the state variable holds the number of bits in the
102 if (state > 0) {
105 state++;
108 if (state > 25) {
109 debug_print(mod_stat, ">25 runs: %d", state);
113 } else if (state < 0) {
116 if (state < -25) {
117 debug_print(mod_stat, ">25 gaps: %d", state);
120 if (state < -6)
211 int state = 0; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 41 Assert.assertEquals(Service.State.NEW, service.state());
46 assertEquals(Service.State.RUNNING, service.state());
51 assertEquals(Service.State.TERMINATED, service.state());
60 assertEquals(Service.State.RUNNING, service.state());
63 assertEquals(Service.State.TERMINATED, service.state());
    [all...]
AbstractExecutionThreadServiceTest.java 63 assertEquals(Service.State.RUNNING, service.state());
69 assertEquals(Service.State.TERMINATED, service.state());
80 assertEquals(Service.State.RUNNING, service.state());
82 assertEquals(Service.State.RUNNING, service.state());
89 assertEquals(Service.State.TERMINATED, service.state());
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
infback.c 19 local void fixedtables OF((struct inflate_state FAR *state));
35 struct inflate_state FAR *state; local
49 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
51 if (state == Z_NULL) return Z_MEM_ERROR;
53 strm->state = (struct internal_state FAR *)state;
54 state->dmax = 32768U;
55 state->wbits = windowBits;
56 state->wsize = 1U << windowBits;
57 state->window = window
248 struct inflate_state FAR *state; local
    [all...]
  /external/speex/libspeex/
speex.c 61 EXPORT void speex_encoder_destroy(void *state)
63 (*((SpeexMode**)state))->enc_destroy(state);
66 EXPORT void speex_decoder_destroy(void *state)
68 (*((SpeexMode**)state))->dec_destroy(state);
73 int speex_encode_native(void *state, spx_word16_t *in, SpeexBits *bits)
75 return (*((SpeexMode**)state))->enc(state, in, bits);
78 int speex_decode_native(void *state, SpeexBits *bits, spx_word16_t *out
    [all...]
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.h 21 enum State {
28 State state() const { function in class:chromeos::NetworkStateDetails
35 explicit NetworkStateDetails(State state)
36 : state_(state) {
39 State state_;
44 // NetworkStateNotifier sends notification when network state has
50 // Returns the singleton instance of the network state notifier;
68 // Retrieve the current state from libcros
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_idle_api.cc 36 IdleState state; member in struct:__anon3521::ExtensionIdlePollingData
44 static const char* IdleStateToDescription(IdleState state);
51 // Internal object which watches for changes in the system idle state.
66 const char* IdleStateToDescription(IdleState state) {
67 if (IDLE_STATE_ACTIVE == state)
69 if (IDLE_STATE_IDLE == state)
74 // Helper function for reporting the idle state. The lifetime of the object
101 if (IDLE_STATE_ACTIVE != polling_data.state)
102 return polling_data.state;
108 return polling_data.state;
120 IdleState state = CalculateIdleStateAndUpdateTimestamp( local
141 IdleState state = ThrottledCalculateIdleState(threshold, profile()); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutListener.java 14 /** Interface for listeners interested in window state transitions in flyout windows */
17 * The flyout has changed state from the old state to the new state (see the
18 * state constants in {@link IFlyoutPreferences})
20 * @param oldState the old state
21 * @param newState the new state
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_EventState.3 3 SDL_EventState \- This function allows you to set the state of processing certain events\&.
8 \fBUint8 \fBSDL_EventState\fP\fR(\fBUint8 type, int state\fR);
11 This function allows you to set the state of processing certain event \fBtype\fR\&'s\&.
17 If \fBstate\fR is set to \fBSDL_QUERY\fP, \fBSDL_EventState\fP will return the current processing state of the specified event \fBtype\fR\&.
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 24 * An object with an operational state, plus asynchronous {@link #start()} and
25 * {@link #stop()} lifecycle methods to transfer into and out of this state.
29 * <li>{@link State#NEW} -&gt;</li>
30 * <li>{@link State#STARTING} -&gt;</li>
31 * <li>{@link State#RUNNING} -&gt;</li>
32 * <li>{@link State#STOPPING} -&gt;</li>
33 * <li>{@link State#TERMINATED}</li>
36 * If the service fails while starting, running or stopping, its state will be
37 * {@link State#FAILED}, and its behavior is undefined. Such a service cannot be
42 * make the threading and state management easier
87 State state(); method in interface:Service
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_sm.h 23 * Description: Generic BTIF state machine API
34 /* Generic Enter/Exit state machine events */
59 ** Description Initializes the state machine with the state handlers
64 ** Returns Returns a pointer to the initialized state machine handle.
74 ** Description Tears down the state machine
85 ** Description Fetches the current state of the state machine
87 ** Returns Current state
96 ** Description Dispatches the 'event' along with 'data' to the current state handle
    [all...]
  /system/core/init/
ueventd_parser.c 27 static void parse_line_device(struct parse_state *state, int nargs, char **args);
31 struct parse_state state; local
35 state.filename = fn;
36 state.line = 1;
37 state.ptr = s;
38 state.nexttoken = 0;
39 state.parse_line = parse_line_device;
41 int token = next_token(&state);
44 state.parse_line(&state, 0, 0)
    [all...]
  /bootable/recovery/edify/
expr.h 46 } State;
57 typedef Value* (*Function)(const char* name, State* state,
71 Value* EvaluateValue(State* state, Expr* expr);
78 char* Evaluate(State* state, Expr* expr);
81 Value* Literal(const char* name, State* state, int argc, Expr* argv[]);
86 Value* ConcatFn(const char* name, State* state, int argc, Expr* argv[])
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 39 DFA is a class that implements a finite state machine that chooses between
42 Deterministic Finite Automata (DFA) are finite state machines that are capable
51 Conceptually, these state machines are defined by a number of states, each state
52 represented by an integer indexed upward from zero. State number +0+ is the
53 <i>start state</i> of the machine; every prediction will begin in state +0+. At
55 value against the transition parameters associated with the current state, and
56 either moves to a new state number to repeat the process or decides that the
58 further and the current state is defined as an <i>accept state</i>, a
    [all...]

Completed in 639 milliseconds

12 3 4 5 6 7 8 91011>>