Home
last modified time | relevance | path

Searched refs:UID (Results 1 – 25 of 158) sorted by relevance

1234567

/third_party/python/Lib/test/
Dtest_plistlib.py17 from plistlib import UID
465 UID("not an int")
467 UID(2 ** 64)
469 UID(-19)
521 data = UID(1)
524 'uid0': UID(0),
525 'uid2': UID(2),
526 'uid8': UID(2 ** 8),
527 'uid16': UID(2 ** 16),
528 'uid32': UID(2 ** 32),
[all …]
/third_party/ffmpeg/libavformat/
Dmxfdec.c110 UID uid;
112 UID source_container_ul;
116 UID uid;
118 UID source_package_ul;
119 UID source_package_uid;
120 UID data_definition_ul;
127 UID uid;
129 UID data_definition_ul;
130 UID *structural_components_refs;
137 UID uid;
[all …]
Dmxf.h28 typedef uint8_t UID[16]; typedef
68 UID key;
83 UID uid;
98 UID uid;
Dmxfenc.c79 UID track_essence_element_key;
81 const UID *codec_ul;
82 const UID *container_ul;
105 UID container_ul;
106 UID element_ul;
107 UID codec_ul;
214 static const UID mxf_d10_codec_uls[] = {
223 static const UID mxf_d10_container_uls[] = {
1050 static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st, const UID key) in mxf_write_generic_desc()
1088 static const UID mxf_s436m_anc_descriptor_key = { 0x06,0x0e,0x2b,0x34,0x02,0x53,0x01,0x01,0x0d,0x01…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp63 M.UID = UIDOrErr.get(); in getOldMember()
108 M.UID = Status.getUser(); in getFile()
152 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument
157 printWithSpacePadding(Out, UID % 1000000, 6); in printRestOfMemberHeader()
168 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument
171 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader()
177 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() argument
183 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader()
214 return printBSDMemberHeader(Out, Pos, M.MemberName, ModTime, M.UID, M.GID, in printMemberHeader()
217 return printGNUSmallMemberHeader(Out, M.MemberName, ModTime, M.UID, M.GID, in printMemberHeader()
[all …]
/third_party/curl/tests/data/
Dtest84734 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;UID=1' -u '"user:sec"ret{'
45 A004 UID FETCH 1 BODY[]
Dtest4654 www.loser.com FALSE / FALSE 2139150993 UID 99
84 www.loser.com FALSE / FALSE 2139150993 UID 99
Dtest80819 * OK [UIDNEXT 4392] Predicted next UID
/third_party/ffmpeg/libavdevice/
Daudiotoolbox.m108 // UID
112 if (check_status(avctx, &err, "AudioObjectGetPropertyData UID"))
128 // get user-defined device UID or use default device
136 // get UID of selected device
140 if (check_status(avctx, &err, "AudioObjecTGetPropertyData UID")) {
151 …av_log(ctx, AV_LOG_DEBUG, "UID: %s\n", CFStringGetCStringPtr(device_UID, kCFStringE…
216 if (check_status(avctx, &err, "AudioQueueSetProperty output UID"))
/third_party/musl/porting/uniproton/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/include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/ndk_musl_include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dquota.h82 #define dqoff(UID) ((long long)(UID) * sizeof (struct dqblk)) argument
/third_party/libxml2/result/
Datt6.sax9 …='pvalue->ReferencedOrder.SellersOrderID.schemeURI', UID='pvalue->ReferencedOrder.SellersOrderID.U…
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c91 #define UID(I) ctx->dump_printf( ctx, "%u", I ) macro
282 UID(data[i].Uint); in dump_imm_data()
364 UID( decl->Semantic.Index ); in iter_declaration()
371 UID(decl->Semantic.StreamX); in iter_declaration()
373 UID(decl->Semantic.StreamY); in iter_declaration()
375 UID(decl->Semantic.StreamZ); in iter_declaration()
377 UID(decl->Semantic.StreamW); in iter_declaration()
666 UID( inst->Label.Label ); in iter_instruction()
/third_party/iptables/extensions/
Dlibxt_owner.man10 given user. You may also specify a numerical UID, or an UID range.
/third_party/python/Doc/library/
Dplistlib.rst41 Support added for reading and writing :class:`UID` tokens in binary plists as used
130 .. class:: UID(data)
133 encoded data, which contains UID (see PList manual).
136 of the UID. :attr:`data` must be in the range ``0 <= data < 2**64``.
/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js46 const UID = Symbol('uid') constant
358 [UID] (entry) {
424 const uid = this[UID](entry)
466 fs.chown(entry.absolute, this[UID](entry), this[GID](entry), done)
775 const uid = this[UID](entry)
808 fs.chownSync(entry.absolute, this[UID](entry), this[GID](entry))
/third_party/libsoup/.gitlab-ci/
Drun-docker.sh8 docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
/third_party/ltp/testscripts/
Dsysfs.sh58 if [ $UID != 0 ]
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassTimingInfo.cpp177 PassInvocationID UID{PassID, Count}; in getPassTimer() local
179 auto Pair = TimingData.try_emplace(UID, T); in getPassTimer()
/third_party/ffmpeg/compat/windows/
Dmakedef19 echo "${2%%XXX*}.${HOSTNAME}.${UID}.$$"
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_its.function19 16 + /*UID (64-bit number in hex)*/ \
20 16 + /*UID (64-bit number in hex)*/ \
27 /* Break up the UID into two 32-bit pieces so as not to rely on

1234567