OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_done_
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.h
44
: cfg_(cfg), deadline_(deadline),
init_done_
(false) {
92
if (!
init_done_
) {
97
init_done_
= true;
104
bool
init_done_
;
member in class:libvpx_test::Decoder
/external/libvpx/libvpx/test/
decode_test_driver.h
44
: cfg_(cfg), flags_(0), deadline_(deadline),
init_done_
(false) {
50
: cfg_(cfg), flags_(flag), deadline_(deadline),
init_done_
(false) {
118
if (!
init_done_
) {
123
init_done_
= true;
131
bool
init_done_
;
member in class:libvpx_test::Decoder
/art/runtime/
class_linker.h
194
return
init_done_
;
1155
bool
init_done_
;
member in class:art::ClassLinker
[
all
...]
class_linker.cc
319
init_done_
(false),
360
CHECK(!
init_done_
);
[
all
...]
Completed in 403 milliseconds