/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Configurator.hpp | 32 …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/ |
D | Configurator.hpp | 32 …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/ |
D | Trace.cpp | 25 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/ |
D | trace.cpp | 25 static void *(*ATrace_beginSection)(const char *sectionName); 31 typedef void *(*fp_ATrace_beginSection)(const char *sectionName);
|
/third_party/node/test/common/ |
D | dns.js | 66 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/ |
D | es3sOcclusionQueryTests.cpp | 158 …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/ |
D | es31fShaderHelperInvocationTests.cpp | 428 …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/ |
D | glsTextureBufferCase.cpp | 982 …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/ |
D | MachO.h | 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_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 1114 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/ |
D | vktRenderPassMultisampleResolveTests.cpp | 1114 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/ |
D | vktMemoryPipelineBarrierTests.cpp | 1892 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/ |
D | vktMemoryPipelineBarrierTests.cpp | 1892 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/ |
D | HexagonAsmPrinter.cpp | 201 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/ |
D | ELFYAML.h | 707 static void mapping(IO &IO, ELFYAML::SectionName §ionName); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1153 IO &IO, ELFYAML::SectionName §ionName) { in mapping() argument 1154 IO.mapRequired("Section", sectionName.Section); in mapping()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | update_packages.dart | 886 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/ |
D | es3fTransformFeedbackTests.cpp | 1050 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/ |
D | MachOObjectFile.cpp | 3415 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/ |
D | SubzeroReactor.cpp | 675 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/ |
D | lib.webworker.d.ts | 5771 customSections(moduleObject: Module, sectionName: string): ArrayBuffer[];
|
D | lib.dom.d.ts | 19185 customSections(moduleObject: Module, sectionName: string): ArrayBuffer[];
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 5751 customSections(moduleObject: Module, sectionName: string): ArrayBuffer[];
|
D | dom.generated.d.ts | 19165 customSections(moduleObject: Module, sectionName: string): ArrayBuffer[];
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 43253 …<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…
|