| /third_party/ltp/doc/ |
| D | C-Test-API.asciidoc | 12 1.1 Basic test structure 216 1.2 Basic test interface 422 1.3 Test temporary directory 437 1.4 Safe macros 476 1.5 Test specific command line options 555 1.6 Runtime kernel version detection 609 1.7 Fork()-ing 625 1.8 Doing the test in the child process 718 1.9 Fork() and Parent-child synchronization 800 1.10 Signals and signal handlers [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | collisionExportsRequireAndModule.js | 101 var C = /** @class */ (function () { class 102 function C() { class in anonymousFunction48d9a5110100.anonymousFunction48d9a5110200.C 114 var C = /** @class */ (function () { class 115 function C() { class in anonymousFunction48d9a5110100.anonymousFunction48d9a5110500.C 129 var C = /** @class */ (function () { class 130 function C() { class in anonymousFunction48d9a5110100.anonymousFunction48d9a5110800.anonymousFunction48d9a5110900.C 138 var C = /** @class */ (function () { class 139 function C() { class in anonymousFunction48d9a5110100.anonymousFunction48d9a5110800.anonymousFunction48d9a5110c00.C 150 var C = /** @class */ (function () { class 151 function C() { class in anonymousFunction48d9a5110100.anonymousFunction48d9a5111000.anonymousFunction48d9a5111100.C [all …]
|
| D | localTypes1.js | 6 class C { class 23 class C { class 43 class C { class 74 class C { class 83 class C { class 95 class C { class 103 class C { class 112 class C { class 128 class C extends B { class 167 function C() { class in f1.C [all …]
|
| D | thisAndSuperInStaticMembers2(target=es2015).js | 9 class C extends B { class 56 class C extends (_c = B) { field in C 66 C.x = undefined; field in C 67 C.y1 = _b.x; field in C 68 C.y2 = _b.x(); field in C 69 C.y3 = _b === null || _b === void 0 ? void 0 : _b.x(); field in C 70 C.y4 = _b[("x")](); field in C 71 C.y5 = _b === null || _b === void 0 ? void 0 : _b[("x")](); field in C 72 C.z1 = Reflect.get(_c, "a", _b); field in C 73 C.z2 = Reflect.get(_c, "a", _b); field in C [all …]
|
| D | localTypes3.js | 4 class C<X, Y> { class 17 class C<Y> { class 31 class C { class 48 function C(x, y) { class in f1.f.C 63 var C = /** @class */ (function () { class 64 function C(y) { class in f2.f.C 79 var C = /** @class */ (function () { class 80 function C() { class in f3.f.C
|
| /third_party/typescript/tests/cases/compiler/ |
| D | collisionExportsRequireAndModule.ts | 6 export class C { class 15 export class C { class 25 export class C { class 31 export class C { class 39 export class C { class 45 export class C { class 54 export class C { class 60 export class C { class 67 export class C { class 73 export class C { class [all …]
|
| D | collisionExportsRequireAndAmbientModule.ts | 6 export class C { class 15 export class C { class 25 export class C { class 31 export class C { class 39 export class C { class 45 export class C { class 55 export class C { class 61 export class C { class 68 export class C { class 74 export class C { class [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | move_const_to_impl.rs | 146 const C$0: () = (); in not_applicable_to_top_level_const() constant 157 const C$0: () = (); in not_applicable_to_free_fn() constant 171 const C: () = ($0); in not_applicable_when_at_const_body() constant 186 const C: () = { in not_applicable_when_inside_const_body_block() constant 205 const C$0: () = (); in not_applicable_to_trait_impl_fn() constant 221 const C$0: () = (); in not_applicable_to_non_assoc_fn_inside_impl() constant 236 const C: usize = 42; in not_applicable_when_const_with_same_name_exists() constant 238 const C$0: () = (); in not_applicable_when_const_with_same_name_exists() constant 248 const C: usize = 42; in not_applicable_when_const_with_same_name_exists() constant 252 const C$0: () = (); in not_applicable_when_const_with_same_name_exists() constant [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | SwapByteOrder.h | 72 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes() 73 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes() 74 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes() 76 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 77 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 79 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 80 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 83 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 84 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 86 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | SwapByteOrder.h | 98 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes() 99 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes() 100 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes() 102 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 103 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 105 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 106 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 109 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 110 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 112 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes() [all …]
|
| /third_party/rust/rust/tests/ui/privacy/ |
| D | privacy-sanity.rs | 5 const C: u8; constant 15 pub const C: u8 = 0; //~ ERROR visibility qualifiers are not permitted here constant 20 pub const C: u8 = 0; constant 31 const C: u8; constant 41 pub const C: u8 = 0; //~ ERROR visibility qualifiers are not permitted here constant 46 pub const C: u8 = 0; constant 60 const C: u8; in main() constant 70 pub const C: u8 = 0; //~ ERROR visibility qualifiers are not permitted here in main() constant 75 pub const C: u8 = 0; in main() constant
|
| /third_party/python/Lib/test/ |
| D | test_dataclasses.py | 31 class C: class 39 class C: class 47 class C: class 57 class C: class 82 class C: class 87 C: C = field() variable in TestCase.test_recursive_annotation.D 93 class C: class 101 class C: class 113 class C: class 126 class C(B): class [all …]
|
| /third_party/rust/rust/tests/ui/single-use-lifetime/ |
| D | issue-104440.rs | 70 fn f<const $C: usize, const C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); $C], [(); C]) { in f() 77 fn g<const $C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); C], [(); $C]) { in g() 80 fn h<const C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); C], [(); $C]) { in h() 87 fn j<const $C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); C], [(); $C]) { in j() 90 fn k<const C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); C], [(); $C]) { in k()
|
| /third_party/rust/rust/tests/ui/hygiene/ |
| D | generic_params.rs | 73 fn f<const $C: usize, const C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); $C], [(); C]) { in f() 80 fn g<const $C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); C], [(); $C]) { in g() 83 fn h<const C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); C], [(); $C]) { in h() 90 fn j<const $C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); C], [(); $C]) { in j() 93 fn k<const C: usize>(t1: [(); $C], t2: [(); C]) -> ([(); C], [(); $C]) { in k()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | class_with_typedef.rs | 5 pub struct C { struct 6 pub c: C_MyInt, argument 7 pub ptr: *mut C_MyInt, argument 8 pub arr: [C_MyInt; 10usize], argument 16 ["Size of C"][::std::mem::size_of::<C>() - 72usize]; argument 26 pub fn C_method(this: *mut C, c: C_MyInt); in C_method() 30 pub fn C_methodRef(this: *mut C, c: *mut C_MyInt); in C_methodRef() 34 pub fn C_complexMethodRef(this: *mut C, c: *mut C_Lookup); in C_complexMethodRef() 38 pub fn C_anotherMethod(this: *mut C, c: AnotherInt); in C_anotherMethod() 40 impl Default for C { implementation [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
| D | RPCSerialization.h | 248 static Error emitSeparator(ChannelT &C) { return Error::success(); } in emitSeparator() 249 static Error consumeSeparator(ChannelT &C) { return Error::success(); } in consumeSeparator() 267 static Error serialize(ChannelT &C) { return Error::success(); } in serialize() 268 static Error deserialize(ChannelT &C) { return Error::success(); } in deserialize() 276 static Error serialize(ChannelT &C, CArgT &&CArg) { in serialize() 283 static Error deserialize(ChannelT &C, CArgT &CArg) { in deserialize() 293 static Error serialize(ChannelT &C, CArgT &&CArg, in serialize() 306 static Error deserialize(ChannelT &C, CArgT &CArg, in deserialize() 318 Error serializeSeq(ChannelT &C, ArgTs &&... Args) { in serializeSeq() 324 Error deserializeSeq(ChannelT &C, ArgTs &... Args) { in deserializeSeq() [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | template.hpp | 19 struct C { struct 21 B<const int*> mBConstPtr; argument 22 B<const mozilla::Foo*> mBConstStructPtr; argument 23 B<const mozilla::Foo*[1]> mBConstStructPtrArray; argument 24 B<const int> mBConst; argument 26 B<const bool> mBConstBool; argument 27 B<const char16_t> mBConstChar; argument 32 B<const int&> mBConstRef; argument 35 B<const int[1]> mBConstArray; argument
|
| D | blocklist_bitfield_unit.h | 2 struct C { struct 3 unsigned char x; 4 unsigned b1 : 1; 5 unsigned b2 : 1; 6 unsigned baz;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
| D | MILexer.cpp | 90 static Cursor skipWhitespace(Cursor C) { in skipWhitespace() 96 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar() 99 static Cursor skipComment(Cursor C) { in skipComment() 109 static bool isIdentifierChar(char C) { in isIdentifierChar() 119 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local 145 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant() 159 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName() 261 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier() 273 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock() 308 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() [all …]
|
| /third_party/skia/tests/ |
| D | SkTBlockListTest.cpp | 12 struct C { struct 13 C() : fID(-1) { ++gInstCnt; } in C() argument 14 C(int id) : fID(id) { ++gInstCnt; } in C() argument 15 C(C&& c) : C(c.fID) {} in C() argument 16 C(const C& c) : C(c.fID) {} in C() function 21 ~C() { --gInstCnt; } in ~C() 23 int fID; 28 int fPadding[4]; 30 static int gInstCnt; 43 static size_t ScratchBlockSize(SkTBlockList<C, N>& list) { in ScratchBlockSize() [all …]
|
| /third_party/rust/rust/tests/ui/suggestions/ |
| D | issue-82566-1.rs | 6 const C: () = (); constant 10 const C: () = (); constant 14 const C: () = (); constant
|
| /third_party/rust/rust/tests/ui/traits/ |
| D | item-privacy.rs | 14 pub trait C: A + B { trait 20 impl C for ::S {} impl 32 pub trait C: A + B { trait 33 const C: u8 = 0; constant 38 impl C for ::S {} impl 50 pub trait C: A + B { interface 51 type C = u8; typedef 56 impl C for ::S {} impl 107 fn check_assoc_ty<T: assoc_ty::C>() { in check_assoc_ty()
|
| /third_party/skia/m133/tests/ |
| D | SkTBlockListTest.cpp | 22 struct C { struct 23 C() : fID(-1) { ++gInstCnt; } in C() function 24 C(int id) : fID(id) { ++gInstCnt; } in C() argument 25 C(C&& c) : C(c.fID) {} in C() argument 26 C(const C& c) : C(c.fID) {} in C() function 31 ~C() { --gInstCnt; } in ~C() 33 int fID; 38 int fPadding[4]; 40 static int gInstCnt; 53 static size_t ScratchBlockSize(SkTBlockList<C, N>& list) { in ScratchBlockSize() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | ConstantFolder.h | 129 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() 133 Constant *CreateNot(Constant *C) const { in CreateNot() 137 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const { in CreateUnOp() 145 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() 150 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() 157 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() 162 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 167 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 175 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 184 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | TargetFolder.h | 35 Constant *Fold(Constant *C) const { in Fold() 120 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() 123 Constant *CreateNot(Constant *C) const { in CreateNot() 127 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const { in CreateUnOp() 135 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() 139 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() 145 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() 150 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 154 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 161 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() [all …]
|