Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/System/
DConfigurator.hpp32 …std::string getValue(std::string sectionName, std::string valueName, std::string defaultValue = ""…
33 int getInteger(std::string sectionName, std::string valueName, int defaultValue = 0) const;
34 bool getBoolean(std::string sectionName, std::string valueName, bool defaultValue = false) const;
35 double getFloat(std::string sectionName, std::string valueName, double defaultValue = 0.0) const;
36 unsigned int getFormatted(std::string sectionName, std::string valueName, char *format,
42 void addValue(std::string sectionName, std::string valueName, std::string value);
49 unsigned int addKeyName(std::string sectionName);
50 int findKey(std::string sectionName) const;
/third_party/skia/third_party/externals/swiftshader/src/Common/
DConfigurator.hpp32 …std::string getValue(std::string sectionName, std::string valueName, std::string defaultValue = ""…
33 int getInteger(std::string sectionName, std::string valueName, int defaultValue = 0) const;
34 bool getBoolean(std::string sectionName, std::string valueName, bool defaultValue = false) const;
35 double getFloat(std::string sectionName, std::string valueName, double defaultValue = 0.0) const;
36 unsigned int getFormatted(std::string sectionName, std::string valueName, char *format,
42 void addValue(std::string sectionName, std::string valueName, std::string value);
49 unsigned int addKeyName(std::string sectionName);
50 int findKey(std::string sectionName) const;
/third_party/skia/third_party/externals/oboe/src/common/
DTrace.cpp25 static void *(*ATrace_beginSection)(const char *sectionName);
29 typedef void *(*fp_ATrace_beginSection)(const char *sectionName);
/third_party/skia/third_party/externals/oboe/samples/debug-utils/
Dtrace.cpp25 static void *(*ATrace_beginSection)(const char *sectionName);
31 typedef void *(*fp_ATrace_beginSection)(const char *sectionName);
/third_party/node/test/common/
Ddns.js66 for (const [ sectionName, count ] of counts) {
67 parsed[sectionName] = [];
85 if (sectionName !== 'questions') {
155 parsed[sectionName].push(rr);
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sOcclusionQueryTests.cpp158 …std::string sectionName ("Case iteration " + de::toString(m_iterNdx+1) + "/" + de::toString(N… in iterate() local
159 tcu::ScopedLogSection section (log, sectionName.c_str(), sectionName.c_str()); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp428 …const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toSt… in iterate() local
429 …LogSection section (m_testCtx.getLog(), (string("Iter") + de::toString(m_iterNdx)), sectionName); in iterate()
627 …const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toSt… in iterate() local
628 …LogSection section (m_testCtx.getLog(), (string("Iter") + de::toString(m_iterNdx)), sectionName); in iterate()
/third_party/vk-gl-cts/modules/glshared/
DglsTextureBufferCase.cpp982 …const char* const sectionName = (m_postRender != 0 ? "Primary render program" : "Render program"… in init() local
983 const tcu::ScopedLogSection section (log, sectionName, sectionName); in init()
1001 …const char* const sectionName = (m_preRender!= 0 ? "Secondary render program" : "Render program"… in init() local
1002 const tcu::ScopedLogSection section (log, sectionName, sectionName); in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h141 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);
176 StringRef sectionName() const;
227 StringRef sectionName() const;
450 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1114 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1115 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
1200 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1201 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
1301 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1302 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
2299 const std::string sectionName ("MaxAttachmentsVerify"); in verify() local
2300 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1114 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1115 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
1200 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1201 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
1301 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1302 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
2299 const std::string sectionName ("MaxAttachmentsVerify"); in verify() local
2300 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1892 const string sectionName (de::toString(commandIndex) + ":" + getName()); in verify() local
1893 const tcu::ScopedLogSection section (context.getLog(), sectionName, sectionName); in verify()
1901 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logPrepare() local
1902 const tcu::ScopedLogSection section (log, sectionName, sectionName); in logPrepare()
1910 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logExecute() local
1911 const tcu::ScopedLogSection section (log, sectionName, sectionName); in logExecute()
4292 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logPrepare() local
4293 const tcu::ScopedLogSection section (log, sectionName, sectionName); in logPrepare()
4304 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logSubmit() local
4305 const tcu::ScopedLogSection section (log, sectionName, sectionName); in logSubmit()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1892 const string sectionName (de::toString(commandIndex) + ":" + getName()); in verify() local
1893 const tcu::ScopedLogSection section (context.getLog(), sectionName, sectionName); in verify()
1901 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logPrepare() local
1902 const tcu::ScopedLogSection section (log, sectionName, sectionName); in logPrepare()
1910 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logExecute() local
1911 const tcu::ScopedLogSection section (log, sectionName, sectionName); in logExecute()
4292 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logPrepare() local
4293 const tcu::ScopedLogSection section (log, sectionName, sectionName); in logPrepare()
4304 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logSubmit() local
4305 const tcu::ScopedLogSection section (log, sectionName, sectionName); in logSubmit()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp201 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local
204 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in smallData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h707 static void mapping(IO &IO, ELFYAML::SectionName &sectionName); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1153 IO &IO, ELFYAML::SectionName &sectionName) { in mapping() argument
1154 IO.mapRequired("Section", sectionName.Section); in mapping()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dupdate_packages.dart886 final String sectionName = parts.first;
888 switch (sectionName) {
899 return PubspecHeader(line, Section.header, name: sectionName, value: value);
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1050 std::string sectionName = std::string("Iteration") + de::toString(m_iterNdx+1); in iterate() local
1052 tcu::ScopedLogSection section (log, sectionName, sectionDesc); in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp3415 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry
3978 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry
4094 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp675 const char *sectionName = reinterpret_cast<const char *>(elfImage + sectionNameOffset); in loadImage() local
679 if(strstr(sectionName, functionNames[j]) != nullptr) in loadImage()
/third_party/typescript/lib/
Dlib.webworker.d.ts5771 customSections(moduleObject: Module, sectionName: string): ArrayBuffer[];
Dlib.dom.d.ts19185 customSections(moduleObject: Module, sectionName: string): ArrayBuffer[];
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5751 customSections(moduleObject: Module, sectionName: string): ArrayBuffer[];
Ddom.generated.d.ts19165 customSections(moduleObject: Module, sectionName: string): ArrayBuffer[];
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi43253 …<parameter type-id='80f4b756' name='sectionName' filepath='frameworks/base/native/android/trace.cp…
43260 …<parameter type-id='80f4b756' name='sectionName' filepath='frameworks/base/native/android/trace.cp…
43265 …<parameter type-id='80f4b756' name='sectionName' filepath='frameworks/base/native/android/trace.cp…