Searched
full:uninitialized (Results
351 -
375 of
1221) sorted by null
<<11121314151617181920>>
/external/v8/src/ |
heap.h | 548 // string are uninitialized. 604 // Allocates an uninitialized fixed array. It must be filled by the caller. 632 // Allocate a global (but otherwise uninitialized) context. [all...] |
data-flow.h | 285 // uninitialized sparse array.
|
/external/e2fsprogs/e2fsck/ |
problem.c | 359 /* group descriptor N marked uninitialized without feature set. */ 361 N_("@g descriptor %g marked uninitialized without feature set.\n"), 364 /* group N block bitmap uninitialized but inode bitmap in use. */ 366 N_("@g %g @b @B uninitialized but @i @B in use.\n"), 374 /* Last group block bitmap uninitialized. */ 376 N_("Last @g @b @B uninitialized. "), [all...] |
/external/chromium/base/ |
tracked_objects.cc | 91 ThreadData::Status ThreadData::status_ = ThreadData::UNINITIALIZED; 470 DCHECK_EQ(UNINITIALIZED, status_); 527 status_ = UNINITIALIZED; [all...] |
pickle.cc | 397 // Zero-pad to keep tools like purify from complaining about uninitialized
|
/external/protobuf/src/google/protobuf/ |
repeated_field_unittest.cc | 666 // Uninitialized iterator does not point to any of the RepeatedPtrField. 757 // Uninitialized iterator does not point to any of the RepeatedPtrOverPtrs. 758 // Dereferencing an uninitialized iterator crashes the process.
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLTokenizer.cpp | 190 ASSERT(m_token->type() != HTMLToken::Uninitialized); 230 ASSERT(m_token->type() == HTMLToken::Character || m_token->type() == HTMLToken::Uninitialized); 262 ASSERT(!m_token || m_token == &token || token.type() == HTMLToken::Uninitialized); [all...] |
/build/tools/ |
warn.py | 124 'description':'Variable may be used uninitialized', 125 'patterns':[r".*: warning: '.+' may be used uninitialized in this function"] }, 127 'description':'Variable is used uninitialized', 128 'patterns':[r".*: warning: '.+' is used uninitialized in this function"] }, [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Prototype.java | 155 * method has an uninitialized object of type {@code definer}
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ExecutionStack.java | 93 * Replaces all the occurrences of the given uninitialized type in
|
LocalsArraySet.java | 54 * all-uninitialized values (represented as {@code null}s).
|
/dalvik/dx/src/com/android/dx/rop/type/ |
Prototype.java | 159 * method has an uninitialized object of type {@code definer}
|
/dalvik/tests/068-classloader/src/ |
Main.java | 43 * instance of an uninitialized class.
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 123 //EP_RECORD dev0ep; //Endpoint data structure used during enumeration for uninitialized device
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.h | 49 // For uninitialized state.
|
/external/chromium/testing/gtest/test/ |
gtest-tuple_test.cc | 144 // generating warnings about using uninitialized variables (assuming
|
/external/icu4c/i18n/ |
coptccal.h | 195 * indicate an uninitialized state. Once the system default century date and year
|
/external/llvm/include/llvm/ADT/ |
APSInt.h | 25 /// Default constructor that creates an uninitialized APInt.
|
Triple.h | 113 /// The parsed arch type (or InvalidArch if uninitialized).
|
/external/llvm/lib/CodeGen/ |
LiveIntervalUnion.h | 205 assert(VirtReg && "uninitialized");
|
/external/proguard/src/proguard/classfile/instruction/ |
VariableInstruction.java | 41 * Creates an uninitialized VariableInstruction.
|
/external/qemu/ |
ia64.ld | 142 can access them all, and initialized data all before uninitialized, so
|
ppc.ld | 157 can access them all, and initialized data all before uninitialized, so
|
/external/webkit/Source/JavaScriptCore/runtime/ |
RegExpConstructor.cpp | 121 // d->multiline is not needed, and remains uninitialized
|
/external/webkit/Source/JavaScriptCore/wtf/ |
TCPackedCache.h | 48 // entry as empty or uninitialized. In practice, you may want to have
|
Completed in 596 milliseconds
<<11121314151617181920>>