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

1 2

  /external/libvorbis/symbian/
vorbis.mmp 35 UID 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/profiler/
CPUProfileBottomUpDataGrid.js 188 if (!profileNode.UID)
189 profileNode.UID = ++profileNodeUIDs;
204 if (visitedNodes[parentProfileNodes[parentIndex].UID]) {
211 visitedNodes[profileNode.UID] = true;
  /external/clang/include/clang/Basic/
FileManager.h 66 unsigned UID; // A unique (small) ID for the file.
99 unsigned getUID() const { return UID; }
VirtualFileSystem.h 34 llvm::sys::fs::UniqueID UID;
48 Status(StringRef Name, StringRef RealName, llvm::sys::fs::UniqueID UID,
62 llvm::sys::fs::UniqueID getUniqueID() 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));