HomeSort by relevance Sort by last modified time
    Searched refs:RP (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 70 RopePiece(const RopePiece &RP)
71 : StrData(RP.StrData), StartOffs(RP.StartOffs), EndOffs(RP.EndOffs) {
  /external/smack/src/org/xbill/DNS/
RPRecord.java 30 * Creates an RP Record from the given data
36 super(name, Type.RP, dclass, ttl);
54 /** Converts the RP Record to a String */
64 /** Gets the mailbox address of the RP Record */
70 /** Gets the text domain info of the RP Record */
Type.java 64 public static final int RP = 17;
243 types.add(RP, "RP", new RPRecord());
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 160 create_table_args ::= LP columnlist conslist_opt(X) RP(Y). {
253 typetoken(A) ::= typename(X) LP signed RP(Y). {
257 typetoken(A) ::= typename(X) LP signed COMMA signed RP(Y). {
275 ccons ::= DEFAULT LP expr(X) RP. {sqlite3AddDefaultValue(pParse,&X);}
298 ccons ::= CHECK LP expr(X) RP. {sqlite3AddCheckConstraint(pParse,X.pExpr);}
345 tcons ::= PRIMARY KEY LP idxlist(X) autoinc(I) RP onconf(R).
347 tcons ::= UNIQUE LP idxlist(X) RP onconf(R).
349 tcons ::= CHECK LP expr(E) RP onconf.
351 tcons ::= FOREIGN KEY LP idxlist(FA) RP
500 seltablist(A) ::= stl_prefix(X) LP select(S) RP
    [all...]
  /external/clang/include/clang/AST/
CXXInheritance.h 208 void setRecordingPaths(bool RP) { RecordPaths = RP; }
Stmt.h     [all...]
ExprCXX.h 120 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) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 143 RP,
  /external/llvm/lib/Analysis/
RegionPass.cpp 70 RegionPass *RP = (RegionPass *)getContainedPass(Index);
71 Changed |= RP->doInitialization(R, *this);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 339 if (void *RP = LazyFunctionCreator(Name))
340 return RP;
  /external/v8/src/arm/
constants-arm.h 409 RP = 1 << 22, // Round towards Plus Infinity.
415 kRoundToPlusInf = RP,
  /external/chromium_org/v8/src/arm/
constants-arm.h 396 RP = 1 << 22, // Round towards Plus Infinity.
402 kRoundToPlusInf = RP,
  /external/chromium_org/v8/src/mips/
constants-mips.h 540 RP = 2 << 0, // Round towards Plus Infinity.
546 kRoundToPlusInf = RP,
  /external/v8/src/mips/
constants-mips.h 529 RP = 2 << 0, // Round towards Plus Infinity.
535 kRoundToPlusInf = RP,
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 135 case NVPTX::PTXCvtMode::RP:
136 O << ".rp";
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 733 if (void *RP = LazyFunctionCreator(Name))
734 return RP;
  /external/llvm/lib/CodeGen/
MachineLICM.cpp     [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
filter_altivec.asm 146 .macro Read8x8 VD, RS, RP, increment_counter
155 add \RS, \RS, \RP
175 .macro Read4x4 VD, RS, RP, increment_counter
183 add \RS, \RS, \RP
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/llvm/lib/IR/
PassManager.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 144 // Returns a an object that can open a popup window customized for an OP & RP.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 144 // Returns a an object that can open a popup window customized for an OP & RP.
  /external/clang/lib/AST/
Stmt.cpp 855 SourceLocation RP)
856 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c     [all...]

Completed in 778 milliseconds

1 2