/third_party/typescript/tests/baselines/reference/ |
D | subclassWithPolymorphicThisIsAssignable.symbols | 2 /* taken from mongoose.Document */ 3 interface Document { 4 >Document : Symbol(Document, Decl(subclassWithPolymorphicThisIsAssignable.ts, 0, 0)) 7 >increment : Symbol(Document.increment, Decl(subclassWithPolymorphicThisIsAssignable.ts, 1, 20)) 11 interface CustomDocument extends Document { } 13 >Document : Symbol(Document, Decl(subclassWithPolymorphicThisIsAssignable.ts, 0, 0)) 29 public test<Z extends Document>() { } 32 >Document : Symbol(Document, Decl(subclassWithPolymorphicThisIsAssignable.ts, 0, 0))
|
D | subclassWithPolymorphicThisIsAssignable.types | 2 /* taken from mongoose.Document */ 3 interface Document { 9 interface CustomDocument extends Document { } 18 >this.test : <Z extends Document>() => void 20 >test : <Z extends Document>() => void 23 public test<Z extends Document>() { } 24 >test : <Z extends Document>() => void
|
D | sourceMap-StringLiteralWithNewLine.types | 2 interface Document { 5 document: Document; 6 >document : Document 24 >z : Document 25 >window.document : Document 27 >document : Document
|
D | sourceMap-StringLiteralWithNewLine.symbols | 2 interface Document { 3 >Document : Symbol(Document, Decl(sourceMap-StringLiteralWithNewLine.ts, 0, 0)) 8 document: Document; 10 >Document : Symbol(Document, Decl(sourceMap-StringLiteralWithNewLine.ts, 0, 0))
|
D | parserOverloadOnConstants1.symbols | 2 interface Document { 3 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(parserOve… 6 >createElement : Symbol(Document.createElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, … 11 >createElement : Symbol(Document.createElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, … 16 >createElement : Symbol(Document.createElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, … 21 >createElement : Symbol(Document.createElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, …
|
D | genericMethodOverspecialization.symbols | 15 declare var document: Document; 17 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(genericMe… 19 interface Document { 20 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(genericMe… 23 >getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(genericMethodOve… 36 >document.getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(generic… 38 >getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(genericMethodOve…
|
D | unknownSymbolOffContextualType1.symbols | 2 declare var document: Document; 4 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(unknownSy… 6 interface Document { 7 >Document : Symbol(Document, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(unknownSy… 10 >getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(unknownSymbolOff… 32 >document.getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(unknown… 34 >getElementById : Symbol(Document.getElementById, Decl(lib.dom.d.ts, --, --), Decl(unknownSymbolOff…
|
/third_party/boost/libs/signals2/example/ |
D | doc_view_acm.cpp | 21 class Document class 27 Document() in Document() function in Document 57 static boost::shared_ptr<TextView> create(Document& doc) in create() 61 typedef Document::signal_t::slot_type slot_type; in create() 74 TextView(Document &doc): m_document(doc) in TextView() 77 Document& m_document; 84 static boost::shared_ptr<HexView> create(Document& doc) in create() 88 typedef Document::signal_t::slot_type slot_type; in create() 109 HexView(Document& doc): m_document(doc) in HexView() 112 Document& m_document; [all …]
|
D | doc_view_acm_deconstruct.cpp | 22 class Document class 28 Document() in Document() function in Document 60 … friend void adl_postconstruct(const boost::shared_ptr<T> &view_sp, TextView *view, Document& doc) in adl_postconstruct() 64 typedef Document::signal_t::slot_type slot_type; in adl_postconstruct() 81 Document* m_document; 90 friend void adl_postconstruct(const boost::shared_ptr<T> &view_sp, HexView *view, Document& doc) in adl_postconstruct() 94 typedef Document::signal_t::slot_type slot_type; in adl_postconstruct() 118 Document* m_document; 125 Document doc; in main()
|
D | doc_view.cpp | 17 class Document class 23 Document() in Document() function in Document 54 TextView(Document& doc): m_document(doc) in TextView() 69 Document& m_document; 78 HexView(Document& doc): m_document(doc) in HexView() 100 Document& m_document; 108 Document doc; in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLParser.h | 57 class Document; variable 99 std::unique_ptr<Document> CurrentDoc; 101 friend class Document; variable 119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 160 std::unique_ptr<Document> &Doc; 182 NullNode(std::unique_ptr<Document> &D) in NullNode() 197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() 240 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() 270 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() 400 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLParser.h | 60 class Document; variable 106 friend class Document; 109 std::unique_ptr<Document> CurrentDoc; 127 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 175 std::unique_ptr<Document> &Doc; 195 NullNode(std::unique_ptr<Document> &D) in NullNode() 210 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() 253 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() 283 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() 414 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() [all …]
|
/third_party/flutter/engine/flutter/shell/platform/glfw/ |
D | platform_handler.cc | 27 : channel_(std::make_unique<flutter::MethodChannel<rapidjson::Document>>( in PlatformHandler() 34 const flutter::MethodCall<rapidjson::Document>& call, in PlatformHandler() 35 std::unique_ptr<flutter::MethodResult<rapidjson::Document>> result) { in PlatformHandler() 41 const flutter::MethodCall<rapidjson::Document>& method_call, in HandleMethodCall() 42 std::unique_ptr<flutter::MethodResult<rapidjson::Document>> result) { in HandleMethodCall() 61 rapidjson::Document document; in HandleMethodCall() 63 rapidjson::Document::AllocatorType& allocator = document.GetAllocator(); in HandleMethodCall()
|
D | text_input_plugin.cc | 97 : channel_(std::make_unique<flutter::MethodChannel<rapidjson::Document>>( in TextInputPlugin() 104 const flutter::MethodCall<rapidjson::Document>& call, in TextInputPlugin() 105 std::unique_ptr<flutter::MethodResult<rapidjson::Document>> result) { in TextInputPlugin() 113 const flutter::MethodCall<rapidjson::Document>& method_call, in HandleMethodCall() 114 std::unique_ptr<flutter::MethodResult<rapidjson::Document>> result) { in HandleMethodCall() 127 const rapidjson::Document& args = *method_call.arguments(); in HandleMethodCall() 202 auto args = std::make_unique<rapidjson::Document>(rapidjson::kArrayType); in EnterPressed()
|
/third_party/gettext/gettext-tools/doc/ |
D | fdl.texi | 47 work under the conditions stated herein. The ``Document'', below, 53 A ``Modified Version'' of the Document means any work containing the 54 Document or a portion of it, either copied verbatim, or with 58 of the Document that deals exclusively with the relationship of the 59 publishers or authors of the Document to the Document's overall 61 directly within that overall subject. (Thus, if the Document is in 70 that says that the Document is released under this License. If a 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 78 the Document is released under this License. A Front-Cover Text may [all …]
|
D | ChangeLog.1 | 54 * xgettext.texi: Document options --check and --sentence-end. 70 * msgexec.texi: Document --newline option. 74 * msgfilter.texi: Document --newline option. 86 doc: Document placement of extracted comment blocks 126 * msgexec.texi: Document the environment variable 132 * msgfilter.texi: Document the environment variable 138 * msgfilter.texi: Document the environment variable 143 * msgexec.texi: Document the environment variable 149 * msgattrib.texi: Document --empty option. 162 * gettext.texi (Scheme): Document gettext shorthand form _"abc". [all …]
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | fdl.texi | 47 work under the conditions stated herein. The ``Document'', below, 53 A ``Modified Version'' of the Document means any work containing the 54 Document or a portion of it, either copied verbatim, or with 58 of the Document that deals exclusively with the relationship of the 59 publishers or authors of the Document to the Document's overall 61 directly within that overall subject. (Thus, if the Document is in 70 that says that the Document is released under this License. If a 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 78 the Document is released under this License. A Front-Cover Text may [all …]
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | fdl-1.3.texi | 47 work under the conditions stated herein. The ``Document'', below, 53 A ``Modified Version'' of the Document means any work containing the 54 Document or a portion of it, either copied verbatim, or with 58 of the Document that deals exclusively with the relationship of the 59 publishers or authors of the Document to the Document's overall 61 directly within that overall subject. (Thus, if the Document is in 70 that says that the Document is released under this License. If a 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 78 the Document is released under this License. A Front-Cover Text may [all …]
|
/third_party/gettext/libtextstyle/doc/ |
D | fdl.texi | 47 work under the conditions stated herein. The ``Document'', below, 53 A ``Modified Version'' of the Document means any work containing the 54 Document or a portion of it, either copied verbatim, or with 58 of the Document that deals exclusively with the relationship of the 59 publishers or authors of the Document to the Document's overall 61 directly within that overall subject. (Thus, if the Document is in 70 that says that the Document is released under this License. If a 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 78 the Document is released under this License. A Front-Cover Text may [all …]
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | platform_handler.cc | 28 : channel_(std::make_unique<flutter::MethodChannel<rapidjson::Document>>( in PlatformHandler() 35 const flutter::MethodCall<rapidjson::Document>& call, in PlatformHandler() 36 std::unique_ptr<flutter::MethodResult<rapidjson::Document>> result) { in PlatformHandler() 42 const flutter::MethodCall<rapidjson::Document>& method_call, in HandleMethodCall() 43 std::unique_ptr<flutter::MethodResult<rapidjson::Document>> result) { in HandleMethodCall() 62 rapidjson::Document document; in HandleMethodCall() 64 rapidjson::Document::AllocatorType& allocator = document.GetAllocator(); in HandleMethodCall()
|
D | text_input_plugin.cc | 99 : channel_(std::make_unique<flutter::MethodChannel<rapidjson::Document>>( in TextInputPlugin() 106 const flutter::MethodCall<rapidjson::Document>& call, in TextInputPlugin() 107 std::unique_ptr<flutter::MethodResult<rapidjson::Document>> result) { in TextInputPlugin() 115 const flutter::MethodCall<rapidjson::Document>& method_call, in HandleMethodCall() 116 std::unique_ptr<flutter::MethodResult<rapidjson::Document>> result) { in HandleMethodCall() 129 const rapidjson::Document& args = *method_call.arguments(); in HandleMethodCall() 203 auto args = std::make_unique<rapidjson::Document>(rapidjson::kArrayType); in EnterPressed()
|
/third_party/skia/third_party/externals/angle2/util/capture/ |
D | frame_capture_test_utils.cpp | 22 bool LoadJSONFromFile(const std::string &fileName, rapidjson::Document *doc) in LoadJSONFromFile() 38 rapidjson::Document doc; in LoadTraceNamesFromJSON() 52 rapidjson::Document::Array traceArray = doc["traces"].GetArray(); in LoadTraceNamesFromJSON() 55 const rapidjson::Document::ValueType &arrayElement = traceArray[arrayIndex]; in LoadTraceNamesFromJSON() 75 rapidjson::Document doc; in LoadTraceInfoFromJSON() 86 const rapidjson::Document::Object &meta = doc["TraceMetadata"].GetObject(); in LoadTraceInfoFromJSON()
|
/third_party/typescript/tests/cases/compiler/ |
D | subclassWithPolymorphicThisIsAssignable.ts | 2 interface Document { interface 7 interface CustomDocument extends Document { } 15 public test<Z extends Document>() { }
|
/third_party/parse5/packages/parse5/docs/tree-adapter/ |
D | interface.md | 103 ▸ **createDocument**(): Document 107 **Returns:** Document 212 ▸ **getDocumentMode**(document: *Document*): *"no-quirks" | "quirks" | "limited-quirks"* 220 | document | Document | Document node. | 237 | doctypeNode | DocumentType | Document type node. | 254 | doctypeNode | DocumentType | Document type node. | 271 | doctypeNode | DocumentType | Document type node. | 523 ▸ **setDocumentMode**(document: *Document*, mode: *"no-quirks" | "quirks" | "limited-quirks"*): `vo… 531 | document | Document | Document node. | 532 | mode | *"no-quirks" | "quirks" | "limited-quirks"* | Document mode. | [all …]
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
D | json_method_codec.cc | 42 std::unique_ptr<rapidjson::Document> arguments; in DecodeMethodCallInternal() 55 arguments = std::make_unique<rapidjson::Document>(); in DecodeMethodCallInternal() 58 return std::make_unique<MethodCall<rapidjson::Document>>( in DecodeMethodCallInternal() 77 rapidjson::Document message(rapidjson::kObjectType); in EncodeMethodCallInternal() 100 rapidjson::Document envelope; in EncodeSuccessEnvelopeInternal() 121 rapidjson::Document envelope(rapidjson::kArrayType); in EncodeErrorEnvelopeInternal()
|