/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_deque.h | 68 * the elements outside that range are uninitialized storage. Otherwise, 71 * are uninitialized storage. [all...] |
/toolchain/binutils/binutils-2.25/include/coff/ |
internal.h | 203 /* Total size of all uninitialized data sections. */ 255 bfd_vma bsize; /* uninitialized data " " */
|
/external/libevent/ |
ChangeLog | 106 o Fix possible uninitialized read in dns regression tests. Found by coverity. (2259777) [all...] |
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | [all...] |
/external/v8/src/heap/ |
heap.h | [all...] |
/frameworks/base/media/java/android/media/ |
MediaCodec.java | 203 Uninitialized, Configured and Error, whereas the Executing state conceptually progresses through 211 When you create a codec using one of the factory methods, the codec is in the Uninitialized 225 Call {@link #stop} to return the codec to the Uninitialized state, whereupon it may be configured 231 move the codec back to the Uninitialized state. Otherwise, call {@link #release} to move to the [all...] |
AudioRecord.java | [all...] |
/bionic/libc/ |
Android.bp | 323 "-Wno-uninitialized", 387 "-Wno-uninitialized", 581 "-Wno-uninitialized", 740 "-Wno-uninitialized", 793 "-Wno-uninitialized", [all...] |
Android.mk | 825 -Wno-sign-compare -Wno-uninitialized \ 860 -Wno-uninitialized \ 901 -Wno-uninitialized \ 939 -Wno-uninitialized \ [all...] |
/external/llvm/autoconf/ |
configure.ac | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | 629 os << "uninitialized value"; 667 os << "Uninitialized value stored"; 669 os << "Storing uninitialized value"; [all...] |
/external/jemalloc/src/ |
jemalloc.c | 208 * and malloc_init_hard will crash trying to lock the uninitialized 588 * Record the index of the first uninitialized 593 * versus uninitialized arenas, due to the [all...] |
/external/mesa3d/docs/ |
versions.html | 565 <li>glCopyTexImage?D would crash due to uninitialized variable 651 <li>fixed uninitialized variable in Mesa widget code [all...] |
/frameworks/native/libs/binder/ |
Parcel.cpp | 257 obj.binder = 0; /* Don't pass uninitialized stack data to a remote process */ 291 obj.binder = 0; /* Don't pass uninitialized stack data to a remote process */ 1171 obj.binder = 0; /* Don't pass uninitialized stack data to a remote process */ [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
X509CertImpl.java | 448 throw new CertificateEncodingException("Uninitialized certificate"); 493 throw new CertificateEncodingException("Uninitialized certificate"); [all...] |
/art/runtime/ |
class_linker_test.cc | [all...] |
/external/ceres-solver/docs/source/ |
version_history.rst | 307 #. Fix an uninitialized variable warning when building with ``GCC``. 689 #. Fix use of uninitialized arrays. (Sebastian Koch & Markus Moll)
|
/external/chromium-trace/catapult/tracing/test_data/ |
v8.log | [all...] |
/external/e2fsprogs/intl/ |
plural.c | 533 /* Nonzero means print parse trace. It is left uninitialized so that 976 GCC warning that YYVAL may be used uninitialized. */ [all...] |
/external/libjpeg-turbo/ |
ChangeLog.txt | 26 path" of libjpeg-turbo's Huffman decoder to read from uninitialized memory. 339 libjpeg-turbo to use uninitialized memory during decompression. [all...] |
jmemmgr.c | 161 JDIMENSION first_undef_row; /* row # of first uninitialized row */ 177 JDIMENSION first_undef_row; /* row # of first uninitialized row */ [all...] |
/external/lz4/lib/ |
lz4.c | 787 if (dict->initCheck) LZ4_resetStream(LZ4_dict); /* Uninitialized structure detected */ 840 if (streamPtr->initCheck) return 0; /* Uninitialized structure detected */ [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jmemmgr.c | 159 JDIMENSION first_undef_row; /* row # of first uninitialized row */ 175 JDIMENSION first_undef_row; /* row # of first uninitialized row */ [all...] |
/external/opencv3/3rdparty/openexr/Imath/ |
ImathMatrixAlgo.h | 855 Matrix44<T> zAxis2FromDir( Imath::UNINITIALIZED ); 860 Matrix44<T> zAxis2ToDir( Imath::UNINITIALIZED ); [all...] |
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jmemmgr.c | 160 JDIMENSION first_undef_row; /* row # of first uninitialized row */ 176 JDIMENSION first_undef_row; /* row # of first uninitialized row */ [all...] |