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

1 2

  /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/webkit/Source/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;
  /external/clang/include/clang/Basic/
FileManager.h 64 unsigned UID; // A unique (small) ID for the file.
94 unsigned getUID() const { return UID; }
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
OpenHelper.java 100 final Cursor cursor = context.getContentResolver().query(uri, new String[]{Constants.UID},
105 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 39 InstrUID UID;
45 /// encoding and therefore distinct from the UID
244 /// @arg uid - The unique ID of the current instruction.
247 InstrUID uid);
256 /// @uid - The unique ID of the instruction.
259 InstrUID uid);
X86RecognizableInstr.cpp 210 InstrUID uid) {
211 UID = uid;
215 Spec = &tables.specForUID(UID);
281 InstrUID uid)
287 RecognizableInstr recogInstr(tables, insn, uid);
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 83 public static final String UID = "UID";
84 public static final String UID_COPY = "UID COPY";
85 public static final String UID_FETCH = "UID FETCH";
86 public static final String UID_SEARCH = "UID SEARCH";
87 public static final String UID_STORE = "UID STORE";
  /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...]
  /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);
  /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/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...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 159 /// included, indexed by the FileEntry's UID.
495 void setHeaderFileInfoForUID(HeaderFileInfo HFI, unsigned UID);
  /external/clang/lib/Lex/
HeaderSearch.cpp 753 void HeaderSearch::setHeaderFileInfoForUID(HeaderFileInfo HFI, unsigned UID) {
754 if (UID >= FileInfo.size())
755 FileInfo.resize(UID+1);
757 FileInfo[UID] = HFI;
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 97 'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 314 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
484 unsigned uid) const;
  /external/llvm/lib/Object/
Archive.cpp 28 char UID[6];

Completed in 977 milliseconds

1 2