Home
last modified time | relevance | path

Searched defs:UID (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/namespace_declarations/
Dnamespace_declarations_3.ts29 UID: number; property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DArchiveWriter.h27 unsigned UID = 0, GID = 0, Perms = 0644; member
DArchive.h73 char UID[6]; member
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
Dmain.rs172 UID: String, field
180 UID: String, field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp152 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader()
168 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader()
177 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassTimingInfo.cpp177 PassInvocationID UID{PassID, Count}; in getPassTimer() local
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/porting/uniproton/kernel/include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/ffmpeg/libavformat/
Dmxf.h28 typedef uint8_t UID[16]; typedef
/third_party/musl/ndk_musl_include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h186 uid_t UID, gid_t GID, off_t Size) in basic_file_status()
269 uid_t UID, gid_t GID, off_t Size) in file_status()
DVirtualFileSystem.h47 llvm::sys::fs::UniqueID UID; variable
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs597 const UID = c::STATX_UID; constant
653 const UID = 0x0008; constant
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c91 #define UID(I) ctx->dump_printf( ctx, "%u", I ) macro
/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js46 const UID = Symbol('uid') constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h180 time_t MTime, uid_t UID, gid_t GID, off_t Size) in file_status()
/third_party/python/Lib/
Dplistlib.py68 class UID: class
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs430 const UID = linux_raw_sys::general::STATX_UID; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp71 Status::Status(const Twine &Name, UniqueID UID, sys::TimePoint<> MTime, in Status()
1890 static std::atomic<unsigned> UID; in getNextVirtualUniqueID() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp68 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, in DwarfCompileUnit()
DAsmPrinter.cpp2878 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol()