Home
last modified time | relevance | path

Searched refs:__initialized (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/crt/
Dcrtbegin.c32 static _Bool __initialized; in __do_init() local
33 if (__builtin_expect(__initialized, 0)) in __do_init()
35 __initialized = 1; in __do_init()
/external/python/cpython2/Lib/
Dthreading.py637 __initialized = False variable in Thread
683 self.__initialized = True
705 assert self.__initialized, "Thread.__init__() was not called"
727 if not self.__initialized:
926 if not self.__initialized:
966 assert self.__initialized, "Thread.__init__() not called"
971 assert self.__initialized, "Thread.__init__() not called"
983 assert self.__initialized, "Thread.__init__() not called"
994 assert self.__initialized, "Thread.__init__() not called"
1012 assert self.__initialized, "Thread.__init__() not called"
[all …]
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py183 __initialized = False # pylint:disable=invalid-name variable in _DefinitionClass
190 cls.__initialized = True
218 if cls.__initialized and name not in _POST_INIT_ATTRIBUTE_NAMES:
1168 __initialized = False # pylint:disable=invalid-name variable in Field
1254 self.__initialized = True
1269 if not self.__initialized:
/external/autotest/client/cros/
Dverity_utils.py121 self.__initialized = False
198 self.__initialized = True
/external/python/cpython2/Lib/compiler/
Dpycodegen.py198 __initialized = None variable in CodeGenerator
202 if self.__initialized is None:
204 self.__class__.__initialized = 1