Home
last modified time | relevance | path

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

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
DResizableDialog.java167 String sectionName = getDialogSettingsSectionName(); in getDialogSettings() local
/external/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/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp214 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() 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/llvm/tools/obj2yaml/
Delf2yaml.cpp386 ErrorOr<StringRef> sectionName = Obj.getSectionName(*sHdr); in dumpGroup() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1913 const string sectionName (de::toString(commandIndex) + ":" + getName()); in verify() local
1922 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logPrepare() local
1931 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logExecute() local
4315 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logPrepare() local
4327 const string sectionName (de::toString(commandIndex) + ":" + getName()); in logSubmit() local
4520 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.cpp8826 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() function in SegInfo