/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Configurator.hpp | 32 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 D | Configurator.hpp | 32 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 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/ |
H A D | trace.cpp | 25 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 D | lws-middleware.js | 85 const [, sectionName, , vma, , fileOffset] = line.trim().split(/\s+/); 86 if (sectionName === '.text') {
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sOcclusionQueryTests.cpp | 158 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 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/gles31/functional/ |
H A D | es31fShaderHelperInvocationTests.cpp | 428 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 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/ |
H A D | MachO.h | 129 // 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 D | vktRenderPassMultisampleResolveTests.cpp | 1126 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 D | vktRenderPassMultisampleResolveTests.cpp | 1114 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 D | vktMemoryPipelineBarrierTests.cpp | 1892 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 D | vktMemoryPipelineBarrierTests.cpp | 1892 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 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/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 707 static void mapping(IO &IO, ELFYAML::SectionName §ionName);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1153 IO &IO, ELFYAML::SectionName §ionName) { in mapping() 1154 IO.mapRequired("Section", sectionName.Section); in mapping() 1152 mapping( IO &IO, ELFYAML::SectionName §ionName) mapping() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTransformFeedbackTests.cpp | 1050 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 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/ |
H A D | SubzeroReactor.cpp | 675 const char *sectionName = reinterpret_cast<const char *>(elfImage + sectionNameOffset); 679 if(strstr(sectionName, functionNames[j]) != nullptr)
|
/third_party/typescript/lib/ |
H A D | tsc.js | [all...] |