HomeSort by relevance Sort by last modified time
    Searched refs:UID (Results 1 - 19 of 19) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
quotaio_v1.h 31 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk)))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
quota.h 186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk)))
  /external/webkit/WebCore/inspector/front-end/
BottomUpProfileDataGridTree.js 167 if (!profileNode.UID)
168 profileNode.UID = ++profileNodeUIDs;
183 if (visitedNodes[parentProfileNodes[parentIndex].UID]) {
190 visitedNodes[profileNode.UID] = true;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 43 /** The column that is used for the initiating app's UID */
44 public static final String UID = "uid";
DownloadProvider.java 73 /** URI matcher constant for the URI of all downloads belonging to the calling UID */
75 /** URI matcher constant for the URI of an individual download belonging to the calling UID */
364 Constants.UID + " INTEGER, " +
396 // Initialize the system uid
398 // Initialize the default container uid. Package name hardcoded
409 mDefContainerUid = appInfo.uid;
512 int uid = Binder.getCallingUid(); local
514 if (uid == 0 || mSystemFacade.userOwnsPackage(uid, pckg)) {
532 filteredValues.put(Constants.UID, Binder.getCallingUid())
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 81 public static final String UID = "UID";
82 public static final String UID_COPY = "UID COPY";
83 public static final String UID_FETCH = "UID FETCH";
84 public static final String UID_SEARCH = "UID SEARCH";
85 public static final String UID_STORE = "UID STORE";
  /development/samples/NFCDemo/src/com/example/android/nfc/simulator/
FakeTagsActivity.java 42 static final byte[] UID = new byte[] {0x05, 0x00, 0x03, 0x08};
  /external/elfutils/libebl/
eblcorenote.c 87 NEW_AT (UID);
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 125 uint8_t UID[4];
phFriNfc_TopazMap.c 239 (void)memset(NdefMap->TopazContainer.UID, PH_FRINFC_TOPAZ_VAL0,
240 sizeof(NdefMap->TopazContainer.UID));
    [all...]
phFriNfc_NdefMap.h 161 #define PH_FRINFC_NDEFMAP_TOPAZ_UID_SIZE 0x04 /**< \internal UID size returned by READID command = 4 bytes */
734 /** To store the UID */
735 uint8_t UID[PH_FRINFC_NDEFMAP_TOPAZ_UID_SIZE];
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 103 private static final ObjectIdentifier UID;
178 UID = new ObjectIdentifier(
179 new int[] { 0, 9, 2342, 19200300, 100, 1, 1 }, "UID",
199 RFC2253_NAMES.put(UID.getName(), UID);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 207 public static final DERObjectIdentifier UID = new DERObjectIdentifier("0.9.2342.19200300.100.1.1");
267 DefaultSymbols.put(UID, "UID");
298 RFC2253Symbols.put(UID, "UID");
321 DefaultLookUp.put("uid", UID);
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 97 'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
rails.php 90 'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 48 static final byte[] UID = new byte[] { 0x05, 0x00, 0x03, 0x08 };
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 229 * AGUID A device+account UID
255 // This section is per Store, and adds in a dynamic elements like UID's.
267 // Generate a UID that mixes a "stable" device UID with the email address
274 byte[] uid = messageDigest.digest();
275 String hexUid = Base64.encodeToString(uid, Base64.NO_WRAP);
280 Log.d(Email.LOG_TAG, "couldn't obtain SHA-1 hash for device UID");
551 // * OK [UIDNEXT 57576] Predicted next UID
787 public Message getMessage(String uid) throws MessagingException {
790 String[] uids = searchForUids(ImapConstants.UID + " " + uid)
827 final String uid = uids[i]; local
921 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID) local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 67 private static final String UID = "UID.12345678";
178 message.setUid(UID);
637 mLegacyAccount.mUuid = "test-uid-" + name;
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 381 Native.UID = 1;
383 var $uid = (Browser.Engine.trident) ? function(item){
384 return (item.uid || (item.uid = [Native.UID++]))[0];
386 return item.uid || (item.uid = Native.UID++);
396 $uid(win);
423 $uid(doc)
    [all...]

Completed in 320 milliseconds