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

1 23 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 480 * "rid" is the name of the resource.
484 #define GetResReq(name, rid, req) \
486 req->id = (rid)
488 #define GetResReq(name, rid, req) \
490 req->id = (rid)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
asm_test.go 40 // Get rid of code for "".init. Also gets rid of type algorithms & other junk.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadcode.go 111 // Get rid of edges from dead to live code.
126 // Get rid of dead edges from live code.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
asm_test.go 40 // Get rid of code for "".init. Also gets rid of type algorithms & other junk.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadcode.go 111 // Get rid of edges from dead to live code.
126 // Get rid of dead edges from live code.
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 5282 uint32_t rid = identifierForName(name.string(), name.size(), type.string(), local
5316 uint32_t rid = accessor->getCustomResourceWithCreation(package, type, name, local
5454 uint32_t rid = local
5483 uint32_t rid = accessor->getCustomResource(package, type, name); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
corhdr.h 739 typedef ULONG RID;
    [all...]
correg.h 48 typedef unsigned __LONG32 RID;
56 #define RidToToken(rid,tktype) ((rid) |= (tktype))
57 #define TokenFromRid(rid,tktype) ((rid) | (tktype))
58 #define RidFromToken(tk) ((RID) ((tk) & 0x00ffffff))
cor.h 960 RID rid = RidFromToken (tk); local
    [all...]
  /external/openssh/
sftp-client.c 1710 u_int rid; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.c 37 os_memset(&name->rid, 0, sizeof(name->rid));
943 if (asn1_parse_oid(pos, len, &name->rid) < 0)
946 asn1_oid_to_str(&name->rid, buf, sizeof(buf));
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
msg_out.c 334 snmp_asn1_enc_s32t_cnt(m_stat->rid, &rhl->ridlen);
520 snmp_asn1_enc_s32t(p, ofs, m_stat->rhl.ridlen, m_stat->rid);
msg_in.c     [all...]
  /prebuilts/go/darwin-x86/src/internal/trace/
order.go 75 // Get rid of "Local" events, they are intended merely for ordering.
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 75 // Get rid of "Local" events, they are intended merely for ordering.
  /system/core/adb/
adb.cpp 473 unsigned rid = p->msg.arg0; local
478 send_ready(s->id, rid, t);
    [all...]
  /external/syslinux/gpxe/src/net/80211/
net80211.c 1083 u8 rid = ie->rates[i]; local
1084 u16 rate = ( rid & 0x7f ) * 5;
1086 if ( rid & 0x80 )
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 580 public static VectorDrawable create(Resources resources, int rid) {
582 final XmlPullParser parser = resources.getXml(rid);
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
quote.go 462 // at tossing unused tables, we could get rid of this implementation.
  /prebuilts/go/linux-x86/src/strconv/
quote.go 462 // at tossing unused tables, we could get rid of this implementation.
  /external/boringssl/src/include/openssl/
x509v3.h 208 ASN1_OBJECT *rid; /* registeredID */ member in union:GENERAL_NAME_st::__anon13447
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 410 unsigned char rid[5]; member in struct:efdir
663 "3G USIM app - try to use standard 3G RID");
669 /* Select based on AID = 3G RID from EF_DIR. This is usually
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go 334 // TODO: get rid of this field and just use parameter index instead
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 334 // TODO: get rid of this field and just use parameter index instead
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/
aws-java-sdk-cloudsearch-1.11.18.jar 

Completed in 1352 milliseconds

1 23 4 5