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

12

/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.cpp253 void user_conversions(RestrictInt ri) { argument
254 ++ri;
255 --ri;
256 ri++;
257 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/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/x509/
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/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/boringssl/include/openssl/
H A Dbn.h804 int ri; /* number of bits in R */ member in struct:bn_mont_ctx_st
/external/boringssl/src/include/openssl/
H A Dbn.h804 int ri; /* number of bits in R */ member in struct:bn_mont_ctx_st
/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.c2791 dfa_recursion_info *ri; local
2805 for (ri = md->recursive; ri != NULL; ri = ri->prevrec)
2806 if (recno == ri->group_num && ptr == ri->subject_position)
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp429 int RI_StringToId(const CFX_ByteString& ri) argument
431 FX_DWORD id = ri.GetID();
443 void CPDF_GeneralState::SetRenderIntent(const CFX_ByteString& ri) argument
445 GetModify()->m_RenderIntent = RI_StringToId(ri);

Completed in 3212 milliseconds

12