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

<<31323334353637383940>>

  /frameworks/av/media/img_utils/src/
TiffWriter.cpp 88 ALOGE("%s: Mismatch between number of IFDs with uninitialized strips (%zu) and"
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 217 "usePBufferSurface() called on uninitialized GlobalContext!");
  /frameworks/base/media/java/android/media/
AudioDeviceInfo.java 30 * A device type associated with an unknown or uninitialized device.
  /frameworks/base/tools/aapt2/
Android.mk 143 cFlags_windows := -Wno-maybe-uninitialized # Incorrectly marking use of Maybe.value() as error.
  /libcore/
NativeCode.mk 92 -Wno-sometimes-uninitialized
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CRLImpl.java 129 * Not to be used. As it would lead to cases of uninitialized
379 throw new CRLException("Uninitialized CRL");
390 throw new CRLException("Uninitialized CRL");
689 throw new CRLException("Uninitialized CRL");
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-tuple_test.cc 144 // generating warnings about using uninitialized variables (assuming
  /packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java 75 // uninitialized PhoneGlobals, there's not a good reason at the time of this writing as
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coff.h 135 char bsize[4]; /* uninitialized data " " */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coff.h 135 char bsize[4]; /* uninitialized data " " */
  /prebuilts/go/darwin-x86/src/container/list/
list_test.go 289 // Test PushFront, PushBack, PushFrontList, PushBackList with uninitialized List
  /prebuilts/go/darwin-x86/src/image/jpeg/
huffman.go 179 return 0, FormatError("uninitialized Huffman table")
  /prebuilts/go/linux-x86/src/container/list/
list_test.go 289 // Test PushFront, PushBack, PushFrontList, PushBackList with uninitialized List
  /prebuilts/go/linux-x86/src/image/jpeg/
huffman.go 179 return 0, FormatError("uninitialized Huffman table")
  /system/connectivity/shill/wimax/
wimax.cc 48 return "Uninitialized";
  /system/core/liblog/
log_is_loggable.c 111 /* some compilers erroneously see uninitialized use. !not_locked */
  /system/tpm/trunks/
trunks_ftdi_spi.cc 241 LOG(ERROR) << "attempt to use an uninitialized FTDI TPM!";
  /toolchain/binutils/binutils-2.25/include/coff/
alpha.h 60 unsigned char bsize[8]; /* uninitialized data " " */
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
elfi370.sc 168 can access them all, and initialized data all before uninitialized, so
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips-dyn.ld 152 can access them all, and initialized data all before uninitialized, so
mips-lib.ld 146 can access them all, and initialized data all before uninitialized, so
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
  /art/runtime/native/
dalvik_system_VMRuntime.cc 320 // Skip uninitialized classes because filled static storage entry implies it is initialized.
322 // LOG(INFO) << "VMRuntime.preloadDexCaches uninitialized klass=" << class_name;
  /device/generic/goldfish/gps/
gps_qemu.c 850 D("%s: called with uninitialized state !!", __FUNCTION__);
866 D("%s: called with uninitialized state !!", __FUNCTION__);
  /external/clang/test/Analysis/inlining/
path-notes.m 107 // path pruning is disabled (an uninitialized variable capture).
118 ^{ y = x; }(); // expected-warning{{Variable 'x' is uninitialized when captured by block}}
119 // expected-note@-1 {{'x' is uninitialized when captured by block}}
    [all...]

Completed in 831 milliseconds

<<31323334353637383940>>