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

  /art/runtime/jdwp/
jdwp_request.cc 35 int8_t flags = Read1();
40 command_set_ = Read1();
41 command_ = Read1();
69 case 1: value = Read1(); break;
159 uint8_t Request::Read1() {
jdwp.h 455 T value = static_cast<T>(Read1());
487 uint8_t Read1();
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mop.cc 42 t1.Read1(l);
50 t2.Read1(l, true);
56 t1.Read1(l);
57 t2.Read1(l);
64 t1.Read1(l);
65 t2.Read1(l, true);
tsan_test_util.h 81 void Read1(const MemLoc &ml, bool expect_race = false) {
tsan_mutex.cc 142 t1.Read1(l);
143 t3.Read1(l);
  /external/lzma/CPP/Windows/
FileIO.cpp 174 if (!Read1(buf, kClusterSize, processed))
201 if (!Read1(buf, kClusterSize, processed))
335 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize) throw()
347 return Read1(data, size, processedSize);
FileIO.h 180 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 131 bool result = File.Read1(Buf, readSize, BufSize);

Completed in 107 milliseconds