Searched defs:initialized (Results 26 - 50 of 169) sorted by relevance

1234567

/external/python/cpython2/Modules/
H A Dpwdmodule.c45 static int initialized; variable
199 if (!initialized)
207 initialized = 1;
H A Dresource.c58 static int initialized; variable
262 if (!initialized)
345 initialized = 1;
H A Dspwdmodule.c55 static int initialized; variable
177 if (!initialized)
182 initialized = 1;
/external/swiftshader/tests/unittests/
H A Dunittests.cpp55 EGLBoolean initialized = eglInitialize(display, &major, &minor); local
57 EXPECT_EQ((EGLBoolean)EGL_TRUE, initialized);
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dbackground_noise.h70 bool initialized() const { return initialized_; } function in class:webrtc::BackgroundNoise
H A Ddtmf_tone_generator.cc192 bool DtmfToneGenerator::initialized() const { function in class:webrtc::DtmfToneGenerator
/external/autotest/frontend/client/src/autotest/common/ui/
H A DTabView.java27 private boolean initialized = false; field in class:TabView
55 if (!initialized) {
57 initialized = true;
/external/doclava/src/com/google/doclava/
H A DFederationTagger.java36 private boolean initialized = false; field in class:FederationTagger
50 if (initialized) {
66 if (initialized) {
96 if (initialized) {
124 initialized = true;
/external/guava/guava/src/com/google/common/base/
H A DSuppliers.java111 transient volatile boolean initialized; field in class:Suppliers.MemoizingSupplier
113 // on volatile read of "initialized".
122 if (!initialized) {
124 if (!initialized) {
127 initialized = true;
170 // The special value 0 means "not yet initialized".
/external/iproute2/lib/
H A Dll_map.c207 static int initialized; local
209 if (initialized)
222 initialized = 1;
/external/iptables/iptables/
H A Dnft.h25 bool initialized; member in struct:builtin_table
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.h59 int initialized; member in struct:frame_contexts
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_blitter.h58 bool initialized; member in struct:ilo_blitter
/external/python/cpython2/Modules/_sqlite/
H A Dconnection.h66 int initialized; member in struct:__anon17539
/external/python/cpython2/Python/
H A Dthread.c74 static int initialized; variable
91 if (initialized)
93 initialized = 1;
/external/webrtc/talk/media/devices/
H A Ddevicemanager.h176 bool initialized() const { return initialized_; } function in class:cricket::DeviceManager
187 void set_initialized(bool initialized) { initialized_ = initialized; } argument
/external/webrtc/talk/session/media/
H A Dchannelmanager.h92 bool initialized() const { return initialized_; } function in class:cricket::ChannelManager
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DAppRTCAudioManager.java46 private boolean initialized = false; field in class:AppRTCAudioManager
124 if (initialized) {
155 initialized = true;
160 if (!initialized) {
177 initialized = false;
H A DCpuMonitor.java76 private boolean initialized = false; field in class:CpuMonitor
122 initialized = true;
138 if (!initialized) {
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraManager.java54 private boolean initialized; field in class:CameraManager
91 if (!initialized) {
92 initialized = true;
238 if (initialized) {
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3debugeventlistener.h84 ANTLR3_BOOLEAN initialized; member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
/external/compiler-rt/lib/asan/
H A Dasan_globals.cc45 bool initialized; member in struct:__asan::DynInitGlobal
48 // Lazy-initialized and never deleted.
337 // when all dynamically initialized globals are unpoisoned. This method
354 if (dyn_g.initialized)
359 dyn_g.initialized = true;
364 // all dynamically initialized globals except for those defined in the current
365 // TU are poisoned. It simply unpoisons all dynamically initialized globals.
376 if (!dyn_g.initialized) {
/external/e2fsprogs/intl/
H A Drelocatable.c389 static int initialized; local
392 if (!initialized)
414 initialized = 1;
/external/eigen/Eigen/src/Core/
H A DStableNorm.h62 static bool initialized = false; local
64 if(!initialized)
94 initialized = true;
/external/icu/icu4c/source/test/cintltst/
H A Dutmstest.c47 static UBool initialized = FALSE; local
49 if (!initialized) {
51 initialized = TRUE;

Completed in 708 milliseconds

1234567