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

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/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...]
  /tools/acloud/internal/lib/
base_cloud_client_test.py 78 for rid in requests:
79 requests[rid][0].execute()
80 _, callback = requests[rid]
82 request_id=rid,
83 response=rid_to_responses.get(rid),
84 exception=rid_to_exceptions.get(rid))
  /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.27/ld/testsuite/ld-mmix/
b-nosym.d 8 # Note that we have to redirect stderr when objdumping to get rid of the
  /toolchain/binutils/binutils-2.27/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::__anon44657::__anon44662
182 } rid; member in union:prism2_hostapd_param::__anon44657
  /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
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 880 private void doStagefrightTest(final int rid) throws Exception {
881 doStagefrightTestMediaPlayer(rid);
882 doStagefrightTestMediaCodec(rid);
883 doStagefrightTestMediaMetadataRetriever(rid);
888 String rname = resources.getResourceEntryName(rid);
890 verifyServer(rid, url);
899 private void verifyServer(final int rid, final String uri) throws Exception {
905 .openRawResourceFd(rid);
922 private void doStagefrightTest(final int rid, int timeout) throws Exception {
927 doStagefrightTest(rid);
    [all...]
  /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));
  /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,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
inline_pass.cpp 202 const uint32_t rid = sb_inst->result_id();
205 (*postCallSB)[rid] = nid;
250 const uint32_t rid = cpi->result_id();
251 if (rid != 0)
252 callee_result_ids.insert(rid);
313 const uint32_t rid = cpi->result_id();
314 const auto mapItr = callee2caller.find(rid);
447 const uint32_t rid = cp_inst->result_id();
448 postCallSB[rid] = 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);
  /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
  /prebuilts/go/linux-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.
  /external/syslinux/bios/utils/
mkdiskimage 46 my $rid;
49 $rid = unpack("V", $rnd);
53 return $rid if (defined($rid));

Completed in 2820 milliseconds

1 2 3 4 5