Home
last modified time | relevance | path

Searched defs:read_end (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier_test.cc177 HPredicatedInstanceFieldGet* read_end = in TEST_F() local
269 HPredicatedInstanceFieldGet* read_end = in TEST_F() local
354 HInstruction* read_end = new (GetAllocator()) HPredicatedInstanceFieldGet(obj_phi, in TEST_F() local
H A Dload_store_elimination_test.cc7747 HInstruction* read_end = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F() local
7841 HInstruction* read_end = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F() local
7951 HInstruction* read_end = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F() local
8059 HInstruction* read_end = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F() local
8215 HInstruction* read_end = MakeIFieldGet(new_inst, DataType::Type::kInt32, MemberOffset(32)); in TEST_F() local
/aosp12/system/core/libcutils/
H A Drecord_stream.cpp41 unsigned char *read_end; member
/aosp12/hardware/ril/librilutils/
H A Drecord_stream.c40 unsigned char *read_end; member
/aosp12/packages/providers/MediaProvider/jni/
H A DRedactionInfo.cpp153 const off64_t read_end = static_cast<off64_t>(read_start + size); in getReadRanges() local
/aosp12/system/libziparchive/
H A Dzip_archive.cc1585 off64_t read_end; in ReadAtOffset() local
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp787 android::base::unique_fd read_end, write_end; in TEST_F() local