Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DConfigurator.hpp32 std::string getValue(std::string sectionName, std::string valueName, std::string defaultValue = "") const;
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/System/
H A DConfigurator.hpp32 std::string getValue(std::string sectionName, std::string valueName, std::string defaultValue = "") const;
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/
H A 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/
H A Dtrace.cpp25 static void *(*ATrace_beginSection)(const char *sectionName);
31 typedef void *(*fp_ATrace_beginSection)(const char *sectionName);
/third_party/node/deps/v8/tools/system-analyzer/
H A Dlws-middleware.js85 const [, sectionName, , vma, , fileOffset] = line.trim().split(/\s+/);
86 if (sectionName === '.text') {
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sOcclusionQueryTests.cpp158 std::string sectionName ("Case iteration " + de::toString(m_iterNdx+1) + "/" + de::toString(NUM_CASE_ITERATIONS)); in iterate()
159 tcu::ScopedLogSection section (log, sectionName.c_str(), sectionName.c_str()); in iterate()
/third_party/node/test/common/
H A 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/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp428 const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toString(m_numIters); in iterate() local
429 const tcu::ScopedLogSection 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::toString(m_numIters); in iterate() local
628 const tcu::ScopedLogSection section (m_testCtx.getLog(), (string("Iter") + de::toString(m_iterNdx)), sectionName); in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A 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/
H A DMachO.h129 // checked entries are to be used with the segmentName(), sectionName() and
141 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/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp1126 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify()
1127 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
1212 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify()
1213 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
1313 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify()
1314 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
2312 const std::string sectionName ("MaxAttachmentsVerif in verify()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp1114 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify()
1115 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
1200 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify()
1201 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
1301 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify()
1302 const tcu::ScopedLogSection section (log, sectionName, sectionName); in verify()
2299 const std::string sectionName ("MaxAttachmentsVerif in verify()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp1892 const string sectionName (de::toString(commandIndex) + ":" + getName());
1893 const tcu::ScopedLogSection section (context.getLog(), sectionName, sectionName);
1901 const string sectionName (de::toString(commandIndex) + ":" + getName());
1902 const tcu::ScopedLogSection section (log, sectionName, sectionName);
1910 const string sectionName (de::toString(commandIndex) + ":" + getName());
1911 const tcu::ScopedLogSection section (log, sectionName, sectionName);
4292 const string sectionName (d
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp1892 const string sectionName (de::toString(commandIndex) + ":" + getName());
1893 const tcu::ScopedLogSection section (context.getLog(), sectionName, sectionName);
1901 const string sectionName (de::toString(commandIndex) + ":" + getName());
1902 const tcu::ScopedLogSection section (log, sectionName, sectionName);
1910 const string sectionName (de::toString(commandIndex) + ":" + getName());
1911 const tcu::ScopedLogSection section (log, sectionName, sectionName);
4292 const string sectionName (d
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A 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/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h707 static void mapping(IO &IO, ELFYAML::SectionName &sectionName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1153 IO &IO, ELFYAML::SectionName &sectionName) { in mapping()
1154 IO.mapRequired("Section", sectionName.Section); in mapping()
1152 mapping( IO &IO, ELFYAML::SectionName &sectionName) mapping() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp1050 std::string sectionName = std::string("Iteration") + de::toString(m_iterNdx+1);
1052 tcu::ScopedLogSection section (log, sectionName, sectionDesc);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A 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/
H A DSubzeroReactor.cpp675 const char *sectionName = reinterpret_cast<const char *>(elfImage + sectionNameOffset);
679 if(strstr(sectionName, functionNames[j]) != nullptr)
/third_party/typescript/lib/
H A Dtsc.js[all...]

Completed in 97 milliseconds