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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
quicksort.h 65 // Allocate uninitialized, to avoid default constructor.
  /prebuilts/go/darwin-x86/src/runtime/
slice.go 96 // Note: can't use rawmem (which avoids zeroing of memory), because then GC can scan uninitialized memory.
  /prebuilts/go/linux-x86/src/runtime/
slice.go 96 // Note: can't use rawmem (which avoids zeroing of memory), because then GC can scan uninitialized memory.
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octstdcommon.swg 132 // Uninitialized return value, no Type() constructor required.
  /prebuilts/misc/common/swig/include/2.0.11/python/
pystdcommon.swg 136 // Uninitialized return value, no Type() constructor required.
  /prebuilts/misc/common/swig/include/2.0.11/r/
rstdcommon.swg 128 // Uninitialized return value, no Type() constructor required.
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystdcommon.swg 144 // Uninitialized return value, no Type() constructor required.
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fterrdef.h 138 "raster uninitialized" )
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
quicksort.h 65 // Allocate uninitialized, to avoid default constructor.
  /system/bt/btif/src/
stack_manager.c 127 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.", __func__);
  /system/bt/service/test/
uuid_unittest.cpp 36 // Verify that an uninitialized UUID is equal
  /system/security/keystore/
user_state.cpp 187 return UNINITIALIZED;
  /toolchain/binutils/binutils-2.25/gas/doc/
c-score.texi 140 which is used for data that is uninitialized anywhere.
  /toolchain/binutils/binutils-2.25/include/aout/
hp300hpux.h 26 unsigned char e_bss[4]; /* length of uninitialized data area , in bytes */
  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 63 unsigned char bsize[8]; /* uninitialized data " " */
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
elfd10v.sc 144 can access them all, and initialized data all before uninitialized, so
v850.sc 154 can access them all, and initialized data all before uninitialized, so
v850_rh850.sc 170 can access them all, and initialized data all before uninitialized, so
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
elf-offset.ld 119 can access them all, and initialized data all before uninitialized, so
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-shared/
elf-offset.ld 116 can access them all, and initialized data all before uninitialized, so
  /external/clang/test/Analysis/
method-call-path-notes.cpp 5 // Test warning about null or uninitialized pointer values used as instance member
14 p->foo(); // expected-warning {{Called C++ object pointer is uninitialized}} expected-note {{Called C++ object pointer is uninitialized}}
138 // CHECK-NEXT: <string>Called C++ object pointer is uninitialized</string>
140 // CHECK-NEXT: <string>Called C++ object pointer is uninitialized</string>
143 // CHECK-NEXT: <key>description</key><string>Called C++ object pointer is uninitialized</string>
145 // CHECK-NEXT: <key>type</key><string>Called C++ object pointer is uninitialized</string>
    [all...]
  /art/runtime/verifier/
method_verifier.h 536 * - there is never an uninitialized class instance in a local variable in code protected by an
553 * The spec forbids backward branches when there's an uninitialized reference in a register. The
566 * contains an uninitialized instance created by that same instruction.
648 * <init>, the first argument may be an uninitialized reference. Otherwise,
650 * uninitialized reference arguments.
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticGroups.td 412 def UninitializedMaybe : DiagGroup<"conditional-uninitialized">;
413 def UninitializedSometimes : DiagGroup<"sometimes-uninitialized">;
415 def Uninitialized : DiagGroup<"uninitialized", [UninitializedSometimes,
634 Uninitialized,
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 208 /// Move the range [I, E) into the uninitialized memory starting with "Dest",
216 /// Copy the range [I, E) onto the uninitialized memory starting with "Dest",
300 /// Move the range [I, E) onto the uninitialized memory
308 /// Copy the range [I, E) onto the uninitialized memory
316 /// Copy the range [I, E) onto the uninitialized memory
  /external/avahi/avahi-compat-libdns_sd/
dns_sd.h 497 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
581 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
    [all...]

Completed in 753 milliseconds

<<21222324252627282930>>