OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__initialized
(Results
1 - 15
of
15
) sorted by null
/external/bison/lib/
getopt_int.h
82
int
__initialized
;
81
int
__initialized
;
member in struct:_getopt_data
getopt.c
361
if (d->optind == 0 || !d->
__initialized
)
367
d->
__initialized
= 1;
[
all
...]
/external/jetty/src/java/org/eclipse/jetty/util/log/
Log.java
138
private static boolean
__initialized
;
field in class:Log
149
if (
__initialized
)
153
__initialized
= true;
/prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py
644
__initialized
= False
variable in class:Thread
690
self.
__initialized
= True
712
assert self.
__initialized
, "Thread.__init__() was not called"
734
if not self.
__initialized
:
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
threading.py
644
__initialized
= False
variable in class:Thread
690
self.
__initialized
= True
712
assert self.
__initialized
, "Thread.__init__() was not called"
734
if not self.
__initialized
:
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py
644
__initialized
= False
variable in class:Thread
690
self.
__initialized
= True
712
assert self.
__initialized
, "Thread.__init__() was not called"
734
if not self.
__initialized
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py
644
__initialized
= False
variable in class:Thread
690
self.
__initialized
= True
712
assert self.
__initialized
, "Thread.__init__() was not called"
734
if not self.
__initialized
:
[
all
...]
/external/autotest/client/cros/
verity_utils.py
118
self.
__initialized
= False
198
self.
__initialized
= True
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages.py
185
__initialized
= False
variable in class:_DefinitionClass
192
cls.
__initialized
= True
211
Once __init__ has set the
__initialized
flag to True prohibits setting any
218
if cls.
__initialized
and name not in _POST_INIT_ATTRIBUTE_NAMES:
1149
__initialized
= False
variable in class:Field
[
all
...]
/external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js
226
WebSocket.
__initialized
= false;
247
if (WebSocket.
__initialized
) return;
248
WebSocket.
__initialized
= true;
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pycodegen.py
198
__initialized
= None
variable in class:CodeGenerator
202
if self.
__initialized
is None:
204
self.__class__.
__initialized
= 1
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pycodegen.py
198
__initialized
= None
variable in class:CodeGenerator
202
if self.
__initialized
is None:
204
self.__class__.
__initialized
= 1
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py
198
__initialized
= None
variable in class:CodeGenerator
202
if self.
__initialized
is None:
204
self.__class__.
__initialized
= 1
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py
198
__initialized
= None
variable in class:CodeGenerator
202
if self.
__initialized
is None:
204
self.__class__.
__initialized
= 1
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar
Completed in 1069 milliseconds