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

1 2 3 4

  /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 78 InstantRestrictedID* rid) {
114 *rid = id;
191 InstantRestrictedID rid = -1; local
193 render_view()->GetRoutingID(), transient_url, &favicon_params, &rid);
199 if (rid != -1 && GetMostVisitedItemWithID(rid, &item))
210 InstantRestrictedID rid = 0; local
212 transient_url, &rid)) {
216 GURL most_visited_item_url(GetURLForMostVisitedItem(rid));
  /external/chromium_org/content/browser/media/
webrtc_internals_unittest.cc 75 int rid,
83 VerifyInt(dict, "rid", rid);
183 const int rid = 1; local
188 rid, pid, kUrl, true, true, audio_constraint, video_constraint);
192 observer->value(), rid, pid, kUrl, audio_constraint, video_constraint);
198 const int rid = 1; local
203 rid, pid, kUrl, true, true, audio_constraint, video_constraint);
212 observer->value(), rid, pid, kUrl, audio_constraint, video_constraint);
218 const int rid = 0, pid = 1, lid = 2 local
261 const int rid = 0, pid = 1, lid = 2; local
    [all...]
webrtc_internals_browsertest.cc 123 int rid,
128 rid(rid),
134 int rid; member in class:content::UserMediaRequestEntry
193 ss << "{pid:" << request.pid << ", rid:" << request.rid << ", origin:'"
201 void ExecuteRemoveGetUserMediaForRendererJs(int rid) {
203 ss << "{rid:" << rid << "}"; local
249 int pid, rid; local
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
automation_custom_bindings.js 27 var createAutomationRootNodeID = function(pid, rid) {
28 return pid + '_' + rid;
45 automationInternal.enableTab(tabId, function onEnable(pid, rid) {
50 var id = createAutomationRootNodeID(pid, rid);
94 var rid = data.routingID;
95 var id = createAutomationRootNodeID(pid, rid);
101 targetTree = new AutomationRootNode(pid, rid);
131 automationInternal.onAccessibilityTreeDestroyed.addListener(function(pid, rid) {
132 var id = createAutomationRootNodeID(pid, rid);
searchbox_api.js 100 item.faviconUrl = GenerateFaviconURL(item.renderViewId, item.rid);
112 function GenerateFaviconURL(renderViewId, rid) {
115 renderViewId + "/" + 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)))
  /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::__anon38198::__anon38203
182 } rid; member in union:prism2_hostapd_param::__anon38198
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 61 enum rid enum
203 #define OBJC_IS_AT_KEYWORD(rid) \
204 ((unsigned int) (rid) >= (unsigned int) RID_FIRST_AT && \
205 (unsigned int) (rid) <= (unsigned int) RID_LAST_AT)
207 #define OBJC_IS_PQ_KEYWORD(rid) \
208 ((unsigned int) (rid) >= (unsigned int) RID_FIRST_PQ && \
209 (unsigned int) (rid) <= (unsigned int) RID_LAST_PQ)
211 #define OBJC_IS_PATTR_KEYWORD(rid) \
212 ((unsigned int) (rid) >= (unsigned int) RID_FIRST_PATTR && \
213 (unsigned int) (rid) <= (unsigned int) RID_LAST_PATTR
324 ENUM_BITFIELD(rid) const rid : 16; member in struct:c_common_resword
    [all...]
  /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/chromium_org/content/browser/resources/media/
webrtc_internals.js 274 * @param {!Object} data The object containing rid {number}, pid {number},
286 requestDiv.rid = data.rid;
302 * Removes the getUserMedia requests from the specified |rid|.
304 * @param {!Object} data The object containing rid {number}, the render id.
308 if (userMediaRequests[i].rid == data.rid)
314 if (requests[i].rid == data.rid)
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_genn.c 142 result = OBJ_cmp(a->d.rid, b->d.rid);
190 a->d.rid = value;
221 return a->d.rid;
  /external/openssl/crypto/x509v3/
v3_genn.c 142 result = OBJ_cmp(a->d.rid, b->d.rid);
190 a->d.rid = value;
221 return a->d.rid;
  /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_wm.c 67 windowevent.rid = PtWidgetRid(window);
SDL_ph_events.c 80 int rid; local
86 rid = PtWidgetRid(window);
87 if( rid != 0 && PhRegionQuery(rid, &region, NULL, NULL, 0) == 0 )
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 294 * @param {number=} opt_rid The RID for the corresponding Most Visited page.
312 this.rid = opt_rid;
620 * @param {number} rid The restricted ID.
624 function getMostVisitedTitleIframeUrl(rid, position) {
628 'rid=' + encodeURIComponent(rid),
643 * @param {number} rid The restricted ID.
647 function getMostVisitedThumbnailIframeUrl(rid, position) {
651 'rid=' + encodeURIComponent(rid),
    [all...]
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableDupPerf.java 64 public static AnimatedVectorDrawable create(Resources resources, int rid) {
66 final XmlPullParser parser = resources.getXml(rid);
VectorDrawablePerformance.java 70 public static VectorDrawable create(Resources resources, int rid) {
72 final XmlPullParser parser = resources.getXml(rid);
  /external/wpa_supplicant_8/src/tls/
x509v3.h 45 struct asn1_oid rid; /* registeredID */ member in struct:x509_name
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dtchelp.h 21 typedef HRESULT (__cdecl *DTC_GET_TRANSACTION_MANAGER)(char *pszHost,char *pszTmName,REFIID rid,DWORD dwReserved1,WORD wcbReserved2,void *pvReserved2,void **ppvObject);
  /external/e2fsprogs/lib/ext2fs/
Android.mk 72 # get rid of this?!

Completed in 1140 milliseconds

1 2 3 4