HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 276 - 300 of 1221) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.h 133 Uninitialized,
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_container.h 52 UNINITIALIZED,
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 101 * {@code guard} to be uninitialized.
  /ndk/build/tools/toolchain-patches/gcc/
0004-Enable-x86-gcc-defaults.patch 127 FILE the assembler definition of uninitialized global DECL named
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
quicksort.h 66 // Allocate uninitialized, to avoid default constructor.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 13 unsigned int a_bss; /* Length of uninitialized data area for file, in bytes. */
  /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/
shelf_linux.xr 95 can access them all, and initialized data all before uninitialized, so
shelf_linux.xu 96 can access them all, and initialized data all before uninitialized, so
shlelf_linux.xr 95 can access them all, and initialized data all before uninitialized, so
shlelf_linux.xu 96 can access them all, and initialized data all before uninitialized, so
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatPreferences.java 57 private int mTabWidth = -1; // -1: uninitialized
  /dalvik/vm/analysis/
CodeVerify.cpp 410 * Create a new uninitialized instance map.
538 /* determine if "type" is an uninitialized object reference */
551 //LOG_VFY("VFY: attempted to use uninitialized reference");
556 /* extract the index into the uninitialized instance map table */
580 /* return the RegType for the uninitialized reference in slot "uidx" */
798 * mark the first ("this") argument as uninitialized. This restricts
    [all...]
  /external/flac/include/FLAC/
stream_decoder.h 97 * uninitialized state.
238 /**< The decoder is in the uninitialized state; one of the
    [all...]
stream_encoder.h 117 * uninitialized state.
246 /**< The encoder is in the uninitialized state; one of the
    [all...]
  /external/webkit/Source/WebCore/WebCore.gyp/
WebCore.gyp 110 # Due to a bug in gcc arm, we get warnings about uninitialized timesNewRoman.unstatic.3258
113 'cflags': ['-Wno-uninitialized'],
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java 213 mncLength = UNINITIALIZED;
494 if (mncLength == UNINITIALIZED || mncLength == UNKNOWN) {
567 if (mncLength != UNKNOWN && mncLength != UNINITIALIZED) {
713 Log.d(LOG_TAG, "SIMRecords: Uninitialized record MWIS");
806 if (((mncLength == UNINITIALIZED) || (mncLength == UNKNOWN) ||
817 if (mncLength == UNKNOWN || mncLength == UNINITIALIZED) {
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 34 import signature.model.impl.Uninitialized;
339 if (!Uninitialized.isInitialized(declaration.getTypeParameters())) {
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 78 * all-uninitialized values (represented as {@code null}s) and
111 * Replaces all the occurrences of the given uninitialized type in
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.h 70 * called for already disconnected, or uninitialized instance of this class,
99 * or is uninitialized, a successful status must be returned from this
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 37 EP_RECORD dev0ep; //Endpoint data structure used during enumeration for uninitialized device
54 devtable[ 0 ].epinfo = &dev0ep; //set single ep for uninitialized device
  /external/bluetooth/glib/gobject/
gvalue.c 158 * @value: A zero-filled (uninitialized) #GValue structure.
263 * An unset value is the same as an uninitialized (zero-filled)
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 58 mixer_state_(UNINITIALIZED),
241 if (mixer_state_ != UNINITIALIZED)
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 31 UNINITIALIZED,
70 wait_state_(UNINITIALIZED),
  /external/llvm/include/llvm/ADT/
Twine.h 130 /// LHS - The prefix in the concatenation, which may be uninitialized for
133 /// RHS - The suffix in the concatenation, which may be uninitialized for
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 452 // uninitialized?
456 // It's an Uninitialized type.

Completed in 4831 milliseconds

<<11121314151617181920>>