OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Transitions
(Results
1 - 5
of
5
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/animation/
Transitions.java
29
* {@link android.transition
transitions
} APIs. Scenes and a TransitionManager
30
* are loaded from resource files and
transitions
are run between those scenes
33
public class
Transitions
extends Activity {
/external/llvm/utils/TableGen/
CodeGenSchedule.h
137
std::vector<CodeGenSchedTransition>
Transitions
;
DFAPacketizerEmitter.cpp
173
// A State instance also contains a collection of
transitions
from that state:
186
mutable TransitionMap
Transitions
;
211
//
transitions
.
323
assert(!
Transitions
.count(InsnClass) &&
324
"Cannot have multiple
transitions
for the same input");
325
Transitions
[InsnClass] = To;
333
return
Transitions
.count(InsnClass) > 0;
341
//
transitions
.
528
//
transitions
.
553
OS << "//
transitions
.\n"
[
all
...]
/external/webrtc/webrtc/libjingle/xmpp/
chatroommoduleimpl.cc
412
StateTransitionDescription
Transitions
[] = {
539
for (size_t i = 0; i < arraysize(
Transitions
); i++) {
540
if (
Transitions
[i].old_state == old_state &&
541
Transitions
[i].new_state == new_state) {
542
transition_desc = &
Transitions
[i];
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js
9
- packager build Core/Core Core/Array Core/String Core/Number Core/Function Core/Object Core/Event Core/Browser Core/Class Core/Class.Extras Core/Slick.Parser Core/Slick.Finder Core/Element Core/Element.Style Core/Element.Event Core/Element.Delegation Core/Element.Dimensions Core/Fx Core/Fx.CSS Core/Fx.Tween Core/Fx.Morph Core/Fx.
Transitions
Core/Request Core/Request.HTML Core/Request.JSON Core/Cookie Core/JSON Core/DOMReady
[
all
...]
Completed in 483 milliseconds