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

12 3

  /external/v8/test/mjsunit/
debug-step-stub-callfunction.js 86 // Get rid of the debug event listener.
debug-stepin-builtin.js 77 // Get rid of the debug event listener.
debug-stepin-constructor.js 77 // Get rid of the debug event listener.
debug-stepout-recursive-function.js 100 // Get rid of the debug event listener.
debug-stepout-to-builtin.js 83 // Get rid of the debug event listener.
debug-stepin-accessor.js 247 // Get rid of the debug event listener.
debug-stepin-call-function-stub.js 114 // Get rid of the debug event listener.
debug-stepin-function-call.js 174 // Get rid of the debug event listener.
debug-stepin-property-function-call.js 152 // Get rid of the debug event listener.
  /external/v8/test/mjsunit/es6/
debug-evaluate-blockscopes.js 70 // Get rid of the debug event listener.
  /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);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 1829 uint32_t rid = mAssets->getIncludedResources() local
1858 uint32_t rid = mAssets->getIncludedResources() local
1893 uint32_t rid = mAssets->getIncludedResources() local
1953 uint32_t rid = mAssets->getIncludedResources() local
1990 uint32_t rid = mAssets->getIncludedResources() local
2016 uint32_t rid = mAssets->getIncludedResources() local
2109 uint32_t rid = mAssets->getIncludedResources() local
2201 uint32_t rid = mAssets->getIncludedResources() local
2734 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...]
  /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...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 5166 uint32_t rid = identifierForName(name.string(), name.size(), type.string(), local
5200 uint32_t rid = accessor->getCustomResourceWithCreation(package, type, name, local
5338 uint32_t rid = local
5367 uint32_t rid = accessor->getCustomResource(package, type, name); local
    [all...]
  /ndk/build/core/
main.mk 32 # get rid of trailing slash
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
search.py 39 self.rid = attrs['info']['rid']
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
search.py 40 self.rid = attrs['status']['rid']
  /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...]
  /system/core/adb/
adb.cpp 435 unsigned rid = p->msg.arg0; local
440 send_ready(s->id, rid, t);
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 603 public static VectorDrawable create(Resources resources, int rid) {
605 final XmlPullParser parser = resources.getXml(rid);
    [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 199 ASN1_OBJECT *rid; /* registeredID */ member in union:GENERAL_NAME_st::__anon5869
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 402 unsigned char rid[5]; member in struct:efdir
650 "3G USIM app - try to use standard 3G RID");
656 /* Select based on AID = 3G RID from EF_DIR. This is usually
    [all...]

Completed in 1774 milliseconds

12 3