OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_initialized_
(Results
1 - 8
of
8
) sorted by null
/development/host/windows/usb/api/
AdbWinApi.cpp
37
is_initialized_
(false) {
57
if (
is_initialized_
) {
62
is_initialized_
= true;
95
bool
is_initialized_
;
member in class:CAdbWinApiModule
/external/chromium/chrome/browser/notifications/
notifications_prefs_cache.h
29
void set_is_initialized(bool val) {
is_initialized_
= val; }
30
bool is_initialized() { return
is_initialized_
; }
77
bool
is_initialized_
;
member in class:NotificationsPrefsCache
notifications_prefs_cache.cc
17
is_initialized_
(false) {
99
if (
is_initialized_
) {
/external/chromium/net/socket/
client_socket_handle.cc
17
:
is_initialized_
(false),
48
is_initialized_
= false;
88
is_initialized_
= true;
91
is_initialized_
= true;
client_socket_handle.h
95
bool is_initialized() const { return
is_initialized_
; }
164
bool
is_initialized_
;
member in class:net::ClientSocketHandle
/external/v8/test/cctest/
test-decls.cc
53
if (
is_initialized_
) {
92
bool
is_initialized_
;
member in class:DeclarationContext
105
:
is_initialized_
(false), get_count_(0), set_count_(0), query_count_(0) {
111
if (
is_initialized_
) return;
122
is_initialized_
= true;
/external/v8/src/
log.h
384
bool
is_initialized_
;
member in class:v8::internal::Logger
log.cc
350
is_initialized_
(false),
[
all
...]
Completed in 827 milliseconds