OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNLOADED
(Results
1 - 2
of
2
) 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 };
Completed in 73 milliseconds