Home
last modified time | relevance | path

Searched defs:nodeName (Results 1 – 19 of 19) sorted by relevance

/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.ts7 nodeName: '#document'; property
21 nodeName: '#document-fragment'; property
30 nodeName: string; property
47 nodeName: '#comment'; property
57 nodeName: '#text'; property
67 nodeName: 'template'; property
75 nodeName: '#documentType'; property
/third_party/skia/m133/src/gpu/ganesh/
DGrPerfMonitorReporter.cpp70 void GrPerfMonitorReporter::recordTexturePerfEvent(const std::string& nodeName, in recordTexturePerfEvent()
87 void GrPerfMonitorReporter::recordBlurPerfEvent(const std::string& nodeName, in recordBlurPerfEvent()
105 void GrPerfMonitorReporter::recordTextureNode(const std::string& nodeName, int64_t duration) { in recordTextureNode()
122 void GrPerfMonitorReporter::recordBlurNode(const std::string& nodeName, int64_t duration) { in recordBlurNode()
139 void GrPerfMonitorReporter::recordTextureCache(const std::string& nodeName) { in recordTextureCache()
192 bool GrPerfMonitorReporter::isClearCacheLastTime(const std::string& nodeName) { in isClearCacheLastTime()
/third_party/skia/src/gpu/
DGrPerfMonitorReporter.cpp70 void GrPerfMonitorReporter::recordTexturePerfEvent(const std::string& nodeName, in recordTexturePerfEvent()
87 void GrPerfMonitorReporter::recordBlurPerfEvent(const std::string& nodeName, in recordBlurPerfEvent()
105 void GrPerfMonitorReporter::recordTextureNode(const std::string& nodeName, int64_t duration) { in recordTextureNode()
122 void GrPerfMonitorReporter::recordBlurNode(const std::string& nodeName, int64_t duration) { in recordBlurNode()
139 void GrPerfMonitorReporter::recordTextureCache(const std::string& nodeName) { in recordTextureCache()
192 bool GrPerfMonitorReporter::isClearCacheLastTime(const std::string& nodeName) { in isClearCacheLastTime()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/parser/caffe/
Dcaffe_convolution_parser.h30 explicit CaffeConvolutionParser(std::string nodeName) : CaffeNodeParser(std::move(nodeName)) {} in CaffeConvolutionParser()
Dcaffe_node_parser.h39 explicit CaffeNodeParser(std::string nodeName) : name(std::move(nodeName)) {} in CaffeNodeParser()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/onnx/
Donnx_conv_base_parser.h36 explicit OnnxConvBaseParser(std::string nodeName) : OnnxNodeParser(std::move(nodeName)) {} in OnnxConvBaseParser()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_node_parser.h36 explicit CaffeNodeParser(const std::string nodeName) : name(nodeName) {} in CaffeNodeParser()
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/
DModel.java283 public List<MSTensor> getOutputsByNodeName(String nodeName) { in getOutputsByNodeName()
480 private native List<Long> getOutputsByNodeName(long modelPtr, String nodeName); in getOutputsByNodeName()
/third_party/python/Lib/xml/dom/
Dminidom.py329 nodeName = "#document-fragment" variable in DocumentFragment
387 nodeName = name = property(_get_name, _set_name) variable in Attr
1012 nodeName = property(_get_nodeName, _set_nodeName) variable in ProcessingInstruction
1096 nodeName = "#text" variable in Text
1203 nodeName = "#comment" variable in Comment
1219 nodeName = "#cdata-section" variable in CDATASection
1554 nodeName = "#document" variable in Document
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/quick_start_ios/mindspore-lite/
DBenchmark.hpp158 …float CompareData(const std::string &nodeName, const std::vector<int> &msShape, const void *tensor… in CompareData()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/benchmark/
Dbenchmark_base.h401 …int CompareDatabyCosineDistance(const std::string &nodeName, const std::vector<ST> &msShape, const… in CompareDatabyCosineDistance()
/third_party/skia/third_party/externals/freetype/builds/mac/
Dftmac.c484 Str255 nodeName; in FT_FSPathMakeSpec() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dmindir_exporter.cc1031 auto nodeName = GetUniqueNodeName(node); in GetOpTypeName() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp422 …OutputASM::TextureFunction::TextureFunction(const TString& nodeName) : method(IMPLICIT), proj(fals… in TextureFunction()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …5:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.groupSelectors=t.getDo… variable
/third_party/typescript/tests/lib/
Dlib.d.ts11959 nodeName: string; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts10077 readonly nodeName: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts10097 readonly nodeName: string; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp88796 const nsString& nodeName = NodeName(); in GetNodeName() local