HomeSort by relevance Sort by last modified time
    Searched full:state (Results 401 - 425 of 11839) sorted by null

<<11121314151617181920>>

  /external/jsilver/src/com/google/streamhtmlparser/impl/
InternalState.java 24 * A very simple representation of the parser internal state. The state
26 * the implementation of a simple finite state machine. The name is
54 * @param name the {@code String} identifier for this state
55 * @param id the integer identiifer for this state, guaranteed to be unique
66 * Used only for the error state. Bypasses assert checks.
74 * @return {@code String} name of that state.
81 * @return {@code int} id of that state.
99 * @param name a unique identifier for this state useful during debugging
110 * @param name A unique identifier for this state useful during debuggin
    [all...]
  /external/qemu/hw/
goldfish_switch.c 30 uint32_t state; member in struct:switch_state
33 uint32_t (*writefn)(void *opaque, uint32_t state);
43 qemu_put_be32(f, s->state);
55 s->state = qemu_get_be32(f);
74 return s->state;
103 if(new_state != s->state) {
135 void goldfish_switch_set_state(void *opaque, uint32_t state)
139 s->state = state;
144 void *goldfish_switch_add(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writeopaque, int id
    [all...]
  /external/speex/include/speex/
speex_callbacks.h 88 typedef int (*speex_callback_func)(SpeexBits *bits, void *state, void *data);
100 int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state);
103 int speex_std_mode_request_handler(SpeexBits *bits, void *state, void *data);
106 int speex_std_high_mode_request_handler(SpeexBits *bits, void *state, void *data);
109 int speex_std_char_handler(SpeexBits *bits, void *state, void *data);
112 int speex_default_user_handler(SpeexBits *bits, void *state, void *data);
117 int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data);
120 int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data);
123 int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data);
126 int speex_std_vbr_quality_request_handler(SpeexBits *bits, void *state, void *data)
    [all...]
  /external/speex/libspeex/
speex_callbacks.c 43 EXPORT int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state)
53 return callback->func(bits, state, callback->data);
75 EXPORT int speex_std_mode_request_handler(SpeexBits *bits, void *state, void *data)
83 EXPORT int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data)
91 EXPORT int speex_std_high_mode_request_handler(SpeexBits *bits, void *state, void *data)
100 EXPORT int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data)
109 EXPORT int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data)
118 EXPORT int speex_std_vbr_quality_request_handler(SpeexBits *bits, void *state, void *data)
127 EXPORT int speex_std_char_handler(SpeexBits *bits, void *state, void *data)
139 EXPORT int speex_default_user_handler(SpeexBits *bits, void *state, void *data
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.cpp 41 State<V8Binding>* State<V8Binding>::Only()
43 DEFINE_STATIC_LOCAL(State, globalV8BindingState, ());
47 DOMWindow* State<V8Binding>::activeWindow()
58 DOMWindow* State<V8Binding>::firstWindow()
63 Frame* State<V8Binding>::activeFrame()
77 Frame* State<V8Binding>::firstFrame()
82 void State<V8Binding>::immediatelyReportUnsafeAccessTo(Frame* target)
87 bool State<V8Binding>::processingUserGesture()
92 bool State<V8Binding>::allowsAccessFromFrame(Frame* frame
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_md5.c 26 enum { CONTINUE, SUCCESS, FAILURE } state; member in struct:eap_md5_data
37 data->state = CONTINUE;
57 data->state = FAILURE;
66 data->state = FAILURE;
75 data->state = CONTINUE;
115 data->state = FAILURE;
132 data->state = SUCCESS;
135 data->state = FAILURE;
143 return data->state != CONTINUE;
150 return data->state == SUCCESS
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_md5.c 27 enum { CONTINUE, SUCCESS, FAILURE } state; member in struct:eap_md5_data
38 data->state = CONTINUE;
58 data->state = FAILURE;
67 data->state = FAILURE;
76 data->state = CONTINUE;
116 data->state = FAILURE;
133 data->state = SUCCESS;
136 data->state = FAILURE;
144 return data->state != CONTINUE;
151 return data->state == SUCCESS
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine (internal definitions)
43 * struct eapol_state_machine - Per-Supplicant Authenticator state machines
67 /* Port Timers state machine */
70 /* Authenticator PAE state machine */
98 /* Backend Authentication state machine */
113 /* Reauthentication Timer state machine */
120 /* Authenticator Key Transmit state machine */
124 /* Key Receive state machine */
129 /* Controlled Directions state machine */
175 Boolean initializing; /* in process of initializing state machines *
    [all...]
  /frameworks/base/libs/rs/
rsAllocation.h 43 struct State {
59 State state; member in struct:android::renderscript::Allocation::Hal
74 const Type * getType() const {return mHal.state.type;}
105 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT) != 0;
108 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0;
111 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) != 0;
114 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_VERTEX) != 0;
123 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
132 mHal.state.type = t
    [all...]
  /hardware/ti/omap4xxx/
stacktrace.c 51 stack_crawl_state_t* state = (stack_crawl_state_t*)arg; local
52 if (state->count) {
55 state->addrs[0] = ip;
56 state->addrs++;
57 state->count--;
70 stack_crawl_state_t state; local
71 state.count = max_entries;
72 state.addrs = (intptr_t*)addrs;
73 _Unwind_Backtrace(trace_function, (void*)&state);
74 return max_entries - state.count
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
sm_inter.x 44 /* if res_stat == stat_succ, state = state number of site sm_name */
49 /* stat consists of state number of local site */
52 /* stat consists of state number of local site */
55 /* stat consists of state number of local site */
89 * state # of status monitor monotonically increases each time
95 int state; /* state # of status monitor */
105 int state;
114 int state;
    [all...]
  /device/samsung/tuna/recovery/
recovery_updater.c 26 Value* WriteBootloaderFn(const char* name, State* state, int argc, Expr* argv[])
34 return ErrorAbort(state, "%s() expects 3 args, got %d", name, argc);
37 if (ReadValueArgs(state, argv, 3, &img, &xloader_loc, &sbl_loc) < 0) {
47 return ErrorAbort(state, "%s(): argument types are incorrect", name);
  /external/bison/src/
lalr.h 33 # include "state.h"
35 /* Compute how to make the finite state machine deterministic; find
36 which rules need look-ahead in each state, and which look-ahead
52 FROM_STATE[T] -- state number which a transition leads from.
53 TO_STATE[T] -- state number it leads to.
  /external/chromium/chrome/browser/chromeos/
browser_main_chromeos.cc 27 event->button.state & GDK_MOD1_MASK) {
30 // Remove the Alt key and first button state.
31 event->button.state &= ~(GDK_MOD1_MASK | GDK_BUTTON1_MASK);
32 // Add the third (right) button state.
33 event->button.state |= GDK_BUTTON3_MASK;
  /external/chromium/net/http/
md4.cc 112 /* update state: data is 64 bytes in length */
113 static void md4step(Uint32 state[4], const Uint8 *data)
119 A = state[0];
120 B = state[1];
121 C = state[2];
122 D = state[3];
139 state[0] += A;
140 state[1] += B;
141 state[2] += C;
142 state[3] += D
151 Uint32 i, n, m, state[4]; local
    [all...]