OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNLOADED
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/mips/
codegen-mips.h
77
enum Type {
UNLOADED
= -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
92
ASSERT_NE(
UNLOADED
, type_);
93
type_ =
UNLOADED
;
103
bool is_unloaded() const { return type_ ==
UNLOADED
; }
123
// is popped from beneath it (
unloaded
).
/frameworks/base/media/jni/soundpool/
SoundPool.h
52
enum sample_state {
UNLOADED
, LOADING, READY, UNLOADING };
SoundPool.cpp
477
mState =
UNLOADED
;
Completed in 142 milliseconds