/external/ltp/doc/old/ |
D | C-Test-API.asciidoc | 12 1.1 Basic test structure 222 1.2 Basic test interface 442 1.3 Test temporary directory 457 1.4 Safe macros 496 1.5 Test specific command line options 575 1.6 Runtime kernel version detection 629 1.7 Fork()-ing 645 1.8 Doing the test in the child process 738 1.9 Fork() and Parent-child synchronization 820 1.10 Signals and signal handlers [all …]
|
/external/clang/test/SemaCXX/ |
D | constant-expression.cpp | 20 template <int itval, Enum etval> struct C { struct 21 enum E { 35 b1 : 1, 36 b2 : eval, 37 b3 : cval, 38 b4 : ceval, 39 b5 : Struct::sval, 40 b6 : Struct::seval, 41 b7 : itval, 42 b8 : etval, [all …]
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCChannel.h | 56 inline Error startSendMessage(RPCChannel &C) { in startSendMessage() 63 inline Error endSendMessage(RPCChannel &C) { in endSendMessage() 70 inline Error startReceiveMessage(RPCChannel &C) { in startReceiveMessage() 77 inline Error endReceiveMessage(RPCChannel &C) { in endReceiveMessage() 84 Error serializeSeq(RPCChannel &C, const T &Arg, const Ts &... Args) { in serializeSeq() 91 inline Error serializeSeq(RPCChannel &C) { return Error::success(); } in serializeSeq() 95 Error deserializeSeq(RPCChannel &C, T &Arg, Ts &... Args) { in deserializeSeq() 102 inline Error deserializeSeq(RPCChannel &C) { return Error::success(); } in deserializeSeq() 112 serialize(RPCChannel &C, T V) { in serialize() 125 deserialize(RPCChannel &C, T &V) { in deserialize() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle-local-class-vtables.cpp | 31 struct C : I { in G() struct 32 void F() const {} in G() 37 struct C : I { in G() struct 38 void F() const { G(); } in G() 39 void G() const {} in G() 44 struct C : I { in G() struct 45 void F() const { H(); } in G() 46 void H() const {} in G() 57 struct C : I { in K() struct 58 void F() const {} in K()
|
D | member-init-struct.cpp | 6 struct C { struct 11 _Complex float c; argument 13 void (C::*e)(); argument 14 C() : a(), c(), d(), e() {} in C() function 15 C(A x) : a(x) {} in C() function 16 C(void (C::*x)(), int y) : b(), c(y), e(x) {} in C() argument
|
D | copy-assign-synthesis-3.cpp | 12 struct C { struct 17 _Complex float e; argument 22 void a(C& x, C& y) { in a() argument
|
/external/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 …]
|
/external/llvm/include/llvm/Support/ |
D | SwapByteOrder.h | 69 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes() 70 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes() 71 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes() 73 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 74 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 76 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 77 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 80 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 81 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 83 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes() [all …]
|
/external/webrtc/g3doc/ |
D | style-guide.md | 22 ### C++ version 33 ### Abseil 41 ### <a name="h-cc-pairs"></a>`.h` and `.cc` files come in pairs 62 ### `TODO` comments 75 ### Deprecation 113 ### ArrayView 130 ### sigslot 136 ### Smart pointers 155 ### `std::bind` 160 ### `std::function` [all …]
|
/external/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 …]
|
/external/sdv/vsomeip/third_party/boost/function_types/test/synthesis/ |
D | cv_function_synthesis.cpp | 18 void test_non_cv(T C::*) in test_non_cv() 72 void test_c_non_v(T C::*) in test_c_non_v() 126 void test_v_non_c(T C::*) in test_v_non_c() 180 void test_cv(T C::*) in test_cv() 234 struct C struct 244 test_non_cv(& C::non_cv); in instanitate() argument
|
/external/sdv/vsomeip/third_party/boost/function_types/test/classification/ |
D | is_cv_function.cpp | 15 void test_non_cv(T C::*) in test_non_cv() 43 void test_c_non_v(T C::*) in test_c_non_v() 71 void test_v_non_c(T C::*) in test_v_non_c() 99 void test_cv(T C::*) in test_cv() 127 struct C struct 137 test_non_cv(& C::non_cv); in instanitate() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/ |
D | PassBuilderPipelines.cpp | 303 for (auto &C : PeepholeEPCallbacks) in invokePeepholeEPCallbacks() local 387 for (auto &C : LateLoopOptimizationsEPCallbacks) in buildO1FunctionSimplificationPipeline() local 406 for (auto &C : LoopOptimizerEndEPCallbacks) in buildO1FunctionSimplificationPipeline() local 448 for (auto &C : ScalarOptimizerLateEPCallbacks) in buildO1FunctionSimplificationPipeline() local 572 for (auto &C : LateLoopOptimizationsEPCallbacks) in buildFunctionSimplificationPipeline() local 591 for (auto &C : LoopOptimizerEndEPCallbacks) in buildFunctionSimplificationPipeline() local 664 for (auto &C : ScalarOptimizerLateEPCallbacks) in buildFunctionSimplificationPipeline() local 856 for (auto &C : CGSCCOptimizerLateEPCallbacks) in buildInlinerPipeline() local 1012 for (auto &C : PipelineEarlySimplificationEPCallbacks) in buildModuleSimplificationPipeline() local 1285 for (auto &C : OptimizerEarlyEPCallbacks) in buildModuleOptimizationPipeline() local [all …]
|
/external/sdv/vsomeip/third_party/boost/parameter/test/ |
D | preprocessor_eval_cat_8.cpp | 57 struct C struct 67 > bs0_pred; 72 > bs1_pred; 77 > bs2_pred; 82 > bs3_pred; 87 > bs4_pred; 92 > bs5_pred; 97 > bs6_pred; 102 > bs7_pred;
|
/external/python/cpython3/Lib/test/test_dataclasses/ |
D | __init__.py | 34 class C: class 42 class C: class 50 class C: class 60 class C: class 85 class C: class 90 C: C = field() variable in TestCase.test_recursive_annotation.D 122 class C: class 130 class C: class 142 class C: class 155 class C(B): class [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | SwapByteOrder.h | 69 inline unsigned char getSwappedBytes(unsigned char C) { return llvm::byteswap(C); } in getSwappedBytes() 70 inline signed char getSwappedBytes( signed char C) { return llvm::byteswap(C); } in getSwappedBytes() 71 inline char getSwappedBytes( char C) { return llvm::byteswap(C); } in getSwappedBytes() 73 inline unsigned short getSwappedBytes(unsigned short C) { return llvm::byteswap(C); } in getSwappedBytes() 74 inline signed short getSwappedBytes( signed short C) { return llvm::byteswap(C); } in getSwappedBytes() 76 inline unsigned int getSwappedBytes(unsigned int C) { return llvm::byteswap(C); } in getSwappedBytes() 77 inline signed int getSwappedBytes( signed int C) { return llvm::byteswap(C); } in getSwappedBytes() 79 inline unsigned long getSwappedBytes(unsigned long C) { return llvm::byteswap(C); } in getSwappedBytes() 80 inline signed long getSwappedBytes( signed long C) { return llvm::byteswap(C); } in getSwappedBytes() 82 inline unsigned long long getSwappedBytes(unsigned long long C) { return llvm::byteswap(C); } in getSwappedBytes() [all …]
|
D | DataExtractor.h | 37 inline uint24_t getSwappedBytes(uint24_t C) { in getSwappedBytes() 136 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } in getCStr() 169 StringRef getCStrRef(Cursor &C) const { in getCStrRef() 239 StringRef getBytes(Cursor &C, uint64_t Length) { in getBytes() 279 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() 332 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress() 359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() 397 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() 433 uint16_t getU16(Cursor &C) const { return getU16(&C.Offset, &C.Err); } in getU16() 486 uint32_t getU24(Cursor &C) const { return getU24(&C.Offset, &C.Err); } in getU24() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace() 91 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar() 94 static Cursor skipComment(Cursor C) { in skipComment() 104 static Cursor skipMachineOperandComment(Cursor C) { in skipMachineOperandComment() 118 static bool isIdentifierChar(char C) { in isIdentifierChar() 128 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local 154 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant() 168 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName() 286 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier() 298 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock() [all …]
|
/external/libcxx/test/std/localization/locale.stdcvt/ |
D | codecvt_utf16_length.pass.cpp | 29 typedef std::codecvt_utf16<wchar_t> C; in main() typedef 52 typedef std::codecvt_utf16<wchar_t, 0x1000> C; in main() typedef 75 typedef std::codecvt_utf16<wchar_t, 0x10ffff, std::consume_header> C; in main() typedef 98 typedef std::codecvt_utf16<wchar_t, 0x10ffff, std::little_endian> C; in main() typedef 121 typedef std::codecvt_utf16<wchar_t, 0x1000, std::little_endian> C; in main() typedef 146 std::little_endian)> C; in main() typedef 169 typedef std::codecvt_utf16<char32_t> C; in main() typedef 192 typedef std::codecvt_utf16<char32_t, 0x1000> C; in main() typedef 215 typedef std::codecvt_utf16<char32_t, 0x10ffff, std::consume_header> C; in main() typedef 238 typedef std::codecvt_utf16<char32_t, 0x10ffff, std::little_endian> C; in main() typedef [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.cons/ |
D | move_assign_noexcept.pass.cpp | 54 using C = std::flat_map<int, int>; in main() typedef 58 using C = in main() typedef 67 using C = in main() typedef 76 using C = in main() typedef 85 using C = in main() typedef 95 using C = std::flat_map<int, int, MoveThrowsComp>; in main() typedef 100 using C = std::flat_map<int, int, std::less<int>, std::pmr::vector<int>, std::vector<int>>; in main() typedef 105 using C = std::flat_map<int, int, std::less<int>, std::vector<int>, std::pmr::vector<int>>; in main() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.cons/ |
D | move_assign_noexcept.pass.cpp | 54 using C = std::flat_map<int, int>; in main() typedef 58 using C = in main() typedef 67 using C = in main() typedef 76 using C = in main() typedef 85 using C = in main() typedef 95 using C = std::flat_map<int, int, MoveThrowsComp>; in main() typedef 100 using C = std::flat_map<int, int, std::less<int>, std::pmr::vector<int>, std::vector<int>>; in main() typedef 105 using C = std::flat_map<int, int, std::less<int>, std::vector<int>, std::pmr::vector<int>>; in main() typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Passes/ |
D | PassBuilder.h | 389 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerPeepholeEPCallback() 403 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback() 413 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLoopOptimizerEndEPCallback() 423 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerScalarOptimizerLateEPCallback() 434 const std::function<void(CGSCCPassManager &, OptimizationLevel)> &C) { in registerCGSCCOptimizerLateEPCallback() 445 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerVectorizerStartEPCallback() 455 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineStartEPCallback() 464 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineEarlySimplificationEPCallback() 473 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerEarlyEPCallback() 482 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerLastEPCallback() [all …]
|
/external/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 …]
|
/external/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 …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Type.cpp | 36 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType() 83 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy() 224 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy() 225 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() 226 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy() 227 Type *Type::getBFloatTy(LLVMContext &C) { return &C.pImpl->BFloatTy; } in getBFloatTy() 228 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() 229 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy() 230 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy() 231 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() [all …]
|