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

  /external/compiler-rt/test/msan/
dlopen_executable.cc 10 int *uninit = (int*)malloc(sizeof(int)); local
11 my_global = *uninit;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 285 constexpr int uninit() { function in namespace:std_example
  /external/e2fsprogs/lib/ext2fs/
block.c 395 int uninit; local
459 uninit = 0;
461 uninit = EXT2_EXTENT_SET_BMAP_UNINIT;
493 new_blk, uninit);
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp 192 mTypePool.uninit();
193 mKeyPool.uninit();
  /frameworks/native/opengl/libagl/
context.h 248 void uninit();
458 void uninit();
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
array.cpp 127 c->vc.uninit();
365 void vertex_cache_t::uninit() function in class:android::vertex_cache_t
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 498 void uninit();
805 void uninit();
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 131 /* Clear the block bitmap uninit flag for the last block group */
1904 int uninit = 0; local
    [all...]
  /external/v8/test/mjsunit/
allocation-site-info.js 328 // Array function, it went from (uninit->Array) then (Array->megamorphic).
330 // It'll go (uninit->realmBArray) then (realmBArray->megamorphic). Recognize
  /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...]
  /art/runtime/
class_linker_test.cc 1077 mirror::Class* uninit = ResolveVerifyAndClinit(type_idx, clinit, soa.Self(), true, false); local
    [all...]
  /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...]
  /frameworks/base/tools/aapt/
Command.cpp 817 tree.uninit();
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 1251 milliseconds