HomeSort by relevance Sort by last modified time
    Searched refs:YAML (Results 1 - 16 of 16) sorted by null

  /external/clang/unittests/Tooling/
ReplacementsYamlTest.cpp 34 yaml::Output YAML(YamlContentStream);
35 YAML << Doc;
69 yaml::Input YAML(YamlContent);
70 YAML >> DocActual;
71 ASSERT_FALSE(YAML.error());
96 yaml::Input YAML(YamlContent);
97 YAML >> DocActual
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/resolver/
Resolver.java 16 package org.yaml.snakeyaml.resolver;
24 import org.yaml.snakeyaml.nodes.NodeId;
25 import org.yaml.snakeyaml.nodes.Tag;
48 public static final Pattern YAML = Pattern.compile("^(?:!|&|\\*)$");
69 addImplicitResolver(Tag.YAML, YAML, "!&*");
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 354 * de-serialization, but it makes the YAML representation more human readable.
466 Expected<std::unique_ptr<MachOYAML::Object>> YAML = Dumper.dump();
467 if (!YAML)
468 return YAML.takeError();
470 yaml::YamlObjectFile YAMLFile;
471 YAMLFile.MachO = std::move(YAML.get());
473 yaml::Output Yout(Out);
479 yaml::YamlObjectFile YAMLFile;
481 MachOYAML::UniversalBinary &YAML = *YAMLFile.FatMachO;
482 YAML.Header.magic = Obj.getMagic()
    [all...]
elf2yaml.cpp 334 S->Content = yaml::BinaryRef(ContentOrErr.get());
433 std::unique_ptr<ELFYAML::Object> YAML(YAMLOrErr.get());
434 yaml::Output Yout(Out);
435 Yout << *YAML;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
macho2yaml.cpp 383 * de-serialization, but it makes the YAML representation more human readable.
492 Expected<std::unique_ptr<MachOYAML::Object>> YAML = Dumper.dump();
493 if (!YAML)
494 return YAML.takeError();
496 yaml::YamlObjectFile YAMLFile;
497 YAMLFile.MachO = std::move(YAML.get());
499 yaml::Output Yout(Out);
505 yaml::YamlObjectFile YAMLFile;
507 MachOYAML::UniversalBinary &YAML = *YAMLFile.FatMachO;
508 YAML.Header.magic = Obj.getMagic()
    [all...]
wasm2yaml.cpp 125 CustomSec->Payload = yaml::BinaryRef(WasmSec.Content);
143 // being represented as a custom section in the YAML output.
270 Function.Body = yaml::BinaryRef(Func.Body);
283 Seg.Content = yaml::BinaryRef(Segment.Data.Content);
313 std::unique_ptr<WasmYAML::Object> YAML(YAMLOrErr.get());
314 yaml::Output Yout(Out);
315 Yout << *YAML;
elf2yaml.cpp 424 S->Content = yaml::BinaryRef(ContentOrErr.get());
526 std::unique_ptr<ELFYAML::Object> YAML(YAMLOrErr.get());
527 yaml::Output Yout(Out);
528 Yout << *YAML;
  /external/antlr/runtime/Perl5/tools/
port.pl 11 use YAML::Tiny;
116 my $port = YAML::Tiny->read('port.yml');
139 my $port = YAML::Tiny->read('port.yml');
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-converter.cpp 37 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT };
41 clEnumValN(ConvertFormats::YAML, "yaml", "output in yaml"),
82 using llvm::yaml::Output;
398 case ConvertFormats::YAML:
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
Tag.java 16 package org.yaml.snakeyaml.nodes;
28 import org.yaml.snakeyaml.error.YAMLException;
29 import org.yaml.snakeyaml.util.UriEncoder;
32 public static final String PREFIX = "tag:yaml.org,2002:";
33 public static final Tag YAML = new Tag(PREFIX + "yaml");
70 private boolean secondary = false; // see http://www.yaml.org/refcard.html
  /external/google-fruit/extras/benchmark/
format_bench_results.py 18 import yaml
297 parser.add_argument('--benchmark-tables-definition', help='The YAML file that defines the benchmark tables (e.g. fruit_wiki_bench_tables.yaml).')
317 for table_definition in yaml.load(f)["tables"]:
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
YAMLTraits.h 39 namespace yaml { namespace in namespace:llvm
44 /// to/from a YAML mapping. For example:
60 // The optional flow flag will cause generated YAML to use a flow mapping
82 // The optional flow flag will cause generated YAML to use a flow mapping
88 /// to/from a YAML scalar where there is a one-to-one mapping between
89 /// in-memory values and a string in YAML. For example:
105 /// of bit values and the YAML representation is a flow sequence of
127 /// to/from a yaml scalar. For example:
158 /// to/from a YAML literal block scalar. For example:
186 /// to/from a YAML sequence. For example
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/
http.pb.go 109 // `GRPC API Configuration` YAML file.
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 518 milliseconds