/external/deqp/framework/common/ |
D | tcuEither.hpp | 39 template<typename First, typename Second> 44 Either (const Second& second); 47 Either (const Either<First, Second>& other); 48 Either& operator= (const Either<First, Second>& other); 51 Either& operator= (const Second& second); 57 const Second& getSecond (void) const; 73 Second* m_second; 78 deUint8 m_data[sizeof(First) > sizeof(Second) ? sizeof(First) : sizeof(Second)]; 86 template<typename Type, typename First, typename Second> 89 template<typename First, typename Second> [all …]
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 326 std::unique_ptr<PPCallbacks> First, Second; variable 331 : First(std::move(_First)), Second(std::move(_Second)) {} in PPChainedCallbacks() 337 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged() 344 Second->FileSkipped(SkippedFile, FilenameTok, FileType); in FileSkipped() 350 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound() 361 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 369 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport() 374 Second->EndOfMainFile(); in EndOfMainFile() 379 Second->Ident(Loc, str); in Ident() 385 Second->PragmaComment(Loc, Kind, Str); in PragmaComment() [all …]
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 59 2. Second 73 2. Second 107 2. Second: 117 2. Second:
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Ordered and unordered lists.text | 59 2. Second 73 2. Second 107 2. Second: 117 2. Second:
|
/external/protobuf/src/google/protobuf/stubs/ |
D | hash.h | 202 template <typename First, typename Second> 203 struct hash<pair<First, Second> > { 204 inline size_t operator()(const pair<First, Second>& key) const { 206 size_t second_hash = hash<Second>()(key.second); 215 inline size_t operator()(const pair<First, Second>& a, 216 const pair<First, Second>& b) const {
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 59 2. Second 73 2. Second 107 2. Second: 117 2. Second:
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-templates.cpp | 209 struct Second {}; struct 226 void template_template_fun(Type<Thing<Second, true>, Second>) { } in template_template_fun() argument 233 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() { in template_template_specialization()
|
/external/clang/lib/Tooling/ |
D | ArgumentsAdjusters.cpp | 78 ArgumentsAdjuster Second) { in combineAdjusters() argument 79 return [First, Second](const CommandLineArguments &Args, StringRef File) { in combineAdjusters() 80 return Second(First(Args, File), File); in combineAdjusters()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 212 NamespaceTypoProvider Second("AAB", "CCC"); in TEST() local 216 Installer->PushSource(&Second); in TEST() 223 ASSERT_LE(1, Second.CallCount); in TEST() 251 CompleteTypeDiagnoser Second(true); in TEST() local 254 Installer->PushSource(&Second); in TEST() 261 ASSERT_EQ(1, Second.CallCount); in TEST()
|
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 381 const Replacements &Second) { in mergeReplacements() argument 382 if (First.empty() || Second.empty()) in mergeReplacements() 383 return First.empty() ? Second : First; in mergeReplacements() 394 for (auto FirstI = First.begin(), SecondI = Second.begin(); in mergeReplacements() 395 FirstI != First.end() || SecondI != Second.end();) { in mergeReplacements() 396 bool NextIsFirst = SecondI == Second.end() || in mergeReplacements() 403 while ((Merged.mergeSecond() && SecondI != Second.end()) || in mergeReplacements()
|
/external/markdown/tests/extensions-x-tables/ |
D | tables.txt | 4 First Header | Second Header 9 | First Header | Second Header |
|
/external/markdown/docs/extensions/ |
D | Tables.txt | 20 First Header | Second Header 31 <th>Second Header</th>
|
/external/curl/tests/data/ |
D | test1436 | 23 Second 77 Second
|
/external/llvm/test/tools/llvm-objdump/ |
D | macho-unwind-info-x86_64.test | 25 # CHECK: Second level indices: 26 # CHECK: Second level index[0]: offset in section=0x00000050, base function offset=0x00000d70
|
D | macho-unwind-info-arm64.test | 25 # CHECK: Second level indices: 26 # CHECK: Second level index[0]: offset in section=0x00000050, base function offset=0x00007d64
|
/external/llvm/test/CodeGen/Mips/ |
D | inlineasmmemop.ll | 26 ; "D": Second word of a double word. This works for any memory element 42 ; Second word:
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 225 User *Second = dyn_cast<User>(Pair.second); in runOnUse() local 226 assert((!First || Second) && "translated from user to non-user!?"); in runOnUse() 229 Second->setOperand(i, BoolToIntMap[First->getOperand(i)]); in runOnUse()
|
/external/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 505 const Replacements &Second) { in mergeAndTestRewrite() argument 508 std::string InSequenceRewrite = applyAllReplacements(AfterFirst, Second); in mergeAndTestRewrite() 512 tooling::Replacements Merged = mergeReplacements(First, Second); in mergeAndTestRewrite() 521 const Replacements &Second) { in mergeAndTestRewrite() argument 523 applyAllReplacements(applyAllReplacements(Code, First), Second); in mergeAndTestRewrite() 524 tooling::Replacements Merged = mergeReplacements(First, Second); in mergeAndTestRewrite()
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-08-02.data | 2 Second occurrence: *anchor
|
D | spec-08-11.data | 2 Second occurrence: *anchor
|
D | spec-08-02.canonical | 6 ? !!str "Second occurrence"
|
D | spec-08-11.canonical | 6 ? !!str "Second occurrence"
|
/external/llvm/test/YAMLParser/ |
D | spec-08-11.test | 4 Second occurrence: *anchor
|
D | spec-08-02.test | 4 Second occurrence: *anchor
|
/external/testng/src/test/java/test/classgroup/ |
D | Second.java | 6 public class Second { class
|