/external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/ |
D | main.cpp | 36 struct Third struct 40 Third(int X, char Z) : in Third() argument 50 Third *third = new Third(96,'E'); in main()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Ordered and unordered lists.text | 60 3. Third 75 3. Third 111 3. Third 122 3. Third
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 60 3. Third 75 3. Third 111 3. Third 122 3. Third
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 60 3. Third 75 3. Third 111 3. Third 122 3. Third
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 214 NamespaceTypoProvider Third("AAB", "DDD"); in TEST() local 218 Installer->PushSource(&Third); in TEST() 225 ASSERT_EQ(0, Third.CallCount); in TEST() 253 CompleteTypeDiagnoser Third(true); in TEST() local 256 Installer->PushSource(&Third); in TEST() 263 ASSERT_EQ(0, Third.CallCount); in TEST()
|
/external/chromium_org/tools/valgrind/memcheck/ |
D | suppressions_linux.txt | 2 # 1. Third party stuff we have no control over. 18 # 1. Third party stuff we have no control over.
|
D | suppressions_mac.txt | 2 # 1. Third party stuff we have no control over. 13 # 1. Third party stuff we have no control over.
|
/external/chromium_org/third_party/webrtc/ |
D | README.chromium | 12 Third party code used in this project is described
|
/external/chromium_org/tools/gyp/test/mac/missing-cfbundlesignature/ |
D | test.gyp | 30 'INFOPLIST_FILE': 'Third-Info.plist',
|
/external/opencv/ |
D | NOTICE | 12 Third party copyrights are property of their respective owners. 131 // Third party copyrights are property of their respective owners. 293 // Third party copyrights are property of their respective owners. 335 // Third party copyrights are property of their respective icvers. 377 // Third party copyrights are property of their respective owners. 419 // Third party copyrights are property of their respective owners. 461 // Third party copyrights are property of their respective owners. 503 // Third party copyrights are property of their respective owners. 544 // Third party copyrights are property of their respective owners. 586 // Third party copyrights are property of their respective owners. [all …]
|
D | LICENSE_OpenCV | 12 Third party copyrights are property of their respective owners.
|
/external/clang/include/clang/Sema/ |
D | Overload.h | 156 ImplicitConversionKind Third : 8; variable 236 return Second == ICK_Identity && Third == ICK_Identity; in isIdentityConversion()
|
/external/skia/tools/ |
D | valgrind.supp | 3 # Third party lib, driver issues.
|
/external/markdown/docs/extensions/ |
D | HeaderId.txt | 44 <h1 id="header_2">Third Header</h1>
|
/external/skia/experimental/webtry/ |
D | README.md | 89 Third Party Code
|
/external/chromium_org/tools/lsan/ |
D | suppressions.txt | 4 #### Third-party leaks ####
|
/external/chromium_org/third_party/skia/experimental/webtry/ |
D | README.md | 89 Third Party Code
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.vertex_arrays.multiple_attributes.txt | 38 which define a quad. Third and fourth component are same for each vertex in quad.
|
D | functional.vertex_arrays.single_attribute.txt | 44 quad. Third and fourth component are same for each vertex in quad.
|
/external/clang/test/Modules/ |
D | ignored_macros.m | 15 // Third trial: pass -DIGNORED=1 only to the second invocation, but
|
/external/chromium_org/third_party/skia/tools/ |
D | valgrind.supp | 3 # Third party lib, driver issues.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.vertex_arrays.multiple_attributes.txt | 38 which define a quad. Third and fourth component are same for each vertex in quad.
|
D | functional.vertex_arrays.single_attribute.txt | 47 quad. Third and fourth component are same for each vertex in quad.
|
/external/llvm/ |
D | LICENSE.TXT | 46 Copyrights and Licenses for Third Party Software Distributed with LLVM:
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1403 Expr *Third, Stmt *Body) { in CheckForLoopConditionalStatement() argument 1431 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement() 1531 void CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) { in CheckForRedundantIteration() argument 1533 if (!Body || !Third) return; in CheckForRedundantIteration() 1536 Third->getLocStart())) in CheckForRedundantIteration() 1548 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration() 1622 Expr *Third = third.release().getAs<Expr>(); in ActOnForStmt() local 1625 DiagnoseUnusedExprResult(Third); in ActOnForStmt() 1632 Third, Body, ForLoc, LParenLoc, RParenLoc); in ActOnForStmt()
|