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

1 2

  /external/chromium_org/chrome/renderer/searchbox/
searchbox_unittest.cc 21 InstantRestrictedID* rid);
56 InstantRestrictedID rid = 0; local
59 test_cases[i].render_view_id, test_cases[i].transient_url, &rid);
61 EXPECT_EQ(test_cases[i].expected_rid, rid);
62 rid = 0;
218 InstantRestrictedID rid = 0; local
224 &rid);
227 EXPECT_EQ(test_cases[i].expected_rid, rid);
229 rid = 0;
searchbox.cc 80 InstantRestrictedID* rid) {
116 *rid = id;
176 InstantRestrictedID rid = -1; local
178 render_view()->GetRoutingID(), transient_url, &favicon_params, &rid);
184 if (rid != -1 && GetMostVisitedItemWithID(rid, &item))
195 InstantRestrictedID rid = 0; local
197 transient_url, &rid)) {
201 GURL most_visited_item_url(GetURLForMostVisitedItem(rid));
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_srv.c 213 OCSP_RESPID *rid; local
233 rid = brsp->tbsResponseData->responderId;
238 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
240 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
242 rid->type = V_OCSP_RESPID_KEY;
246 if (!X509_NAME_set(&rid->value.byName,
249 rid->type = V_OCSP_RESPID_NAME;
ocsp_prn.c 187 OCSP_RESPID *rid = NULL; local
217 rid = rd->responderId;
218 switch (rid->type)
221 X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
224 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
ocsp_vfy.c 170 OCSP_RESPID *rid = bs->tbsResponseData->responderId; local
171 if ((signer = ocsp_find_signer_sk(certs, rid)))
177 (signer = ocsp_find_signer_sk(bs->certs, rid)))
  /external/openssl/crypto/ocsp/
ocsp_srv.c 213 OCSP_RESPID *rid; local
233 rid = brsp->tbsResponseData->responderId;
238 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
240 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
242 rid->type = V_OCSP_RESPID_KEY;
246 if (!X509_NAME_set(&rid->value.byName,
249 rid->type = V_OCSP_RESPID_NAME;
ocsp_prn.c 187 OCSP_RESPID *rid = NULL; local
217 rid = rd->responderId;
218 switch (rid->type)
221 X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
224 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
ocsp_vfy.c 170 OCSP_RESPID *rid = bs->tbsResponseData->responderId; local
171 if ((signer = ocsp_find_signer_sk(certs, rid)))
177 (signer = ocsp_find_signer_sk(bs->certs, rid)))
  /bootable/recovery/minadbd/
adb.c 355 unsigned rid = p->msg.arg0; local
360 send_ready(s->id, rid, t);
  /external/smack/src/com/kenai/jbosh/
CMSessionParams.java 86 String rid = req.getAttribute(Attributes.RID); local
87 boolean acking = (aAck != null && aAck.getValue().equals(rid));
BOSHClient.java 287 * The highest RID that we've already received a response for. This value
493 long rid = requestIDSeq.getNextRID(); local
498 request = applySessionCreationRequest(rid, body);
500 request = applySessionData(rid, body);
833 * @param rid request ID to use
838 final long rid, final ComposableBody orig) throws BOSHException {
848 builder.setAttribute(Attributes.RID, Long.toString(rid));
894 * @param rid request ID to use
899 final long rid,
1347 Long rid = Long.parseLong(req.getAttribute(Attributes.RID)); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events.c 80 int rid; local
86 rid = PtWidgetRid(window);
87 if( rid != 0 && PhRegionQuery(rid, &region, NULL, NULL, 0) == 0 )
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDrawTabletUI.java 262 int rid = (i == mSelectedStyleButton) ? android.R.color.holo_blue_light : local
264 mStyleButton[i].setBackgroundResource(rid);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 91 int rid; /* Report ID */ member in struct:report
310 rep->rid = hid_get_report_id(fd);
311 if (rep->rid < 0) {
313 if (ioctl(fd, USB_GET_REPORT_ID, &rep->rid) < 0) {
315 rep->rid = -1; /* XXX */
327 hdata = hid_start_parse(hw->repdesc, 1 << hid_input, rep->rid);
466 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input, rep->rid);
559 len = hid_report_size(rd, r->rid, repinfo[repind].kind);
563 len = hid_report_size(rd, r->rid, repinfo[repind].kind);
565 len = hid_report_size(rd, repinfo[repind].kind, r->rid);
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.h 45 struct asn1_oid rid; /* registeredID */ member in struct:x509_name
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 611 int rid = first_most_visited_item_id_; local
613 stream << "newTabPageHandle.deleteMostVisitedItem(" << rid << ");"; local
625 stream << "newTabPageHandle.undoMostVisitedDeletion(" << rid << ");"; local
636 rid = first_most_visited_item_id_;
638 stream << "newTabPageHandle.deleteMostVisitedItem(" << rid << ");"; local
646 rid = first_most_visited_item_id_;
648 stream << "newTabPageHandle.deleteMostVisitedItem(" << rid << ");"; local
    [all...]
  /external/openssh/
mux.c 109 u_int rid; member in struct:mux_session_confirm_ctx
115 u_int rid; /* request id */ member in struct:mux_channel_confirm_ctx
264 process_mux_master_hello(u_int rid, Channel *c, Buffer *m, Buffer *r)
306 process_mux_new_session(u_int rid, Channel *c, Buffer *m, Buffer *r)
317 cctx->rid = rid;
390 buffer_put_int(r, rid);
405 buffer_put_int(r, rid);
427 buffer_put_int(r, rid);
479 process_mux_alive_check(u_int rid, Channel *c, Buffer *m, Buffer *r
961 u_int type, rid, have, i; local
1451 u_int pid, type, rid; local
1494 u_int type, rid; local
1544 u_int type, rid; local
1637 u_int i, rid, sid, esid, exitval, type, exitval_seen; local
1801 u_int type, rid, sid; local
1898 u_int type, rid; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 144 ((size_t) (&((struct prism2_hostapd_param *) 0)->u.rid.data))
179 u16 rid; member in struct:prism2_hostapd_param::__anon30615::__anon30620
182 } rid; member in union:prism2_hostapd_param::__anon30615
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 397 unsigned char rid[5]; member in struct:efdir
459 efdir->rid, efdir->aid_len);
480 os_memcpy(aid, efdir->rid, efdir->aid_len);
650 "3G USIM app - try to use standard 3G RID");
656 /* Select based on AID = 3G RID from EF_DIR. This is usually
    [all...]
  /system/core/adb/
adb.c 603 unsigned rid = p->msg.arg0; local
608 send_ready(s->id, rid, t);
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 1740 uint32_t rid = mAssets->getIncludedResources() local
1771 uint32_t rid = mAssets->getIncludedResources() local
1812 uint32_t rid = mAssets->getIncludedResources() local
1876 uint32_t rid = mAssets->getIncludedResources() local
1913 uint32_t rid = mAssets->getIncludedResources() local
1939 uint32_t rid = mAssets->getIncludedResources() local
2071 uint32_t rid = mAssets->getIncludedResources() local
2538 uint32_t rid = getResId(p, t, ci); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
x509v3.h 202 ASN1_OBJECT *rid; /* registeredID */ member in union:GENERAL_NAME_st::__anon15627
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509v3.h 202 ASN1_OBJECT *rid; /* registeredID */ member in union:GENERAL_NAME_st::__anon15659
  /external/openssl/crypto/x509v3/
x509v3.h 202 ASN1_OBJECT *rid; /* registeredID */ member in union:GENERAL_NAME_st::__anon26075
  /external/openssl/include/openssl/
x509v3.h 202 ASN1_OBJECT *rid; /* registeredID */ member in union:GENERAL_NAME_st::__anon26107

Completed in 648 milliseconds

1 2