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

  /external/e2fsprogs/lib/ext2fs/
block.c 368 int uninit; local
426 uninit = 0;
428 uninit = EXT2_EXTENT_SET_BMAP_UNINIT;
443 uninit);
  /external/e2fsprogs/resize/
resize2fs.c 114 /* Clear the block bitmap uninit flag for the last block group */
1768 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
  /external/kernel-headers/original/linux/
netdevice.h 461 void (*uninit)(struct net_device *dev); member in struct:net_device
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 180 RegisterType uninit = RegisterType.getRegisterType(RegisterType.Category.Uninit, null); local
182 setPostRegisterTypeAndPropagateChanges(startOfMethod, i, uninit);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 323 uninit();
332 uninit();
506 void ResStringPool::uninit() function in class:android::ResStringPool
1305 void ResXMLTree::uninit() function in class:android::ResXMLTree
2921 void ResTable::uninit() function in class:android::ResTable
    [all...]

Completed in 77 milliseconds