HomeSort by relevance Sort by last modified time
    Searched refs:initialized (Results 26 - 50 of 940) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18410.go 7 // This checks partially initialized structure literals
9 // non-initialized fields properly zeroed/nil'd
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17588.go 9 // is not initialized in typecheckfunc(). This test
18 fn(nil) // If Decldepth is not initialized properly, typecheckclosure() Fatals here.
issue18410.go 7 // This checks partially initialized structure literals
9 // non-initialized fields properly zeroed/nil'd
  /external/strace/tests/
tprintf.c 70 static int initialized; local
71 if (!initialized) {
75 initialized = 1;
  /external/strace/tests-m32/
tprintf.c 70 static int initialized; local
71 if (!initialized) {
75 initialized = 1;
  /external/strace/tests-mx32/
tprintf.c 70 static int initialized; local
71 if (!initialized) {
75 initialized = 1;
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 35 static bool initialized = false; variable
39 if (!initialized) {
51 initialized = true;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
sections.s 9 ; initialized data
19 ; more initialized data in .data
30 ; more initialized data into .data
59 ; named initialized section (CODE)
64 ; named, initialized section, no quotes (DATA)
  /external/libcxxabi/src/
cxa_guard.cpp 36 // be statically initialized to 0.
46 char* initialized = (char*)guard_object;
47 *initialized = 1;
62 char* initialized = (char*)guard_object; local
63 return *initialized;
175 char* initialized = (char*)guard_object; local
178 int result = *initialized == 0;
217 result = *initialized == 0;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_guard.cpp 37 // be statically initialized to 0.
54 char* initialized = (char*)guard_object;
55 return *initialized;
59 char* initialized = (char*)guard_object;
60 *initialized = 1;
190 char* initialized = (char*)guard_object;
193 int result = *initialized == 0;
220 result = *initialized == 0;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_guard.cpp 39 // be statically initialized to 0.
56 char* initialized = (char*)guard_object;
57 return *initialized;
61 char* initialized = (char*)guard_object;
62 *initialized = 1;
188 char* initialized = (char*)guard_object;
191 int result = *initialized == 0;
218 result = *initialized == 0;
  /libcore/ojluni/src/main/java/javax/crypto/
Mac.java 176 // Has this object been initialized?
177 private boolean initialized = false; field in class:Mac
514 initialized = true;
546 initialized = true;
563 * initialized.
567 if (initialized == false) {
568 throw new IllegalStateException("MAC not initialized");
579 * initialized.
583 if (initialized == false) {
584 throw new IllegalStateException("MAC not initialized");
    [all...]
  /external/libxml2/
SAX.c 45 if(hdlr->initialized == 1)
78 hdlr->initialized = 1;
93 if(hdlr->initialized == 1)
124 hdlr->initialized = 1;
140 if(hdlr->initialized == 1)
171 hdlr->initialized = 1;
  /external/mesa3d/src/glx/apple/
apple_cgl.c 46 static bool initialized = false; variable
69 if (initialized)
120 initialized = true;
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestInputControl.java 51 private boolean initialized; field in class:TestInputControl
61 if (!initialized) {
65 initialized = true;
76 Log.i(TAG, "Initialized channel map for " + mInputId + " with " + mId2ChannelInfoMap.size()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_os2.h 60 if (!initialized)
76 if (!initialized)
97 if (!initialized)
112 if (!initialized)
thread_pth.h 56 if (!initialized)
70 if (!initialized)
80 if (!initialized) {
94 if (!initialized)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 32 @initialized = @eof = false
38 @initialized = true
68 @initialized = @eof = false
74 @initialized = true
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
CombinedEventsManager.java 48 private boolean initialized; field in class:CombinedEventsManager
56 initialized = false;
136 if (! initialized) {
143 initialized = true;
  /external/drm_hwcomposer/
worker.h 44 bool initialized() const { function in class:android::Worker
  /external/mesa3d/src/egl/main/
egllog.c 54 EGLBoolean initialized; member in struct:__anon27513
144 if (logging.initialized)
162 logging.initialized = EGL_TRUE;
187 if (!logging.initialized)
  /external/python/cpython2/Python/
thread_os2.h 60 if (!initialized)
76 if (!initialized)
97 if (!initialized)
112 if (!initialized)
thread_pth.h 56 if (!initialized)
70 if (!initialized)
80 if (!initialized) {
94 if (!initialized)
  /external/webrtc/talk/app/webrtc/objc/
RTCVideoCapturer.mm 45 bool initialized = device_manager->Init();
46 NSAssert(initialized, @"DeviceManager::Init() failed");
  /hardware/intel/common/libmix/mix_video/src/
mixvideo_private.h 19 gboolean initialized; member in struct:_MixVideoPrivate

Completed in 489 milliseconds

12 3 4 5 6 7 8 91011>>