HomeSort by relevance Sort by last modified time
    Searched refs:states (Results 126 - 150 of 642) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 77 self.lexstatere = {} # Dictionary mapping lexer states to master regexs
78 self.lexstateretext = {} # Dictionary mapping lexer states to regex strings
80 self.lexstatestack = [] # Stack of lexer states
461 # state names, this function returns a tuple (states,tokenname) where states
472 states = tuple(parts[1:i])
474 states = ('INITIAL',)
476 if 'ANY' in states:
477 states = tuple(names.keys())
480 return (states,tokenname
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 117 states st; /* current states */
118 states fresh; /* states for a fresh start */
119 states tmp; /* temporary */
120 states empty; /* empty set of states */
134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft)
    [all...]
regexec.c 108 /* macros for manipulating states, small version */
109 #define states unsigned long macro
136 #undef states macro
156 /* macros for manipulating states, large version */
157 #define states char * macro
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 81 states st; /* current states */
82 states fresh; /* states for a fresh start */
83 states tmp; /* temporary */
84 states empty; /* empty set of states */
92 static states step(struct re_guts *, sopno, sopno, states, int, states);
    [all...]
  /external/bison/src/
print_graph.c 151 state *s1 = trans->states[i];
205 print_state (states[i], fgraph);
LR0.c 1 /* Generate the LR(0) parser states for Bison.
234 | SHIFTSET is set up as a vector of those states. |
300 | Build STATES. |
306 states = xcalloc (nstates, sizeof *states);
313 the states have valid transitions and reductions members,
322 states[s->number] = s;
333 | Compute the LR(0) parser states (see state.h for details) from the |
349 /* States are queued when they are created; process them all. */
362 /* Find the itemsets of the states that shifts can reach. *
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
report_test.py 139 states = page_state.PageState.query().fetch()
140 self.assertEqual(0, len(states))
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 186 SVGA3dTextureState **states,
191 SVGA3dRenderState **states,
  /external/robolectric/v1/src/test/java/android/webkit/
TestWebSettingsTest.java 154 WebSettings.PluginState[] states = { local
160 for (WebSettings.PluginState state : states) {
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadsetClient.aidl 36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
  /frameworks/base/core/java/com/android/internal/view/
IInputContext.aidl 70 void clearMetaKeyStates(int states);
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 99 public boolean clearMetaKeyStates(int states) {
105 kl.clearMetaKeyState(mTextView, content, states);
  /system/bt/doc/
power_management.md 10 Power states are managed per-device, per-profile, so every incoming event
28 states. Responses are handled in an asynchronous fashion, primarily via the
35 Overall power states are managed *per device*, not per connection, but the power
40 states it wants ACTIVE, the power management code will change to ACTIVE.
86 Throughout the `bta_dm_pm.c` file, connections whose power management states are
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.s 15 ;; Changing interrupt states in two successive instructions
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 179 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[rs->rstate.id] = NULL
    [all...]
  /external/v8/src/compiler/
escape-analysis.h 51 VirtualState* states);
  /external/autotest/server/site_tests/network_WiFi_ProfileBasic/
network_WiFi_ProfileBasic.py 51 def _assert_state_transition(self, ssid, states):
52 """Raise an error if a WiFi service doesn't transition to |states|.
55 @param states: list of string states to wait for.
59 ssid, states,
64 raise error.TestFail('Timed out waiting for states: %r in %f '
66 (states, duration_seconds, state))
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionStack.java 37 * These are states that usually indicate the user took an action and should
46 * These are states that usually indicate the user took an action if they
58 // The last record that either entered one of the playing states or was
392 private boolean containsState(int state, int[] states) {
393 for (int i = 0; i < states.length; i++) {
394 if (states[i] == state) {
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
TargetDrawable.java 100 int[] states = d.getState(); local
101 for (int i = 0; i < states.length; i++) {
102 if (states[i] == android.R.attr.state_focused) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
OrientationMenuAction.java 61 // Show toggles for all the available states
67 List<State> states = device.getAllStates(); local
69 if (states.size() > 1 && current != null) {
77 for (State config : states) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 60 * 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 come about because the analysis algorithm had t
    [all...]
  /external/avahi/avahi-gobject/
ga-entry-group.c 191 } 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;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 492 int[] states = KEY_STATE_NORMAL; local
496 states = KEY_STATE_PRESSED_ON;
498 states = KEY_STATE_NORMAL_ON;
503 states = KEY_STATE_PRESSED_OFF;
505 states = KEY_STATE_NORMAL_OFF;
509 states = KEY_STATE_PRESSED;
513 return states;
  /external/libxml2/
xmlregexp.c 231 /* knowing states ponting to us can speed things up */
261 xmlRegStatePtr *states; member in struct:_xmlAutomata
275 xmlRegStatePtr *states; member in struct:_xmlRegexp
322 * A stack of rollback states
441 ret->states = ctxt->states;
468 * 1/ counting the effective number of states left
481 if (ret->states[i] != NULL) {
489 printf("Final: %d states\n", nbstates);
568 state = ret->states[i]
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatDrawableManager.java 611 final int[][] states = new int[4][]; local
619 states[i] = ThemeUtils.DISABLED_STATE_SET;
620 colors[i] = tint == null ? disabledColor : tint.getColorForState(states[i], 0);
623 states[i] = ThemeUtils.PRESSED_STATE_SET;
625 tint == null ? baseColor : tint.getColorForState(states[i], 0));
628 states[i] = ThemeUtils.FOCUSED_STATE_SET;
630 tint == null ? baseColor : tint.getColorForState(states[i], 0));
634 states[i] = ThemeUtils.EMPTY_STATE_SET;
635 colors[i] = tint == null ? baseColor : tint.getColorForState(states[i], 0);
638 return new ColorStateList(states, colors)
    [all...]

Completed in 2608 milliseconds

1 2 3 4 56 7 8 91011>>