/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVReader.h | 58 LVBinaryType BinaryType; variable 126 LVBinaryType BinaryType = LVBinaryType::NONE) 127 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()), in BinaryType() function 144 bool isBinaryTypeNone() const { return BinaryType == LVBinaryType::NONE; } in isBinaryTypeNone() 145 bool isBinaryTypeELF() const { return BinaryType == LVBinaryType::ELF; } in isBinaryTypeELF() 146 bool isBinaryTypeCOFF() const { return BinaryType == LVBinaryType::COFF; } in isBinaryTypeCOFF()
|
/external/perfetto/src/trace_processor/importers/elf/ |
D | binary_info.h | 26 enum BinaryType { enum 35 BinaryType type;
|
D | binary_info.cc | 196 BinaryType type = header.filetype == MH_DSYM ? BinaryType::kMachODsym in GetMachOBinaryInfo() 197 : BinaryType::kMachO; in GetMachOBinaryInfo() 234 return BinaryInfo{build_id, *load_bias, BinaryType::kElf}; in GetBinaryInfo()
|
/external/perfetto/src/profiling/symbolizer/ |
D | local_symbolizer.h | 36 enum BinaryType { enum 45 BinaryType type;
|
D | local_symbolizer.cc | 246 BinaryType type; 294 BinaryType type = header.filetype == MH_DSYM ? BinaryType::kMachODsym in GetMachOBinaryInfo() 295 : BinaryType::kMachO; in GetMachOBinaryInfo() 328 return BinaryInfo{*build_id, *load_bias, BinaryType::kElf}; in GetBinaryInfo() 370 if (it.first->second.type == BinaryType::kMachO && in BuildIdIndex() 371 binary_info->type == BinaryType::kMachODsym) { in BuildIdIndex()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
D | LVBinaryReader.h | 148 LVBinaryType BinaryType) in LVBinaryReader() argument 149 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
|
/external/deqp/external/vulkancts/modules/vulkan/shader_object/ |
D | vktShaderObjectPerformanceTests.cpp | 55 enum BinaryType enum 1073 …ShaderObjectBinaryPerformanceInstance(Context &context, BinaryType type) : vkt::TestInstance(conte… in ShaderObjectBinaryPerformanceInstance() 1083 const BinaryType m_type; 1184 …derObjectBinaryPerformanceCase(tcu::TestContext &testCtx, const std::string &name, BinaryType type) in ShaderObjectBinaryPerformanceCase() 1201 const BinaryType m_type;
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 2037 return ProgramBuildInfo::BinaryType; in FromCLenum() 2055 case ProgramBuildInfo::BinaryType: in ToCLenum() 2078 case ProgramBuildInfo::BinaryType: in operator <<()
|
D | PackedCLEnums_autogen.h | 455 BinaryType = 3, enumerator
|
/external/angle/src/libANGLE/ |
D | validationCL.cpp | 1226 ProgramBuildInfo::BinaryType, sizeof(cl_program_binary_type), in ValidateBuildProgram() 1314 case ProgramBuildInfo::BinaryType: in ValidateGetProgramBuildInfo() 3345 if (IsError(program.getBuildInfo(device.getNative(), ProgramBuildInfo::BinaryType, in ValidateLinkProgram()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CLProgramVk.cpp | 721 case cl::ProgramBuildInfo::BinaryType: in getBuildInfo()
|
/external/pytorch/aten/src/ATen/cpu/vec/vec256/zarch/ |
D | vec256_zarch.h | 76 using BinaryType = typename VecBinaryType<sizeof(T)>::type; 86 using BinaryType = typename VecBinaryType<sizeof(signed long long)>::type; 93 using ZSimdVectBinary = typename VecInnerType<T>::BinaryType;
|
/external/icu/icu4c/source/tools/toolutil/ |
D | json-json.hpp | 2631 class BinaryType, \ 2637 AllocatorType, JSONSerializer, BinaryType, CustomBaseClass> 3437 class BinaryType = std::vector<std::uint8_t>, // cppcheck-suppress syntaxError 5917 template<typename BinaryType> 5918 class byte_container_with_subtype : public BinaryType 5921 using container_type = BinaryType; 5955 return std::tie(static_cast<const BinaryType&>(*this), m_subtype, m_has_subtype) == in operator ==() 5956 std::tie(static_cast<const BinaryType&>(rhs), rhs.m_subtype, rhs.m_has_subtype); in operator ==() 19695 using binary_t = nlohmann::byte_container_with_subtype<BinaryType>;
|
/external/ublksrv/include/nlohmann/ |
D | json.hpp | 2496 class BinaryType> 2501 AllocatorType, JSONSerializer, BinaryType> 3285 class BinaryType = std::vector<std::uint8_t>> 5633 template<typename BinaryType> 5634 class byte_container_with_subtype : public BinaryType 5637 using container_type = BinaryType; 5671 return std::tie(static_cast<const BinaryType&>(*this), m_subtype, m_has_subtype) == in operator ==() 5672 std::tie(static_cast<const BinaryType&>(rhs), rhs.m_subtype, rhs.m_has_subtype); in operator ==() 19205 using binary_t = nlohmann::byte_container_with_subtype<BinaryType>;
|