Home
last modified time | relevance | path

Searched refs:transition (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/external/antlr/tool/src/main/java/org/antlr/analysis/
DNFAState.java48 public Transition[] transition = new Transition[MAX_TRANSITIONS]; field in NFAState
122 if ( numTransitions>transition.length ) { in addTransition()
123 throw new IllegalArgumentException("You can only have "+transition.length+" transitions"); in addTransition()
126 transition[numTransitions] = e; in addTransition()
147 transition[0] = e; in setTransition0()
148 transition[1] = null; in setTransition0()
153 public Transition transition(int i) { in transition() method in NFAState
154 return transition[i]; in transition()
DDFA.java214 public Vector<Vector<Integer>> transition; field in DFA
330 if ( transition==null || transition.isEmpty() ) {
333 List<List<? extends String>> encoded = new ArrayList<List<? extends String>>(transition.size());
335 for (int i = 0; i < transition.size(); i++) {
336 Vector<Integer> transitionsForState = transition.elementAt(i);
413 transition = new Vector<Vector<Integer>>(this.getNumberOfStates()); // Vector<Vector<int>>
414 transition.setSize(this.getNumberOfStates());
504 Transition edge = s.transition(j);
553 transition.set(s.stateNumber, stateTransitions);
555 Transition edge = s.transition(j);
[all …]
DLL1Analyzer.java218 Transition transition0 = s.transition[0]; in _FIRST()
270 Transition transition1 = s.transition[1]; in _FIRST()
314 Transition transition0 = s.transition[0]; in _detectConfoundingPredicates()
375 Transition transition1 = s.transition[1]; in _detectConfoundingPredicates()
410 Transition transition0 = s.transition[0]; in _getPredicates()
431 s == altStartState.transition[0].target ) in _getPredicates()
441 Transition transition1 = s.transition[1]; in _getPredicates()
/external/llvm/test/Verifier/
Doperand-bundles.ll52 ; CHECK: Multiple gc-transition operand bundles
53 ; CHECK-NEXT: call void @g() [ "gc-transition"(i32 42, i64 100, i32 %x), "gc-transition"(float 0.00…
54 ; CHECK-NOT: call void @g() [ "gc-transition"(i32 42, i64 120, i32 %x) ]
58 …call void @g() [ "gc-transition"(i32 42, i64 100, i32 %x), "gc-transition"(float 0.0, i64 100, i32…
59 …call void @g() [ "gc-transition"(i32 42, i64 120) ] ;; The verifier should not complain about thi…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Doperand-bundles.ll52 ; CHECK: Multiple gc-transition operand bundles
53 ; CHECK-NEXT: call void @g() [ "gc-transition"(i32 42, i64 100, i32 %x), "gc-transition"(float 0.00…
54 ; CHECK-NOT: call void @g() [ "gc-transition"(i32 42, i64 120, i32 %x) ]
58 …call void @g() [ "gc-transition"(i32 42, i64 100, i32 %x), "gc-transition"(float 0.0, i64 100, i32…
59 …call void @g() [ "gc-transition"(i32 42, i64 120) ] ;; The verifier should not complain about thi…
/external/perfetto/ui/src/assets/
Drecord.scss65 @include transition();
93 transition: line-height .25s ease;
100 @include transition(0.5s);
113 transition-duration: 0.25s;
114 transition-delay: 0.0s;
131 transition: opacity 0.25s ease;
173 transition: color 0.2s ease;
182 transition: filter 0.2s ease, opacity 0.2s ease;
221 transition: all 0.3s ease;
240 transition: all 0.3s ease;
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dbootstrap.js34 $.support.transition = (function () { function
126 $.support.transition && $parent.hasClass('fade') ?
127 $parent.on($.support.transition.end, removeElement) :
351 if ($.support.transition && this.$element.hasClass('slide')) {
358 this.$element.one($.support.transition.end, function () {
485 this.transition('addClass', $.Event('show'), 'shown')
494 this.transition('removeClass', $.Event('hide'), 'hidden')
511 , transition: function (method, startEvent, completeEvent) { method in Collapse
527 $.support.transition && this.$element.hasClass('collapse') ?
528 this.$element.one($.support.transition.end, complete) :
[all …]
/external/libjpeg-turbo/doc/html/
Ddoxygen.css35 -webkit-transition: text-shadow 0.5s linear;
36 -moz-transition: text-shadow 0.5s linear;
37 -ms-transition: text-shadow 0.5s linear;
38 -o-transition: text-shadow 0.5s linear;
39 transition: text-shadow 0.5s linear;
192 -webkit-transition-property: background-color, box-shadow;
193 -webkit-transition-duration: 0.5s;
194 -moz-transition-property: background-color, box-shadow;
195 -moz-transition-duration: 0.5s;
196 -ms-transition-property: background-color, box-shadow;
[all …]
/external/libnl/doc/
Dlibnl.css30 -webkit-transition: text-shadow 0.5s linear;
31 -moz-transition: text-shadow 0.5s linear;
32 -ms-transition: text-shadow 0.5s linear;
33 -o-transition: text-shadow 0.5s linear;
34 transition: text-shadow 0.5s linear;
187 -webkit-transition-property: background-color, box-shadow;
188 -webkit-transition-duration: 0.5s;
189 -moz-transition-property: background-color, box-shadow;
190 -moz-transition-duration: 0.5s;
191 -ms-transition-property: background-color, box-shadow;
[all …]
/external/v8/src/
Dtransitions.cc223 int transition = transitions()->Search(kind, name, attributes); in SearchTransition() local
224 if (transition == kNotFound) return nullptr; in SearchTransition()
225 return transitions()->GetTarget(transition); in SearchTransition()
233 int transition = transitions()->SearchSpecial(name); in SearchSpecial() local
234 if (transition == kNotFound) return nullptr; in SearchSpecial()
235 return transitions()->GetTarget(transition); in SearchSpecial()
559 int TransitionArray::SearchDetails(int transition, PropertyKind kind, in SearchDetails() argument
563 DCHECK(transition < nof_transitions); in SearchDetails()
564 Name* key = GetKey(transition); in SearchDetails()
565 for (; transition < nof_transitions && GetKey(transition) == key; in SearchDetails()
[all …]
Dtransitions.h147 static inline PropertyDetails GetSimpleTargetDetails(Map* transition) { in GetSimpleTargetDetails() argument
148 return transition->GetLastDescriptorDetails(); in GetSimpleTargetDetails()
151 static inline Name* GetSimpleTransitionKey(Map* transition) { in GetSimpleTransitionKey() argument
152 int descriptor = transition->LastAdded(); in GetSimpleTransitionKey()
153 return transition->instance_descriptors()->GetKey(descriptor); in GetSimpleTransitionKey()
310 int SearchDetails(int transition, PropertyKind kind,
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_content.lua3 < transition =slide>
13 <transition= fade>
22 <transition= rotate>
30 <transition= zoom>
Dslides.lua228 local transition
230 transition = gTransitionTable[nextSlide.transition]
232 transition = gTransitionTable[prevSlide.transition]
235 if not transition then
236 transition = fade_slide_transition
241 gCurrAnimation = transition(prevDrawable, nextDrawable, is_forward)
/external/skia/resources/lua/
Dslides_content.lua3 < transition =slide>
13 <transition= fade>
22 <transition= rotate>
30 <transition= zoom>
Dslides.lua228 local transition
230 transition = gTransitionTable[nextSlide.transition]
232 transition = gTransitionTable[prevSlide.transition]
235 if not transition then
236 transition = fade_slide_transition
241 gCurrAnimation = transition(prevDrawable, nextDrawable, is_forward)
/external/skqp/resources/lua/
Dslides_content.lua3 < transition =slide>
13 <transition= fade>
22 <transition= rotate>
30 <transition= zoom>
Dslides.lua228 local transition
230 transition = gTransitionTable[nextSlide.transition]
232 transition = gTransitionTable[prevSlide.transition]
235 if not transition then
236 transition = fade_slide_transition
241 gCurrAnimation = transition(prevDrawable, nextDrawable, is_forward)
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DDFA.as3 /** A DFA implemented as a set of transition tables.
21 protected var transition:Array; // short[][]
33 eot:Array, eof:Array, min:Array, max:Array, accept:Array, special:Array, transition:Array,
45 this.transition = transition;
94 // look for a normal char transition
97 var snext:int = transition[s][c-min[s]]; // move to next state
99 // was in range but not a normal transition
104 if ( debug ) trace("EOT transition");
122 if ( debug ) trace("EOT transition");
137 for (var p:int=0; p<transition[s].length; p++) {
[all …]
/external/okhttp/website/static/
Dbootstrap.min.js6transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransiti… method in t
/external/tinyxml2/docs/
Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
201 -webkit-transition-property: background-color, box-shadow;
202 -webkit-transition-duration: 0.5s;
203 -moz-transition-property: background-color, box-shadow;
204 -moz-transition-duration: 0.5s;
205 -ms-transition-property: background-color, box-shadow;
[all …]
/external/epid-sdk/doc/html/
Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
201 -webkit-transition-property: background-color, box-shadow;
202 -webkit-transition-duration: 0.5s;
203 -moz-transition-property: background-color, box-shadow;
204 -moz-transition-duration: 0.5s;
205 -ms-transition-property: background-color, box-shadow;
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
DActivityFlinger.java92 ActivityTransition transition = mActivityTransitions.get(context.getClass()); in attachView() local
93 if (transition.mLeft != null) { in attachView()
94 mListener.mLeftRunnable = new StartActivityRunnable(context, transition.mLeft); in attachView()
96 if (transition.mRight != null) { in attachView()
97 mListener.mRightRunnable = new StartActivityRunnable(context, transition.mRight); in attachView()
/external/antlr/runtime/Python/antlr3/
Ddfa.py49 eot, eof, min, max, accept, special, transition argument
61 self.transition = transition
99 snext = self.transition[s][c-self.min[s]]
/external/antlr/runtime/Python3/antlr3/
Ddfa.py49 eot, eof, min, max, accept, special, transition argument
61 self.transition = transition
92 snext = self.transition[s][c-self.min[s]]
/external/icu/icu4c/source/i18n/
Dolsontz.cpp496 int64_t transition = transitionTimeInSeconds(transIdx); in getHistoricalOffset() local
498 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) { in getHistoricalOffset()
512 transition += offsetBefore; in getHistoricalOffset()
515 transition += offsetAfter; in getHistoricalOffset()
517 transition += offsetBefore; in getHistoricalOffset()
521 transition += offsetAfter; in getHistoricalOffset()
527 transition += offsetAfter; in getHistoricalOffset()
530 transition += offsetBefore; in getHistoricalOffset()
532 transition += offsetBefore; in getHistoricalOffset()
536 transition += offsetAfter; in getHistoricalOffset()
[all …]

12345678910>>...18