Home
last modified time | relevance | path

Searched defs:C (Results 1 – 25 of 4276) sorted by relevance

12345678910>>...172

/third_party/ltp/doc/
DC-Test-API.asciidoc12 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/
DcollisionExportsRequireAndModule.js101 var C = /** @class */ (function () { class
102 function C() { class in anonymousFunction683b8f2f0100.anonymousFunction683b8f2f0200.C
114 var C = /** @class */ (function () { class
115 function C() { class in anonymousFunction683b8f2f0100.anonymousFunction683b8f2f0500.C
129 var C = /** @class */ (function () { class
130 function C() { class in anonymousFunction683b8f2f0100.anonymousFunction683b8f2f0800.anonymousFunction683b8f2f0900.C
138 var C = /** @class */ (function () { class
139 function C() { class in anonymousFunction683b8f2f0100.anonymousFunction683b8f2f0800.anonymousFunction683b8f2f0c00.C
150 var C = /** @class */ (function () { class
151 function C() { class in anonymousFunction683b8f2f0100.anonymousFunction683b8f2f1000.anonymousFunction683b8f2f1100.C
[all …]
DlocalTypes1.js43 class C { class
128 class C extends B { class
166 var C = /** @class */ (function () { class
167 function C() { class in f1.C
183 var C = /** @class */ (function () { class
184 function C() { class in f2.g.C
204 function C() { class in f3.C
232 var C = /** @class */ (function () { class
233 function C() { class in f5.z1.C
246 var C = /** @class */ (function () { class
[all …]
DthisAndSuperInStaticMembers2(target=es2015).js9 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 …]
DlocalTypes3.js4 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
DstaticMemberAssignsToConstructorFunctionMembers.js2 class C { class
8 C.bar = () => { } // error field in C
9 C.bar = (x) => x; // ok field in C
10 C.bar = (x: number) => 1; // ok field in C
17 function C() { class in C
DdecoratorOnFunctionParameter.js4 class C { n = true; } class
6 function direct(@dec this: C) { return this.n; }
7 function called(@dec() this: C) { return this.n; }
11 function C() { class in C
/third_party/typescript/tests/cases/compiler/
DcollisionExportsRequireAndModule.ts6 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 …]
DcollisionExportsRequireAndAmbientModule.ts6 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSwapByteOrder.h72 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/
DSwapByteOrder.h98 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 …]
DDataExtractor.h37 inline uint24_t getSwappedBytes(uint24_t C) { in getSwappedBytes()
180 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned()
233 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress()
260 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8()
298 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8()
334 uint16_t getU16(Cursor &C) const { return getU16(&C.Offset, &C.Err); } in getU16()
403 uint32_t getU32(Cursor &C) const { return getU32(&C.Offset, &C.Err); } in getU32()
455 uint64_t getU64(Cursor &C) const { return getU64(&C.Offset, &C.Err); } in getU64()
527 uint64_t getULEB128(Cursor &C) const { return getULEB128(&C.Offset, &C.Err); } in getULEB128()
537 bool eof(const Cursor &C) const { return size() == C.Offset; } in eof()
[all …]
/third_party/python/Lib/test/
Dtest_dataclasses.py31 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/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dclass_with_typedef.rs11 pub struct C { struct
12 pub c: C_MyInt, argument
13 pub ptr: *mut C_MyInt, argument
14 pub arr: [C_MyInt; 10usize], argument
22 const UNINIT: ::std::mem::MaybeUninit<C> = in bindgen_test_layout_C() argument
70 pub fn C_method(this: *mut C, c: C_MyInt); in C_method()
74 pub fn C_methodRef(this: *mut C, c: *mut C_MyInt); in C_methodRef()
78 pub fn C_complexMethodRef(this: *mut C, c: *mut C_Lookup); in C_complexMethodRef()
82 pub fn C_anotherMethod(this: *mut C, c: AnotherInt); in C_anotherMethod()
84 impl Default for C { implementation
[all …]
Dconst_tparam.rs10 pub struct C<T> { struct
13 pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<T>>, argument
15 impl<T> Default for C<T> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCSerialization.h248 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 …]
DRawByteChannel.h98 static Error serialize(ChannelT &C, T V) { in serialize()
103 static Error deserialize(ChannelT &C, T &V) { in deserialize()
116 static Error serialize(ChannelT &C, bool V) { in serialize()
124 static Error deserialize(ChannelT &C, bool &V) { in deserialize()
139 static Error serialize(RawByteChannel &C, StringRef S) { in serialize()
153 static Error serialize(RawByteChannel &C, const char *S) { in serialize()
165 static Error serialize(RawByteChannel &C, const std::string &S) { in serialize()
171 static Error deserialize(RawByteChannel &C, std::string &S) { in deserialize()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate.hpp19 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp90 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/
DSkTBlockListTest.cpp12 struct C { struct
13 C() : fID(-1) { ++gInstCnt; } in C() argument
14 C(int id) : fID(id) { ++gInstCnt; } in C() function
15 C(C&& c) : C(c.fID) {} in C() argument
16 C(const C& c) : C(c.fID) {} in C() argument
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h129 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 …]
DNoFolder.h190 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg()
194 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg()
198 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg()
202 Instruction *CreateNot(Constant *C) const { in CreateNot()
206 Instruction *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const { in CreateUnOp()
214 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
219 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
226 Instruction *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
231 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
236 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h35 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 …]
/third_party/typescript/src/testRunner/unittests/evaluation/
DautoAccessors.ts9 const { C } = evaluator.evaluateTypeScript(` constant
22 const { C } = evaluator.evaluateTypeScript(` constant
34 const { C } = evaluator.evaluateTypeScript(` constant
48 const { C } = evaluator.evaluateTypeScript(` constant
58 const { actions, C } = evaluator.evaluateTypeScript(` constant
92 const { actions, C } = evaluator.evaluateTypeScript(` constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp39 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType()
165 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy()
166 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy()
167 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
168 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy()
169 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
170 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy()
171 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy()
172 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } in getX86_FP80Ty()
173 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty()
[all …]

12345678910>>...172