Home
last modified time | relevance | path

Searched refs:Third (Results 1 – 25 of 72) sorted by relevance

123

/external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
Dmain.cpp36 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/
DOrdered and unordered lists.text60 3. Third
75 3. Third
111 3. Third
122 3. Third
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt60 3. Third
75 3. Third
111 3. Third
122 3. Third
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text60 3. Third
75 3. Third
111 3. Third
122 3. Third
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp214 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/
Dsuppressions_linux.txt2 # 1. Third party stuff we have no control over.
18 # 1. Third party stuff we have no control over.
Dsuppressions_mac.txt2 # 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/
DREADME.chromium12 Third party code used in this project is described
/external/chromium_org/tools/gyp/test/mac/missing-cfbundlesignature/
Dtest.gyp30 'INFOPLIST_FILE': 'Third-Info.plist',
/external/opencv/
DNOTICE12 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 …]
DLICENSE_OpenCV12 Third party copyrights are property of their respective owners.
/external/clang/include/clang/Sema/
DOverload.h156 ImplicitConversionKind Third : 8; variable
236 return Second == ICK_Identity && Third == ICK_Identity; in isIdentityConversion()
/external/skia/tools/
Dvalgrind.supp3 # Third party lib, driver issues.
/external/markdown/docs/extensions/
DHeaderId.txt44 <h1 id="header_2">Third Header</h1>
/external/skia/experimental/webtry/
DREADME.md89 Third Party Code
/external/chromium_org/tools/lsan/
Dsuppressions.txt4 #### Third-party leaks ####
/external/chromium_org/third_party/skia/experimental/webtry/
DREADME.md89 Third Party Code
/external/deqp/doc/testspecs/GLES2/
Dfunctional.vertex_arrays.multiple_attributes.txt38 which define a quad. Third and fourth component are same for each vertex in quad.
Dfunctional.vertex_arrays.single_attribute.txt44 quad. Third and fourth component are same for each vertex in quad.
/external/clang/test/Modules/
Dignored_macros.m15 // Third trial: pass -DIGNORED=1 only to the second invocation, but
/external/chromium_org/third_party/skia/tools/
Dvalgrind.supp3 # Third party lib, driver issues.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.vertex_arrays.multiple_attributes.txt38 which define a quad. Third and fourth component are same for each vertex in quad.
Dfunctional.vertex_arrays.single_attribute.txt47 quad. Third and fourth component are same for each vertex in quad.
/external/llvm/
DLICENSE.TXT46 Copyrights and Licenses for Third Party Software Distributed with LLVM:
/external/clang/lib/Sema/
DSemaStmt.cpp1403 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()

123