OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Transitions
(Results
1 - 4
of
4
) 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
174
// A State instance also contains a collection of
transitions
from that state:
187
mutable TransitionMap
Transitions
;
212
//
transitions
.
324
assert(!
Transitions
.count(InsnClass) &&
325
"Cannot have multiple
transitions
for the same input");
326
Transitions
[InsnClass] = To;
334
return
Transitions
.count(InsnClass) > 0;
342
//
transitions
.
526
//
transitions
.
551
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];
Completed in 3964 milliseconds