/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 325 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/ |
D | Ordered and unordered lists.text | 59 2. Second 73 2. Second 107 2. Second: 117 2. Second:
|
/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_2007/ |
D | Ordered and unordered lists.text | 59 2. Second 73 2. Second 107 2. Second: 117 2. Second:
|
/external/chromium_org/third_party/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/protobuf/src/google/protobuf/stubs/ |
D | hash.h | 190 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/ |
D | mangle-ms-templates.cpp | 199 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/ |
D | main.cpp | 26 struct Second struct 30 Second(int X, float Y) : in Second() argument 49 Second second(65,43.25); in main()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 213 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/ |
D | VectorTraits.h | 74 template<typename First, typename Second> 75 struct VectorTraits<pair<First, Second> > 78 typedef VectorTraits<Second> SecondTraits;
|
D | HashTraits.h | 249 template<typename First, typename Second> 250 …struct HashTraits<std::pair<First, Second> > : public PairHashTraits<HashTraits<First>, HashTraits…
|
/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/chromium_org/net/data/cache_tests/dirty_entry4/ |
D | contents.txt | 112 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/ |
D | spec-08-02.data | 4 Second occurrence: *anchor
|
D | spec-08-11.data | 4 Second occurrence: *anchor
|
/external/lldb/test/functionalities/set-data/ |
D | main.m | 17 NSLog(@"%d %@", myFoo.x, string); // Second breakpoint
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 32 Second = 2; enumerator 101 optional MyEnum opt_enum = 10057 [default = Second];
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 32 Second = 2; enumerator 101 optional MyEnum opt_enum = 10057 [default = Second];
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | examples.cpp | 140 namespace Second namespace 145 typedef First::Bar<Second::Foo> Special;
|
/external/valgrind/main/drd/tests/ |
D | pth_cond_destroy_busy.stderr.exp | 10 Second pthread_cond_destroy() call returned success.
|
/external/nanopb-c/tests/alltypes/ |
D | alltypes.proto | 32 Second = 2; enumerator 101 optional MyEnum opt_enum = 57 [default = Second];
|
/external/chromium_org/net/data/cache_tests/dirty_entry3/ |
D | contents.txt | 112 key: "The Second key" 171 std::string key2("The Second key");
|
/external/chromium_org/tools/gyp/test/mac/rpath/ |
D | test.gyp | 26 'LD_RUNPATH_SEARCH_PATHS': ['First\\ rpath', 'Second\\ rpath'],
|
/external/llvm/cmake/modules/ |
D | GetSVN.cmake | 6 # SECOND_SOURCE_DIR - Second source directory
|