HomeSort by relevance Sort by last modified time
    Searched refs:pType (Results 26 - 50 of 247) sorted by null

12 3 4 5 6 7 8 910

  /external/parameter-framework/upstream/parameter/
SelectionCriteria.cpp 54 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger)
56 return getSelectionCriteriaDefinition()->createSelectionCriterion(strName, pType, logger);
SelectionCriteriaDefinition.cpp 40 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger)
42 CSelectionCriterion *pSelectionCriterion = new CSelectionCriterion(strName, pType, logger);
SelectionCriterion.h 45 CSelectionCriterion(const std::string &strName, const CSelectionCriterionType *pType,
SelectionCriterion.cpp 40 const CSelectionCriterionType *pType,
42 : base(strName), _pType(pType), _logger(logger)
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 98 virtual const char* getName(Type pType) const = 0;
101 virtual Size getSize(Type pType) const = 0;
NamePool.h 54 ResolveInfo::Type pType,
68 ResolveInfo::Type pType,
  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 74 void setCodeGenType(CodeGenType pType) { m_CodeGenType = pType; }
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeValue.h 47 void setType(unsigned int pType) { m_Type = pType; }
GNULDBackend.h 201 uint32_t& pType,
207 uint32_t& pType,
214 uint32_t& pType,
220 uint32_t& pType,
227 uint32_t pType,
233 uint32_t pType,
240 uint32_t pType,
246 uint32_t pType,
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType,
73 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
NamePool.cpp 36 ResolveInfo::Type pType,
45 (*result)->setType(pType);
58 ResolveInfo::Type pType,
82 new_symbol->setType(pType);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 70 const char* getName(Relocation::Type pType) const;
72 Size getSize(Relocation::Type pType) const;
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 69 virtual const char* getName(Relocation::Type pType) const = 0;
135 const char* getName(Relocation::Type pType) const;
137 Size getSize(Relocation::Type pType) const;
199 const char* getName(Relocation::Type pType) const;
201 Size getSize(Relocation::Type pType) const;
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 53 uint32_t pType,
  /frameworks/compile/mclinker/include/mcld/Script/
Assignment.h 36 Assignment(Level pLevel, Type pType, SymOperand& pSymbol, RpnExpr& pRpnExpr);
  /hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.h 58 void setPipeType(const utils::eMdpPipeType& pType);
overlayGenPipe.cpp 69 void GenericPipe::setPipeType(const utils::eMdpPipeType& pType) {
70 mCtrl->setPipeType(pType);
  /hardware/qcom/display/msm8909/liboverlay/pipes/
overlayGenPipe.h 58 void setPipeType(const utils::eMdpPipeType& pType);
overlayGenPipe.cpp 69 void GenericPipe::setPipeType(const utils::eMdpPipeType& pType) {
70 mCtrl->setPipeType(pType);
  /hardware/qcom/display/msm8994/liboverlay/pipes/
overlayGenPipe.h 58 void setPipeType(const utils::eMdpPipeType& pType);
overlayGenPipe.cpp 69 void GenericPipe::setPipeType(const utils::eMdpPipeType& pType) {
70 mCtrl->setPipeType(pType);
  /frameworks/compile/mclinker/lib/Fragment/
Stub.cpp 75 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) {
77 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType));
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 76 const char* getName(Relocation::Type pType) const;
78 Size getSize(Relocation::Type pType) const;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 92 const char* getName(Relocation::Type pType) const;
94 Size getSize(Relocation::Type pType) const;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 64 void MipsGOT::GOTMultipart::consumeTLS(Relocation::Type pType) {
67 m_ConsumedTLS += pType == llvm::ELF::R_MIPS_TLS_GOTTPREL ? 1 : 2;
349 Fragment* MipsGOT::consumeTLS(Relocation::Type pType) {
356 m_MultipartList[m_CurrentGOTPart].consumeTLS(pType);
405 Relocation::Type pType) {
406 if (pType == llvm::ELF::R_MIPS_TLS_LDM) {
408 } else if (pType == llvm::ELF::R_MIPS_TLS_GD) {
414 } else if (pType == llvm::ELF::R_MIPS_TLS_GOTTPREL) {
426 Relocation::Type pType) {
427 if (pType == llvm::ELF::R_MIPS_TLS_LDM
    [all...]

Completed in 4278 milliseconds

12 3 4 5 6 7 8 910