Home
last modified time | relevance | path

Searched refs:disc (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/elfutils/tests/
Drun-dwfllines.sh25 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
27 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
29 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
31 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
33 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
36 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
38 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
40 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
42 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
45 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
[all …]
Ddwfllines.c130 unsigned int disc; in main() local
131 if (dwarf_linediscriminator (dw_line, &disc) != 0) in main()
149 dw_op_index, begin, end, pend, ebegin, block, isa, disc); in main()
Drun-readelf-multi-noline.sh158 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
160 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
162 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
Drun-readelf-line.sh211 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
228 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
241 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
345 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
368 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
406 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
446 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
484 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End)
/third_party/typescript/tests/baselines/reference/
DdiscriminantPropertyInference.types5 >DiscriminatorTrue : { disc: true; cb: (x: string) => void; }
7 disc: true;
8 >disc : true
17 >DiscriminatorFalse : { disc?: false | undefined; cb: (x: number) => void; }
19 disc?: false;
20 >disc : false | undefined
37 >f({ disc: true, cb: s => parseInt(s)}) : any
39 >{ disc: true, cb: s => parseInt(s)} : { disc: true; cb: (s: string) => number; }
41 disc: true,
42 >disc : true
[all …]
DtsxDiscriminantPropertyInference.types8 >DiscriminatorTrue : { disc: true; cb: (x: string) => void; }
10 disc: true;
11 >disc : true
20 >DiscriminatorFalse : { disc?: false | undefined; cb: (x: number) => void; }
22 disc?: false;
23 >disc : false | undefined
40 void (<Comp disc cb={s => parseInt(s)} />);
41 >void (<Comp disc cb={s => parseInt(s)} />) : undefined
42 >(<Comp disc cb={s => parseInt(s)} />) : JSX.Element
43 ><Comp disc cb={s => parseInt(s)} /> : JSX.Element
[all …]
DdiscriminantPropertyInference.symbols7 disc: true;
8 >disc : Symbol(disc, Decl(discriminantPropertyInference.ts, 2, 26))
18 disc?: false;
19 >disc : Symbol(disc, Decl(discriminantPropertyInference.ts, 7, 27))
41 disc: true,
42 >disc : Symbol(disc, Decl(discriminantPropertyInference.ts, 17, 3))
56 disc: false,
57 >disc : Symbol(disc, Decl(discriminantPropertyInference.ts, 23, 3))
72 disc: undefined,
73 >disc : Symbol(disc, Decl(discriminantPropertyInference.ts, 29, 3))
DdiscriminantPropertyInference.js5 disc: true;
10 disc?: false; field
20 disc: true, property
26 disc: false, property
32 disc: undefined, property
46 disc: true, property
51 disc: false, property
56 disc: undefined, property
DtsxDiscriminantPropertyInference.symbols13 disc: true;
14 >disc : Symbol(disc, Decl(tsxDiscriminantPropertyInference.tsx, 5, 26))
24 disc?: false;
25 >disc : Symbol(disc, Decl(tsxDiscriminantPropertyInference.tsx, 10, 27))
46 void (<Comp disc cb={s => parseInt(s)} />);
48 >disc : Symbol(disc, Decl(tsxDiscriminantPropertyInference.tsx, 20, 11))
55 void (<Comp disc={false} cb={n => n.toFixed()} />);
57 >disc : Symbol(disc, Decl(tsxDiscriminantPropertyInference.tsx, 23, 11))
65 void (<Comp disc={undefined} cb={n => n.toFixed()} />);
67 >disc : Symbol(disc, Decl(tsxDiscriminantPropertyInference.tsx, 26, 11))
DtsxDiscriminantPropertyInference.js8 disc: true;
13 disc?: false; field
22 void (<Comp disc cb={s => parseInt(s)} />);
25 void (<Comp disc={false} cb={n => n.toFixed()} />);
28 void (<Comp disc={undefined} cb={n => n.toFixed()} />);
36 void (<Comp disc cb={function (s) { return parseInt(s); }}/>);
38 void (<Comp disc={false} cb={function (n) { return n.toFixed(); }}/>);
40 void (<Comp disc={undefined} cb={function (n) { return n.toFixed(); }}/>);
/third_party/typescript/tests/cases/compiler/
DdiscriminantPropertyInference.ts7 disc: true;
12 disc?: false;
22 disc: true,
28 disc: false,
34 disc: undefined,
DtsxDiscriminantPropertyInference.tsx11 disc: true;
16 disc?: false;
25 void (<Comp disc cb={s => parseInt(s)} />);
28 void (<Comp disc={false} cb={n => n.toFixed()} />);
31 void (<Comp disc={undefined} cb={n => n.toFixed()} />);
/third_party/cef/tools/
Dpatcher.py95 disc = """ variable
99 parser = OptionParser(description=disc)
Dtranslator.py29 disc = """ variable
33 parser = OptionParser(description=disc)
Dcef_api_hash.py251 disc = """ variable
255 parser = OptionParser(description=disc)
Dpatch_updater.py56 disc = """ variable
75 parser = OptionParser(option_class=MultipleOption, description=disc)
/third_party/ntfs-3g/libntfs-3g/
Drunlist.c292 BOOL disc = FALSE; /* Discontinuity between @dst and @src */ in ntfs_rl_insert() local
306 disc = (src[0].vcn > 0); in ntfs_rl_insert()
316 disc = (src[0].vcn > dst[loc - 1].vcn + merged_length); in ntfs_rl_insert()
322 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - left + disc); in ntfs_rl_insert()
339 marker = loc + ssize - left + disc; in ntfs_rl_insert()
343 ntfs_rl_mc(dst, loc + disc, src, left, ssize - left); in ntfs_rl_insert()
352 if (disc) { in ntfs_rl_insert()
/third_party/gstreamer/gstreamer/po/
Den_GB.po371 msgid "disc number"
372 msgstr "disc number"
374 msgid "disc number inside a collection"
375 msgstr "disc number inside a collection"
377 msgid "disc count"
378 msgstr "disc count"
380 msgid "count of discs inside collection this disc belongs to"
381 msgstr "count of discs inside collection this disc belongs to"
741 msgstr "disc number"
748 msgstr "disc number"
Dfur.po342 msgid "disc number"
343 msgstr "numar disc"
345 msgid "disc number inside a collection"
346 msgstr "numar disc dentri une colezion"
348 msgid "disc count"
351 msgid "count of discs inside collection this disc belongs to"
352 msgstr "il totâl dai discs dentri de colezion dulà che chest disc al aparten"
Dbe.po353 msgid "disc number"
356 msgid "disc number inside a collection"
359 msgid "disc count"
362 msgid "count of discs inside collection this disc belongs to"
Dko.po348 msgid "disc number"
351 msgid "disc number inside a collection"
354 msgid "disc count"
357 msgid "count of discs inside collection this disc belongs to"
/third_party/rust/crates/syn/src/
Ddata.rs429 if let Some((eq_token, disc)) = &self.discriminant { in to_tokens()
431 disc.to_tokens(tokens); in to_tokens()
/third_party/curl/tests/
Dftpserver.pl952 my $disc=0;
985 $disc=1;
2431 my $disc=0;
2452 $disc=1;
2469 close_dataconn($disc);
/third_party/gstreamer/gstreamer/docs/random/company/
Dtime16 load (or the hard disc of your laptop needing to start spinning again to read
/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/
Dgraphicsfuzz.txt15 dEQP-VK.graphicsfuzz.disc-and-add-in-func-in-loop

1234