OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Transitions
(Results
1 - 12
of
12
) sorted by null
/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:__anon72
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/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp
78
// A State instance also contains a collection of
transitions
from that state:
89
TransitionMap
Transitions
;
104
//
transitions
.
174
assert(!
Transitions
.count(InsnClass) &&
175
"Cannot have multiple
transitions
for the same input");
176
Transitions
[InsnClass] = To;
184
return
Transitions
.count(InsnClass) > 0;
276
//
transitions
.
284
// This table provides a map to the beginning of the
transitions
for State s
291
// Tracks the total valid
transitions
encountered so far. It is use
[
all
...]
CodeGenSchedule.cpp
[
all
...]
SubtargetEmitter.cpp
854
TI = SCI->
Transitions
.begin(), TE = SCI->
Transitions
.end();
[
all
...]
CodeGenSchedule.h
137
std::vector<CodeGenSchedTransition>
Transitions
;
/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/chromium_org/chrome/tools/
history-viz.py
86
the .
transitions
array."""
90
self.
transitions
= []
92
def
Transitions
(self):
95
for trans in self.
transitions
:
172
edge.
transitions
.append(trans)
212
# Gather up all the
transitions
into the label.
214
transitions
= edge.
Transitions
()
215
for trans, count in
transitions
.items():
237
# If the edge is from the start and the
transitions
are fishy, make i
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
chatroommoduleimpl.cc
432
StateTransitionDescription
Transitions
[] = {
558
for (int i=0; i < ARRAY_SIZE(
Transitions
); i++) {
559
if (
Transitions
[i].old_state == old_state &&
560
Transitions
[i].new_state == new_state) {
561
transition_desc = &
Transitions
[i];
/external/oprofile/events/i386/westmere/
unit_masks
91
0x01 to_fp
Transitions
from MMX to Floating Point instructions
92
0x02 to_mmx
Transitions
from Floating Point to MMX instructions
93
0x03 any All Floating Point to and from MMX
transitions
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.js
11
//
Transitions
durations.
55
// Whether animated
transitions
are enabled.
255
* Returns default duration of animated
transitions
, in ms.
262
* Returns duration of
transitions
of background shield, in ms.
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js
[
all
...]
concat-jquery-mootools-prototype.js
[
all
...]
Completed in 324 milliseconds