Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
110 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ IsGroup)
/external/openthread/tests/unit/
Dtest_mac_frame.cpp73 VerifyOrQuit(!extAddr.IsGroup(), "Random Extended Address should not have its Group bit set"); in TestMacAddress()
97 VerifyOrQuit(extAddr.IsGroup()); in TestMacAddress()
99 VerifyOrQuit(!extAddr.IsGroup()); in TestMacAddress()
101 VerifyOrQuit(extAddr.IsGroup()); in TestMacAddress()
103 VerifyOrQuit(!extAddr.IsGroup()); in TestMacAddress()
/external/pdfium/core/fpdfapi/page/
Dcpdf_transparency.h15 bool IsGroup() const { return m_bGroup; } in IsGroup() function
Dcpdf_contentparser.cpp105 if (m_pPageObjectHolder->GetTransparency().IsGroup()) { in CPDF_ContentParser()
/external/llvm/lib/DebugInfo/PDB/Raw/
DEnumTables.cpp29 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, IsGroup),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DEnumTables.cpp28 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/perfetto/src/tracing/internal/
Dtrack_event_internal.cc155 if (category->IsGroup()) in Initialize()
259 if (category.IsGroup()) { in IsCategoryEnabled()
265 if (ref_category->IsGroup()) in IsCategoryEnabled()
/external/clang/include/clang/Basic/
DDiagnostic.td53 //class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; }
/external/openthread/src/core/mac/
Dmac_types.hpp147 bool IsGroup(void) const { return (m8[0] & kGroupFlag) != 0; } in IsGroup() function in ot::Mac::ExtAddress
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp683 if (group_alpha != 1.0f && transparency.IsGroup()) { in ProcessTransparency()
1242 if (bIsolated || !transparency.IsGroup()) { in CompositeDIBitmap()
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp502 return trans.IsGroup() || trans.IsIsolated(); in FPDFPageObj_HasTransparency()