Home
last modified time | relevance | path

Searched refs:PDE (Results 1 – 6 of 6) sorted by relevance

/external/libmtp/
DAUTHORS8 implementing the OASiS and PDE protocols.
DREADME893 support for playback on their devices using the PDE protocol back then.
/external/icu/icu4j/eclipse-build/pdebuild/
Dbuild.properties52 # By default PDE creates one archive (result) per entry listed in the configs property.
53 # Setting this value to try will cause PDE to only create one output containing all
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp702 SDDbgInfo::DbgIterator PDE = DAG->ByvalParmDbgEnd(); in EmitSchedule() local
703 for (; PDI != PDE; ++PDI) { in EmitSchedule()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp809 SDDbgInfo::DbgIterator PDE = DAG->ByvalParmDbgEnd(); in EmitSchedule() local
810 for (; PDI != PDE; ++PDI) { in EmitSchedule()
/external/clang/lib/AST/
DItaniumMangle.cpp3390 const auto *PDE = cast<CXXPseudoDestructorExpr>(E); in mangleExpression() local
3391 if (const Expr *Base = PDE->getBase()) in mangleExpression()
3392 mangleMemberExprBase(Base, PDE->isArrow()); in mangleExpression()
3393 NestedNameSpecifier *Qualifier = PDE->getQualifier(); in mangleExpression()
3395 if (TypeSourceInfo *ScopeInfo = PDE->getScopeTypeInfo()) { in mangleExpression()
3411 QualType DestroyedType = PDE->getDestroyedType(); in mangleExpression()