HomeSort by relevance Sort by last modified time
    Searched defs:Doc (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/unittests/Tooling/
ReplacementsYamlTest.cpp 22 TranslationUnitReplacements Doc;
24 Doc.MainSourceFile = "/path/to/source.cpp";
25 Doc.Context = "some context";
26 Doc.Replacements
28 Doc.Replacements
35 YAML << Doc;
86 // Make sure a doc can be read without the context field.
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 47 yaml::YamlObjectFile Doc;
48 YIn >> Doc;
54 if (Doc.Elf)
55 return yaml2elf(*Doc.Elf, Out);
56 if (Doc.Coff)
57 return yaml2coff(*Doc.Coff, Out);
58 if (Doc.MachO || Doc.FatMachO)
59 return yaml2macho(Doc, Out);
yaml2elf.cpp 115 const ELFYAML::Object &Doc;
146 unsigned getDotSymTabSecNo() const { return Doc.Sections.size() + 1; }
147 unsigned getDotStrTabSecNo() const { return Doc.Sections.size() + 2; }
148 unsigned getDotShStrTabSecNo() const { return Doc.Sections.size() + 3; }
149 unsigned getSectionCount() const { return Doc.Sections.size() + 4; }
151 ELFState(const ELFYAML::Object &D) : Doc(D) {}
154 static int writeELF(raw_ostream &OS, const ELFYAML::Object &Doc);
170 Header.e_ident[EI_OSABI] = Doc.Header.OSABI;
172 Header.e_type = Doc.Header.Type;
173 Header.e_machine = Doc.Header.Machine
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/
Doc.java 24 interface Doc extends AutoCloseable {
  /external/tensorflow/tensorflow/core/framework/
op_def_builder.h 131 OpDefBuilder& Doc(StringPiece text);
133 OpDefBuilder& Doc(StringPiece text) { return *this; }
op.h 184 // .Doc(R"(
192 // Note: .Doc() should be last.
241 OpDefBuilderWrapper<true>& Doc(StringPiece text) {
242 builder_.Doc(text);
269 OpDefBuilderWrapper<false>& Doc(StringPiece text) { return *this; }
op_def_builder.cc 516 "' from Doc() for Op ", op_def->name()));
544 OpDefBuilder& OpDefBuilder::Doc(StringPiece text) {
547 strings::StrCat("Extra call to Doc() for Op ", op_def()->name()));
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 162 yaml::Document &Doc = *Stream.begin();
163 yaml::MappingNode *Map = cast<yaml::MappingNode>(Doc.getRoot());
  /external/llvm/include/llvm/Support/
YAMLParser.h 157 std::unique_ptr<Document> &Doc;
564 document_iterator() : Doc(nullptr) {}
565 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
571 return Doc == Other.Doc;
576 assert(Doc && "incrementing iterator past the end.");
577 if (!(*Doc)->skip()) {
578 Doc->reset(nullptr);
580 Stream &S = (*Doc)->stream;
581 Doc->reset(new Document(S))
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 160 std::unique_ptr<Document> &Doc;
567 document_iterator() : Doc(nullptr) {}
568 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
574 return Doc == Other.Doc;
579 assert(Doc && "incrementing iterator past the end.");
580 if (!(*Doc)->skip()) {
581 Doc->reset(nullptr);
583 Stream &S = (*Doc)->stream;
584 Doc->reset(new Document(S))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 160 std::unique_ptr<Document> &Doc;
567 document_iterator() : Doc(nullptr) {}
568 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
574 return Doc == Other.Doc;
579 assert(Doc && "incrementing iterator past the end.");
580 if (!(*Doc)->skip()) {
581 Doc->reset(nullptr);
583 Stream &S = (*Doc)->stream;
584 Doc->reset(new Document(S))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
YAMLParser.h 160 std::unique_ptr<Document> &Doc;
567 document_iterator() : Doc(nullptr) {}
568 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
574 return Doc == Other.Doc;
579 assert(Doc && "incrementing iterator past the end.");
580 if (!(*Doc)->skip()) {
581 Doc->reset(nullptr);
583 Stream &S = (*Doc)->stream;
584 Doc->reset(new Document(S))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
YAMLParser.h 160 std::unique_ptr<Document> &Doc;
567 document_iterator() : Doc(nullptr) {}
568 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
574 return Doc == Other.Doc;
579 assert(Doc && "incrementing iterator past the end.");
580 if (!(*Doc)->skip()) {
581 Doc->reset(nullptr);
583 Stream &S = (*Doc)->stream;
584 Doc->reset(new Document(S))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
YAMLParser.h 168 std::unique_ptr<Document> &Doc;
573 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
579 return Doc == Other.Doc;
586 assert(Doc && "incrementing iterator past the end.");
587 if (!(*Doc)->skip()) {
588 Doc->reset(nullptr);
590 Stream &S = (*Doc)->stream;
591 Doc->reset(new Document(S));
596 Document &operator*() { return *Doc->get();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
YAMLParser.h 168 std::unique_ptr<Document> &Doc;
573 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
579 return Doc == Other.Doc;
586 assert(Doc && "incrementing iterator past the end.");
587 if (!(*Doc)->skip()) {
588 Doc->reset(nullptr);
590 Stream &S = (*Doc)->stream;
591 Doc->reset(new Document(S));
596 Document &operator*() { return *Doc->get();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
YAMLParser.h 168 std::unique_ptr<Document> &Doc;
573 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
579 return Doc == Other.Doc;
586 assert(Doc && "incrementing iterator past the end.");
587 if (!(*Doc)->skip()) {
588 Doc->reset(nullptr);
590 Stream &S = (*Doc)->stream;
591 Doc->reset(new Document(S));
596 Document &operator*() { return *Doc->get();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
YAMLParser.h 168 std::unique_ptr<Document> &Doc;
573 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
579 return Doc == Other.Doc;
586 assert(Doc && "incrementing iterator past the end.");
587 if (!(*Doc)->skip()) {
588 Doc->reset(nullptr);
590 Stream &S = (*Doc)->stream;
591 Doc->reset(new Document(S));
596 Document &operator*() { return *Doc->get();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 160 std::unique_ptr<Document> &Doc;
567 document_iterator() : Doc(nullptr) {}
568 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
574 return Doc == Other.Doc;
579 assert(Doc && "incrementing iterator past the end.");
580 if (!(*Doc)->skip()) {
581 Doc->reset(nullptr);
583 Stream &S = (*Doc)->stream;
584 Doc->reset(new Document(S))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
YAMLParser.h 160 std::unique_ptr<Document> &Doc;
567 document_iterator() : Doc(nullptr) {}
568 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
574 return Doc == Other.Doc;
579 assert(Doc && "incrementing iterator past the end.");
580 if (!(*Doc)->skip()) {
581 Doc->reset(nullptr);
583 Stream &S = (*Doc)->stream;
584 Doc->reset(new Document(S))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
YAMLParser.h 160 std::unique_ptr<Document> &Doc;
567 document_iterator() : Doc(nullptr) {}
568 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
574 return Doc == Other.Doc;
579 assert(Doc && "incrementing iterator past the end.");
580 if (!(*Doc)->skip()) {
581 Doc->reset(nullptr);
583 Stream &S = (*Doc)->stream;
584 Doc->reset(new Document(S))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
YAMLParser.h 168 std::unique_ptr<Document> &Doc;
573 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
579 return Doc == Other.Doc;
586 assert(Doc && "incrementing iterator past the end.");
587 if (!(*Doc)->skip()) {
588 Doc->reset(nullptr);
590 Stream &S = (*Doc)->stream;
591 Doc->reset(new Document(S));
596 Document &operator*() { return *Doc->get();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
YAMLParser.h 168 std::unique_ptr<Document> &Doc;
573 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
579 return Doc == Other.Doc;
586 assert(Doc && "incrementing iterator past the end.");
587 if (!(*Doc)->skip()) {
588 Doc->reset(nullptr);
590 Stream &S = (*Doc)->stream;
591 Doc->reset(new Document(S));
596 Document &operator*() { return *Doc->get();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
YAMLParser.h 168 std::unique_ptr<Document> &Doc;
573 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
579 return Doc == Other.Doc;
586 assert(Doc && "incrementing iterator past the end.");
587 if (!(*Doc)->skip()) {
588 Doc->reset(nullptr);
590 Stream &S = (*Doc)->stream;
591 Doc->reset(new Document(S));
596 Document &operator*() { return *Doc->get();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
YAMLParser.h 168 std::unique_ptr<Document> &Doc;
573 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {}
579 return Doc == Other.Doc;
586 assert(Doc && "incrementing iterator past the end.");
587 if (!(*Doc)->skip()) {
588 Doc->reset(nullptr);
590 Stream &S = (*Doc)->stream;
591 Doc->reset(new Document(S));
596 Document &operator*() { return *Doc->get();
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 92 row.add(Root.COLUMN_DOCUMENT_ID, "doc:local");
98 row.add(Root.COLUMN_DOCUMENT_ID, "doc:create");
106 row.add(Root.COLUMN_DOCUMENT_ID, "doc:local");
112 private Map<String, Doc> mDocs = new HashMap<>();
114 private Doc mLocalRoot;
115 private Doc mCreateRoot;
118 private Doc buildDoc(String docId, String displayName, String mimeType,
120 final Doc doc = new Doc(); local
243 final Doc doc = buildDoc(docId, displayName, mimeType, null); local
258 final Doc doc = mDocs.get(documentId); local
270 final Doc doc = mDocs.get(documentId); local
278 final Doc doc = mDocs.get(sourceDocumentId); local
293 final Doc doc = mDocs.get(sourceDocumentId); local
357 final Doc doc = mDocs.get(documentId); local
430 final Doc doc = mDocs.get(documentId); local
442 final Doc doc = mDocs.get(documentId); local
465 final Doc doc = mDocs.get(documentId); local
    [all...]

Completed in 1202 milliseconds

1 2