/external/pdfium/third_party/agg23/ |
D | agg_clip_liang_barsky.h | 68 float yin, yout; in clip_liang_barsky() local 71 yout = (float)clip_box.y2; in clip_liang_barsky() 74 yout = (float)clip_box.y1; in clip_liang_barsky() 93 float touty = (yout - y1) / deltay; in clip_liang_barsky() 113 *y++ = (T)yout; in clip_liang_barsky() 123 *y++ = (T)yout; in clip_liang_barsky()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1774 operator<<(Output &yout, T &docList) { 1776 yout.beginDocuments(); 1777 const size_t count = DocumentListTraits<T>::size(yout, docList); 1779 if ( yout.preflightDocument(i) ) { 1780 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true, 1782 yout.postflightDocument(); 1785 yout.endDocuments(); 1786 return yout; 1793 operator<<(Output &yout, T &map) { 1795 yout.beginDocuments(); [all …]
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 216 Output yout(ostr); in TEST() local 217 yout << seq; in TEST() 362 Output yout(ostr); in TEST() local 363 yout << map; in TEST() 476 Output yout(ostr); in TEST() local 477 yout << map; in TEST() 582 Output yout(ostr); in TEST() local 583 yout << map; in TEST() 777 Output yout(ostr); in TEST() local 778 yout << map; in TEST() [all …]
|
/external/llvm-project/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 221 Output yout(ostr); in TEST() local 222 yout << seq; in TEST() 447 Output yout(ostr); in TEST() local 448 yout << map; in TEST() 561 Output yout(ostr); in TEST() local 562 yout << map; in TEST() 649 Output yout(ostr); in TEST() local 650 yout << map; in TEST() 757 Output yout(ostr); in TEST() local 758 yout << map; in TEST() [all …]
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1298 operator<<(Output &yout, T &docList) { 1299 yout.beginDocuments(); 1300 const size_t count = DocumentListTraits<T>::size(yout, docList); 1302 if ( yout.preflightDocument(i) ) { 1303 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true); 1304 yout.postflightDocument(); 1307 yout.endDocuments(); 1308 return yout; 1315 operator<<(Output &yout, T &map) { 1316 yout.beginDocuments(); [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 1400 operator<<(Output &yout, T &docList) { 1402 yout.beginDocuments(); 1403 const size_t count = DocumentListTraits<T>::size(yout, docList); 1405 if ( yout.preflightDocument(i) ) { 1406 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true, 1408 yout.postflightDocument(); 1411 yout.endDocuments(); 1412 return yout; 1419 operator<<(Output &yout, T &map) { 1421 yout.beginDocuments(); [all …]
|
/external/llvm-project/lldb/source/Utility/ |
D | ReproducerProvider.cpp | 114 llvm::yaml::Output yout(os); in Keep() local 115 yout << files; in Keep() 139 llvm::yaml::Output yout(m_os); in Record() local 140 yout << const_cast<ProcessInstanceInfoList &>(process_infos); in Record() 166 llvm::yaml::Output yout(os); in Keep() local 167 yout << m_symbol_files; in Keep()
|
D | GDBRemote.cpp | 110 yaml::Output yout(os); in Keep() local 111 yout << files; in Keep() 144 yaml::Output yout(m_os); in Record() local 145 yout << const_cast<GDBRemotePacket &>(packet); in Record()
|
D | Reproducer.cpp | 229 yaml::Output yout(*strm); in AddProvidersToIndex() local 237 yout << files; in AddProvidersToIndex()
|
/external/llvm-project/lldb/unittests/Utility/ |
D | ProcessInstanceInfoTest.cpp | 122 llvm::yaml::Output yout(os); in TEST() local 123 yout << info; in TEST() 151 llvm::yaml::Output yout(os); in TEST() local 152 yout << list; in TEST()
|
D | ConstStringTest.cpp | 149 llvm::yaml::Output yout(os); in TEST() local 150 yout << strings; in TEST()
|
D | ArgsTest.cpp | 294 llvm::yaml::Output yout(os); in TEST() local 295 yout << args; in TEST()
|
D | FileSpecTest.cpp | 428 llvm::yaml::Output yout(os); in TEST() local 429 yout << fs_windows; in TEST()
|
D | ArchSpecTest.cpp | 477 llvm::yaml::Output yout(os); in TEST() local 481 yout << archs; in TEST()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | ReproducerProvider.h | 84 llvm::yaml::Output yout(m_os); in Record() 88 yout << const_cast<T &>(t); in Record() 296 llvm::yaml::Output yout(os); in Keep() 297 yout << files; in Keep()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | SymbolInfo.cpp | 120 llvm::yaml::Output yout(OS); in WriteSymbolInfosToStream() local 123 yout << S; in WriteSymbolInfosToStream()
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 88 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0); in print() local 89 yout << const_cast<DebugMap &>(*this); in print()
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 109 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0); in print() local 110 yout << const_cast<DebugMap &>(*this); in print()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 233 float yin, yout; in clip_liang_barsky() local 236 yout = clip_box.y2; in clip_liang_barsky() 239 yout = clip_box.y1; in clip_liang_barsky() 258 float touty = (yout - y1) / deltay; in clip_liang_barsky() 278 *y++ = yout; in clip_liang_barsky() 288 *y++ = yout; in clip_liang_barsky()
|
/external/llvm-project/llvm/docs/ |
D | YamlIO.rst | 155 Output yout(llvm::outs()); 156 yout << persons; 941 Output yout(llvm::outs()); 942 yout << info; 964 Output yout(llvm::outs()); 965 yout << docList;
|
/external/llvm/docs/ |
D | YamlIO.rst | 155 Output yout(llvm::outs()); 156 yout << persons; 941 Output yout(llvm::outs()); 942 yout << info; 964 Output yout(llvm::outs()); 965 yout << docList;
|
/external/cldr/common/testData/transforms/ |
D | my-Latn-t-my.txt | 138 ယောက် yout
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 399 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument 401 Out(yout), in Output()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 437 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument 438 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output()
|
/external/llvm-project/llvm/lib/Support/ |
D | YAMLTraits.cpp | 454 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument 455 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output()
|