Searched
full:uninitialized (Results
251 -
275 of
664) sorted by null
<<11121314151617181920>>
/external/proguard/src/proguard/optimize/peephole/ |
MethodInliner.java | 493 // are uninitialized objects.
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
CDPlayer.c | 596 SDL_SetError ("CDPlayer Notification: player is uninitialized");
|
/external/qemu/ |
loader.c | 169 uint32_t a_bss; /* length of uninitialized data area, in bytes */
|
/external/skia/src/core/ |
SkScan_AntiPath.cpp | 240 // uninitialized memory. See comment in add_aa_span and fStorage[].
|
/external/skia/src/gl/ |
SkGL.cpp | 211 trailing entries uninitialized, since none of my indices should exceed
|
/external/srec/audio/AudioIn/UNIX/src/ |
filter.c | 90 // alloocate space for delay line use calloc to avoid uninitialized memory
|
/external/stlport/stlport/stl/config/ |
user_config.h | 134 * Use this option to catch uninitialized members in your classes.
|
/external/tinyxml/ |
changes.txt | 134 - Fixed an uninitialized pointer in the TiXmlAttributes
|
/external/webkit/WebCore/platform/text/ |
PlatformString.h | 167 // Returns an uninitialized string. The characters needs to be written
|
/external/stlport/stlport/stl/ |
_deque.h | 68 * the elements outside that range are uninitialized storage. Otherwise, 71 * are uninitialized storage. [all...] |
/frameworks/base/media/java/android/media/ |
AudioRecord.java | 496 +"uninitialized AudioRecord.")); 516 throw(new IllegalStateException("stop() called on an uninitialized AudioRecord."));
|
/external/bluetooth/bluez/ |
ChangeLog | 168 Fix various uninitialized memory issues. 344 Fix uninitialized reply of multiple GetProperties methods. 430 Fix uninitialized variable in passkey request handling. [all...] |
/external/webkit/WebCore/html/ |
HTMLInputElement.cpp | 132 , m_autocomplete(Uninitialized) 158 if (m_autocomplete != Uninitialized) 1080 m_autocomplete = Uninitialized; [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
SynchronousQueue.java | 612 * seeing uninitialized head or tail values. This never 626 if (t == null || h == null) // saw uninitialized value [all...] |
/external/bison/data/ |
yacc.c | 723 /* Nonzero means print parse trace. It is left uninitialized so that [all...] |
/external/bluetooth/glib/glib/ |
gslice.c | 355 * allocator is still uninitialized, or if we are not configured to use the 468 * contains uninitialized junk. [all...] |
/external/e2fsprogs/intl/ |
plural.c | 533 /* Nonzero means print parse trace. It is left uninitialized so that 978 GCC warning that YYVAL may be used uninitialized. */ [all...] |
/external/jpeg/ |
jmemmgr.c | 158 JDIMENSION first_undef_row; /* row # of first uninitialized row */ 174 JDIMENSION first_undef_row; /* row # of first uninitialized row */ [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | [all...] |
/external/v8/src/ |
jsregexp.h | 416 enum Type {UNINITIALIZED, ATOM, CHAR_CLASS}; 417 TextElement() : type(UNINITIALIZED) { } [all...] |
/frameworks/base/core/jni/ |
android_util_Binder.cpp | 603 // Encountering an uninitialized binder is harmless. All it means is that 609 LOGV("Java Binder %p: ignoring uninitialized binder", clazz); [all...] |
/sdk/sdkmanager/app/src/com/android/sdkmanager/ |
Main.java | 417 // but this makes the java compiler happy, wrt to uninitialized variables. 422 // but this makes the java compiler happy, wrt to uninitialized variables. [all...] |
/system/core/sh/ |
arith.c | 694 /* Nonzero means print parse trace. It is left uninitialized so that [all...] |
/bionic/libc/include/sys/ |
exec_elf.h | 260 #define ELF_BSS ".bss" /* uninitialized data */
|
/cts/tools/host/src/com/android/cts/ |
HostConfig.java | [all...] |
Completed in 2104 milliseconds
<<11121314151617181920>>