Searched refs:RP (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_parser.rb10 @RP = RDoc::Parser
25 assert @RP.binary?(marshal)
32 refute @RP.binary?(file_name)
43 assert !@RP.binary?(file_name)
54 refute @RP.binary?(file_name)
58 assert_equal @RP.can_parse(__FILE__), @RP::Ruby
62 assert_equal @RP::Simple, @RP.can_parse(readme_file_name)
64 assert_equal @RP
[all...]
H A Dtest_rdoc_parser_markdown.rb8 @RP = RDoc::Parser
32 assert_equal @RP::Markdown, @RP.can_parse('foo.md')
34 assert_equal @RP::Markdown, @RP.can_parse('foo.md.ja')
37 assert_equal @RP::Markdown, @RP.can_parse('foo.markdown')
39 assert_equal @RP::Markdown, @RP.can_parse('foo.markdown.ja')
H A Dtest_rdoc_parser_rd.rb8 @RP = RDoc::Parser
39 assert_equal @RP::RD, @RP.can_parse('foo.rd')
42 assert_equal @RP::RD, @RP.can_parse('foo.rd.ja')
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DRP.pm1 package Net::DNS::RR::RP;
3 # $Id: RP.pm 702 2008-01-21 10:01:21Z olaf $
81 Net::DNS::RR::RP - DNS RP resource record
89 Class for DNS Responsible Person (RP) resource records.
/macosx-10.9.5/file_cmds-230/mtree/
H A Dmtree.h95 #define RP(p) \ macro
H A Dverify.c103 warnx("%s: %s", RP(p), strerror(p->fts_errno));
134 (void)printf("%s extra", RP(p));
H A Dcompare.c76 len = printf("%s changed\n", RP(p)); \
H A Dcreate.c309 err(1, "%s", RP(parent));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y119 create_table_args ::= LP columnlist conslist_opt(X) RP(Y). {
203 type ::= typename(X) LP signed RP(Y). {sqlite3AddColumnType(pParse,&X,&Y);}
204 type ::= typename(X) LP signed COMMA signed RP(Y).
235 ccons ::= CHECK LP expr(X) RP onconf. {sqlite3ExprDelete(X);}
281 tcons ::= PRIMARY KEY LP idxlist(X) autoinc(I) RP onconf(R).
283 tcons ::= UNIQUE LP idxlist(X) RP onconf(R).
286 tcons ::= FOREIGN KEY LP idxlist(FA) RP
431 seltablist(A) ::= stl_prefix(X) LP seltablist_paren(S) RP
482 using_opt(U) ::= USING LP inscollist(L) RP. {U = L;}
561 VALUES LP itemlist(Y) RP
[all...]
/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dmake-proto.pl169 $RP = "))";
172 $RP = ")";
180 s/\>/$RP/;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DRegionPass.cpp70 RegionPass *RP = (RegionPass *)getContainedPass(Index); local
71 Changed |= RP->doInitialization(R, *this);
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp266 if (void *RP = LazyFunctionCreator(Name))
267 return RP;
/macosx-10.9.5/libresolv-54/
H A Ddns_util.h235 dns_RP_record_t *RP; member in union:__anon9590::__anon9591
H A Ddns_util.c570 r->data.RP = (dns_RP_record_t *)calloc(1, size);
572 r->data.RP->mailbox = _dns_parse_domain_name(p, x, remaining);
573 if (r->data.RP->mailbox == NULL)
579 r->data.RP->txtdname = _dns_parse_domain_name(p, x, remaining);
580 if (r->data.RP->txtdname == NULL)
968 if (r->data.RP != NULL)
970 if (r->data.RP->mailbox != NULL) free(r->data.RP->mailbox);
971 if (r->data.RP->txtdname != NULL) free(r->data.RP
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A D132html13 $s =~ s"\\fI(.*?)\\f[RP]"<i>$1</i>"g;
14 $s =~ s"\\fB(.*?)\\f[RP]"<b>$1</b>"g;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Dsupport.c540 * RP ...round-towards +INF
543 const int RN=0,RZ=1,RP=2,RM=3;
587 else if(r==RP) { t=addc(t);y=addc(y);}/* ...t=t+ulp;y=y+ulp; */
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dgettytab.h84 #define RP gettystrs[20].value macro
H A Dsubr.c225 &SU, &DS, &RP, &FL, &WE, &LN, 0
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dgettytab.h84 #define RP gettystrs[20].value macro
H A Dsubr.c225 &SU, &DS, &RP, &FL, &WE, &LN, 0
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJIT.cpp732 if (void *RP = LazyFunctionCreator(Name))
733 return RP;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineLICM.cpp1087 SmallVector<unsigned, 8> &RP = BackTrace[i-1]; local
1088 if (RP[RCId] + Cost >= Limit)
1133 SmallVector<unsigned, 8> &RP = BackTrace[i]; local
1137 RP[RCId] += CI->second;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dforth.vim140 syn keyword forthSP SP@ SP! FP@ FP! RP@ RP! LP@ LP!
H A Dabap.vim55 syn keyword abapStatement RAISE RANGES READ RECEIVE REFRESH REJECT REPLACE REPORT RESERVE RESTORE ROLLBACK RP-PROVIDE-FROM-LAST
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DPassManager.cpp1030 /// Populate RP with analysis pass that are required by
1033 void PMDataManager::collectRequiredAnalysis(SmallVectorImpl<Pass *> &RP, argument
1041 RP.push_back(AnalysisPass);
1050 RP.push_back(AnalysisPass);

Completed in 307 milliseconds

12