/external/chromium_org/chrome/browser/ui/gtk/ |
event_utils_unittest.cc | 16 const guint states[] = { member in namespace:event_utils::__anon8763 39 ASSERT_EQ(arraysize(states), arraysize(flags)); 41 const int size = arraysize(states); 45 EXPECT_EQ(flags[i], EventFlagsFromGdkState(states[i])); 53 EventFlagsFromGdkState(states[i] | states[j]));
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucmstate.c | 154 /* adjust "final valid" states according to the state flags */ 186 ucm_addState(UCMStates *states, const char *s) { 189 if(states->countStates==MBCS_MAX_STATE_COUNT) { 190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT); 194 error=parseState(s, states->stateTable[states->countStates], 195 &states->stateFlags[states->countStates]); 201 ++states->countStates; 207 UCMStates *states; local [all...] |
/external/icu4c/tools/toolutil/ |
ucmstate.c | 154 /* adjust "final valid" states according to the state flags */ 186 ucm_addState(UCMStates *states, const char *s) { 189 if(states->countStates==MBCS_MAX_STATE_COUNT) { 190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT); 194 error=parseState(s, states->stateTable[states->countStates], 195 &states->stateFlags[states->countStates]); 201 ++states->countStates; 207 UCMStates *states; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/ |
dot.stg | 33 dfa(decisionRanks,states,edges,rankdir,startState,useBox) ::= << 37 <states; separator="\n"> 42 nfa(decisionRanks,states,edges,rankdir,startState) ::= << 46 <states; separator="\n"> 51 decision_rank(states) ::= << 52 {rank=same; rankdir=TB; <states; separator="; ">}
|
/external/chromium_org/third_party/libxml/src/ |
dbgen.pl | 14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", 28 $state = $states [($i / 100) % 50];
|
dbgenattr.pl | 14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", 28 $state = $states [($i / 100) % 50];
|
testAutomata.c | 37 xmlAutomataStatePtr states[1000]; local 42 states[i] = NULL; 58 states[0] = xmlAutomataGetInitState(am); 59 if (states[0] == NULL) { 88 if (states[from] == NULL) 89 states[from] = xmlAutomataNewState(am); 97 if (states[to] == NULL) 98 states[to] = xmlAutomataNewState(am); 100 xmlAutomataNewTransition(am, states[from], states[to] [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/ |
AppStateManager.java | 69 * List holding the attached app states that are pending
71 * the running app states.
76 * Holds the active states once they are initialized.
78 private final SafeArrayList<AppState> states = new SafeArrayList<AppState>(AppState.class);
field in class:AppStateManager 81 * List holding the detached app states that are pending
87 // synchronized separately.... but always on the states list. This
99 synchronized (states){
105 synchronized (states){
111 synchronized (states){
112 return states.getArray(); [all...] |
/frameworks/base/core/java/android/util/ |
StateSet.java | 25 * one or more of those states. 57 * prohibited (if negative) {@link android.view.View} states. 58 * @param stateSet an array of {@link android.view.View} states 76 // We use negative values to indicate must-NOT-match states. 84 // We've reached the end of states to match. 89 // Continue checking other must-not-match states. 96 // Continue checking other other must-match states. 105 // We've reached the end of states to match and we didn't 117 * prohibited (if negative) {@link android.view.View} states. 133 // We use negative values to indicate must-NOT-match states [all...] |
/external/chromium_org/third_party/icu/source/common/ |
unorm_it.c | 37 * chars and states either use the static buffers 40 * They are parallel arrays with states[] holding the getState() values 44 uint32_t *states; member in struct:UNormIterator 49 * api.limit: one past the last valid character in chars[], but states[limit] is valid 93 uint32_t *states; local 97 states=(uint32_t *)uprv_malloc((capacity+1)*4+capacity*2); 98 if(states==NULL) { 102 chars=(UChar *)(states+(capacity+1)); 113 uprv_memcpy(states+delta+start, uni->states+start, (limit-start+1)*4) [all...] |
rbbicst.pl | 29 $states{"pop"} = 255; # Add the "pop" to the list of defined state names. 62 if ($states{$state_name} != 0) { 65 $states{$state_name} = $num_states; 161 # We read all states first, before writing anything, so that the state numbers 162 # for the destination states are all available to be written. 184 # Check that all of the destination states have been defined 187 $states{"exit"} = 0; # Predefined state name, terminates state machine. 189 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") { 193 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) { 302 print " $states{$state_dest_state[$state]}," [all...] |
/external/icu4c/common/ |
unorm_it.c | 38 * chars and states either use the static buffers 41 * They are parallel arrays with states[] holding the getState() values 45 uint32_t *states; member in struct:UNormIterator 50 * api.limit: one past the last valid character in chars[], but states[limit] is valid 94 uint32_t *states; local 98 states=(uint32_t *)uprv_malloc((capacity+1)*4+capacity*2); 99 if(states==NULL) { 103 chars=(UChar *)(states+(capacity+1)); 114 uprv_memcpy(states+delta+start, uni->states+start, (limit-start+1)*4) [all...] |
rbbicst.pl | 29 $states{"pop"} = 255; # Add the "pop" to the list of defined state names. 62 if ($states{$state_name} != 0) { 65 $states{$state_name} = $num_states; 161 # We read all states first, before writing anything, so that the state numbers 162 # for the destination states are all available to be written. 184 # Check that all of the destination states have been defined 187 $states{"exit"} = 0; # Predefined state name, terminates state machine. 189 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") { 193 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) { 302 print " $states{$state_dest_state[$state]}," [all...] |
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
ColorStateDrawable.java | 40 protected boolean onStateChange(int[] states) { 42 for (int state : states) { 55 return super.onStateChange(states);
|
/external/chromium_org/sync/notifier/ |
fake_invalidation_state_tracker.cc | 41 const UnackedInvalidationsMap& states) { 42 unacked_invalidations_map_ = states;
|
invalidation_state_tracker.h | 53 virtual void SetSavedInvalidations(const UnackedInvalidationsMap& states) = 0;
|
/external/chromium_org/third_party/icu/source/i18n/ |
regexcst.pl | 30 $states{"pop"} = 255; # Add the "pop" to the list of defined state names. 63 if ($states{$state_name} != 0) { 66 $states{$state_name} = $num_states; 162 # We read all states first, before writing anything, so that the state numbers 163 # for the destination states are all available to be written. 185 # Check that all of the destination states have been defined 188 $states{"exit"} = 0; # Predefined state name, terminates state machine. 190 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") { 194 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) { 278 print " {doNOP, 0, 0, 0, TRUE}\n"; # State 0 is a dummy. Real states start with index = 1 [all...] |
/external/icu4c/i18n/ |
regexcst.pl | 30 $states{"pop"} = 255; # Add the "pop" to the list of defined state names. 63 if ($states{$state_name} != 0) { 66 $states{$state_name} = $num_states; 162 # We read all states first, before writing anything, so that the state numbers 163 # for the destination states are all available to be written. 185 # Check that all of the destination states have been defined 188 $states{"exit"} = 0; # Predefined state name, terminates state machine. 190 if ($states{$state_dest_state[$state]} == 0 && $state_dest_state[$state] ne "exit") { 194 if ($state_push_state[$state] ne "" && $states{$state_push_state[$state]} == 0) { 278 print " {doNOP, 0, 0, 0, TRUE}\n"; # State 0 is a dummy. Real states start with index = 1 [all...] |
/cts/tests/tests/text/src/android/text/style/cts/ |
TextAppearanceSpanTest.java | 32 int[][] states = new int[][] { new int[0], new int[0] }; local 34 ColorStateList csl = new ColorStateList(states, colors); 69 int[][] states = new int[][] { new int[0], new int[0] }; local 71 ColorStateList csl = new ColorStateList(states, colors); 78 int[][] states = new int[][] { new int[0], new int[0] }; local 80 ColorStateList csl = new ColorStateList(states, colors); 100 int[][] states = new int[][] { new int[0], new int[0] }; local 102 ColorStateList csl = new ColorStateList(states, colors); 118 int[][] states = new int[][] { new int[0], new int[0] }; local 120 ColorStateList csl = new ColorStateList(states, colors) 133 int[][] states = new int[][] { new int[0], new int[0] }; local 142 int[][] states = new int[][] { new int[0], new int[0] }; local 154 int[][] states = new int[][] { new int[0], new int[0] }; local [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/ |
ComboMove.java | 67 private List<ComboMoveState> states = new ArrayList<ComboMoveState>(); field in class:ComboMove 125 states.add(new ComboMoveState(pressed, unpressed, timeElapsed)); 132 return states.get(num); 136 return states.size();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StateAdapter.java | 84 public boolean same(Vector<State> states) { 86 if (states.size() + 1 != getCount()) { 91 if (!state.equals(states.elementAt(i-1))) { 98 public void fill(Vector<State> states) { 99 if (same(states)) { 104 addAll(states);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
HolographicViewHelper.java | 42 * Generate the pressed/focused states if necessary. 54 StateListDrawable states = new StateListDrawable(); local 56 states.addState(new int[] {android.R.attr.state_pressed}, outlineD); 57 states.addState(new int[] {android.R.attr.state_focused}, outlineD); 58 states.addState(new int[] {R.attr.stateHotwordOn}, hotwordD); 59 states.addState(new int[] {}, originalD); 60 v.setImageDrawable(states); 65 * Invalidates the pressed/focused states.
|
/external/chromium-trace/trace-viewer/src/ui/ |
mouse_mode_selector.css | 26 background: url(../images/ui-states.png) 2px 3px no-repeat; 36 background-image: url(../images/ui-states.png); 45 background-image: url(../images/ui-states.png); 54 background-image: url(../images/ui-states.png);
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothPan.aidl | 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
|
/external/chromium_org/sync/tools/ |
null_invalidation_state_tracker.h | 28 const UnackedInvalidationsMap& states) OVERRIDE;
|