Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 16 of 16) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTrace.java45 protected static void beginSection(String sectionName) { in beginSection()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp36 const char *sectionName) { in roundTripAllocateCodeSection()
45 const char *sectionName, in roundTripAllocateDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp36 const char *sectionName) { in roundTripAllocateCodeSection()
45 const char *sectionName, in roundTripAllocateDataSection()
/external/deqp/modules/gles3/stress/
Des3sOcclusionQueryTests.cpp158 …std::string sectionName ("Case iteration " + de::toString(m_iterNdx+1) + "/" + de::toString(N… in iterate() local
/external/deqp/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp428 …const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toSt… in iterate() local
627 …const string sectionName = string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toSt… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1133 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1219 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1320 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp211 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp386 ErrorOr<StringRef> sectionName = Obj.getSectionName(*sHdr); in dumpGroup() local
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp978 …const char* const sectionName = (m_postRender != 0 ? "Primary render program" : "Render program"… in init() local
997 …const char* const sectionName = (m_preRender!= 0 ? "Secondary render program" : "Render program"… in init() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp479 auto sectionName = getUniquedSectionName(*sHdr); in dumpGroup() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp209 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp849 IO &IO, ELFYAML::SectionName &sectionName) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp3380 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry
3947 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry
4072 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1885 const string sectionName (de::toString(commandIndex) + ":" + getName()); in verify() local
1894 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logPrepare() local
1903 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logExecute() local
4284 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logPrepare() local
4296 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logSubmit() local
4424 const string sectionName (de::toString(commandIndex) + ":" + getName()); in verify() local
4568 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logPrepare() local
4580 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logSubmit() local
4631 const string sectionName (de::toString(commandIndex) + ":" + getName()); in verify() local
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1050 std::string sectionName = std::string("Iteration") + de::toString(m_iterNdx+1); in iterate() local
/external/llvm/tools/llvm-objdump/
DMachODump.cpp9200 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() function in SegInfo