HomeSort by relevance Sort by last modified time
    Searched defs:transitions (Results 1 - 25 of 32) sorted by null

1 2

  /packages/apps/VideoEditor/src/com/android/videoeditor/
TransitionType.java 48 * Get transitions for the specified category
52 * @return The array of transitions of the specified category
55 final TransitionType[] transitions = new TransitionType[8]; local
56 transitions[0] = new TransitionType(
59 transitions[1] = new TransitionType(
62 transitions[2] = new TransitionType(
65 transitions[3] = new TransitionType(
68 transitions[4] = new TransitionType(
71 transitions[5] = new TransitionType(
74 transitions[6] = new TransitionType
    [all...]
TransitionsActivity.java 88 final TransitionType[] transitions = mAdapter.getTransitions(); local
89 for (int i = 0; i < transitions.length; i++) {
90 if (transitions[i].getType() == transitionType) {
  /external/bison/src/
state.h 54 Each transition structure describes the possible transitions out
56 contains a vector of numbers of the states that transitions can go
61 deletes transitions by having them point to zero.
108 | Transitions. |
115 } transitions; typedef in typeref:struct:__anon2788
119 TRANSITIONS->states[Num]? Can be a token (amongst which the error
122 #define TRANSITION_SYMBOL(Transitions, Num) \
123 (Transitions->states[Num]->accessing_symbol)
125 /* Is the TRANSITIONS->states[Num] a shift? (as opposed to gotos). */
127 #define TRANSITION_IS_SHIFT(Transitions, Num)
202 transitions *transitions; member in struct:state
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 74 /** Track the transitions emanating from this DFA state. The List
77 protected List<Transition> transitions = field in class:DFAState
156 * can easily check for non-epsilon transitions because the only
159 * for all possible transitions. That is of the order: size(label space)
177 return (Transition)transitions.get(i);
181 return transitions.size();
185 transitions.add(t);
192 transitions.add( new Transition(label, target) );
193 return transitions.size()-1;
197 return transitions.get(trans)
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 491 int transitions = 0; local
494 transitions++;
496 EXPECT_EQ(transitions, 4); // We have two contiguous peaks. Good going!
  /external/chromium_org/v8/src/
objects-visiting-inl.h 355 // When map collection is enabled we have to mark through map's transitions
557 // inside its transitions array is marked. Skip recording the back
561 // Treat pointers in the transitions array as weak and also mark that
565 TransitionArray* transitions = map->unchecked_transition_array(); local
566 if (transitions->IsTransitionArray()) {
567 MarkTransitionArray(heap, transitions);
570 ASSERT(transitions->IsMap() || transitions->IsUndefined());
601 // Mark the pointer fields of the Map. Since the transitions array has
612 Heap* heap, TransitionArray* transitions) {
    [all...]
property.h 32 #include "transitions.h"
283 // Property callbacks does not include transitions to callbacks.
322 // Is the result is a property excluding transitions and the null descriptor?
377 TransitionArray* transitions = map->transitions(); local
378 return transitions->GetTarget(number_);
387 TransitionArray* transitions = map->transitions(); local
388 return transitions->GetTargetDetails(number_);
410 return map->transitions()->GetTarget(number_)
    [all...]
heap-snapshot-generator.cc 1129 TransitionArray* transitions = map->transitions(); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsContainerView.java 50 // TODO: Setup the layout transitions
51 LayoutTransition transitions = getLayoutTransition(); local
PhoneStatusBar.java     [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 71 int[] transitions = new int[tzh_timecnt]; local
72 it.readIntArray(transitions, 0, transitions.length);
92 return new ZoneInfo(id, transitions, type, gmtOffsets, isDsts);
95 private ZoneInfo(String name, int[] transitions, byte[] types, int[] gmtOffsets, byte[] isDsts) {
96 mTransitions = transitions;
301 ",transitions=" + mTransitions.length +
  /cts/tools/dasm/src/java_cup/
lalr_state.java 9 * A state consists of an LALR item set and a set of transitions to other
138 /** List of transitions out of this state. */
141 /** List of transitions out of this state. */
142 public lalr_transition transitions() {return _transitions;} method in class:lalr_state
237 * it attempts to extend the machine by creating transitions out of
432 * are indexed by terminal symbols and correspond to either transitions
436 * reduce-goto table is indexed by non terminals and represents transitions
511 for (lalr_transition trans=transitions(); trans!=null; trans=trans.next())
738 /* do the transitions */
739 for (tr = transitions(); tr != null; tr = tr.next()
    [all...]
  /frameworks/base/core/java/android/transition/
TransitionManager.java 30 * This class manages the set of transitions that fire when there is a
34 * transitions for scene changes is not required; by default, a Scene change
36 * situations. Specifying other transitions for particular scene changes is
46 * transitions:</p>
58 * Information on XML resource descriptions for transitions can be found for
202 ArrayMap<ViewGroup, ArrayList<Transition>> transitions = local
205 transitions);
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 203 int[] transitions = null; local
205 transitions = new int[NUM_OF_TRANSITIONS];
211 transitions[numOfTransitions++] = objTransitions[i];
217 return transitions;
337 " same dst, same transitions:\n" + this.toString() + "\n" + other.toString());
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 193 // This are the transitions we want:
285 TransitionStore transitions = mActivity.getTransitionStore(); local
286 transitions.put(
289 transitions.put(PhotoPage.KEY_INDEX_HINT, slotIndex);
570 TransitionStore transitions = mActivity.getTransitionStore();
571 transitions.put(PhotoPage.KEY_INDEX_HINT, slotIndex);
572 transitions.put(PhotoPage.KEY_OPEN_ANIMATION_RECT,
PhotoPage.java 1354 TransitionStore transitions = mActivity.getTransitionStore(); local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 157 // A collection of transitions from one ZoneType to another, together
159 // list of transitions between a smaller list of ZoneTypes.
164 vector<Transition> transitions; member in struct:ZoneInfo
362 // Build transitions vector out of corresponding times and types.
375 // transitions into zoneinfo.res, because data is limited to singed
379 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i]));
384 // If there are any transitions before the 32bit minimum time,
386 vector<Transition>::iterator itr = info.transitions.begin();
387 info.transitions.insert(itr, Transition(LOWEST_TIME32, transitionTypes[minidx]));
395 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i]))
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 1952 const int transitions = 10 - 3; local
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 157 // A collection of transitions from one ZoneType to another, together
159 // list of transitions between a smaller list of ZoneTypes.
164 vector<Transition> transitions; member in struct:ZoneInfo
362 // Build transitions vector out of corresponding times and types.
375 // transitions into zoneinfo.res, because data is limited to singed
379 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i]));
384 // If there are any transitions before the 32bit minimum time,
386 vector<Transition>::iterator itr = info.transitions.begin();
387 info.transitions.insert(itr, Transition(LOWEST_TIME32, transitionTypes[minidx]));
395 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i]))
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 936 sp<ResourceTypeSet> transitions; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 315 int transcount; /* the number of chars in char counted transitions */
457 int *transitions; local
467 * 3/ build a table state x atom for the transitions
539 transitions = (int *) xmlMalloc((nbstates + 1) *
541 if (transitions == NULL) {
548 memset(transitions, 0, (nbstates + 1) * (nbatoms + 1) * sizeof(int));
566 transitions[stateno * (nbatoms + 1)] = state->type;
586 * if the same atom can generate transitions to 2 different
590 prev = transitions[stateno * (nbatoms + 1) + atomno + 1];
601 xmlFree(transitions);
    [all...]
  /external/libxml2/
xmlregexp.c 315 int transcount; /* the number of chars in char counted transitions */
457 int *transitions; local
467 * 3/ build a table state x atom for the transitions
539 transitions = (int *) xmlMalloc((nbstates + 1) *
541 if (transitions == NULL) {
548 memset(transitions, 0, (nbstates + 1) * (nbatoms + 1) * sizeof(int));
566 transitions[stateno * (nbatoms + 1)] = state->type;
586 * if the same atom can generate transitions to 2 different
590 prev = transitions[stateno * (nbatoms + 1) + atomno + 1];
601 xmlFree(transitions);
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 522 milliseconds

1 2