Searched defs:set (Results 1 - 4 of 4) sorted by relevance

/art/build/
H A DAndroid.common_build.mk132 define set-target-local-clang-vars
252 # DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES is set in ../build/core/dex_preopt.mk based on
255 $(error Required DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES is not set)
306 define set-target-local-cflags-vars
317 # TODO: Also set when ART_TARGET_CLANG_$(arch)!=false and ART_TARGET_CLANG==true
/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc128 bool set = r.next() % 2 == 1; variable
130 if (set) {
/art/runtime/base/
H A Dstringpiece.h68 void set(const char* data, int len) { function in class:art::StringPiece
72 void set(const char* str) { function in class:art::StringPiece
79 void set(const void* data, int len) { function in class:art::StringPiece
/art/runtime/
H A Ddex_file_verifier.cc1812 const DexFile::AnnotationSetItem* set = reinterpret_cast<const DexFile::AnnotationSetItem*>(ptr_); local
1813 const uint32_t* offsets = set->entries_;
1814 uint32_t count = set->size_;

Completed in 701 milliseconds