/external/llvm-project/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 83 Input yin("---\nfoo: 3\nbar: 5\n...\n"); in TEST() local 84 yin >> doc; in TEST() 86 EXPECT_FALSE(yin.error()); in TEST() 92 Input yin("{foo: 3, bar: 5}"); in TEST() local 93 yin >> doc; in TEST() 95 EXPECT_FALSE(yin.error()); in TEST() 103 Input yin("{foo: 3; bar: 5}", nullptr, suppressErrorMessages); in TEST() local 104 yin >> doc; in TEST() 105 EXPECT_TRUE(!!yin.error()); in TEST() 113 Input yin("---\n - foo: 3\n bar: 5\n - foo: 7\n bar: 9\n...\n"); in TEST() local [all …]
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 78 Input yin("---\nfoo: 3\nbar: 5\n...\n"); in TEST() local 79 yin >> doc; in TEST() 81 EXPECT_FALSE(yin.error()); in TEST() 87 Input yin("{foo: 3, bar: 5}"); in TEST() local 88 yin >> doc; in TEST() 90 EXPECT_FALSE(yin.error()); in TEST() 98 Input yin("{foo: 3; bar: 5}", nullptr, suppressErrorMessages); in TEST() local 99 yin >> doc; in TEST() 100 EXPECT_TRUE(!!yin.error()); in TEST() 108 Input yin("---\n - foo: 3\n bar: 5\n - foo: 7\n bar: 9\n...\n"); in TEST() local [all …]
|
/external/pdfium/third_party/agg23/ |
D | agg_clip_liang_barsky.h | 68 float yin, yout; in clip_liang_barsky() local 70 yin = (float)clip_box.y1; in clip_liang_barsky() 73 yin = (float)clip_box.y2; in clip_liang_barsky() 76 float tiny = (yin - y1) / deltay; in clip_liang_barsky() 88 *y++ = (T)yin; in clip_liang_barsky() 103 *y++ = (T)yin; in clip_liang_barsky() 126 *y++ = (T)yin; in clip_liang_barsky()
|
/external/python/cpython3/Lib/turtledemo/ |
D | yinyang.py | 16 def yin(radius, color1, color2): function 42 yin(200, "black", "white") 43 yin(200, "white", "black")
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_yinyang.py | 16 def yin(radius, color1, color2): function 42 yin(200, "white", "black") 43 yin(200, "black", "white")
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1693 operator>>(Input &yin, T &docList) { 1696 while ( yin.setCurrentDocument() ) { 1697 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true, Ctx); 1698 if ( yin.error() ) 1699 return yin; 1700 yin.nextDocument(); 1703 return yin; 1710 operator>>(Input &yin, T &docMap) { 1712 yin.setCurrentDocument(); 1713 yamlize(yin, docMap, true, Ctx); [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | nb.txt | 1476 "yin", 1490 "yin", 1504 "yin", 1522 "bing-yin", 1534 "wu-yin", 1546 "geng-yin", 1558 "ren-yin", 1570 "jia-yin", 1584 "bing-yin", 1596 "wu-yin", [all …]
|
D | ast.txt | 451 "güe de madera yin", 453 "conexu de fueu yin", 455 "culebra de tierra yin", 457 "cabra de metal yin", 459 "gallu d’agua yin", 461 "gochu de madera yin", 463 "güe de fueu yin", 465 "conexu de tierra yin", 467 "culebra de metal yin", 469 "cabra d’agua yin", [all …]
|
D | br.txt | 761 "yin", 775 "yin", 789 "yin", 807 "bing-yin", 819 "wu-yin", 831 "geng-yin", 843 "ren-yin", 855 "jia-yin", 869 "bing-yin", 881 "wu-yin", [all …]
|
D | cs.txt | 702 "yin", 716 "yin", 730 "yin", 748 "bing-yin", 760 "wu-yin", 772 "geng-yin", 784 "ren-yin", 796 "jia-yin", 810 "bing-yin", 822 "wu-yin", [all …]
|
D | nl.txt | 1709 "yin", 1723 "yin", 1737 "yin", 1755 "bing-yin", 1767 "wu-yin", 1779 "geng-yin", 1791 "ren-yin", 1803 "jia-yin", 1817 "bing-yin", 1829 "wu-yin", [all …]
|
D | fy.txt | 263 "yin", 281 "bing-yin", 293 "wu-yin", 305 "geng-yin", 317 "ren-yin", 329 "jia-yin", 516 "yin", 534 "bing-yin", 546 "wu-yin", 558 "geng-yin", [all …]
|
/external/llvm-project/lldb/unittests/Utility/ |
D | ProcessInstanceInfoTest.cpp | 128 llvm::yaml::Input yin(buffer); in TEST() local 129 yin >> deserialized; in TEST() 157 llvm::yaml::Input yin(buffer); in TEST() local 158 yin >> deserialized; in TEST()
|
D | ReproducerTest.cpp | 234 yaml::Input yin((*buffer)->getBuffer()); in TEST() local 236 yin >> data; in TEST() 250 yaml::Input yin((*buffer)->getBuffer()); in TEST() local 252 yin >> data; in TEST()
|
D | ConstStringTest.cpp | 155 llvm::yaml::Input yin(buffer); in TEST() local 156 yin >> deserialized; in TEST()
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1242 operator>>(Input &yin, T &docList) { 1244 while ( yin.setCurrentDocument() ) { 1245 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true); 1246 if ( yin.error() ) 1247 return yin; 1248 yin.nextDocument(); 1251 return yin; 1258 operator>>(Input &yin, T &docMap) { 1259 yin.setCurrentDocument(); 1260 yamlize(yin, docMap, true); [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 1340 operator>>(Input &yin, T &docList) { 1343 while ( yin.setCurrentDocument() ) { 1344 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true, Ctx); 1345 if ( yin.error() ) 1346 return yin; 1347 yin.nextDocument(); 1350 return yin; 1357 operator>>(Input &yin, T &docMap) { 1359 yin.setCurrentDocument(); 1360 yamlize(yin, docMap, true, Ctx); [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | my_my_Latn.txt | 55 # ($consonants) ြင\u103A > | $1 yin; 56 ($consonants) \u103C\u1004\u103A > | $1 yin; 61 # ($consonants) ျင\u103A > | $1 yin; 62 ($consonants) \u103B\u1004\u103A > | $1 yin; 133 # ျင\u103A > yin; 134 \u103B\u1004\u103A > yin; 135 # ြင\u103A > yin; 136 \u103C\u1004\u103A > yin;
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationReplayServer.cpp | 196 yaml::Input yin((*error_or_file)->getBuffer()); in LoadReplayHistory() local 197 yin >> m_packet_history; in LoadReplayHistory() 199 if (auto err = yin.error()) in LoadReplayHistory()
|
/external/llvm-project/lldb/source/Utility/ |
D | Reproducer.cpp | 254 yaml::Input yin((*error_or_file)->getBuffer()); in LoadIndex() local 255 yin >> m_files; in LoadIndex() 256 if (auto err = yin.error()) in LoadIndex() 331 llvm::yaml::Input yin(*symbol_files); in Verify() local 332 yin >> entries; in Verify()
|
D | ProcessInfo.cpp | 370 llvm::yaml::Input yin((*error_or_file)->getBuffer()); in GetReplayProcessInstanceInfoList() local 371 yin >> infos; in GetReplayProcessInstanceInfoList() 373 if (auto err = yin.error()) in GetReplayProcessInstanceInfoList()
|
/external/starlark-go/starlark/testdata/ |
D | function.star | 95 def yin(x): 96 calls.append("yin") 103 yin(False) 105 yin(True) 106 assert.eq(calls, ["yin", "yang"]) 110 assert.eq(calls, ["yang", "yin"])
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectReproducer.cpp | 130 yaml::Input yin((*error_or_file)->getBuffer()); in ReadFromYAML() local 131 yin >> t; in ReadFromYAML() 133 if (auto err = yin.error()) { in ReadFromYAML() 460 llvm::yaml::Input yin(*symbol_files); in DoExecute() local 461 yin >> entries; in DoExecute()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | SymbolInfo.cpp | 130 llvm::yaml::Input yin(Yaml); in ReadSymbolInfosFromYAML() local 131 yin >> Symbols; in ReadSymbolInfosFromYAML()
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 115 yaml::Input yin((*ErrOrFile)->getBuffer(), &Ctxt); in parseYAMLDebugMap() local 116 yin >> Res; in parseYAMLDebugMap() 118 if (auto EC = yin.error()) in parseYAMLDebugMap()
|