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

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mmc/
card.h 58 unsigned int state; member in struct:mmc_card
72 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT)
73 #define mmc_card_dead(c) ((c)->state & MMC_STATE_DEAD)
74 #define mmc_card_bad(c) ((c)->state & MMC_STATE_BAD)
75 #define mmc_card_sd(c) ((c)->state & MMC_STATE_SDCARD)
76 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY)
78 #define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT)
79 #define mmc_card_set_dead(c) ((c)->state |= MMC_STATE_DEAD)
80 #define mmc_card_set_bad(c) ((c)->state |= MMC_STATE_BAD)
81 #define mmc_card_set_sd(c) ((c)->state |= MMC_STATE_SDCARD
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mmc/
card.h 58 unsigned int state; member in struct:mmc_card
72 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT)
73 #define mmc_card_dead(c) ((c)->state & MMC_STATE_DEAD)
74 #define mmc_card_bad(c) ((c)->state & MMC_STATE_BAD)
75 #define mmc_card_sd(c) ((c)->state & MMC_STATE_SDCARD)
76 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY)
78 #define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT)
79 #define mmc_card_set_dead(c) ((c)->state |= MMC_STATE_DEAD)
80 #define mmc_card_set_bad(c) ((c)->state |= MMC_STATE_BAD)
81 #define mmc_card_set_sd(c) ((c)->state |= MMC_STATE_SDCARD
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mmc/
card.h 58 unsigned int state; member in struct:mmc_card
72 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT)
73 #define mmc_card_dead(c) ((c)->state & MMC_STATE_DEAD)
74 #define mmc_card_bad(c) ((c)->state & MMC_STATE_BAD)
75 #define mmc_card_sd(c) ((c)->state & MMC_STATE_SDCARD)
76 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY)
78 #define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT)
79 #define mmc_card_set_dead(c) ((c)->state |= MMC_STATE_DEAD)
80 #define mmc_card_set_bad(c) ((c)->state |= MMC_STATE_BAD)
81 #define mmc_card_set_sd(c) ((c)->state |= MMC_STATE_SDCARD
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 175 m_stateStack.first() = State();
197 CanvasRenderingContext2D::State::State()
216 CanvasRenderingContext2D::State::State(const State& other)
244 CanvasRenderingContext2D::State& CanvasRenderingContext2D::State::operator=(const State& other)
279 CanvasRenderingContext2D::State::~State(
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 61 // State represents the usage of machine resources if the packet contains
66 // by this state. The set of bit-masks in a state represent the different
67 // possible outcomes of transitioning to this state.
70 // From the initial state (currentState = 0x00), if we add instruction class
71 // L_or_M we will transition to a state with currentState = [0x01, 0x10]. This
76 // two states [0x01] and [0x10] into a DFA with a single state [0x01, 0x10].
78 // A State instance also contains a collection of transitions from that state:
82 class State {
    [all...]
  /external/chromium/chrome/browser/automation/
ui_controls_internal.cc 9 ClickTask::ClickTask(MouseButton button, int state, Task* followup)
10 : button_(button), state_(state), followup_(followup) {
  /external/chromium/chrome/browser/sync/notifier/
state_writer.h 5 // Simple interface for something that persists state.
19 virtual void WriteState(const std::string& state) = 0;
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error_unittest.cc 21 void TestSimpleState(GoogleServiceAuthError::State state) {
22 GoogleServiceAuthError error(state);
26 EXPECT_TRUE(value->GetString("state", &state_str));
35 TestSimpleState(static_cast<GoogleServiceAuthError::State>(i));
43 ExpectStringValue("NONE", *value, "state");
51 ExpectStringValue("CONNECTION_FAILED", *value, "state");
62 ExpectStringValue("CAPTCHA_REQUIRED", *value, "state");
  /external/chromium/webkit/glue/
webthemeengine_impl_win.h 16 WebKit::WebCanvas*, int part, int state, int classic_state,
19 WebKit::WebCanvas*, int part, int state, int classic_state,
22 WebKit::WebCanvas*, int state, int classic_state,
25 WebKit::WebCanvas*, int part, int state, int classic_state,
28 WebKit::WebCanvas*, int part, int state, int classic_state,
31 WebKit::WebCanvas*, int part, int state, int classic_state,
34 WebKit::WebCanvas*, int part, int state, int classic_state,
38 WebKit::WebCanvas*, int part, int state, int classic_state,
  /external/dhcpcd/
bind.c 124 struct if_state *state = iface->state; local
125 struct if_options *ifo = state->options;
126 struct dhcp_lease *lease = &state->lease;
131 state->reason = NULL;
135 state->xid = 0;
136 free(state->old);
137 state->old = state->new;
138 state->new = state->offer
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
package.html 10 The <code>com.jme3.app.state</code> package provides
11 {@link com.jme3.app.state.AppState app states},
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 31 * <p>Provides methods for parsing input and ensuring that all in-state,
32 * entering-a-state and exiting-a-state callbacks are invoked as appropriate.
36 * state transitions.
61 * change are shallow-copied (parser state table and state mappings).
90 * next state to switch to based on the <code>ParserStateTable</code> which is
91 * derived from a state-machine configuration file in the original C++ parser.
94 * receiving specific characters may decide to overwrite the next state to
95 * go to. Hence the next state is a function both of the main state tabl
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetAudioStatus.3 3 SDL_GetAudioStatus \- Get the current audio state
20 Returns either \fBSDL_AUDIO_STOPPED\fP, \fBSDL_AUDIO_PAUSED\fP or \fBSDL_AUDIO_PLAYING\fP depending on the current audio state\&.
SDL_JoystickUpdate.3 3 SDL_JoystickUpdate \- Updates the state of all joysticks
11 Updates the state(position, buttons, etc\&.) of all open joysticks\&. If joystick events have been enabled with \fI\fBSDL_JoystickEventState\fP\fR then this is called automatically in the event loop\&.
  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.h 41 // Singleton implementation of State<V8Binding>. Uses V8's global data
42 // structures to return information about relevant execution state.
44 class State<V8Binding> : public State<GenericBinding> {
47 static State* Only();
64 explicit State() {}
65 ~State();
68 typedef State<V8Binding> V8BindingState;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
BufferSubDataTransform.java 17 package com.android.ide.eclipse.gltrace.state.transforms;
20 import com.android.ide.eclipse.gltrace.state.IGLProperty;
43 public void apply(IGLProperty state) {
44 IGLProperty property = mAccessor.getProperty(state);
64 public void revert(IGLProperty state) {
66 IGLProperty property = mAccessor.getProperty(state);
73 public IGLProperty getChangedProperty(IGLProperty state) {
74 return mAccessor.getProperty(state);
  /tools/motodev/src/plugins/preflighting.core/devices/
backflip-mb300.xml 24 <d:keyboard-state>keyssoft</d:keyboard-state>
28 <d:keyboard-state>keyssoft</d:keyboard-state>
32 <d:keyboard-state>keysexposed</d:keyboard-state>
34 <d:nav-state>navexposed</d:nav-state>
backflip-me600.xml 24 <d:keyboard-state>keyssoft</d:keyboard-state>
28 <d:keyboard-state>keyssoft</d:keyboard-state>
32 <d:keyboard-state>keysexposed</d:keyboard-state>
34 <d:nav-state>navexposed</d:nav-state>
cliq.xml 24 <d:keyboard-state>keyssoft</d:keyboard-state>
28 <d:keyboard-state>keyssoft</d:keyboard-state>
32 <d:keyboard-state>keysexposed</d:keyboard-state>
34 <d:nav-state>navexposed</d:nav-state>
cliq2.xml 24 <d:keyboard-state>keyssoft</d:keyboard-state>
28 <d:keyboard-state>keyssoft</d:keyboard-state>
32 <d:keyboard-state>keysexposed</d:keyboard-state>
34 <d:nav-state>navexposed</d:nav-state>
dext-mb200.xml 24 <d:keyboard-state>keyssoft</d:keyboard-state>
28 <d:keyboard-state>keyssoft</d:keyboard-state>
32 <d:keyboard-state>keysexposed</d:keyboard-state>
34 <d:nav-state>navexposed</d:nav-state>
droid.xml 24 <d:keyboard-state>keyssoft</d:keyboard-state>
28 <d:keyboard-state>keyssoft</d:keyboard-state>
32 <d:keyboard-state>keysexposed</d:keyboard-state>
34 <d:nav-state>navexposed</d:nav-state>
flipout-mb511.xml 24 <d:keyboard-state>keyssoft</d:keyboard-state>
28 <d:keyboard-state>keyssoft</d:keyboard-state>
32 <d:keyboard-state>keysexposed</d:keyboard-state>
34 <d:nav-state>navexposed</d:nav-state>
flipout-me511.xml 24 <d:keyboard-state>keyssoft</d:keyboard-state>
28 <d:keyboard-state>keyssoft</d:keyboard-state>
32 <d:keyboard-state>keysexposed</d:keyboard-state>
34 <d:nav-state>navexposed</d:nav-state>
milestone-a853.xml 24 <d:keyboard-state>keyssoft</d:keyboard-state>
28 <d:keyboard-state>keyssoft</d:keyboard-state>
32 <d:keyboard-state>keysexposed</d:keyboard-state>
34 <d:nav-state>navexposed</d:nav-state>

Completed in 1333 milliseconds

<<11121314151617181920>>