HomeSort by relevance Sort by last modified time
    Searched full:uninit (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/clang/test/SemaObjC/
uninit-variables.m 3 // Duplicated from uninit-variables.c.
  /external/clang/test/Analysis/
uninit-vals.m 28 // (An additional test is in uninit-vals-ps-region.m)
uninit-vals-ps-region.m 72 // (The main test is in uninit-vals.m)
  /external/valgrind/main/memcheck/tests/x86/
espindola2.c 6 give a false uninit-value warning. This was fixed by vex r1675
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeTag.java 27 // and NULL, THIS, OBJECT, UNINIT
TypeData.java 440 * Type data for UNINIT.
455 public int getTypeTag() { return StackMapTable.UNINIT; }
492 public String toString() { return "uninit:" + className + "@" + offset; }
507 public String toString() { return "uninit:this"; }
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 94 Uninit,
125 /* Unknown Uninit Null One, Boolean Byte PosByte Short PosShort Char Integer, Float, LongLo LongHi DoubleLo DoubleHi UninitRef UninitThis Reference Conflicted*/
126 /*Unknown*/ {Unknown, Uninit, Null, One, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, LongLo, LongHi, DoubleLo, DoubleHi, UninitRef, UninitThis, Reference, Conflicted},
127 /*Uninit*/ {Uninit, Uninit, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
155 /* Unknown Uninit Null One, Boolean Byte PosByte Short PosShort Char Integer, Float, LongLo LongHi DoubleLo DoubleHi UninitRef UninitThis Reference Conflicted |slot type*/
157 /*Uninit*/ {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false},
302 //We always create a new RegisterType instance for an uninit ref. Each unique uninit RegisterType instanc
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 113 public static final int UNINIT = 8;
190 else if (tag == UNINIT) {
263 dest[pos] = UNINIT;
332 writer.writeVerifyTypeInfo(UNINIT, offset);
368 else if (varTag == UNINIT)
369 writer.writeVerifyTypeInfo(UNINIT, varData);
433 else if (tag == UNINIT) {
452 else if (tag == UNINIT) {
532 if (tag == StackMap.OBJECT || tag == StackMap.UNINIT)
StackMapTable.java 136 public static final int UNINIT = 8;
244 if (tag == OBJECT || tag == UNINIT) {
263 * if the tag is <code>UNINIT</code>.
286 if (tag == OBJECT || tag == UNINIT) {
346 if (tag == OBJECT || tag == UNINIT) {
582 * if the tag is <code>UNINIT</code>.
618 * if the tag is <code>UNINIT</code>.
640 * if the tag is <code>UNINIT</code>.
646 * if the tag is <code>UNINIT</code>.
667 if (tag == OBJECT || tag == UNINIT)
    [all...]
  /external/valgrind/main/
xfree-4.supp 173 Xorg 6.8.1 uninit _write* padding
182 Xorg 6.8.1 uninit write padding
191 Xorg 6.8.1 ICE uninit __write* padding
201 Xorg 6.8.1 writev uninit padding
211 Xorg 6.9.0 writev uninit padding
222 X on SUSE11 writev uninit padding
230 X on SUSE11 writev uninit padding 2
238 X on SUSE11 writev uninit padding 3
246 X on SUSE11 writev uninit padding 4
  /dalvik/vm/analysis/
DexVerify.h 44 size_t uninitSearches; /* times we've had to search the uninit table */
CodeVerify.h 97 * Anything larger than this is a ClassObject or uninit ref. Mask off
99 * the uninit index out of the high 24. Because kRegTypeUninit has an
  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 38 /* We don't strictly need to be clearing the uninit flag if inuse < 0
alloc.c 30 * Check for uninit block bitmaps and deal with them appropriately
76 * Check for uninit inode bitmaps and deal with them appropriately
block.c 367 int uninit; local
425 uninit = 0;
427 uninit = EXT2_EXTENT_SET_BMAP_UNINIT;
442 uninit);
extent.c 113 fputs("UNINIT ", stdout);
    [all...]
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 162 * Uninit the Codec.
166 VO_U32 (VO_API * Uninit) (VO_HANDLE hCodec);
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 75 public static final Type UNINIT = new Type(null);
252 if ((type == UNINIT && isReference()) || this == UNINIT && type.isReference())
289 if (type == Type.UNINIT)
291 if (this == Type.UNINIT)
583 if (this == UNINIT)
584 return "UNINIT";
Executor.java 76 frame.push(Type.UNINIT);
588 if (! array.isArray() && array != Type.UNINIT)
639 if (array == Type.UNINIT) {
642 simplePush(Type.UNINIT, frame);
666 if (array == Type.UNINIT) {
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_Timer.h 105 * \brief LLC timer functions \b Timer UnInit function
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bitbuffer.c 79 * description: uninit Bit Buffer Management
aacenc.c 108 /* uninit the aac encoder if error is nozero */
283 * Uninit the Codec.
492 pDecHandle->Uninit = voAACEncUninit;
  /external/valgrind/main/docs/internals/
3_1_BUGSTATUS.txt 21 low 123258 socketcall.recvmsg(msg.msg_iov[i] points to uninit
29 low 124478 memcheck reports uninit'd bytes on timer_create()
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 272 returnCode = AudioAPI.Uninit(hCodec);
  /external/e2fsprogs/resize/
resize2fs.c 114 /* Clear the block bitmap uninit flag for the last block group */
1783 int uninit = 0; local
    [all...]

Completed in 2500 milliseconds

1 2 3 4 5 6