Home
last modified time | relevance | path

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

/external/swiftshader/src/System/
DConfigurator.cpp58 std::string sectionName; in readConfiguration() local
147 std::optional<std::string> Configurator::getValueIfExists(const std::string &sectionName, const std… in getValueIfExists() argument
164 std::string Configurator::getValue(const std::string &sectionName, const std::string &keyName, cons… in getValue() argument
174 void Configurator::addValue(const std::string &sectionName, const std::string &keyName, const std::… in addValue()
179 bool Configurator::getBoolean(const std::string &sectionName, const std::string &keyName, bool defa… in getBoolean() argument
200 double Configurator::getFloat(const std::string &sectionName, const std::string &keyName, double de… in getFloat() argument
DConfigurator.hpp57 int Configurator::getInteger(const std::string &sectionName, const std::string &keyName, T defaultV… in getInteger() argument
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTrace.java55 protected static void beginSection(String sectionName) { in beginSection()
80 protected static synchronized void beginAsyncSection(String sectionName, int cookie) { in beginAsyncSection()
101 protected static synchronized void endAsyncSection(String sectionName, int cookie) { in endAsyncSection()
178 private static boolean checkValidSectionName(String sectionName) { in checkValidSectionName()
223 public abstract Builder setSectionName(String sectionName); in setSectionName()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DTraceUtil.java33 public static void beginSection(String sectionName) { in beginSection()
51 private static void beginSectionV18(String sectionName) { in beginSectionV18()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DTraceUtil.java33 public static void beginSection(String sectionName) { in beginSection()
51 private static void beginSectionV18(String sectionName) { in beginSectionV18()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp94 bool IsSectionHeader(const string& line, string& sectionName) in IsSectionHeader()
346 auto_ptr<Section> NewSection( const string& sectionName, Parsed& result) in NewSection()
401 auto_ptr<Section> NewDeviceList(const string& sectionName, ParsedDevices& result) in NewDeviceList()
451 auto_ptr<Section> NewSnapshotInfo(const string& sectionName, ParsedDevices& result) in NewSnapshotInfo()
490 auto_ptr<Section> NewTraceMetaData(const string& sectionName, ParsedDevices& result) in NewTraceMetaData()
541 …TraceBufferSection(ParsedTrace& result, const std::string &sectionName) : m_result(result), m_sect… in TraceBufferSection()
628 auto_ptr<Section> NewTraceSection(const string& sectionName, ParsedTrace& result) in NewTraceSection()
677 string sectionName; in ParseSingleDevice() local
711 string sectionName; in ParseDeviceList() local
754 string sectionName; in ParseTraceMetaData() local
/external/aws-sdk-java-v2/core/profiles/src/main/java/software/amazon/awssdk/profiles/
DProfileFile.java65 public Optional<Profile> getSection(String sectionName, String sectionTitle) { in getSection()
347 Map<String, Profile> profiles, String sectionName) { in addToAggregate()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp36 const char *sectionName) { in roundTripAllocateCodeSection()
45 const char *sectionName, in roundTripAllocateDataSection()
/external/deqp/modules/gles3/stress/
Des3sOcclusionQueryTests.cpp159 …std::string sectionName("Case iteration " + de::toString(m_iterNdx + 1) + "/" + de::toString(NUM_C… in iterate() local
/external/deqp/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp441 …const string sectionName = string("Iteration ") + de::toString(m_iterNdx + 1) + " / " + de::toStri… in iterate() local
647 …const string sectionName = string("Iteration ") + de::toString(m_iterNdx + 1) + " / " + de::toStri… in iterate() local
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp211 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp944 … const char *const sectionName = (m_postRender != 0 ? "Primary render program" : "Render program"); in init() local
963 …const char *const sectionName = (m_preRender != 0 ? "Secondary render program" : "Render program"); in init() local
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp389 ErrorOr<StringRef> sectionName = Obj.getSectionName(*sHdr); in dumpGroup() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp201 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1115 const std::string sectionName("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1205 const std::string sectionName("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
1315 const std::string sectionName("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() local
2395 const std::string sectionName("MaxAttachmentsVerify"); in verify() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp201 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp3280 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName() function in MachOAbstractFixupEntry
3771 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry
4323 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry
4439 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
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
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp2060 const string sectionName(de::toString(commandIndex) + ":" + getName()); in verify() local
2069 const string sectionName(de::toString(commandIndex) + ":" + getName()); in logPrepare() local
2078 const string sectionName(de::toString(commandIndex) + ":" + getName()); in logExecute() local
4553 const string sectionName(de::toString(commandIndex) + ":" + getName()); in logPrepare() local
4565 const string sectionName(de::toString(commandIndex) + ":" + getName()); in logSubmit() local
4675 const string sectionName(de::toString(commandIndex) + ":" + getName()); in verify() local
4823 const string sectionName(de::toString(commandIndex) + ":" + getName()); in logPrepare() local
4835 const string sectionName(de::toString(commandIndex) + ":" + getName()); in logSubmit() local
4885 const string sectionName(de::toString(commandIndex) + ":" + getName()); in verify() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1153 IO &IO, ELFYAML::SectionName &sectionName) { in mapping()
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dmanufacturers.v1.json775 "sectionName": { object
Dcontent.v2.1.json12567 "sectionName": { object
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1154 std::string sectionName = std::string("Iteration") + de::toString(m_iterNdx + 1); in iterate() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp676 const char *sectionName = reinterpret_cast<const char *>(elfImage + sectionNameOffset); in loadImage() local
/external/llvm/tools/llvm-objdump/
DMachODump.cpp9200 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() function in SegInfo