HomeSort by relevance Sort by last modified time
    Searched full:yaml (Results 201 - 225 of 295) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/YAMLParser/
construct-custom.data 1 # RUN: yaml-bench -canonical %s
construct-merge.data 1 # RUN: yaml-bench -canonical %s
construct-seq.data 1 # RUN: yaml-bench -canonical %s
resolver.data 1 # RUN: yaml-bench -canonical %s
spec-02-17.data 1 # RUN: yaml-bench -canonical %s
timestamp-bugs.data 1 # RUN: yaml-bench -canonical %s
spec-02-24.data 1 # RUN: yaml-bench -canonical %s | FileCheck %s
spec-02-27.data 1 # RUN: yaml-bench -canonical %s
spec-02-28.data 1 # RUN: yaml-bench -canonical %s
  /external/llvm/test/tools/llvm-readobj/
coff-file-sections-reading.test 1 RUN: yaml2obj %p/Inputs/file-multiple-aux-records.yaml | llvm-readobj -t - | FileCheck %s
coff-non-null-terminated-file.test 1 RUN: yaml2obj %p/Inputs/file-aux-record.yaml | llvm-readobj -t - | FileCheck %s
  /external/chromium_org/chrome/common/extensions/docs/server2/
app_yaml_helper_test.py 75 'app.yaml': _GenerateAppYaml('1-0'),
116 'app.yaml': _GenerateAppYaml('1-5-0')
136 'app.yaml': _GenerateAppYaml('1-6-0')
146 'app.yaml': _GenerateAppYaml('1-8-0')
150 'app.yaml': _GenerateAppYaml('2-0-0')
154 'app.yaml': _GenerateAppYaml('2-2-0')
158 'app.yaml': _GenerateAppYaml('2-4-0')
162 'app.yaml': _GenerateAppYaml('2-6-0')
environment.py 24 # Not running on appengine, get it from the app.yaml file ourselves.
25 app_yaml_path = os.path.join(os.path.split(__file__)[0], 'app.yaml')
app_yaml_helper.py 20 '''Parses the app.yaml file, and is able to step back in the host file
34 '''Extracts the 'version' key from the contents of an app.yaml file.
37 # We could properly parse this using a yaml library but Python doesn't have
53 '''Return whether the app.yaml version |lhs| > |rhs|. This is tricky
88 '''Finds the first revision that the version in app.yaml was greater than
103 # XXX(ahernandez): Tricky. The 'version' of app.yaml coming from
118 # Back up a revision then find when app.yaml was last updated before then.
  /external/llvm/test/Object/
yaml2obj-readobj.test 1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-readobj -file-headers -relocations -expand-relocs - | FileCheck %s --check-prefix COFF-I386
2 RUN: yaml2obj -o %t %p/Inputs/COFF/i386.yaml
objdump-file-header.test 1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-objdump -f - | FileCheck %s -check-prefix COFF-i386
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 1 //===- yaml2obj - Convert YAML to a binary object file --------------------===//
10 // This program takes a YAML description of an object file and outputs the
35 // TODO: The "right" way to tell what kind of object file a given YAML file
36 // corresponds to is to look at YAML "tags" (e.g. `!Foo`). Then, different
41 // them appropriately requires some work in the YAML parser and the YAMLIO
63 typedef int (*ConvertFuncPtr)(yaml::Input & YIn, raw_ostream &Out);
65 int convertYAML(yaml::Input & YIn, raw_ostream &Out, ConvertFuncPtr Convert) {
109 yaml::Input YIn(Buf.get()->getBuffer());
  /external/llvm/utils/yaml-bench/
Makefile 1 ##===- utils/yaml-bench/Makefile ---------------------------*- Makefile -*-===##
11 TOOLNAME = yaml-bench
  /external/llvm/include/llvm/Object/
COFFYAML.h 10 // This file declares classes for handling the YAML representation of COFF.
18 #include "llvm/MC/YAML.h"
36 // The structure of the yaml files is not an exact 1:1 match to COFF. In order
37 // to use yaml::IO, we use these structures which are closer to the source.
52 yaml::BinaryRef SectionData;
86 namespace yaml { namespace in namespace:llvm
188 } // end namespace yaml
  /external/clang/test/Modules/
dependency-dump.m 8 // RUN: FileCheck %s -check-prefix=VFS -input-file %t/vfs/vfs.yaml
  /external/llvm/lib/MC/
CMakeLists.txt 50 YAML.cpp
  /external/llvm/test/Object/X86/
objdump-cfg-textatomsize.yaml 1 # RUN: yaml2obj -format=elf %s | llvm-objdump -d -yaml-cfg=%t - && FileCheck --check-prefix=CFG < %t %s
  /external/llvm/lib/MC/MCAnalysis/
MCModuleYAML.cpp 10 // This file defines classes for handling the YAML representation of MCModule.
20 #include "llvm/MC/YAML.h"
101 yaml::Hex64 StartAddress;
105 yaml::BinaryRef Data;
109 yaml::Hex64 Address;
110 std::vector<yaml::Hex64> Preds;
111 std::vector<yaml::Hex64> Succs;
127 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::yaml::Hex64)
136 namespace yaml { namespace in namespace:llvm
274 } // end namespace yaml
    [all...]
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 11 /// \brief This file defines the structure of a YAML document for serializing
27 namespace yaml { namespace in namespace:llvm
73 } // end namespace yaml
  /external/llvm/docs/
yaml2obj.rst 4 yaml2obj takes a YAML description of an object file and converts it to a binary
18 .. code-block:: yaml
55 .. code-block:: yaml

Completed in 2402 milliseconds

1 2 3 4 5 6 7 891011>>