Searched defs:RP (Results 1 - 18 of 18) sorted by path

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h378 RP = 1 << 22, // Round towards Plus Infinity. enumerator in enum:v8::internal::VFPRoundingMode
384 kRoundToPlusInf = RP,
/external/clang/include/clang/AST/
H A DCXXInheritance.h208 void setRecordingPaths(bool RP) { RecordPaths = RP; } argument
H A DExpr.h3445 SourceLocation BLoc, SourceLocation RP);
3566 SourceLocation RP, bool condIsTrue,
3575 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) {
4766 AtomicOp op, SourceLocation RP);
3564 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool condIsTrue, bool TypeDependent, bool ValueDependent) argument
H A DExprCXX.h120 QualType t, ExprValueKind VK, SourceLocation RP)
121 : CallExpr(C, CXXMemberCallExprClass, fn, 0, args, t, VK, RP) {}
155 SourceLocation RP)
156 : CallExpr(C, CUDAKernelCallExprClass, fn, END_PREARG, args, t, VK, RP) {
119 CXXMemberCallExpr(ASTContext &C, Expr *fn, ArrayRef<Expr*> args, QualType t, ExprValueKind VK, SourceLocation RP) argument
153 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config, ArrayRef<Expr*> args, QualType t, ExprValueKind VK, SourceLocation RP) argument
H A DStmt.h1093 SourceLocation RP)
1094 : Stmt(DoStmtClass), DoLoc(DL), WhileLoc(WL), RParenLoc(RP) {
1144 SourceLocation RP);
1092 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, SourceLocation RP) argument
/external/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h71 RopePiece(const RopePiece &RP) argument
72 : StrData(RP.StrData), StartOffs(RP.StartOffs), EndOffs(RP.EndOffs) {
/external/clang/lib/AST/
H A DExpr.cpp3636 SourceLocation RP)
3641 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size())
4152 QualType t, AtomicOp op, SourceLocation RP)
4155 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op)
3634 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type, SourceLocation BLoc, SourceLocation RP) argument
4151 AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, QualType t, AtomicOp op, SourceLocation RP) argument
H A DStmt.cpp853 SourceLocation RP)
854 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
851 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1822 ReallocPairsTy RP = state->get<ReallocPairs>(); local
1823 for (ReallocPairsTy::iterator I = RP.begin(), E = RP.end(); I != E; ++I) {
2012 ReallocPairsTy RP = state->get<ReallocPairs>(); local
2013 for (ReallocPairsTy::iterator I = RP.begin(), E = RP.end(); I != E; ++I) {
/external/llvm/lib/Analysis/
H A DRegionPass.cpp71 RegionPass *RP = (RegionPass *)getContainedPass(Index); local
72 Changed |= RP->doInitialization(R, *this);
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp1086 SmallVectorImpl<unsigned> &RP = BackTrace[i-1]; local
1087 if (RP[RCId] + Cost >= Limit)
1132 SmallVectorImpl<unsigned> &RP = BackTrace[i]; local
1136 RP[RCId] += CI->second;
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp1062 /// Populate RP with analysis pass that are required by
1065 void PMDataManager::collectRequiredAnalysis(SmallVectorImpl<Pass *> &RP, argument
1073 RP.push_back(AnalysisPass);
1082 RP.push_back(AnalysisPass);
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h147 RP, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/smack/src/org/xbill/DNS/
H A DType.java64 public static final int RP = 17; field in class:Type
243 types.add(RP, "RP", new RPRecord());

Completed in 3230 milliseconds