Searched refs:Read1 (Results 1 – 9 of 9) 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 | 81 void Read1(const MemLoc &ml, bool expect_race = false) {
|
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_mop.cpp | 41 t1.Read1(l); in TEST() 49 t2.Read1(l, true); in TEST() 55 t1.Read1(l); in TEST() 56 t2.Read1(l); in TEST() 63 t1.Read1(l); in TEST() 64 t2.Read1(l, true); in TEST()
|
D | tsan_mutex.cpp | 141 t1.Read1(l); in TEST() 142 t3.Read1(l); in TEST()
|
D | tsan_test_util.h | 80 void Read1(const MemLoc &ml, bool expect_race = false) {
|
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 174 if (!Read1(buf, kClusterSize, processed)) in CorrectDeviceSize() 201 if (!Read1(buf, kClusterSize, processed)) in CorrectDeviceSize() 335 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize) throw() in Read1() function in NWindows::NFile::NIO::CInFile 347 return Read1(data, size, processedSize); in ReadPart()
|
D | FileIO.h | 189 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
|
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.cpp | 131 bool result = File.Read1(Buf, readSize, BufSize); in Read()
|