HomeSort by relevance Sort by last modified time
    Searched full:state (Results 51 - 75 of 11717) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/
main.cpp 51 struct _mesa_glsl_parse_state *state = local
55 state->error = preprocess(state, &source, &state->info_log,
56 state->extensions, ctx->API);
58 if (!state->error) {
59 _mesa_glsl_lexer_ctor(state, source);
60 _mesa_glsl_parse(state);
61 _mesa_glsl_lexer_dtor(state);
65 foreach_list_const(n, &state->translation_unit)
    [all...]
  /external/bison/src/
state.h 1 /* Type definitions for nondeterministic finite state machine for Bison.
25 finite state machine that parses the specified grammar. This
29 Each state of the machine is described by a set of items --
32 state. These symbols at these items are the allowable inputs that
35 A core represents one state. States are numbered in the NUMBER
36 field. When generate_states is finished, the starting state is
37 state 0 and NSTATES is the number of states. (FIXME: This sentence
38 is no longer true: A transition to a state whose state number is
40 and FIRST_STATE points to the first one (state 0)
108 typedef struct state state; typedef in typeref:struct:state
198 struct state struct
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ProximitySensorManager.java 32 * Listener of the state of the proximity sensor.
39 /** Called when the proximity sensor transitions from the far to the near state. */
41 /** Called when the proximity sensor transitions from the near to the far state. */
45 public static enum State {
52 * The current state of the manager, i.e., whether it is currently tracking the state of the
58 * The listener to the state of the sensor.
66 * listener the next time the sensor reaches the {@link State#FAR} state if currently in the
67 * {@link State#NEAR} state
107 State state = getStateFromValue(value); local
    [all...]
  /dalvik/hit/src/com/android/hit/
Main.java 37 State state = (new HprofParser(dis)).parse(); local
41 testClassesQuery(state);
42 testAllClassesQuery(state);
43 testFindInstancesOf(state);
44 testFindAllInstancesOf(state);
50 private static void testClassesQuery(State state) {
57 Map<String, Set<ClassObj>> someClasses = Queries.classes(state, x);
70 private static void testAllClassesQuery(State state)
    [all...]
  /external/chromium/chrome/browser/
transport_security_persister.cc 25 net::TransportSecurityState* state, const FilePath& profile_path) {
27 transport_security_state_ = state;
30 state->SetDelegate(this);
40 std::string state; local
41 if (!file_util::ReadFileToString(state_file_, &state))
47 state));
50 void TransportSecurityPersister::CompleteLoad(const std::string& state) {
54 if (!transport_security_state_->LoadEntries(state, &dirty)) {
55 LOG(ERROR) << "Failed to deserialize state: " << state;
81 std::string state; local
    [all...]
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
resample.c 46 WebRtcSpl_State22khzTo16khz* state, WebRtc_Word32* tmpmem)
57 WebRtcSpl_UpBy2ShortToInt(in, 220 / SUB_BLOCKS_22_16, tmpmem + 16, state->S_22_44);
63 // copy state to and from input array
64 tmpmem[8] = state->S_44_32[0];
65 tmpmem[9] = state->S_44_32[1];
66 tmpmem[10] = state->S_44_32[2];
67 tmpmem[11] = state->S_44_32[3];
68 tmpmem[12] = state->S_44_32[4];
69 tmpmem[13] = state->S_44_32[5];
70 tmpmem[14] = state->S_44_32[6]
    [all...]
  /frameworks/base/services/input/
SpriteController.cpp 133 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
134 update.state.surfaceWidth = update.state.icon.bitmap.width();
135 update.state.surfaceHeight = update.state.icon.bitmap.height();
136 update.state.surfaceDrawn = false;
137 update.state.surfaceVisible = false;
138 update.state.surfaceControl = obtainSurface(
139 update.state.surfaceWidth, update.state.surfaceHeight)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 27 import com.android.internal.telephony.Call.State;
36 /*package*/ State state = State.IDLE; field in class:CdmaCall
41 static State
42 stateFromDCState (DriverCall.State dcState) {
44 case ACTIVE: return State.ACTIVE;
45 case HOLDING: return State.HOLDING;
46 case DIALING: return State.DIALING;
47 case ALERTING: return State.ALERTING
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
IsSupported.java 60 boolean state;
63 state = rootNode.isSupported("XXX", "1.0");
64 assertFalse("throw_False", state);
69 boolean state;
72 state = rootNode.isSupported("XML", "9.0");
73 assertFalse("throw_False", state);
78 boolean state;
81 state = rootNode.isSupported("xml", "1.0");
82 assertTrue("throw_True", state);
87 boolean state;
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 86 * State for the entire run() method.
88 static class State {
105 public State(DownloadInfo info) {
115 * State within executeDownload()
136 State state = new State(mInfo); local
169 Proxy.getPreferredHttpHost(mContext, state.mRequestUri));
170 HttpGet request = new HttpGet(state.mRequestUri);
172 executeDownload(state, client, request)
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/
reload.html 18 var state = 0;
23 if (state == 0) {
24 state = 1;
26 } else if (state == 1) {
27 state = 2;
29 } else if (state == 2) {
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestObj.mm 81 WebCore::JSMainThreadNullState state;
87 WebCore::JSMainThreadNullState state;
93 WebCore::JSMainThreadNullState state;
99 WebCore::JSMainThreadNullState state;
105 WebCore::JSMainThreadNullState state;
111 WebCore::JSMainThreadNullState state;
117 WebCore::JSMainThreadNullState state;
123 WebCore::JSMainThreadNullState state;
129 WebCore::JSMainThreadNullState state;
135 WebCore::JSMainThreadNullState state;
    [all...]
  /libcore/luni/src/main/java/java/lang/
VMThread.java 59 static final Thread.State[] STATE_MAP = new Thread.State[] {
60 Thread.State.TERMINATED, // ZOMBIE
61 Thread.State.RUNNABLE, // RUNNING
62 Thread.State.TIMED_WAITING, // TIMED_WAIT
63 Thread.State.BLOCKED, // MONITOR
64 Thread.State.WAITING, // WAIT
65 Thread.State.NEW, // INITIALIZING
66 Thread.State.NEW, // STARTING
67 Thread.State.RUNNABLE, // NATIV
    [all...]
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_state.cc 10 FindBarState* state = p->GetFindBarState(); local
11 string16 text = state->last_prepopulate_text();
15 state = p->GetOriginalProfile()->GetFindBarState();
16 text = state->last_prepopulate_text();
  /external/e2fsprogs/lib/e2p/
ps.c 2 * ps.c - Print filesystem state
21 void print_fs_state (FILE * f, unsigned short state)
23 if (state & EXT2_VALID_FS)
27 if (state & EXT2_ERROR_FS)
  /external/oprofile/events/x86-64/family12h/
unit_masks 18 0x01 (I)nvalid cache state
19 0x02 (S)hared cache state
20 0x04 (E)xclusive cache state
21 0x08 (O)wner cache state
22 0x10 (M)odified cache state
26 0x02 Shared-state line from L2
27 0x04 Exclusive-state line from L2
28 0x08 Owner-state line from L2
29 0x10 Modified-state line from L2
  /external/oprofile/events/x86-64/family14h/
unit_masks 18 0x01 (I)nvalid cache state
19 0x02 (S)hared cache state
20 0x04 (E)xclusive cache state
21 0x08 (O)wner cache state
22 0x10 (M)odified cache state
26 0x02 Shared-state line from L2
27 0x04 Exclusive-state line from L2
28 0x08 Owner-state line from L2
29 0x10 Modified-state line from L2
  /external/qemu/hw/
pcmcia.h 20 void *state; member in struct:PCMCIACardState
22 int (*attach)(void *state);
23 int (*detach)(void *state);
28 uint8_t (*attr_read)(void *state, uint32_t address);
29 void (*attr_write)(void *state, uint32_t address, uint8_t value);
30 uint16_t (*common_read)(void *state, uint32_t address);
31 void (*common_write)(void *state, uint32_t address, uint16_t value);
32 uint16_t (*io_read)(void *state, uint32_t address);
33 void (*io_write)(void *state, uint32_t address, uint16_t value);
  /external/webkit/LayoutTests/fast/events/touch/
touch-active-state-expected.txt 1 Test touches set the active state.
  /frameworks/base/telephony/java/android/telephony/
package.html 4 the network type and connection state, plus utilities
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
subwrite.inp 1 Not some church, and not the state,
subwrt1.good 1 Not some church, and not the state,
  /bootable/recovery/edify/
expr.c 35 char* Evaluate(State* state, Expr* expr) {
36 Value* v = expr->fn(expr->name, state, expr->argc, expr->argv);
39 ErrorAbort(state, "expecting string, got value type %d", v->type);
48 Value* EvaluateValue(State* state, Expr* expr) {
49 return expr->fn(expr->name, state, expr->argc, expr->argv);
67 Value* ConcatFn(const char* name, State* state, int argc, Expr* argv[]) {
79 strings[i] = Evaluate(state, argv[i])
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorHighlighter.js 56 var state = this._textModel.getAttribute(endLine - 1, "highlight");
57 if (state && state.postConditionStringified) {
72 var state = this._textModel.getAttribute(startLine - 1, "highlight");
73 if (state && state.postConditionStringified)
88 var state = this._textModel.getAttribute(startLine - 1, "highlight");
89 if (!state || !state.postConditionStringified) {
98 var state = this._textModel.getAttribute(i, "highlight")
    [all...]
  /system/core/libpixelflinger/
clear.cpp 42 c->state.clear.dirty = GGL_STENCIL_BUFFER_BIT |
45 c->state.clear.depth = FIXED_ONE;
99 const uint32_t l = c->state.scissor.left;
100 const uint32_t t = c->state.scissor.top;
101 uint32_t w = c->state.scissor.right - l;
102 uint32_t h = c->state.scissor.bottom - t;
108 if (c->state.buffers.color.format == 0)
111 if (c->state.buffers.depth.format == 0)
114 if (c->state.buffers.stencil.format == 0)
118 if (c->state.clear.dirty & GGL_COLOR_BUFFER_BIT)
    [all...]

Completed in 648 milliseconds

1 23 4 5 6 7 8 91011>>