Home
last modified time | relevance | path

Searched refs:Second (Results 1 – 25 of 197) sorted by relevance

12345678

/external/deqp/framework/common/
DtcuEither.hpp39 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/
DPPCallbacks.h325 std::unique_ptr<PPCallbacks> First, Second; variable
330 : First(std::move(_First)), Second(std::move(_Second)) {} in PPChainedCallbacks()
336 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
343 Second->FileSkipped(ParentFile, FilenameTok, FileType); in FileSkipped()
349 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
360 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective()
368 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
373 Second->EndOfMainFile(); in EndOfMainFile()
378 Second->Ident(Loc, str); in Ident()
384 Second->PragmaComment(Loc, Kind, Str); in PragmaComment()
[all …]
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text59 2. Second
73 2. Second
107 2. Second:
117 2. Second:
/external/protobuf/src/google/protobuf/stubs/
Dhash.h202 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/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp209 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/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
Dmain.cpp26 struct Second struct
30 Second(int X, float Y) : in Second() argument
49 Second second(65,43.25); in main()
/external/clang/lib/Tooling/
DArgumentsAdjusters.cpp80 ArgumentsAdjuster Second) { in combineAdjusters() argument
81 return [First, Second](const CommandLineArguments &Args) { in combineAdjusters()
82 return Second(First(Args)); in combineAdjusters()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp212 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/markdown/tests/extensions-x-tables/
Dtables.txt4 First Header | Second Header
9 | First Header | Second Header |
/external/markdown/docs/extensions/
DTables.txt20 First Header | Second Header
31 <th>Second Header</th>
/external/llvm/test/tools/llvm-objdump/
Dmacho-unwind-info-x86_64.test25 # CHECK: Second level indices:
26 # CHECK: Second level index[0]: offset in section=0x00000050, base function offset=0x00000d70
Dmacho-unwind-info-arm64.test25 # CHECK: Second level indices:
26 # CHECK: Second level index[0]: offset in section=0x00000050, base function offset=0x00007d64
/external/llvm/test/CodeGen/Mips/
Dinlineasmmemop.ll26 ; "D": Second word of a double word. This works for any memory element
42 ; Second word:
/external/llvm/test/YAMLParser/
Dspec-08-02.data4 Second occurrence: *anchor
Dspec-08-11.data4 Second occurrence: *anchor
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto32 Second = 2; enumerator
101 optional MyEnum opt_enum = 10057 [default = Second];
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto32 Second = 2; enumerator
101 optional MyEnum opt_enum = 10057 [default = Second];
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dexamples.cpp140 namespace Second namespace
145 typedef First::Bar<Second::Foo> Special;
/external/lldb/test/functionalities/set-data/
Dmain.m17 NSLog(@"%d %@", myFoo.x, string); // Second breakpoint
/external/nanopb-c/tests/alltypes/
Dalltypes.proto32 Second = 2; enumerator
101 optional MyEnum opt_enum = 57 [default = Second];
/external/clang/include/clang/Tooling/
DArgumentsAdjusters.h61 ArgumentsAdjuster Second);
/external/valgrind/drd/tests/
Dpth_cond_destroy_busy.stderr.exp10 Second pthread_cond_destroy() call returned success.
/external/libxml2/result/c14n/with-comments/
Dexample-43 Second line</text>

12345678