Home
last modified time | relevance | path

Searched refs:old_content (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tools/
Dsanitize_source_files.py61 old_content = ''.join(lines)
65 if new_content != old_content:
/external/skia/tools/
Dsanitize_source_files.py61 old_content = ''.join(lines)
65 if new_content != old_content:
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h917 FieldContent old_content = kHeapObjectOrSmi);
927 FieldContent old_content = kHeapObjectOrSmi);
931 FieldContent old_content = kHeapObjectOrSmi);
936 FieldContent old_content = kHeapObjectOrSmi);
1408 FieldContent old_content);
Dassembler_arm.cc1785 FieldContent old_content) { in VerifiedWrite() argument
1804 switch (old_content) { in VerifiedWrite()
1903 FieldContent old_content) { in StoreIntoObjectNoBarrier() argument
1904 VerifiedWrite(dest, value, old_content); in StoreIntoObjectNoBarrier()
1918 FieldContent old_content) { in StoreIntoObjectNoBarrierOffset() argument
1922 old_content); in StoreIntoObjectNoBarrierOffset()
1925 StoreIntoObjectNoBarrier(object, Address(IP), value, old_content); in StoreIntoObjectNoBarrierOffset()
1933 FieldContent old_content) { in StoreIntoObjectNoBarrier() argument
1938 VerifiedWrite(dest, IP, old_content); in StoreIntoObjectNoBarrier()
1945 FieldContent old_content) { in StoreIntoObjectNoBarrierOffset() argument
[all …]
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc979 std::ofstream old_content(old_content_filename, std::ofstream::binary); in NewAppendableFile() local
984 old_content << read_chunk; in NewAppendableFile()
988 old_content << read_chunk; in NewAppendableFile()
994 old_content.close(); in NewAppendableFile()