Searched defs:states (Results 26 - 50 of 80) sorted by relevance

1234

/external/libchrome/base/metrics/
H A Dfield_trial_unittest.cc467 // Getting all states should have finalized the trial.
1040 std::string states; local
1041 FieldTrialList::StatesToString(&states);
1042 EXPECT_TRUE(states.empty());
1122 std::string states; local
1123 FieldTrialList::StatesToString(&states);
1124 EXPECT_TRUE(states.empty());
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java60 * is represented internall with a DFA comprised of multiple states, each of
63 * Because of this, you need to iterate over this list of DFA states. You'll
66 * will be one of the iterated states from stateToSyntacticallyAmbiguousAltsSet.
74 /** Track all DFA states with nondeterministic alternatives.
113 /** The set of states w/o emanating edges and w/o resolving sem preds. */
189 /** If no states are dead-ends, no alts are unreachable, there are
230 /** How many states does the DFA predictor have? */
238 * conflict resolution or alts w/o accept states).
244 /** return set of states w/o emanating edges and w/o resolving sem preds.
245 * These states com
710 reachesState(DFAState startState, DFAState targetState, Set states) argument
772 getSampleInputSequenceUsingStateSet(State startState, State targetState, Set states, List<Label> labels) argument
[all...]
H A DDFA.java54 /** Prevent explosion of DFA states during conversion. The max number
55 * of states per alt in a single decision's DFA.
79 /** A set of all uniquely-numbered DFA states. Maps hash of DFAState
81 * existing DFA states. Map<DFAState,DFAState>. Use Map so
84 * a dup of states array.
90 * states, but the states are not unique. s3 might be same as s1 so
92 * then these states will all be unique as states[i] always points
99 protected Vector<DFAState> states field in class:DFA
[all...]
/external/avahi/avahi-gobject/
H A Dga-entry-group.c191 } states[] = { local
201 for (i = 0; states[i].name != NULL; i++) {
202 if (state != states[i].state)
205 if (!states[i].quark)
206 states[i].quark = g_quark_from_static_string(states[i].name);
207 return states[i].quark;
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp38 /* toUnicode (state table in ucm->states) */
197 sum=mbcsData->ucm->states.countToUCodeUnits;
215 maxCharLength=mbcsData->ucm->states.maxCharLength;
375 if(mbcsData->ucm->states.countStates==0) {
381 if(length==2 && mbcsData->ucm->states.outputType==MBCS_OUTPUT_2_SISO) {
391 entry=mbcsData->ucm->states.stateTable[state][bytes[i++]];
452 mbcsData->ucm->states.stateTable[state][bytes[i-1]]=entry;
553 return (UBool)(1==ucm_countChars(&mbcsData->ucm->states, bytes, length));
687 maxCharLength=mbcsData->ucm->states.maxCharLength;
689 if( mbcsData->ucm->states
1331 UCMStates *states; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c265 const char *states[] = { variable
285 states[old_state],
286 states[new_state],
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c1277 * XXX: Individual texture states need documentation. However,
1278 * they are very similar to the texture states defined by
1280 * for understanding SVGA3D texture states.
1293 SVGA3dTextureState **states, // OUT
1300 sizeof *cmd + sizeof **states * numStates,
1306 *states = (SVGA3dTextureState*) &cmd[1];
1323 * XXX: Individual render states need documentation. However,
1324 * they are very similar to the render states defined by
1326 * for understanding SVGA3D render states.
1339 SVGA3dRenderState **states, // OU
1292 SVGA3D_BeginSetTextureState(struct svga_winsys_context *swc, SVGA3dTextureState **states, uint32 numStates) argument
1338 SVGA3D_BeginSetRenderState(struct svga_winsys_context *swc, SVGA3dRenderState **states, uint32 numStates) argument
[all...]
/external/libpng/contrib/libtests/
H A Dtarith.c277 start, fraction, exponent, states enumerator in enum:checkfp_state
280 /* The characters (other than digits) that characterize the states: */
290 state_characters[states] =
/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp167 // represents the possible resource states that can result from adding a L_or_M
171 // two states [0x01] and [0x10] into a DFA with a single state [0x01, 0x10].
174 // a map from inputs to new states.
210 // PossibleStates is the set of valid resource states that ensue from valid
247 // Set of states. Need to keep this sorted to emit the transition table.
249 StateSet states; member in class:__anon12862::DFA
340 // PossibleStates is the set of valid resource states that ensue from valid
347 // Iterate over all resource states in currentState.
510 auto IterPair = states.insert(State());
537 unsigned numStates = states
[all...]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c818 const struct pipe_vertex_element *states)
827 u_vbuf_set_vertex_elements(vbuf, count, states);
838 memcpy(velems_state.velems, states,
816 cso_set_vertex_elements(struct cso_context *ctx, unsigned count, const struct pipe_vertex_element *states) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c197 const struct pipe_vertex_element *states)
208 memcpy(velems_state.velems, states,
217 cso->data = u_vbuf_create_vertex_elements(mgr, count, states);
235 const struct pipe_vertex_element *states)
237 mgr->ve = u_vbuf_set_vertex_elements_internal(mgr, count, states);
196 u_vbuf_set_vertex_elements_internal(struct u_vbuf *mgr, unsigned count, const struct pipe_vertex_element *states) argument
234 u_vbuf_set_vertex_elements(struct u_vbuf *mgr, unsigned count, const struct pipe_vertex_element *states) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c179 rctx->states[rstate->id] = rstate;
231 free(rctx->states[R600_PIPE_STATE_BLEND_COLOR]);
232 rctx->states[R600_PIPE_STATE_BLEND_COLOR] = rstate;
257 free(rctx->states[R600_PIPE_STATE_STENCIL_REF]);
258 rctx->states[R600_PIPE_STATE_STENCIL_REF] = rstate;
266 struct r600_pipe_dsa *dsa = (struct r600_pipe_dsa*)rctx->states[R600_PIPE_STATE_DSA];
294 rctx->states[rstate->id] = rstate;
343 rctx->states[rs->rstate.id] = &rs->rstate;
374 if (rctx->states[rs->rstate.id] == &rs->rstate) {
375 rctx->states[r
389 r600_bind_samplers(struct pipe_context *pipe, unsigned shader, unsigned start, unsigned count, void **states) argument
442 r600_bind_vs_samplers(struct pipe_context *ctx, unsigned count, void **states) argument
447 r600_bind_ps_samplers(struct pipe_context *ctx, unsigned count, void **states) argument
[all...]
H A Dr600_pipe.h54 * command stream. It's not limited to states only, it can be used for anything
337 struct r600_pipe_state *states[R600_PIPE_NSTATES]; member in struct:r600_context
612 void r600_bind_vs_samplers(struct pipe_context *ctx, unsigned count, void **states);
613 void r600_bind_ps_samplers(struct pipe_context *ctx, unsigned count, void **states);
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c295 void **states)
319 trace_dump_arg_array(ptr, states, num_states);
323 pipe->bind_vertex_sampler_states(pipe, num_states, states);
326 pipe->bind_geometry_sampler_states(pipe, num_states, states);
329 pipe->bind_fragment_sampler_states(pipe, num_states, states);
342 void **states)
345 0, num, states);
352 void **states)
355 0, num, states);
291 trace_context_bind_sampler_states(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num_states, void **states) argument
340 trace_context_bind_fragment_sampler_states(struct pipe_context *_pipe, unsigned num, void **states) argument
350 trace_context_bind_vertex_sampler_states(struct pipe_context *_pipe, unsigned num, void **states) argument
/external/mksh/src/
H A Dlex.c29 * states while lexing word
193 Lex_state states[STATE_BSIZE], *statep, *s2, *base; local
202 states[0].type = SINVALID;
203 states[0].ls_base = NULL;
204 statep = &states[1];
205 state_info.base = states;
897 if (statep != &states[1])
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
H A DEmitter.java98 // Emitter is a state machine with a stack of states to handle nested
100 private final ArrayStack<EmitterState> states; field in class:Emitter
157 // Emitter is a state machine with a stack of states to handle nested
159 this.states = new ArrayStack<EmitterState>(100);
376 states.push(new ExpectDocumentEnd());
419 state = states.pop();
426 state = states.pop();
447 state = states.pop();
452 states.push(new ExpectFlowSequenceItem());
471 state = states
[all...]
/external/v8/src/compiler/
H A Descape-analysis.cc144 VirtualState(const VirtualState& states);
171 ZoneVector<VirtualState*>& states() { return states_; } function in class:v8::internal::compiler::MergeCache
350 DCHECK_GT(cache->states().size(), 0u);
354 if (cache->objects().size() == cache->states().size()) {
993 PrintF("Effect Phi #%d got new states map %p.\n", node->id(),
1003 PrintF("At Effect Phi #%d, merging states into %p:", node->id(),
1011 cache_->states().push_back(state);
1022 if (cache_->states().size() == 0) {
1172 if (VirtualState* states = virtual_states_[at->id()]) {
1173 return states
1353 VirtualState* states = virtual_states_[node->id()]; local
[all...]
H A Dbytecode-graph-builder.cc16 // Helper for generating frame states for before and after a bytecode.
182 Node* node, FrameStateBeforeAndAfter* states) {
183 if (states) {
184 states->AddToNode(node, OutputFrameStateCombine::PokeAt(0));
192 FrameStateBeforeAndAfter* states) {
194 if (states) {
195 states->AddToNode(node, OutputFrameStateCombine::PokeAt(accumulator_base_ -
204 FrameStateBeforeAndAfter* states) {
206 if (states) {
207 states
181 BindAccumulator( Node* node, FrameStateBeforeAndAfter* states) argument
190 BindRegister( interpreter::Register the_register, Node* node, FrameStateBeforeAndAfter* states) argument
202 BindRegistersToProjections( interpreter::Register first_reg, Node* node, FrameStateBeforeAndAfter* states) argument
217 RecordAfterState( Node* node, FrameStateBeforeAndAfter* states) argument
[all...]
/external/libopus/src/
H A Dopus_encoder.c566 int states[MAX_DYNAMIC_FRAMESIZE][16]; local
583 states[0][i] = -1;
589 states[0][1<<i] = i;
599 states[i][j] = j-1;
608 states[i][1<<j] = 1;
615 states[i][1<<j] = (1<<(k+1))-1;
645 best_state = states[i][best_state];
/external/libxml2/
H A Dpattern.c111 int nbState; /* number of states in the automata */
112 int maxState; /* allocated number of states */
114 int *states; /* the array of step indexes */ member in struct:_xmlStreamCtxt
150 xmlStepStatePtr states; member in struct:_xmlStepStates
464 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
465 if ((states->states == NULL) || (states->maxstates <= 0)) {
466 states->maxstates = 4;
467 states
501 xmlStepStates states = {0, 0, NULL}; /* // may require backtrack */ local
[all...]
H A Drelaxng.c321 int nbState; /* the number of states */
374 xmlRelaxNGStatesPtr states; /* the accumulated state list */ member in struct:_xmlRelaxNGValidCtxt
376 xmlRelaxNGStatesPtr freeState; /* the pool of free valid states */
1026 xmlRngVErrMemory(ctxt, "allocating states\n");
1035 xmlRngVErrMemory(ctxt, "allocating states\n");
1045 * @states: the states container
1055 xmlRelaxNGStatesPtr states,
1061 if (states->nbState >= states
1054 xmlRelaxNGAddStatesUniq(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGStatesPtr states, xmlRelaxNGValidStatePtr state) argument
1092 xmlRelaxNGAddStates(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGStatesPtr states, xmlRelaxNGValidStatePtr state) argument
1135 xmlRelaxNGFreeStates(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGStatesPtr states) argument
10171 xmlRelaxNGStatesPtr states = NULL, res = NULL; local
10315 xmlRelaxNGStatesPtr states = NULL; local
10605 xmlRelaxNGStatesPtr states, res; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1105 /* Override some states for Draw. */
1399 void** states)
1410 memcpy(state->sampler_states, states, sizeof(void*) * count);
1418 void** states)
1397 r300_bind_sampler_states(struct pipe_context* pipe, unsigned count, void** states) argument
1416 r300_lacks_vertex_textures(struct pipe_context* pipe, unsigned count, void** states) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1726 /* build states */
2235 static void si_bind_vs_sampler(struct pipe_context *ctx, unsigned count, void **states) argument
2240 static void si_bind_ps_sampler(struct pipe_context *ctx, unsigned count, void **states) argument
2243 struct si_pipe_sampler_state **rstates = (struct si_pipe_sampler_state **)states;
2260 memcpy(rctx->ps_samplers.samplers, states, sizeof(void*) * count);
/external/valgrind/callgrind/
H A Dglobal.h551 * This is the number of execution states storable in a thread.
575 exec_stack states; /* execution states interrupted by signals */ member in struct:_thread_info
/external/iproute2/misc/
H A Dss.c160 int states; member in struct:filter
168 .states = SS_CONN,
172 .states = SS_CONN,
176 .states = (1 << SS_ESTABLISHED),
180 .states = (1 << SS_ESTABLISHED),
184 .states = (1 << SS_CLOSE),
188 .states = SS_CONN,
192 .states = SS_CONN,
196 .states = (1 << SS_CLOSE),
200 .states
269 filter_states_set(struct filter *f, int states) argument
[all...]

Completed in 5273 milliseconds

1234