Home
last modified time | relevance | path

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

12345678910

/external/clang/include/clang/Lex/
DPPCallbacks.h325 PPCallbacks *First, *Second; variable
329 : First(_First), Second(_Second) {} in PPChainedCallbacks()
331 delete Second; in ~PPChainedCallbacks() local
339 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
346 Second->FileSkipped(ParentFile, FilenameTok, FileType); in FileSkipped()
352 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
363 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective()
371 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
376 Second->EndOfMainFile(); in EndOfMainFile()
381 Second->Ident(Loc, str); in Ident()
[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/chromium_org/third_party/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/protobuf/src/google/protobuf/stubs/
Dhash.h190 template <typename First, typename Second>
191 struct hash<pair<First, Second> > {
192 inline size_t operator()(const pair<First, Second>& key) const {
194 size_t second_hash = hash<Second>()(key.second);
203 inline size_t operator()(const pair<First, Second>& a,
204 const pair<First, Second>& b) const {
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp199 struct Second {}; struct
216 void template_template_fun(Type<Thing<Second, true>, Second>) { } in template_template_fun() argument
223 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/unittests/Sema/
DExternalSemaSourceTest.cpp213 NamespaceTypoProvider Second("AAB", "CCC"); in TEST() local
217 Installer->PushSource(&Second); in TEST()
224 ASSERT_LE(1, Second.CallCount); in TEST()
252 CompleteTypeDiagnoser Second(true); in TEST() local
255 Installer->PushSource(&Second); in TEST()
262 ASSERT_EQ(1, Second.CallCount); in TEST()
/external/chromium_org/third_party/WebKit/Source/wtf/
DVectorTraits.h74 template<typename First, typename Second>
75 struct VectorTraits<pair<First, Second> >
78 typedef VectorTraits<Second> SecondTraits;
DHashTraits.h249 template<typename First, typename Second>
250 …struct HashTraits<std::pair<First, Second> > : public PairHashTraits<HashTraits<First>, HashTraits…
/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/chromium_org/net/data/cache_tests/dirty_entry4/
Dcontents.txt112 key: "The Second key"
172 std::string key2("The Second key");
180 ASSERT_EQ(net::OK, OpenEntry(key1, &entry)); <--- Second crash
/external/llvm/test/YAMLParser/
Dspec-08-02.data4 Second occurrence: *anchor
Dspec-08-11.data4 Second occurrence: *anchor
/external/lldb/test/functionalities/set-data/
Dmain.m17 NSLog(@"%d %@", myFoo.x, string); // Second breakpoint
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto32 Second = 2; enumerator
101 optional MyEnum opt_enum = 10057 [default = Second];
/external/nanopb-c/tests/field_size_16/
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/valgrind/main/drd/tests/
Dpth_cond_destroy_busy.stderr.exp10 Second pthread_cond_destroy() call returned success.
/external/nanopb-c/tests/alltypes/
Dalltypes.proto32 Second = 2; enumerator
101 optional MyEnum opt_enum = 57 [default = Second];
/external/chromium_org/net/data/cache_tests/dirty_entry3/
Dcontents.txt112 key: "The Second key"
171 std::string key2("The Second key");
/external/chromium_org/tools/gyp/test/mac/rpath/
Dtest.gyp26 'LD_RUNPATH_SEARCH_PATHS': ['First\\ rpath', 'Second\\ rpath'],
/external/llvm/cmake/modules/
DGetSVN.cmake6 # SECOND_SOURCE_DIR - Second source directory

12345678910