HomeSort by relevance Sort by last modified time
    Searched full:state (Results 1 - 25 of 28513) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.output 76 State 444 conflicts: 1 shift/reduce
950 state 0
954 VERSION_TOK shift, and go to state 1
958 translation_unit go to state 2
959 version_statement go to state 3
962 state 1
966 INTCONSTANT shift, and go to state 4
969 state 2
973 $end shift, and go to state 5
976 state
    [all...]
glcpp-parse.output 248 state 0
254 input go to state 1
257 state 1
262 $end shift, and go to state 2
263 ELIF_EXPANDED shift, and go to state 3
264 HASH shift, and go to state 4
265 HASH_DEFINE shift, and go to state 5
266 HASH_ELIF shift, and go to state 6
267 HASH_ELSE shift, and go to state 7
268 HASH_ENDIF shift, and go to state
    [all...]
  /development/tools/rmtypedefs/.idea/scopes/
scope_settings.xml 2 <state>
4 </state>
  /external/robolectric/.idea/scopes/
scope_settings.xml 2 <state>
4 </state>
  /frameworks/base/tools/layoutlib/.idea/scopes/
scope_settings.xml 2 <state>
4 </state>
  /external/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 12 EXPECT_EQ(action, state.NextAction()) << *state.AsValue(); \
16 state.begin_impl_frame_state()) \
17 << *state.AsValue(); \
19 state.UpdateState(action); \
21 if (state.begin_impl_frame_state() == \
23 state.OnBeginImplFrameDeadlinePending(); \
24 if (state.begin_impl_frame_state() == \
26 state.OnBeginImplFrameIdle(); \
47 // Exposes the protected state fields of the SchedulerStateMachine for testin
1729 StateMachine& state = *state_ptr; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump_state.c 110 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state)
115 if(!state) {
122 trace_dump_member(bool, state, flatshade);
123 trace_dump_member(bool, state, light_twoside);
124 trace_dump_member(bool, state, clamp_vertex_color);
125 trace_dump_member(bool, state, clamp_fragment_color);
126 trace_dump_member(uint, state, front_ccw);
127 trace_dump_member(uint, state, cull_face);
128 trace_dump_member(uint, state, fill_front);
129 trace_dump_member(uint, state, fill_back)
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 110 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state)
115 if(!state) {
122 trace_dump_member(bool, state, flatshade);
123 trace_dump_member(bool, state, light_twoside);
124 trace_dump_member(bool, state, clamp_vertex_color);
125 trace_dump_member(bool, state, clamp_fragment_color);
126 trace_dump_member(uint, state, front_ccw);
127 trace_dump_member(uint, state, cull_face);
128 trace_dump_member(uint, state, fill_front);
129 trace_dump_member(uint, state, fill_back)
    [all...]
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_tests.h 8 // Macros used to create individual tests for all state and event pairs.
14 #define TEST_ALL_EVENTS_NON_METRO(state) \
15 TEST_EVENT(state, TOGGLE_FULLSCREEN) \
16 TEST_EVENT(state, TOGGLE_FULLSCREEN_CHROME) \
17 TEST_EVENT(state, TAB_FULLSCREEN_TRUE) \
18 TEST_EVENT(state, TAB_FULLSCREEN_FALSE) \
19 TEST_EVENT(state, BUBBLE_EXIT_LINK) \
20 TEST_EVENT(state, BUBBLE_ALLOW) \
21 TEST_EVENT(state, BUBBLE_DENY) \
22 TEST_EVENT(state, WINDOW_CHANGE
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
package-info.java 1 package javax.jmdns.impl.tasks.state;
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
State.java 7 final class State
9 int state; field in class:State
12 State(@SuppressWarnings("hiding") int state, @SuppressWarnings("hiding") ArrayList nodes)
14 this.state = state;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_state.c 31 void vg_init_state(struct vg_state *state)
33 state->matrix_mode = VG_MATRIX_PATH_USER_TO_SURFACE;
34 state->fill_rule = VG_EVEN_ODD;
35 state->image_quality = VG_IMAGE_QUALITY_FASTER;
36 state->rendering_quality = VG_RENDERING_QUALITY_BETTER;
37 state->blend_mode = VG_BLEND_SRC_OVER;
38 state->image_mode = VG_DRAW_IMAGE_NORMAL;
40 memset(state->scissor_rects, 0, sizeof(state->scissor_rects));
41 state->scissor_rects_num = 0
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.c 31 void vg_init_state(struct vg_state *state)
33 state->matrix_mode = VG_MATRIX_PATH_USER_TO_SURFACE;
34 state->fill_rule = VG_EVEN_ODD;
35 state->image_quality = VG_IMAGE_QUALITY_FASTER;
36 state->rendering_quality = VG_RENDERING_QUALITY_BETTER;
37 state->blend_mode = VG_BLEND_SRC_OVER;
38 state->image_mode = VG_DRAW_IMAGE_NORMAL;
40 memset(state->scissor_rects, 0, sizeof(state->scissor_rects));
41 state->scissor_rects_num = 0
    [all...]
  /external/chromium_org/base/third_party/symbolize/
demangle.cc 143 // State needed for demangling.
154 } State;
187 static void InitState(State *state, const char *mangled,
189 state->mangled_cur = mangled;
190 state->out_cur = out;
191 state->out_begin = out;
192 state->out_end = out + out_size;
193 state->prev_name = NULL;
194 state->prev_name_length = -1
1299 State state; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
state_machine.h 2 * wpa_supplicant/hostapd - State machine definitions
9 * implement a state machine. In addition to including this header file, each
10 * file implementing a state machine must define STATE_MACHINE_DATA to be the
11 * data structure including state variables (enum machine_state,
14 * a group of state machines with shared data structure, STATE_MACHINE_ADDR
16 * SM_ENTRY_M macro can be used to define similar group of state machines
24 * SM_STATE - Declaration of a state machine function
25 * @machine: State machine name
26 * @state: State machine stat
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_StateTest.java 19 import android.net.NetworkInfo.State;
25 assertEquals(State.CONNECTED, State.valueOf("CONNECTED"));
26 assertEquals(State.CONNECTING, State.valueOf("CONNECTING"));
27 assertEquals(State.DISCONNECTED, State.valueOf("DISCONNECTED"));
28 assertEquals(State.DISCONNECTING, State.valueOf("DISCONNECTING"));
29 assertEquals(State.SUSPENDED, State.valueOf("SUSPENDED"))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 35 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode)
37 state->last_opcode = opcode;
38 state->last_pm4 = state->ndw++;
41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw)
43 state->pm4[state->ndw++] = dw;
46 void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate)
49 count = state->ndw - state->last_pm4 - 2
179 struct si_pm4_state *state = rctx->queued.array[i]; local
194 struct si_pm4_state *state = rctx->queued.array[i]; local
225 struct si_pm4_state *state = rctx->queued.array[i]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 35 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode)
37 state->last_opcode = opcode;
38 state->last_pm4 = state->ndw++;
41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw)
43 state->pm4[state->ndw++] = dw;
46 void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate)
49 count = state->ndw - state->last_pm4 - 2
179 struct si_pm4_state *state = rctx->queued.array[i]; local
194 struct si_pm4_state *state = rctx->queued.array[i]; local
225 struct si_pm4_state *state = rctx->queued.array[i]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.output 216 140 | STATE stateMatrixRows
218 141 stateSingleItem: STATE stateMaterialItem
219 142 | STATE stateLightItem
220 143 | STATE stateLightModelItem
221 144 | STATE stateLightProdItem
222 145 | STATE stateTexGenItem
223 146 | STATE stateTexEnvItem
224 147 | STATE stateFogItem
225 148 | STATE stateClipPlaneItem
226 149 | STATE statePointIte
    [all...]
  /external/chromium_org/content/test/data/accessibility/
