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

1 2 3

  /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/icu/android_icu4j/src/main/tests/android/icu/dev/util/
TransliteratorUtilities.java 24 String rid; local
26 rid = id + "-Any";
29 rid = id.substring(pos+1) + "-" + id.substring(0, pos);
41 t = Transliterator.createFromRules(rid, rules, Transliterator.REVERSE);
42 Transliterator.unregister(rid);
44 if (DEBUG) System.out.println("Registered new Transliterator: " + id + ", " + rid);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
TransliteratorUtilities.java 23 String rid; local
25 rid = id + "-Any";
28 rid = id.substring(pos+1) + "-" + id.substring(0, pos);
40 t = Transliterator.createFromRules(rid, rules, Transliterator.REVERSE);
41 Transliterator.unregister(rid);
43 if (DEBUG) System.out.println("Registered new Transliterator: " + id + ", " + rid);
  /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
  /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::__anon27050::__anon27055
182 } rid; member in union:prism2_hostapd_param::__anon27050
  /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...]
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 173 private void doStagefrightTest(final int rid) throws Exception {
174 doStagefrightTestMediaPlayer(rid);
175 doStagefrightTestMediaCodec(rid);
274 private void doStagefrightTestMediaPlayer(final int rid) throws Exception {
276 String name = getInstrumentation().getContext().getResources().getResourceEntryName(rid);
294 .openRawResourceFd(rid);
316 private void doStagefrightTestMediaCodec(final int rid) throws Exception {
354 AssetFileDescriptor fd = resources.openRawResourceFd(rid);
363 String rname = resources.getResourceEntryName(rid);
  /external/avahi/avahi-compat-howl/samples/
browse.c 91 sw_discovery_resolve_id rid; local
128 if (sw_discovery_resolve(discovery, interface_index, name, type, domain, my_resolver, NULL, &rid) != SW_OKAY)
  /external/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;
v3_alt.c 173 i2t_ASN1_OBJECT(oline, 256, gen->d.rid);
240 i2a_ASN1_OBJECT(out, gen->d.rid);
470 gen->d.rid = obj;
551 else if(!name_cmp(name, "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,
  /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 84 public static VectorDrawable create(Resources resources, int rid) {
86 final XmlPullParser parser = resources.getXml(rid);
  /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/wpa_supplicant_8/src/tls/
x509v3.h 45 struct asn1_oid rid; /* registeredID */ member in struct:x509_name
  /external/e2fsprogs/lib/ext2fs/
Android.mk 75 # get rid of this?!
  /external/v8/build/android/play_services/
preprocess.py 13 - Getting rid of unused resources: unsupported languages, unused
  /external/v8/test/mjsunit/
debug-stepnext-do-while.js 78 // Get rid of the debug event listener.
debug-break-inline.js 99 // Get rid of the debug event listener.
debug-constructor.js 77 // Get rid of the debug event listener.
debug-step-2.js 88 // Get rid of the debug event listener.
debug-step-3.js 93 // Get rid of the debug event listener.
  /external/v8/test/mjsunit/regress/
regress-1586.js 65 // Get rid of the debug event listener.

Completed in 2848 milliseconds

1 2 3