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

12 3 4 5

  /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));
isohybrid.pl 82 my $rid;
85 $rid = unpack("V", $rnd);
89 return $rid if (defined($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/syslinux/gpxe/src/drivers/net/
hfa384x.h 423 Configuration RID lengths: Network Params, Static Config Entities
424 This is the length of JUST the DATA part of the RID (does not
486 Configuration RID Lengths: Network Param, Dynamic Config Entities
487 This is the length of JUST the DATA part of the RID (does not
525 Configuration RID Lengths: Behavior Parameters
526 This is the length of JUST the DATA part of the RID (does not
555 Information RID Lengths: NIC Information
556 This is the length of JUST the DATA part of the RID (does not
612 Information RID Lengths: MAC Information
613 This is the length of JUST the DATA part of the RID (does not
952 UINT16 rid; member in struct:hfa384x_record
958 UINT16 rid; member in struct:hfa384x_record16
965 UINT16 rid; member in struct:hfa384x_record32
2040 UINT16 rid; member in struct:hfa384x_usb_wridreq
2047 UINT16 rid; member in struct:hfa384x_usb_rridreq
2093 UINT16 rid; member in struct:hfa384x_usb_rridresp
2416 UINT16 rid; member in struct:hfa384x_rridresult
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.h 45 struct asn1_oid rid; /* registeredID */ member in struct:x509_name
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawablePerformance.java 85 public static VectorDrawable create(Resources resources, int rid) {
87 final XmlPullParser parser = resources.getXml(rid);
  /external/libdrm/amdgpu/
amdgpu_asic_id.h 30 uint32_t rid; member in struct:amdgpu_asic_id_table_t
amdgpu_device.c 314 (t->rid == dev->info.pci_rev_id))
  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 232 s32_t rid; member in struct:snmp_msg_pstat
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TestUtils.java 243 final long rid = Long.parseLong(rowUri.getLastPathSegment()); local
245 final String[] args = {String.valueOf(rid)};
  /prebuilts/go/darwin-x86/src/math/big/
intmarsh.go 55 // TODO(gri): get rid of the []byte/string conversion
floatmarsh.go 114 // TODO(gri): get rid of the []byte/string conversion
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
transform.go 56 // TODO: get rid of reorderBuffer. See CL 23460044.
  /prebuilts/go/linux-x86/src/math/big/
intmarsh.go 55 // TODO(gri): get rid of the []byte/string conversion
floatmarsh.go 114 // TODO(gri): get rid of the []byte/string conversion
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
transform.go 56 // TODO: get rid of reorderBuffer. See CL 23460044.
  /external/boringssl/src/crypto/x509v3/
v3_alt.c 183 i2t_ASN1_OBJECT(oline, 256, gen->d.rid);
245 i2a_ASN1_OBJECT(out, gen->d.rid);
479 gen->d.rid = obj;
554 else if (!name_cmp(name, "RID"))
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDrawTabletUI.java 262 int rid = (i == mSelectedStyleButton) ? android.R.color.holo_blue_light : local
264 mStyleButton[i].setBackgroundResource(rid);
  /prebuilts/go/darwin-x86/src/sort/
genzfunc.go 70 // Get rid of blank lines after removal of comments.
  /prebuilts/go/linux-x86/src/sort/
genzfunc.go 70 // Get rid of blank lines after removal of comments.
  /frameworks/base/tools/aapt/
ResourceTable.cpp 1840 uint32_t rid = mAssets->getIncludedResources() local
1869 uint32_t rid = mAssets->getIncludedResources() local
1904 uint32_t rid = mAssets->getIncludedResources() local
1964 uint32_t rid = mAssets->getIncludedResources() local
2001 uint32_t rid = mAssets->getIncludedResources() local
2027 uint32_t rid = mAssets->getIncludedResources() local
2120 uint32_t rid = mAssets->getIncludedResources() local
2212 uint32_t rid = mAssets->getIncludedResources() local
2747 uint32_t rid = getResId(p, t, ci); local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 84 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
201 Log.v(TAG, "create new contact for rid=" + rawContactId);
215 Log.v(TAG, "Re-aggregating rid=" + rawContactId + " and cid=" + contactId);
239 Log.v(TAG, "Join rid=" + rawContactId + " with cid=" + contactId);
319 final String rid = String.valueOf(rawContactId); local
324 if (DatabaseUtils.longForQuery(db, buildIdentityMatchingSql(rid, ridsInOtherAccts,
326 DatabaseUtils.longForQuery(db, buildIdentityMatchingSql(rid, ridsInOtherAccts,
330 "and has mis-matching identity on the same namespace between rid=" +
331 rid + " and ridsInOtherAccts=" + ridsInOtherAccts);
359 Log.v(TAG, "canJoinIntoContact: re-aggregate rid=" + rawContactId
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 493 * "rid" is the name of the resource.
497 #define GetResReq(name, rid, req) \
504 req->id = (rid);\
508 #define GetResReq(name, rid, req) \
515 req->id = (rid);\
    [all...]

Completed in 801 milliseconds

12 3 4 5