Home
last modified time | relevance | path

Searched refs:doc (Results 501 - 525 of 643) sorted by relevance

1...<<212223242526

/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp877 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 Dtinyxml.h134 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 Dexpatbuilder.py214 doc = self.document
217 return doc
227 doc = self.document
230 return doc
/third_party/python/Python/
H A Derrors.c1184 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 Dsws.c484 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 DSkPDFDevice.cpp308 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 Dobjdump.c66 static const char doc[] = N_("\ variable
85 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
H A Daddr2line.c89 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.c499 .doc = NULL,
506 .doc = NULL,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2041 #[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 Dhtml_to_span.cpp1118 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__.py346 _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 Ddefault-input.js147 acc.doc = d
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtokens.rs46 doc: _, in to_tokens()
/third_party/rust/crates/env_logger/src/
H A Dlib.rs277 #![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 Dtokens.rs46 doc: _, in to_tokens()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtokens.rs46 doc: _, in to_tokens()
/third_party/python/Include/
H A Dpyerrors.h228 const char *name, const char *doc, PyObject *base, PyObject *dict);
/third_party/python/Lib/test/
H A Dtest_dynamicclassattribute.py59 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 Dtokens.rs46 doc: _, in to_tokens()
/third_party/rust/crates/cxx/syntax/
H A Dtokens.rs46 doc: _, in to_tokens()
/third_party/rust/crates/regex/regex-syntax/src/
H A Dutf8.rs317 #[doc(hidden)]
/third_party/rust/crates/nix/src/sys/ioctl/
H A Dmod.rs206 //! 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 Dpty.rs207 #[cfg_attr(docsrs, doc(cfg(all())))]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Daes.rs27 doc = r#"\

Completed in 37 milliseconds

1...<<212223242526