HomeSort by relevance Sort by last modified time
    Searched full:uninit (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 37 /* We don't strictly need to be clearing the uninit flag if inuse < 0
block.c 395 int uninit; local
459 uninit = 0;
461 uninit = EXT2_EXTENT_SET_BMAP_UNINIT;
493 new_blk, uninit);
alloc.c 29 * Check for uninit block bitmaps and deal with them appropriately
78 * Check for uninit inode bitmaps and deal with them appropriately
  /external/javassist/src/main/javassist/bytecode/stackmap/
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"; }
  /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...]
MultiType.java 217 if (type == UNINIT)
  /art/compiler/
compilers.cc 48 void QuickCompiler::UnInit() const {
compiler.cc 95 void UnInit() const OVERRIDE {
  /external/chromium_org/chrome/test/chromedriver/chrome/
device_manager_unittest.cc 70 *pid = 0; // avoid uninit error crbug.com/393231
  /external/clang/test/Analysis/
uninit-vals-ps-region.m 72 // (The main test is in uninit-vals.m)
uninit-vals.m 35 // (An additional test is in uninit-vals-ps-region.m)
  /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 112 /* uninit the aac encoder if error is nozero */
287 * Uninit the Codec.
500 pDecHandle->Uninit = voAACEncUninit;
  /external/chromium_org/base/
tools_sanity_unittest.cc 49 VLOG(1) << "Uninit condition is true";
51 VLOG(1) << "Uninit condition is false";
  /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()
  /external/chromium_org/tools/valgrind/drmemory/
suppressions.txt 19 name=Sophos UNINIT
202 name=sanity test 14 (malloc/read uninit)
209 name=sanity test 15 (new/read uninit)
446 name=http://crbug.com/42043-uninit
suppressions_full.txt 29 # They deliberately use uninit local var in sqlite random generator.
34 name=sqlite3_randomness UNINIT
397 # this broad suppression, effectively disabling uninit checks in rsaenh.dll.
723 # This matches the same stack as DrMem i#751, but it's an uninit read instead of
773 # False pos uninit in shell32 when resolving links.
781 # Probable false pos uninit in ffmpeg. Probably due to running off the end of a
850 # More uninit false pos in rpcrt4.dll not caught by default suppressions.
1086 # We get uninit reports inside GMock when it prints the bytes of references to
1089 name=http://crbug.com/64887 (GMock printing uninit data)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 272 returnCode = AudioAPI.Uninit(hCodec);
  /external/chromium_org/v8/test/mjsunit/
allocation-site-info.js 325 // Array function, it went from (uninit->Array) then (Array->megamorphic).
327 // It'll go (uninit->realmBArray) then (realmBArray->megamorphic). Recognize
  /external/clang/test/Sema/
uninit-variables.c 432 #define UNINIT(T, x, y) T x; T y = x;
435 UNINIT(int, a, b); // expected-warning {{variable 'a' is uninitialized when used here}} \
  /external/e2fsprogs/resize/
resize2fs.c 131 /* Clear the block bitmap uninit flag for the last block group */
1904 int uninit = 0; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrOptDrawState.cpp 182 color = 0; // not strictly necessary but we get false alarms from tools about uninit.

Completed in 1161 milliseconds

12 3 4 5