Searched defs:ri (Results 1 - 25 of 60) sorted by relevance

123

/external/libcxx/test/std/containers/associative/map/map.cons/
H A Ddefault_recursive.pass.cpp23 std::map<int, X>::reverse_iterator ri; member in struct:X
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
H A Ddefault_recursive.pass.cpp23 std::multimap<int, X>::reverse_iterator ri; member in struct:X
/external/v8/test/webkit/fast/js/kde/
H A DRegExp.js38 var ri = /a/i; variable
46 shouldBeTrue("ri.ignoreCase");
50 shouldBe("ri.toString()", "'/a/i'");
56 ri.ignoreCase = false;
57 shouldBeTrue("ri.ignoreCase");
/external/deqp/executor/
H A DxeTestCaseResult.cpp56 namespace ri namespace in namespace:xe
86 } // ri
/external/clang/test/SemaCXX/
H A Ddecl-init-ref.cpp21 const int& ri = (void)0; // expected-error {{reference to type 'const int' could not bind to an rvalue of type 'void'}} variable
H A Doverloaded-builtin-operators.cpp261 void user_conversions(RestrictInt ri) { argument
262 ++ri;
263 --ri;
264 ri++;
265 ri--;
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/
H A Dop_arrow.pass.cpp82 std::list<B>::const_reverse_iterator ri = l.rbegin(); local
83 assert ( ri->get() == 2 ); ++ri;
84 assert ( ri->get() == 1 ); ++ri;
85 assert ( ri->get() == 0 ); ++ri;
86 assert ( ri == l.rend ());
/external/valgrind/memcheck/tests/
H A Dorigin6-fp.c84 int ri; local
95 ri = (int)r;
96 if (0) fprintf(stderr, "ri = %d\n", ri);
97 if (ri == 696565111) {
/external/boringssl/src/crypto/x509/
H A Dt_req.c98 X509_REQ_INFO *ri = x->req_info; local
113 X509_NAME_print_ex(bio, ri->subject, nmindent, nmflags) < 0 ||
121 i2a_ASN1_OBJECT(bio, ri->pubkey->algor->algorithm) <= 0 ||
H A Dx509_req.c73 X509_REQ_INFO *ri; local
84 ri=ret->req_info;
86 ri->version->length=1;
87 ri->version->data=(unsigned char *)OPENSSL_malloc(1);
88 if (ri->version->data == NULL) goto err;
89 ri->version->data[0]=0; /* version == 0 */
/external/iptables/extensions/
H A Dlibipt_realm.c90 const struct xt_realm_info *ri = (const void *)match->data; local
92 if (ri->invert)
96 print_realm(ri->id, ri->mask, numeric);
101 const struct xt_realm_info *ri = (const void *)match->data; local
103 if (ri->invert)
107 print_realm(ri->id, ri->mask, 0);
/external/boringssl/src/decrepit/blowfish/
H A Dblowfish.c441 uint32_t *p, ri, in[2]; local
453 ri = *(d++);
458 ri <<= 8;
459 ri |= *(d++);
464 ri <<= 8;
465 ri |= *(d++);
470 ri <<= 8;
471 ri |= *(d++);
476 p[i] ^= ri;
/external/bison/src/
H A Dlalr.c209 int ri = state_reduction_find (s, r); local
211 sp->next = lookback[(s->reductions->lookahead_tokens - LA) + ri];
213 lookback[(s->reductions->lookahead_tokens - LA) + ri] = sp;
/external/boringssl/src/crypto/bn/
H A Dmontgomery.c275 /* RR = (2^ri)^2 == 2^(ri*2) == 1 << (ri*2), which has its (ri*2)th bit set. */
276 int ri = (BN_num_bits(mod) + (BN_BITS2 - 1)) / BN_BITS2 * BN_BITS2; local
278 if (!BN_set_bit(&(mont->RR), ri * 2)) {
/external/clang/test/CXX/special/class.copy/
H A Dp11.0x.copy.cpp125 int && ri = 1; // expected-note{{copy constructor of 'RValue' is implicitly deleted because field 'ri' is of rvalue reference type 'int &&'}} member in struct:RValue
126 // expected-warning@-1{{binding reference member 'ri' to a temporary}} expected-note@-1 {{here}}
H A Dp11.0x.move.cpp136 int &&ri = 1; // expected-warning {{binding reference member 'ri' to a temporary}} expected-note {{here}} member in struct:RValue
H A Dimplicit-move.cpp158 int&& ri; member in struct:ContainsRValueRef
/external/jetty/src/java/org/eclipse/jetty/security/
H A DConstraintSecurityHandler.java555 RoleInfo ri = mappings.get(omission+OMISSION_SUFFIX);
556 if (ri == null)
559 ri = new RoleInfo();
560 mappings.put(omission+OMISSION_SUFFIX, ri);
564 configureRoleInfo(ri, mapping);
572 * @param ri
575 protected void configureRoleInfo (RoleInfo ri, ConstraintMapping mapping) argument
579 ri.setForbidden(forbidden);
584 ri.setUserDataConstraint(userDataConstraint);
588 if (!ri
[all...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp223 MCRegisterInfo const &ri)
224 : MCB(mcb), MCBDX(mcbdx), RI(ri), MCII(MCII), STI(STI),
222 HexagonMCChecker(MCInstrInfo const &MCII, MCSubtargetInfo const &STI, MCInst &mcb, MCInst &mcbdx, MCRegisterInfo const &ri) argument
/external/valgrind/VEX/priv/
H A Dguest_generic_x87.c932 UInt ri, si; local
943 for (ri = 0; ri < 16; ri += 2) {
944 if ((validR & (3 << ri)) != (3 << ri)) break;
945 if (argR[ri] <= argL[si] && argL[si] <= argR[ri+1]) {
972 UInt ri, si; local
983 for (ri
1183 UInt ri, si; local
[all...]
/external/valgrind/none/tests/amd64/
H A Dpcmpstr64w.c345 UInt ri, si; local
356 for (ri = 0; ri < 8; ri += 2) {
357 if ((validR & (3 << ri)) != (3 << ri)) break;
358 if (argR[ri] <= argL[si] && argL[si] <= argR[ri+1]) {
/external/libunwind/src/ia64/
H A DGparser.c794 struct ia64_reg_info *ri;
852 ri = lookup_preg (op->reg, memory, sr);
853 if (!ri)
855 ri->where = where;
856 ri->when = when;
857 ri->val = val;
793 struct ia64_reg_info *ri; local
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp224 const RegisterInfo *ri = reg_ctx->GetRegisterInfoByName (ent->name); local
225 if (ri)
226 ent->lldb_regno = ri->kinds[eRegisterKindLLDB];
/external/opencv/cv/src/
H A Dcvcalibration.cpp598 double ri = i == 0 ? rx : i == 1 ? ry : rz; local
599 double a0 = -s*ri, a1 = (s - 2*c1*itheta)*ri, a2 = c1*itheta;
600 double a3 = (c - s*itheta)*ri, a4 = s*itheta;
/external/pcre/dist/
H A Dpcre_dfa_exec.c2792 dfa_recursion_info *ri; local
2806 for (ri = md->recursive; ri != NULL; ri = ri->prevrec)
2807 if (recno == ri->group_num && ptr == ri->subject_position)

Completed in 7742 milliseconds

123