Home
last modified time | relevance | path

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

123456

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
Drust_parse_tests.toml18 UID = "F0"
24 UID = "F1"
30 UID = "F2"
36 UID = "F3"
42 UID = "F4"
48 UID = "F5"
54 UID = "F6"
60 UID = "F7"
66 UID = "F8"
72 UID = "F9"
[all …]
Dstrtod_tests.toml48 UID = "F0"
54 UID = "F1"
60 UID = "F2"
66 UID = "F3"
72 UID = "F4"
78 UID = "F5"
84 UID = "F6"
90 UID = "F7"
96 UID = "F8"
102 UID = "F9"
[all …]
Dmain.rs172 UID: String, field
180 UID: String, field
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/namespace_declarations/
Dnamespace_declarations_3.ts29 UID: number; property
31 export var player: TypeA = { AName: "Player", Lv: 5, UID: 0x0000A0F0 };
32 …export var playerRandom: TypeA = { AName: "playerRandom", Lv: getRandomNumber(99), UID: getRandomN…
40 var playerC: A.TypeA = { AName: "PlayerC", Lv: 95, UID: 6250 };
44 Assert.equal(playerA.UID, 41200);
47 Assert.isNumber(playerB.UID);
50 Assert.equal(playerC.UID, 6250);
53 Assert.equal(playerD.UID, 41200);
/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.c114 UID uid;
121 UID source_container_ul;
126 UID source_package_ul;
127 UID source_package_uid;
128 UID data_definition_ul;
136 UID data_definition_ul;
137 UID *structural_components_refs;
153 UID input_segment_ref;
158 UID *structural_components_refs;
172 UID sequence_ref;
[all …]
Dmxf.h30 typedef AVUUID UID; typedef
73 UID key;
89 UID uid;
104 UID uid;
Dmxfenc.c78 UID track_essence_element_key;
80 const UID *codec_ul;
81 const UID *container_ul;
104 UID container_ul;
105 UID element_ul;
106 UID codec_ul;
213 static const UID mxf_d10_codec_uls[] = {
222 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/
Dtest4659 www.loser.com FALSE / FALSE 22139150993 UID 99
64 www.loser.com FALSE / FALSE 2139150993 UID 99
99 www.loser.com FALSE / FALSE 22139150993 UID 99
106 www.loser.com FALSE / FALSE 2139150993 UID 99
Dtest84734 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;UID=1' -u '"user:sec"ret{'
45 A004 UID FETCH 1 BODY[]
/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/elfutils/tests/
Drun-readelf-mixed-corenote.sh54 UID: 0
128 UID: 0
189 UID: 0
266 UID: 1000
338 UID: 0
468 UID: 1000
539 UID: 1000
622 UID: 1000
698 UID: 0
/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/musl/porting/uniproton/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/porting/liteos_m_iccarm/kernel/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/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/curl/docs/
DURL-SYNTAX.md251 specify the `UID`, `SECTION` and `PARTIAL` octets of the message to fetch and
264 imap://user:password@mail.example.com/INBOX/;UID=1
273 imap://user:password@mail.example.com/INBOX;UIDVALIDITY=50/;UID=2
277 imap://user:password@mail.example.com/INBOX/;UID=3/;SECTION=TEXT
281 imap://user:password@mail.example.com/INBOX/;UID=4/;PARTIAL=0.1024
295 numbers (`UID`) by using a custom curl request via `-X`. `UID` numbers are
302 If you want matching `UID` numbers you have to use a custom request:
304 imap://user:password@mail.example.com/INBOX -X "UID SEARCH TEXT \"foo bar\""
309 * Note old curl versions would `FETCH` by message sequence number when `UID`
/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js44 const UID = Symbol('uid') constant
392 [UID] (entry) {
463 const uid = this[UID](entry)
509 fs.chown(entry.absolute, this[UID](entry), this[GID](entry), done)
835 const uid = this[UID](entry)
868 fs.chownSync(entry.absolute, this[UID](entry), this[GID](entry))
/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/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/mbedtls/tests/suites/
Dtest_suite_psa_its.function24 16 + /*UID (64-bit number in hex)*/ \
25 16 + /*UID (64-bit number in hex)*/ \
32 /* Break up the UID into two 32-bit pieces so as not to rely on

123456