Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 1446) sorted by relevance

12345678910>>...58

/third_party/typescript/tests/baselines/reference/
DconstDeclarations-errors.errors.txt1 …/compiler/constDeclarations-errors.ts(2,7): error TS1155: 'const' declarations must be initialized.
2 …/compiler/constDeclarations-errors.ts(3,7): error TS1155: 'const' declarations must be initialized.
3 …/compiler/constDeclarations-errors.ts(4,7): error TS1155: 'const' declarations must be initialized.
4 …compiler/constDeclarations-errors.ts(4,11): error TS1155: 'const' declarations must be initialized.
5 …compiler/constDeclarations-errors.ts(4,15): error TS1155: 'const' declarations must be initialized.
6 …compiler/constDeclarations-errors.ts(4,27): error TS1155: 'const' declarations must be initialized.
8 …ompiler/constDeclarations-errors.ts(12,11): error TS1155: 'const' declarations must be initialized.
9 …ompiler/constDeclarations-errors.ts(15,20): error TS1155: 'const' declarations must be initialized.
16 !!! error TS1155: 'const' declarations must be initialized.
19 !!! error TS1155: 'const' declarations must be initialized.
[all …]
DderivedClassParameterProperties.errors.txt1 …l must be the first statement in the constructor when a class contains initialized properties, par…
2 …l must be the first statement in the constructor when a class contains initialized properties, par…
4 …l must be the first statement in the constructor when a class contains initialized properties, par…
7 …l must be the first statement in the constructor when a class contains initialized properties, par…
35 …l must be the first statement in the constructor when a class contains initialized properties, par…
55 …l must be the first statement in the constructor when a class contains initialized properties, par…
94 …l must be the first statement in the constructor when a class contains initialized properties, par…
127 …l must be the first statement in the constructor when a class contains initialized properties, par…
/third_party/boost/boost/utility/
Dvalue_init.hpp76 class initialized class
88 initialized(): in initialized() function in boost::initialized
97 explicit initialized(T const & arg): data_( arg ) in initialized() function in boost::initialized
114 void swap(initialized & arg) in swap()
135 T const& get ( initialized<T> const& x ) in get()
142 T& get ( initialized<T>& x ) in get()
149 void swap ( initialized<T> & lhs, initialized<T> & rhs ) in swap()
160 initialized<T> m_data;
230 return initialized<T>().data(); in operator T()
/third_party/glib/tests/
Donceinit.c61 static gsize initialized = 0; in initializer1() local
62 if (g_once_init_enter (&initialized)) in initializer1()
66 g_once_init_leave (&initialized, initval); in initializer1()
73 static gsize initialized = 0; in initializer2() local
74 if (g_once_init_enter (&initialized)) in initializer2()
78 g_once_init_leave (&initialized, (gsize) pointer_value); in initializer2()
80 return (void*) initialized; in initializer2()
86 static gsize initialized = 0; in initializer3() local
87 if (g_once_init_enter (&initialized)) in initializer3()
92 g_once_init_leave (&initialized, initval); in initializer3()
[all …]
/third_party/boost/libs/thread/src/pthread/
Donce_atomic.cpp25 uninitialized, in_progress, initialized enumerator
39 if (f.load(memory_order_acquire) != initialized) in enter_once_region()
42 if (f.load(memory_order_acquire) != initialized) in enter_once_region()
52 else if (expected == initialized) in enter_once_region()
74 f.store(initialized, memory_order_release); in commit_once_region()
/third_party/python/Lib/test/
Dtest_subclassinit.py8 initialized = False variable in Test.test_init_subclass.A
12 cls.initialized = True
17 self.assertFalse(A.initialized)
18 self.assertTrue(B.initialized)
22 initialized = False variable in Test.test_init_subclass_dict.A
26 cls.initialized = True
31 self.assertFalse(A.initialized)
32 self.assertTrue(B.initialized)
66 cls.initialized = cls
74 self.assertIs(A.initialized, A)
[all …]
/third_party/boost/boost/geometry/strategies/
Dintersection_result.hpp30 bool initialized; member
32 : initialized(false) in fraction_type()
38 initialized = true; in assign()
45 initialized = true; in assign()
/third_party/gettext/gettext-runtime/intl/
Dlock.c296 lock->initialized = 1; in glthread_rwlock_init_multithreaded()
303 if (!lock->initialized) in glthread_rwlock_rdlock_multithreaded()
310 if (!lock->initialized) in glthread_rwlock_rdlock_multithreaded()
329 if (!lock->initialized) in glthread_rwlock_wrlock_multithreaded()
336 if (!lock->initialized) in glthread_rwlock_wrlock_multithreaded()
355 if (!lock->initialized) in glthread_rwlock_unlock_multithreaded()
365 if (!lock->initialized) in glthread_rwlock_destroy_multithreaded()
370 lock->initialized = 0; in glthread_rwlock_destroy_multithreaded()
585 lock->initialized = 1; in glthread_recursive_lock_init_multithreaded()
592 if (!lock->initialized) in glthread_recursive_lock_lock_multithreaded()
[all …]
/third_party/eudev/src/udev/
Dudev-builtin.c30 static bool initialized; variable
51 if (initialized) in udev_builtin_init()
58 initialized = true; in udev_builtin_init()
64 if (!initialized) in udev_builtin_exit()
71 initialized = false; in udev_builtin_exit()
/third_party/mesa3d/src/glx/apple/
Dapple_glx.c43 static bool initialized = false; variable
49 if (!initialized) { in apple_get_dri_event_base()
109 if (initialized) in apple_init_glx()
123 initialized = true; in apple_init_glx()
/third_party/libxml2/
DSAX.c45 if(hdlr->initialized == 1) in initxmlDefaultSAXHandler()
78 hdlr->initialized = 1; in initxmlDefaultSAXHandler()
93 if(hdlr->initialized == 1) in inithtmlDefaultSAXHandler()
124 hdlr->initialized = 1; in inithtmlDefaultSAXHandler()
140 if(hdlr->initialized == 1) in initdocbDefaultSAXHandler()
171 hdlr->initialized = 1; in initdocbDefaultSAXHandler()
/third_party/gettext/gnulib-local/lib/libxml/
DSAX.c73 if(hdlr->initialized == 1) in initxmlDefaultSAXHandler()
106 hdlr->initialized = 1; in initxmlDefaultSAXHandler()
121 if(hdlr->initialized == 1) in inithtmlDefaultSAXHandler()
152 hdlr->initialized = 1; in inithtmlDefaultSAXHandler()
168 if(hdlr->initialized == 1) in initdocbDefaultSAXHandler()
199 hdlr->initialized = 1; in initdocbDefaultSAXHandler()
/third_party/node/deps/npm/node_modules/lazy-property/
DREADME.md3 Adds a lazily initialized property to an object.
13 console.log("initialized!")
23 // initialized!
36 Adds a lazily initialized property to the object.
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dmake_shared.adoc112 arguments, as specified by the concrete overload). The object is initialized
129 * When an object of an array type is specified to be initialized to a value of
131 of the object is initialized to the corresponding element from `v`.
132 * When an object of an array type is specified to be value-initialized, this
134 value-initialized.
135 * When a (sub)object of non-array type `U` is specified to be initialized to
141 * When a (sub)object of non-array type `U` is specified to be initialized to
149 default-initialized, `make_shared_noinit` and `allocate_shared_noinit` shall
154 value-initialized, `make_shared` shall perform this initialization via the
158 value-initialized, `allocate_shared` shall perform this initialization via the
[all …]
Dallocate_unique.adoc102 arguments, as specified by the concrete overload). The object is initialized
116 * When an object of an array type is specified to be initialized to a value of
118 of the object is initialized to the corresponding element from `v`.
119 * When an object of an array type is specified to be value-initialized, this
121 value-initialized.
122 * When a (sub)object of non-array type `U` is specified to be initialized to a
130 default-initialized, `allocate_unique_noinit` shall perform this initialization
134 value-initialized, `allocate_unique` shall perform this initialization via the
138 * Array elements are initialized in ascending order of their addresses.
140 initialization of an array element throws an exception, the initialized
[all …]
/third_party/mesa3d/src/egl/main/
Degllog.c65 EGLBoolean initialized; member
69 .initialized = EGL_FALSE,
110 if (logging.initialized) in _eglInitLogger()
124 logging.initialized = EGL_TRUE; in _eglInitLogger()
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudioelement.c84 static gboolean initialized = FALSE; in gst_osx_audio_element_interface_init() local
86 if (!initialized) { in gst_osx_audio_element_interface_init()
87 initialized = TRUE; in gst_osx_audio_element_interface_init()
/third_party/boost/libs/log/src/
Donce_block.cpp53 while (flag.status != once_block_flag::initialized)
83 m_flag.status = once_block_flag::initialized; in commit()
180 while (flag.status != once_block_flag::initialized)
210 flag.status = once_block_flag::initialized;
240 while (flag.status != once_block_flag::initialized)
265 flag.status = once_block_flag::initialized;
413 while (flag.status != once_block_flag::initialized)
442 m_flag.status = once_block_flag::initialized; in commit()
/third_party/pixman/pixman/
Dpixman-timer.c52 static int initialized; in pixman_timer_register() local
56 if (!initialized) in pixman_timer_register()
59 initialized = 1; in pixman_timer_register()
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/systeminfo/
DSystemInfo.cpp52 static bool initialized = false; in isWindowsVistaOrGreater() local
55 if (!initialized) in isWindowsVistaOrGreater()
57 initialized = true; in isWindowsVistaOrGreater()
/third_party/skia/third_party/externals/angle2/src/third_party/systeminfo/
DSystemInfo.cpp52 static bool initialized = false; in isWindowsVistaOrGreater() local
55 if (!initialized) in isWindowsVistaOrGreater()
57 initialized = true; in isWindowsVistaOrGreater()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPragma.cpp45 static thread_local bool initialized = false; in getPragmaState() local
48 if(!initialized) in getPragmaState()
52 initialized = true; in getPragmaState()
/third_party/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp60 static UBool initialized = FALSE; variable
70 if (!initialized) { in randomInt64()
72 initialized = TRUE; in randomInt64()
90 if (!initialized) { in randomDouble()
92 initialized = TRUE; in randomDouble()
124 if (!initialized) { in randomInt32()
126 initialized = TRUE; in randomInt32()
/third_party/mesa3d/src/mesa/main/
Dremap.c106 static bool initialized = false; in _mesa_init_remap_table() local
109 if (initialized) in _mesa_init_remap_table()
111 initialized = true; in _mesa_init_remap_table()
/third_party/boost/libs/mpi/src/
Denvironment.cpp70 if (!initialized()) { in environment()
88 if (!initialized()) { in environment()
106 if (!initialized()) { in environment()
125 if (!initialized()) { in environment()
155 bool environment::initialized() in initialized() function in boost::mpi::environment

12345678910>>...58