HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 176 - 200 of 664) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/proguard/src/proguard/classfile/
ProgramClass.java 66 * Creates an uninitialized ProgramClass.
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 65 * Creates an uninitialized Utf8Constant.
  /external/skia/src/animator/
SkDisplayPost.cpp 94 // SkDebugf("(uninitialized) ");
  /external/v8/src/
frame-element.h 42 // * Invalid: elements that are uninitialized or not actually part
heap.h 396 // string are uninitialized.
453 // Allocate uninitialized, non-tenured fixed array with length elements.
470 // Allocate a global (but otherwise uninitialized) context.
576 // Allocates an uninitialized object. The memory is non-executable if the
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.h 66 UNINITIALIZED = -1,
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 145 throw new IllegalStateException("Uninitialized.");
  /external/bluetooth/glib/gobject/
gtype.c 214 UNINITIALIZED,
451 CLASSED_NODE_IFACES_ENTRIES (node)[j].init_state = UNINITIALIZED;
    [all...]
  /external/stlport/stlport/stl/debug/
_debug.c 289 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) iterator used"), \
290 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) lefthand iterator in expression"), \
291 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) righthand iterator in expression"), \
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 276 enum TypeRenderingAPIToUse { UnInitialized, UseATSUI, UseCoreText };
277 DEFINE_STATIC_LOCAL(TypeRenderingAPIToUse, apiToUse, (UnInitialized));
279 if (UNLIKELY(apiToUse == UnInitialized)) {
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-nm.1 169 The symbol is in the uninitialized data section (known as \s-1BSS\s0).
173 The symbol is common. Common symbols are uninitialized data. When
203 The symbol is in an uninitialized data section for small objects.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-nm.1 174 The symbol is in the uninitialized data section (known as \s-1BSS\s0).
178 The symbol is common. Common symbols are uninitialized data. When
236 The symbol is in an uninitialized data section for small objects.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-nm.1 174 The symbol is in the uninitialized data section (known as \s-1BSS\s0).
178 The symbol is common. Common symbols are uninitialized data. When
236 The symbol is in an uninitialized data section for small objects.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-nm.1 169 The symbol is in the uninitialized data section (known as \s-1BSS\s0).
173 The symbol is common. Common symbols are uninitialized data. When
203 The symbol is in an uninitialized data section for small objects.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-nm.1 174 The symbol is in the uninitialized data section (known as \s-1BSS\s0).
178 The symbol is common. Common symbols are uninitialized data. When
236 The symbol is in an uninitialized data section for small objects.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-nm.1 174 The symbol is in the uninitialized data section (known as \s-1BSS\s0).
178 The symbol is common. Common symbols are uninitialized data. When
236 The symbol is in an uninitialized data section for small objects.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-nm.1 169 The symbol is in the uninitialized data section (known as \s-1BSS\s0).
173 The symbol is common. Common symbols are uninitialized data. When
203 The symbol is in an uninitialized data section for small objects.
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java 187 mncLength = UNINITIALIZED;
452 if (imsi == null || mncLength == UNINITIALIZED || mncLength == UNKNOWN) {
513 if (mncLength != UNKNOWN && mncLength != UNINITIALIZED) {
652 Log.d(LOG_TAG, "SIMRecords: Uninitialized record MWIS");
745 if (mncLength == UNKNOWN || mncLength == UNINITIALIZED) {
    [all...]
  /build/tools/
warn.py 124 'description':'Variable may be used uninitialized',
125 'patterns':[r".*: warning: '.+' may be used uninitialized in this function"] },
127 'description':'Variable is used uninitialized',
128 'patterns':[r".*: warning: '.+' is used uninitialized in this function"] },
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 54 * all-uninitialized values (represented as {@code null}s).
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 156 * method has an uninitialized object of type {@code definer}
  /dalvik/tests/068-classloader/src/
Main.java 43 * instance of an uninitialized class.
  /external/icu4c/i18n/
coptccal.h 195 * indicate an uninitialized state. Once the system default century date and year
  /external/opencore/oscl/oscl/osclbase/src/
pvlogger.cpp 109 * log level is uninitialized, then we do not
  /external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 41 * Creates an uninitialized VariableInstruction.

Completed in 1308 milliseconds

1 2 3 4 5 6 78 91011>>