/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 877 auto doc = interface_cast<META_NS::IMetadata>(obr.GetDefaultObjectContext()); in CreateShader() 878 auto renderContext = doc->GetPropertyByName<IntfPtr>("RenderContext")->GetValue(); in CreateShader() 984 auto doc = interface_cast<META_NS::IMetadata>(obr.GetDefaultObjectContext()); in CreateImage() local 986 interface_pointer_cast<IRenderContext>(doc->GetPropertyByName<IntfPtr>("RenderContext")->GetValue()); in CreateImage()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.h | 134 virtual bool VisitEnter( const TiXmlDocument& /*doc*/ ) { return true; } in VisitEnter() 136 virtual bool VisitExit( const TiXmlDocument& /*doc*/ ) { return true; } in VisitExit() 877 void SetDocument( TiXmlDocument* doc ) { document = doc; } in SetDocument() 1497 TiXmlDocument doc; 1498 doc.SetTabSize( 8 ); 1499 doc.Load( "myfile.xml" ); 1733 doc.Accept( &printer ); 1743 virtual bool VisitEnter( const TiXmlDocument& doc ); 1744 virtual bool VisitExit( const TiXmlDocument& doc ); [all...] |
/third_party/python/Lib/xml/dom/ |
H A D | expatbuilder.py | 214 doc = self.document 217 return doc 227 doc = self.document 230 return doc
|
/third_party/python/Python/ |
H A D | errors.c | 1184 PyErr_NewExceptionWithDoc(const char *name, const char *doc, in PyErr_NewExceptionWithDoc() argument 1199 if (doc != NULL) { in PyErr_NewExceptionWithDoc() 1200 docobj = PyUnicode_FromString(doc); in PyErr_NewExceptionWithDoc() 1234 .doc = UnraisableHookArgs__doc__,
|
/third_party/curl/tests/server/ |
H A D | sws.c | 484 static char doc[MAXDOCNAMELEN]; in ProcessRequest() local 486 doc, &prot_major, &prot_minor) == 3) { in ProcessRequest() 491 doc, prot_major, prot_minor); in ProcessRequest() 499 if(doc[0] == '[') { in ProcessRequest() 500 char *p = &doc[1]; in ProcessRequest() 522 portp = strchr(doc, ':'); in ProcessRequest()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 308 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc, const SkMatrix& transform) in SkPDFDevice() argument 313 , fDocument(doc) in SkPDFDevice() 1140 SkPDFDocument* doc, in populate_graphic_state_entry_from_paint() 1195 SkPDFIndirectReference pdfShader = SkPDFMakeShader(doc, shader, transform, bounds, in populate_graphic_state_entry_from_paint() 1207 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(doc, paint); in populate_graphic_state_entry_from_paint() 1211 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(doc, newPaint); in populate_graphic_state_entry_from_paint() 1139 populate_graphic_state_entry_from_paint( SkPDFDocument* doc, const SkMatrix& matrix, const SkClipStack* clipStack, SkIRect deviceBounds, const SkPaint& paint, const SkMatrix& initialTransform, SkScalar textScale, SkPDFGraphicStackState::Entry* entry, SkTHashSet<SkPDFIndirectReference>* shaderResources, SkTHashSet<SkPDFIndirectReference>* graphicStateResources) populate_graphic_state_entry_from_paint() argument
|
/third_party/elfutils/src/ |
H A D | objdump.c | 66 static const char doc[] = N_("\ variable 85 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
H A D | addr2line.c | 89 static const char doc[] = N_("\ variable 103 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
/third_party/python/Modules/ |
H A D | _lsprof.c | 499 .doc = NULL, 506 .doc = NULL,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2041 #[doc(hidden)] 2455 #[doc(hidden)] 2470 #[doc(hidden)] 2720 #[doc(hidden)] 2963 #[doc(hidden)] 2966 #[doc(hidden)] 2969 #[doc(hidden)] 2972 #[doc(hidden)] 2975 #[doc(hidden)] 3939 #[cfg_attr(doc, do [all...] |
/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | html_to_span.cpp | 1118 htmlDocPtr doc = htmlReadMemory(html.c_str(), html.length(), nullptr, "UTF-8", 0); in ToSpanString() local 1119 if (doc == nullptr) { in ToSpanString() 1123 auto docSharedPtr = std::shared_ptr<xmlDoc>(doc, [](htmlDocPtr doc) { xmlFreeDoc(doc); }); in ToSpanString()
|
/third_party/python/Lib/collections/ |
H A D | __init__.py | 346 _tuplegetter = lambda index, doc: property(_itemgetter(index), doc=doc) 498 doc = _sys.intern(f'Alias for field number {index}') 499 class_namespace[name] = _tuplegetter(index, doc)
|
/third_party/node/deps/npm/node_modules/init-package-json/lib/ |
H A D | default-input.js | 147 acc.doc = d
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | tokens.rs | 46 doc: _, in to_tokens()
|
/third_party/rust/crates/env_logger/src/ |
H A D | lib.rs | 277 #![doc( 577 /// [`String`]: https://doc.rust-lang.org/stable/std/string/struct.String.html 578 /// [`std::fmt`]: https://doc.rust-lang.org/std/fmt/index.html
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | tokens.rs | 46 doc: _, in to_tokens()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | tokens.rs | 46 doc: _, in to_tokens()
|
/third_party/python/Include/ |
H A D | pyerrors.h | 228 const char *name, const char *doc, PyObject *base, PyObject *dict);
|
/third_party/python/Lib/test/ |
H A D | test_dynamicclassattribute.py | 59 spam = DynamicClassAttribute(_get_spam, doc="spam spam spam") 65 """The decorator does not use this doc string"""
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | tokens.rs | 46 doc: _, in to_tokens()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | tokens.rs | 46 doc: _, in to_tokens()
|
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | utf8.rs | 317 #[doc(hidden)]
|
/third_party/rust/crates/nix/src/sys/ioctl/ |
H A D | mod.rs | 206 //! For documentation, it is possible to use doc comments inside the `ioctl_*!` macros. Here is an 264 #[doc(hidden)]
|
/third_party/rust/crates/nix/src/ |
H A D | pty.rs | 207 #[cfg_attr(docsrs, doc(cfg(all())))]
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | aes.rs | 27 doc = r#"\
|