Home
last modified time | relevance | path

Searched refs:RP (Results 1 – 25 of 45) sorted by relevance

12

/external/clang/include/clang/Rewrite/Core/
DRewriteRope.h71 RopePiece(const RopePiece &RP) in RopePiece()
72 : StrData(RP.StrData), StartOffs(RP.StartOffs), EndOffs(RP.EndOffs) { in RopePiece()
/external/chromium_org/third_party/sqlite/src/src/
Dparse.y160 create_table_args ::= LP columnlist conslist_opt(X) RP(Y). { in conslist_opt()
253 typetoken(A) ::= typename(X) LP signed RP(Y). { in typetoken()
257 typetoken(A) ::= typename(X) LP signed COMMA signed RP(Y). { in typetoken()
275 ccons ::= DEFAULT LP expr(X) RP. {sqlite3AddDefaultValue(pParse,&X);} in expr()
298 ccons ::= CHECK LP expr(X) RP. {sqlite3AddCheckConstraint(pParse,X.pExpr);} in expr()
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/
DCXXInheritance.h208 void setRecordingPaths(bool RP) { RecordPaths = RP; } in setRecordingPaths() argument
/external/llvm/lib/Analysis/
DRegionPass.cpp71 RegionPass *RP = (RegionPass *)getContainedPass(Index); in runOnFunction() local
72 Changed |= RP->doInitialization(R, *this); in runOnFunction()
/external/smack/src/org/xbill/DNS/
DType.java64 public static final int RP = 17; field in Type
243 types.add(RP, "RP", new RPRecord()); in types.add() argument
DRPRecord.java36 super(name, Type.RP, dclass, ttl); in RPRecord()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_kfst_spho1.pkb3 ��R��R&��R4��RB��RP��R^��Rl��Rz��R���R���R���R���R���R���R���R���R���S��S��S"��S0��S>��SL��SZ��S…
/external/llvm/lib/Target/NVPTX/
DNVPTX.h147 RP, enumerator
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_dur.pkb18 �y�P �4A`�S0@���P�RP`��0�CCQ� � �t�R�PQ��� !���P!0PAB���@r�q� �@…
26 �+Q����@�1@����������� �;0��j"� ����P�RPQAb%�1�� �� �� p� a� ��
/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp235 if (char *RP = realpath(OrigPath.c_str(), nullptr)) { in findDebugBinary() local
236 OrigRealPath = RP; in findDebugBinary()
237 free(RP); in findDebugBinary()
/external/chromium_org/v8/src/arm/
Dconstants-arm.h378 RP = 1 << 22, // Round towards Plus Infinity. enumerator
384 kRoundToPlusInf = RP,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
Dfilter_altivec.asm146 .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/libvpx/libvpx/vp8/common/ppc/
Dfilter_altivec.asm146 .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/ppp/pppd/plugins/radius/etc/
Ddictionary38 # ATTRIBUTE RP-Upstream-Speed-Limit 1 integer RoaringPenguin
41 # RP-Upstream-Speed-Limit, number 1, type integer and vendor RoaringPenguin.
/external/chromium_org/v8/src/mips/
Dconstants-mips.h666 RP = 2 << 0, // Round towards Plus Infinity. enumerator
672 kRoundToPlusInf = RP,
/external/chromium_org/v8/src/mips64/
Dconstants-mips64.h680 RP = 2 << 0, // Round towards Plus Infinity. enumerator
686 kRoundToPlusInf = RP,
/external/llvm/lib/CodeGen/
DMachineLICM.cpp1086 SmallVectorImpl<unsigned> &RP = BackTrace[i-1]; in CanCauseHighRegPressure() local
1087 if (RP[RCId] + Cost >= Limit) in CanCauseHighRegPressure()
1132 SmallVectorImpl<unsigned> &RP = BackTrace[i]; in UpdateBackTraceRegPressure() local
1136 RP[RCId] += CI->second; in UpdateBackTraceRegPressure()
/external/llvm/lib/Target/NVPTX/InstPrinter/
DNVPTXInstPrinter.cpp137 case NVPTX::PTXCvtMode::RP: in printCvtMode()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp542 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction() local
543 return RP; in getPointerToNamedFunction()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp580 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction() local
581 return RP; in getPointerToNamedFunction()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp1822 ReallocPairsTy RP = state->get<ReallocPairs>(); in checkDeadSymbols() local
1823 for (ReallocPairsTy::iterator I = RP.begin(), E = RP.end(); I != E; ++I) { in checkDeadSymbols()
2012 ReallocPairsTy RP = state->get<ReallocPairs>(); in evalAssume() local
2013 for (ReallocPairsTy::iterator I = RP.begin(), E = RP.end(); I != E; ++I) { in evalAssume()
/external/llvm/lib/IR/
DLegacyPassManager.cpp1065 void PMDataManager::collectRequiredAnalysis(SmallVectorImpl<Pass *> &RP, in collectRequiredAnalysis() argument
1073 RP.push_back(AnalysisPass); in collectRequiredAnalysis()
1082 RP.push_back(AnalysisPass); in collectRequiredAnalysis()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c3068 tchunkptr* RP;\
3069 if (((R = *(RP = &(X->child[1]))) != 0) ||\
3070 ((R = *(RP = &(X->child[0]))) != 0)) {\
3074 R = *(RP = CP);\
3076 if (RTCHECK(ok_address(M, RP)))\
3077 *RP = 0;\
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kdt_dur.pkb46 !�� $�M<)���ABt����������D��%�’#���1o ��8Kp�^� O��8qRP�xvP�����K�Q
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kdt_dur.pkb236 �0�;1�KM���˲��<*Lc����^�K]���0����$&�Lh��5��aƲ5�P�1�(RP�3�<�f�ƃ���p-5景�3.�� �/��@&_��� 5"��…

12