Home
last modified time | relevance | path

Searched refs:IsGroup (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h110 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
111 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ IsGroup)
/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc135 if (category->IsGroup()) in Initialize()
180 if (category.IsGroup()) { in IsCategoryEnabled()
186 if (ref_category->IsGroup()) in IsCategoryEnabled()
/external/pdfium/core/fpdfapi/page/
Dcpdf_transparency.h14 bool IsGroup() const { return m_bGroup; } in IsGroup() function
Dcpdf_contentparser.cpp93 if (pForm->GetTransparency().IsGroup()) { in CPDF_ContentParser()
/external/llvm/lib/DebugInfo/PDB/Raw/
DEnumTables.cpp29 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, IsGroup),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DEnumTables.cpp29 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, IsGroup),
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawConstants.h88 IsGroup = 1 << 10 // If set, descriptor represents a group. enumerator
/external/perfetto/include/perfetto/tracing/
Dtrack_event_category_registry.h66 constexpr bool IsGroup() const { return GetNameSize(1) > 0; } in IsGroup() function
71 PERFETTO_DCHECK(!IsGroup()); in name_size()
/external/clang/include/clang/Basic/
DDiagnostic.td53 //class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; }
/external/v8/src/regexp/
Dregexp-ast.h517 bool IsGroup() override;
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp506 return trans.IsGroup() || trans.IsIsolated(); in FPDFPageObj_HasTransparency()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp746 if (group_alpha != 1.0f && transparency.IsGroup()) { in ProcessTransparency()
1501 if (bIsolated || !transparency.IsGroup()) { in CompositeDIBitmap()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DDbiStream.rst315 IsGroup = 1 << 10 // If set, descriptor represents a group.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1550 PUSH_FLAG(OMFSegDescFlags, IsGroup, Flags, "group"); in formatSegMapDescriptorFlag()