Searched refs:Read1 (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_mop.cc | 42 t1.Read1(l); in TEST() 50 t2.Read1(l, true); in TEST() 56 t1.Read1(l); in TEST() 57 t2.Read1(l); in TEST() 64 t1.Read1(l); in TEST() 65 t2.Read1(l, true); in TEST()
|
D | tsan_mutex.cc | 142 t1.Read1(l); in TEST() 143 t3.Read1(l); in TEST()
|
D | tsan_test_util.h | 73 void Read1(const MemLoc &ml, bool expect_race = false) {
|
/external/chromium_org/media/mp4/ |
D | box_definitions.cc | 77 RCHECK(reader->Read1(&default_sample_info_size) && in Parse() 113 reader->Read1(&flag) && in Parse() 114 reader->Read1(&default_iv_size) && in Parse() 324 RCHECK(reader->Read1(&version) && version == 1 && in Parse() 325 reader->Read1(&profile_indication) && in Parse() 326 reader->Read1(&profile_compatibility) && in Parse() 327 reader->Read1(&avc_level)); in Parse() 330 RCHECK(reader->Read1(&length_size_minus_one) && in Parse() 335 RCHECK(reader->Read1(&num_sps) && (num_sps & 0xe0) == 0xe0); in Parse() 346 RCHECK(reader->Read1(&num_pps)); in Parse() [all …]
|
D | box_reader_unittest.cc | 60 reader->Read1(&a) && in Parse() 61 reader->Read1(&b) && in Parse()
|
D | cenc.cc | 25 RCHECK(reader->Read1(&iv[i])); in Parse()
|
D | box_reader.h | 38 bool Read1(uint8* v) WARN_UNUSED_RESULT;
|
D | box_reader.cc | 22 bool BufferReader::Read1(uint8* v) { in Read1() function in media::mp4::BufferReader
|
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 326 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize) in Read1() function in NWindows::NFile::NIO::CInFile 338 return Read1(data, size, processedSize); in ReadPart()
|
D | FileIO.h | 108 bool Read1(void *data, UInt32 size, UInt32 &processedSize);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | symbol-table.h | 124 static SymbolTableImpl* Read1(istream &, const string &);
|
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.cpp | 154 bool result = File.Read1(Buffer, readSize, BufferSize); in Read()
|
/external/valgrind/unittest/ |
D | racecheck_unittest.cc | 7859 int Read1(int i) { volatile int z = array[i]; return z; } in Read1() function 7868 Read1(i); in Worker()
|