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

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
locall1.s 1 % Get rid of labels that look compiler-generated, matching: "L.*:[0-9]+".
  /external/syslinux/core/lwip/src/include/lwip/
snmp_structs.h 217 void (*get_object_def_q)(void* addr_inf, u8_t rid, u8_t ident_len, s32_t *ident);
218 void (*get_value_q)(u8_t rid, struct obj_def *od);
219 void (*set_test_q)(u8_t rid, struct obj_def *od);
220 void (*set_value_q)(u8_t rid, struct obj_def *od, u16_t len, void *value);
222 void (*get_object_def_a)(u8_t rid, u8_t ident_len, s32_t *ident, struct obj_def *od);
223 void (*get_value_a)(u8_t rid, struct obj_def *od, u16_t len, void *value);
224 u8_t (*set_test_a)(u8_t rid, struct obj_def *od, u16_t len, void *value);
225 void (*set_value_a)(u8_t rid, struct obj_def *od, u16_t len, void *value);
228 void (*get_object_def_pc)(u8_t rid, u8_t ident_len, s32_t *ident);
229 void (*get_value_pc)(u8_t rid, struct obj_def *od)
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
prism2.c 282 * Prepare BAP for access. Assigns FID and RID, sets offset register
287 * id FID or RID, destined for the select register (host order)
288 * offset An _even_ offset into the buffer for the given FID/RID.
302 /* Write fid/rid and offset */
329 * id FID or RID, destined for the select register (host order)
330 * offset An _even_ offset into the buffer for the given FID/RID.
368 * id FID or RID, destined for the select register (host order)
369 * offset An _even_ offset into the buffer for the given FID/RID.
413 * rid RID of the record to read/write. (host order
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-nosym.d 8 # Note that we have to redirect stderr when objdumping to get rid of the
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 419 private void doStagefrightTest(final int rid) throws Exception {
420 doStagefrightTestMediaPlayer(rid);
421 doStagefrightTestMediaCodec(rid);
422 doStagefrightTestMediaMetadataRetriever(rid);
427 String rname = resources.getResourceEntryName(rid);
435 private void doStagefrightTestANR(final int rid) throws Exception {
436 doStagefrightTestMediaPlayerANR(rid, null);
546 private void doStagefrightTestMediaPlayer(final int rid) throws Exception {
547 doStagefrightTestMediaPlayer(rid, null);
565 private void doStagefrightTestMediaPlayer(final int rid, final String uri) throws Exception
    [all...]
  /external/openssh/
mux.c 103 u_int rid; member in struct:mux_session_confirm_ctx
108 u_int rid; member in struct:mux_stdio_confirm_ctx
114 u_int rid; /* request id */ member in struct:mux_channel_confirm_ctx
269 process_mux_master_hello(u_int rid, Channel *c, Buffer *m, Buffer *r)
311 process_mux_new_session(u_int rid, Channel *c, Buffer *m, Buffer *r)
322 cctx->rid = rid;
393 buffer_put_int(r, rid);
408 buffer_put_int(r, rid);
431 buffer_put_int(r, rid);
1137 u_int type, rid, have, i; local
1617 u_int pid, type, rid; local
1660 u_int type, rid; local
1710 u_int type, rid; local
1816 u_int i, rid, sid, esid, exitval, type, exitval_seen; local
1984 u_int type, rid; local
2019 u_int type, rid, sid; local
2120 u_int type, rid; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
mclex.c 208 mc_add_keyword_ascii (const char *sz, int rid, const char *grp, rc_uint_type nv, const char *sv)
216 mc_add_keyword (usz, rid, grp, nv, usv);
220 mc_add_keyword (unichar *usz, int rid, const char *grp, rc_uint_type nv, unichar *sv)
241 c->rid = rid;
262 n->rid = rid;
316 if (k->rid == MCTOKEN)
318 return k->rid;
windmc.h 46 int rid; member in struct:mc_keyword
  /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::__anon39456::__anon39461
182 } rid; member in union:prism2_hostapd_param::__anon39456
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
client.py 87 exception, value, rid = self._vrecv(id)
88 if rid != id:
89 raise RuntimeError, "request/reply id mismatch: %d/%d" % (id, rid)
115 rid = reply[2]
116 arid = abs(rid)
120 self._replies[rid] = reply
  /external/python/cpython2/Demo/pdist/
client.py 87 exception, value, rid = self._vrecv(id)
88 if rid != id:
89 raise RuntimeError, "request/reply id mismatch: %d/%d" % (id, rid)
115 rid = reply[2]
116 arid = abs(rid)
120 self._replies[rid] = reply
  /external/boringssl/src/crypto/x509v3/
v3_genn.c 142 result = OBJ_cmp(a->d.rid, b->d.rid);
190 a->d.rid = value;
220 return a->d.rid;
  /external/syslinux/utils/
isohybrid.in 82 my $rid;
85 $rid = unpack("V", $rnd);
89 return $rid if (defined($rid));
mkdiskimage.in 46 my $rid;
49 $rid = unpack("V", $rnd);
53 return $rid if (defined($rid));
  /prebuilts/go/darwin-x86/src/bytes/
bytes_generic.go 10 // and get rid of bytes_amd64.go
  /prebuilts/go/linux-x86/src/bytes/
bytes_generic.go 10 // and get rid of bytes_amd64.go
  /prebuilts/go/darwin-x86/src/math/big/
ratmarsh.go 62 // TODO(gri): get rid of the []byte/string conversion
68 // TODO(gri): get rid of the []byte/string conversion
  /prebuilts/go/linux-x86/src/math/big/
ratmarsh.go 62 // TODO(gri): get rid of the []byte/string conversion
68 // TODO(gri): get rid of the []byte/string conversion
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 269 static char * responderid_str(ResponderID *rid)
277 switch (rid->type) {
279 X509_NAME_print_ex(out, rid->value.byName, 0, XN_FLAG_ONELINE);
282 i2a_ASN1_STRING(out, rid->value.byKey, V_ASN1_OCTET_STRING);
460 static X509 * ocsp_find_signer(STACK_OF(X509) *certs, ResponderID *rid)
465 if (rid->type == 0) {
467 return X509_find_by_subject(certs, rid->value.byName);
471 if (rid->value.byKey->length != SHA_DIGEST_LENGTH)
477 if (os_memcmp(rid->value.byKey->data, hash,
  /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);
  /prebuilts/go/darwin-x86/src/strings/
strings_generic.go 10 // and get rid of strings_amd64.go
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug248.go 18 // TODO: If we get rid of errchk, re-enable this test on Windows.
bug345.go 18 // TODO: If we get rid of errchk, re-enable this test on Plan 9 and Windows.
  /prebuilts/go/linux-x86/src/strings/
strings_generic.go 10 // and get rid of strings_amd64.go

Completed in 426 milliseconds

1 2 3 4 5