Home
last modified time | relevance | path

Searched defs:IsEmbedded (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_font.h130 bool IsEmbedded() const { return m_bEmbedded; } in IsEmbedded() function
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_font.h100 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded() function
/aosp_15_r20/build/blueprint/proptools/
H A Dextend.go608 func IsEmbedded(structField reflect.StructField) bool { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h105 OpenMPIRBuilderConfig(bool IsEmbedded, bool IsTargetCodegen, in OpenMPIRBuilderConfig()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go643 func (n Name) IsEmbedded() bool { func
/aosp_15_r20/external/clang/lib/Driver/
H A DToolChains.cpp301 bool IsEmbedded, bool AddRPath) const { in AddLinkRuntimeLib()