Home
last modified time | relevance | path

Searched defs:yin (Results 1 – 23 of 23) sorted by relevance

/external/llvm/unittests/Support/
DYAMLIOTest.cpp78 Input yin("---\nfoo: 3\nbar: 5\n...\n"); in TEST() local
87 Input yin("{foo: 3, bar: 5}"); in TEST() local
98 Input yin("{foo: 3; bar: 5}", nullptr, suppressErrorMessages); in TEST() local
108 Input yin("---\n - foo: 3\n bar: 5\n - foo: 7\n bar: 9\n...\n"); in TEST() local
140 Input yin("---\nfbs:\n...\n"); in TEST() local
149 Input yin("---\nfbs: !!null null\n...\n"); in TEST() local
158 Input yin("---\nfbs: ~\n...\n"); in TEST() local
167 Input yin("---\nfbs: null\n...\n"); in TEST() local
181 Input yin("---\nfbs:\n foo: 3\n bar: 5\n...\n", nullptr, in TEST() local
191 Input yin("---\nfbs: 'scalar'\n...\n", nullptr, suppressErrorMessages); in TEST() local
[all …]
/external/llvm-project/llvm/unittests/Support/
DYAMLIOTest.cpp83 Input yin("---\nfoo: 3\nbar: 5\n...\n"); in TEST() local
92 Input yin("{foo: 3, bar: 5}"); in TEST() local
103 Input yin("{foo: 3; bar: 5}", nullptr, suppressErrorMessages); in TEST() local
113 Input yin("---\n - foo: 3\n bar: 5\n - foo: 7\n bar: 9\n...\n"); in TEST() local
145 Input yin("---\nfbs:\n...\n"); in TEST() local
154 Input yin("---\nfbs: !!null null\n...\n"); in TEST() local
163 Input yin("---\nfbs: ~\n...\n"); in TEST() local
172 Input yin("---\nfbs: null\n...\n"); in TEST() local
186 Input yin("---\nfbs:\n foo: 3\n bar: 5\n...\n", nullptr, in TEST() local
196 Input yin("---\nfbs: 'scalar'\n...\n", nullptr, suppressErrorMessages); in TEST() local
[all …]
/external/python/cpython2/Demo/turtle/
Dtdemo_yinyang.py16 def yin(radius, color1, color2): function
/external/python/cpython3/Lib/turtledemo/
Dyinyang.py16 def yin(radius, color1, color2): function
/external/llvm-project/lldb/unittests/Utility/
DProcessInstanceInfoTest.cpp128 llvm::yaml::Input yin(buffer); in TEST() local
157 llvm::yaml::Input yin(buffer); in TEST() local
DReproducerTest.cpp234 yaml::Input yin((*buffer)->getBuffer()); in TEST() local
250 yaml::Input yin((*buffer)->getBuffer()); in TEST() local
DConstStringTest.cpp155 llvm::yaml::Input yin(buffer); in TEST() local
DArchSpecTest.cpp486 llvm::yaml::Input yin(buffer); in TEST() local
DFileSpecTest.cpp434 llvm::yaml::Input yin(buffer); in TEST() local
DArgsTest.cpp302 llvm::yaml::Input yin(buffer); in TEST() local
/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h68 float yin, yout; in clip_liang_barsky() local
/external/llvm-project/lldb/source/Utility/
DReproducer.cpp254 yaml::Input yin((*error_or_file)->getBuffer()); in LoadIndex() local
331 llvm::yaml::Input yin(*symbol_files); in Verify() local
DProcessInfo.cpp370 llvm::yaml::Input yin((*error_or_file)->getBuffer()); in GetReplayProcessInstanceInfoList() local
DReproducerProvider.cpp182 llvm::yaml::Input yin((*error_or_file)->getBuffer()); in SymbolFileLoader() local
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DSymbolInfo.cpp130 llvm::yaml::Input yin(Yaml); in ReadSymbolInfosFromYAML() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationReplayServer.cpp196 yaml::Input yin((*error_or_file)->getBuffer()); in LoadReplayHistory() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectReproducer.cpp130 yaml::Input yin((*error_or_file)->getBuffer()); in ReadFromYAML() local
460 llvm::yaml::Input yin(*symbol_files); in DoExecute() local
/external/llvm/tools/dsymutil/
DDebugMap.cpp115 yaml::Input yin((*ErrOrFile)->getBuffer(), &Ctxt); in parseYAMLDebugMap() local
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp297 llvm::yaml::Input yin(InsertHeader); in includeFixerMain() local
/external/llvm-project/llvm/tools/dsymutil/
DDebugMap.cpp138 yaml::Input yin((*ErrOrFile)->getBuffer(), &Ctxt); in parseYAMLDebugMap() local
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileYAML.cpp807 llvm::yaml::Input yin(mb->getBuffer(), &yamlContext); in readYaml() local
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp233 float yin, yout; in clip_liang_barsky() local
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp1365 llvm::yaml::Input yin(mb->getBuffer(), &yamlContext); in loadFile() local