a-name-expected-win.txt 2 ROLE_SYSTEM_DOCUMENT state=FOCUSED,READONLY,FOCUSABLE
3 ROLE_SYSTEM_LINK name='named anchor' state=SELECTABLE
4 ROLE_SYSTEM_TEXT name='named anchor' state=READONLY
5 ROLE_SYSTEM_LINK name='both a named anchor and a link' state=FOCUSABLE,SELECTABLE,LINKED
6 ROLE_SYSTEM_TEXT name='both a named anchor and a link' state=READONLY,LINKED
  /external/oprofile/events/i386/athlon/
unit_masks 6 0x10 (M)odified cache state
7 0x08 (O)wner cache state
8 0x04 (E)xclusive cache state
9 0x02 (S)hared cache state
10 0x01 (I)nvalid cache state
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
htmlembedded.js 11 function htmlDispatch(stream, state) {
13 state.token=scriptingDispatch;
14 return scriptingMode.token(stream, state.scriptState);
17 return htmlMixedMode.token(stream, state.htmlState);
21 function scriptingDispatch(stream, state) {
23 state.token=htmlDispatch;
24 return htmlMixedMode.token(stream, state.htmlState);
27 return scriptingMode.token(stream, state.scriptState);
42 token: function(stream, state) {
43 return state.token(stream, state)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkVertState.cpp 10 bool VertState::Triangles(VertState* state) {
11 int index = state->fCurrIndex;
12 if (index + 3 > state->fCount) {
15 state->f0 = index + 0;
16 state->f1 = index + 1;
17 state->f2 = index + 2;
18 state->fCurrIndex = index + 3;
22 bool VertState::TrianglesX(VertState* state) {
23 const uint16_t* indices = state->fIndices;
24 int index = state->fCurrIndex
    [all...]
  /external/skia/src/core/
SkVertState.cpp 10 bool VertState::Triangles(VertState* state) {
11 int index = state->fCurrIndex;
12 if (index + 3 > state->fCount) {
15 state->f0 = index + 0;
16 state->f1 = index + 1;
17 state->f2 = index + 2;
18 state->fCurrIndex = index + 3;
22 bool VertState::TrianglesX(VertState* state) {
23 const uint16_t* indices = state->fIndices;
24 int index = state->fCurrIndex
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
command_buffer_shared_test.cc 27 CommandBuffer::State state; local
29 shared_state_->Read(&state);
31 EXPECT_LT(state.generation, 0x80000000);
32 EXPECT_EQ(state.get_offset, 0);
33 EXPECT_EQ(state.put_offset, 0);
34 EXPECT_EQ(state.token, -1);
35 EXPECT_EQ(state.error, gpu::error::kNoError);
36 EXPECT_EQ(state.context_lost_reason, gpu::error::kUnknown);
43 CommandBuffer::State state local
71 CommandBuffer::State state = last_state; local
    [all...]

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8 91011>>