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

1 2 3

  /prebuilts/gcc/linux-x86/host/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)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quotaio_v1.h 31 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quotaio_v1.h 31 #define v1_dqoff(UID) ((loff_t)((UID) * sizeof (struct v1_disk_dqblk)))
  /external/libvorbis/symbian/
vorbis.mmp 35 UID 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
quota.h 186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
quota.h 186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
quota.h 186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk)))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
BottomUpProfileDataGridTree.js 185 if (!profileNode.UID)
186 profileNode.UID = ++profileNodeUIDs;
201 if (visitedNodes[parentProfileNodes[parentIndex].UID]) {
208 visitedNodes[profileNode.UID] = true;
  /external/clang/include/clang/Basic/
FileManager.h 65 unsigned UID; // A unique (small) ID for the file.
97 unsigned getUID() const { return UID; }
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
OpenHelper.java 128 final Cursor cursor = context.getContentResolver().query(uri, new String[]{Constants.UID},
133 return cursor.getInt(cursor.getColumnIndexOrThrow(Constants.UID));
Constants.java 45 /** The column that is used for the initiating app's UID */
46 public static final String UID = "uid";
  /external/elfutils/libebl/
eblauxvinfo.c 75 TYPE (UID, "u") \
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 37 InstrUID UID;
43 /// encoding and therefore distinct from the UID
249 /// \param uid The unique ID of the current instruction.
252 InstrUID uid);
261 /// \param uid The unique ID of the instruction.
264 InstrUID uid);
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 85 public static final String UID = "UID";
86 public static final String UID_COPY = "UID COPY";
87 public static final String UID_FETCH = "UID FETCH";
88 public static final String UID_SEARCH = "UID SEARCH";
89 public static final String UID_STORE = "UID STORE";
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 192 public static final ASN1ObjectIdentifier UID = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1");
217 DefaultSymbols.put(UID, "UID");
253 DefaultLookUp.put("uid", 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...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 130 private static final ObjectIdentifier UID = new ObjectIdentifier(
131 new int[]{ 0, 9, 2342, 19200300, 100, 1, 1 }, "UID", RFC2253_NAMES);
153 RFC2253_NAMES.put(UID.getName(), UID);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 81 #define UID(I) ctx->dump_printf( ctx, "%u", I )
224 UID(data[i].Uint);
283 UID( decl->Semantic.Index );
605 UID( inst->Label.Label );
  /external/llvm/include/llvm/Object/
Archive.h 28 char UID[6];
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 81 #define UID(I) ctx->dump_printf( ctx, "%u", I )
224 UID(data[i].Uint);
283 UID( decl->Semantic.Index );
605 UID( inst->Label.Label );
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 598 const sys::TimeValue &ModTime, unsigned UID,
602 printWithSpacePadding(Out, UID, 6);
610 const sys::TimeValue &ModTime, unsigned UID,
613 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
617 const sys::TimeValue &ModTime, unsigned UID,
621 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
  /external/clang/lib/Frontend/
CacheTokens.cpp 84 llvm::sys::fs::UniqueID UID = FE->getUniqueID();
85 ::Emit64(Out, UID.getFile());
86 ::Emit64(Out, UID.getDevice());
  /external/llvm/lib/Object/
Archive.cpp 70 if (StringRef(UID, sizeof(UID)).rtrim(" ").getAsInteger(10, Ret))
71 llvm_unreachable("UID time not a decimal number.");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 215 public static final ASN1ObjectIdentifier UID = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1");
275 DefaultSymbols.put(UID, "UID");
306 RFC2253Symbols.put(UID, "UID");
329 DefaultLookUp.put("uid", UID);
    [all...]

Completed in 2411 milliseconds

1 2 3