HomeSort by relevance Sort by last modified time
    Searched defs:uninit (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/test/msan/
dlopen_executable.cc 10 int *uninit = (int*)malloc(sizeof(int)); local
11 my_global = *uninit;
  /external/e2fsprogs/lib/ext2fs/
block.c 395 int uninit; local
459 uninit = 0;
461 uninit = EXT2_EXTENT_SET_BMAP_UNINIT;
493 new_blk, uninit);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 174 RegisterType uninit = RegisterType.getRegisterType(RegisterType.UNINIT, null); local
176 setPostRegisterTypeAndPropagateChanges(startOfMethod, i, uninit);
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 285 constexpr int uninit() { function in namespace:std_example
  /art/runtime/
class_linker_test.cc 1050 mirror::Class* uninit = ResolveVerifyAndClinit(type_idx, clinit, soa.Self(), true, false); local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 131 /* Clear the block bitmap uninit flag for the last block group */
1904 int uninit = 0; local
    [all...]
  /frameworks/native/opengl/libagl/
array.cpp 127 c->vc.uninit();
365 void vertex_cache_t::uninit() function in class:android::vertex_cache_t
    [all...]
matrix.cpp 90 c->transforms.modelview.uninit();
91 c->transforms.projection.uninit();
93 c->transforms.texture[i].uninit();
395 void matrix_stack_t::uninit() { function in class:android::matrix_stack_t
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 433 uninit();
438 uninit();
458 uninit();
634 void ResStringPool::uninit() function in class:android::ResStringPool
1669 void ResXMLTree::uninit() function in class:android::ResXMLTree
3902 void ResTable::uninit() function in class:android::ResTable
    [all...]

Completed in 176 milliseconds