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

  /art/runtime/jdwp/
jdwp_request.cc 34 int8_t flags = Read1();
39 command_set_ = Read1();
40 command_ = Read1();
68 case 1: value = Read1(); break;
158 uint8_t Request::Read1() {
jdwp.h 423 T value = static_cast<T>(Read1());
455 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 73 void Read1(const MemLoc &ml, bool expect_race = false) {
tsan_mutex.cc 142 t1.Read1(l);
143 t3.Read1(l);
  /external/chromium_org/media/formats/mp4/
cenc.cc 25 RCHECK(reader->Read1(&iv[i]));
box_definitions.cc 77 RCHECK(reader->Read1(&default_sample_info_size) &&
113 reader->Read1(&flag) &&
114 reader->Read1(&default_iv_size) &&
376 RCHECK(reader->Read1(&version) && version == 1 &&
377 reader->Read1(&profile_indication) &&
378 reader->Read1(&profile_compatibility) &&
379 reader->Read1(&avc_level));
382 RCHECK(reader->Read1(&length_size_minus_one));
388 RCHECK(reader->Read1(&num_sps));
407 RCHECK(reader->Read1(&num_pps))
    [all...]
box_reader.h 41 bool Read1(uint8* v) WARN_UNUSED_RESULT;
box_reader_unittest.cc 60 reader->Read1(&a) &&
61 reader->Read1(&b) &&
box_reader.cc 22 bool BufferReader::Read1(uint8* v) {
  /external/lzma/CPP/Windows/
FileIO.h 108 bool Read1(void *data, UInt32 size, UInt32 &processedSize);
FileIO.cpp 326 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize)
338 return Read1(data, size, processedSize);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 123 static SymbolTableImpl* Read1(istream &, const string &);
  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 154 bool result = File.Read1(Buffer, readSize, BufferSize);

Completed in 1082 milliseconds