HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 451 - 475 of 1841) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_raw_storage_iter.h 65 * uninitialized memory.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
unix.h 65 /* Output before writable (uninitialized) data. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_raw_storage_iter.h 65 * uninitialized memory.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_raw_storage_iter.h 65 * uninitialized memory.
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ios.c 86 // constructor creates an uninitialized basic_ios, and init() initializes
  /toolchain/binutils/binutils-2.25/bfd/
i386dynix.c 65 configuration (IE for i960), so ensure that all such uninitialized
  /toolchain/binutils/binutils-2.25/include/aout/
hp.h 37 unsigned long a_bss; /* length of uninitialized data area for file, in bytes */
  /toolchain/binutils/binutils-2.25/include/coff/
apollo.h 51 char bsize[4]; /* uninitialized data " " */
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
ip2k.sc 58 /* Pre-allocated, uninitialized data memory. */
  /art/runtime/verifier/
reg_type_cache.h 133 const UninitializedType& Uninitialized(const RegType& type, uint32_t allocation_pc)
135 // Create an uninitialized 'this' argument for the given type.
  /external/clang/test/Analysis/
uninit-vals.m 146 // This generated an "uninitialized 'size' field" warning for a (short) while.
175 useInt(b.y); // expected-warning{{uninitialized}}
misc-ps-region-store.cpp 258 // This previously triggered an uninitialized values warning.
292 // an uninitialized value warning.
351 // This previously warned because 'dVal' was thought to be uninitialized.
424 // Test loads from static fields. This previously triggered an uninitialized
512 // about uninitialized values.
696 // from 'x' is not flagged as being uninitialized.
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
SubcomponentWriter.java 42 import static dagger.internal.codegen.AbstractComponentWriter.InitializationState.UNINITIALIZED;
77 return initializationState.equals(UNINITIALIZED)
  /external/libnfc-nxp/src/
phFriNfc_DesfireFormat.h 181 * \param[in] NdefSmtCrdFmt Pointer to a valid or uninitialized instance of \ref phFriNfc_sNdefSmtCrdFmt_t.
217 * \param[in] NdefSmtCrdFmt Pointer to a valid or uninitialized instance of \ref phFriNfc_sNdefSmtCrdFmt_t.
  /external/llvm/include/llvm/Support/
Timer.h 89 assert(!RHS.TG && "Can only copy uninitialized timers");
97 // Create an uninitialized timer, client must use 'init'.
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 107 // uninitialized buffer with no name
111 // uninitialized buffer with name
  /external/ltrace/
value.h 34 * A value can be uninitialized, abstract or reified. Abstract values
40 VAL_LOC_NODATA = 0, /* Uninitialized. */
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Item.java 104 * Constructs an uninitialized {@link Item}.
110 * Constructs an uninitialized {@link Item} for constant pool element at
  /external/v8/src/
code-factory.cc 80 StoreIC::initialize_stub(isolate, language_mode, UNINITIALIZED),
102 KeyedStoreIC::initialize_stub(isolate, language_mode, UNINITIALIZED),
  /external/webrtc/webrtc/base/
buffer.h 55 // Construct a buffer with the specified number of uninitialized bytes.
154 // uninitialized.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 183 // due to access uninitialized memory in frame border. It could be
230 // due to access uninitialized memory in frame border. It could be
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
scoped_ptr.h 66 // There is no way to create an uninitialized scoped_ptr.
153 // There is no way to create an uninitialized scoped_array.
  /system/security/keystore/
keystore_cli.cpp 34 /* [UNINITIALIZED] = */ "Uninitialized",
  /toolchain/binutils/binutils-2.25/include/nlm/
internal.h 91 /* The size of the uninitialized data region that the loader is to be
92 allocated at load time. Uninitialized data follows the initialized
  /external/clang/include/clang/Sema/
Overload.h 391 Uninitialized = BadConversion + 1
430 : ConversionKind(Uninitialized), StdInitializerListElement(false)
440 case Uninitialized: break;
457 assert(isInitialized() && "querying uninitialized conversion");
496 /// uninitialized conversions and should assert as above.
497 bool isInitialized() const { return ConversionKind != Uninitialized; }

Completed in 1155 milliseconds

<<11121314151617181920>>