OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FROZEN
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/
interface.h
41
// A
frozen
module type is one that is fully determined. Unification does not
42
// allow adding additional exports to
frozen
interfaces.
52
static Interface value_interface(VALUE +
FROZEN
); // Cached.
92
if (*ok) Chase()->flags_ |=
FROZEN
;
111
bool IsFrozen() { return Chase()->flags_ &
FROZEN
; }
126
FROZEN
= 4 // This type is fully determined
/external/replicaisland/src/com/replica/replicaisland/
GenericAnimationComponent.java
60
case
FROZEN
:
61
mSprite.playAnimation(Animation.
FROZEN
);
83
public static final int
FROZEN
= 6;
AnimationComponent.java
40
FROZEN
322
} else if (currentAction == ActionType.
FROZEN
) {
323
mSprite.playAnimation(PlayerAnimations.
FROZEN
.ordinal());
PlayerComponent.java
60
FROZEN
,
308
case
FROZEN
:
427
if (mState != State.
FROZEN
) {
504
mState = State.
FROZEN
;
505
parentObject.setCurrentAction(ActionType.
FROZEN
);
GameObject.java
66
FROZEN
GameObjectFactory.java
[
all
...]
/external/chromium_org/v8/src/
interface.h
41
// A
frozen
type is one that is fully determined. Unification does not
43
//
frozen
interfaces. Otherwise, unifying modules merges their exports.
49
// value (
frozen
) module
67
static Interface value_interface(VALUE +
FROZEN
); // Cached.
72
static Interface value_interface(VALUE + CONST +
FROZEN
); // Cached.
114
if (*ok) Chase()->flags_ |=
FROZEN
;
139
bool IsFrozen() { return Chase()->flags_ &
FROZEN
; }
207
FROZEN
= 8 // This type is fully determined
property-details.h
43
FROZEN
= SEALED | READ_ONLY,
runtime.cc
[
all
...]
objects.cc
[
all
...]
Completed in 153 milliseconds