/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 85 #define STAssertNoErr(a1, description, ...) \ argument 114 #define STAssertErr(a1, a2, description, ...) \ argument 144 #define STAssertNotNULL(a1, description, ...) \ argument 172 #define STAssertNULL(a1, description, ...) \ argument 202 #define STAssertNotEquals(a1, a2, description, ...) \ argument 240 #define STAssertNotEqualObjects(a1, a2, description, ...) \ argument 271 #define STAssertOperation(a1, a2, op, description, ...) \ argument 311 #define STAssertGreaterThan(a1, a2, description, ...) \ argument 322 #define STAssertGreaterThanOrEqual(a1, a2, description, ...) \ argument 333 #define STAssertLessThan(a1, a2, description, ...) \ argument [all …]
|
/external/junit/src/org/junit/experimental/categories/ |
D | Categories.java | 101 public boolean shouldRun(Description description) { in shouldRun() 110 private boolean hasCorrectCategoryAnnotation(Description description) { in hasCorrectCategoryAnnotation() 123 private List<Class<?>> categories(Description description) { in categories() 130 private Description parentDescription(Description description) { in parentDescription() 137 private Class<?>[] directCategories(Description description) { in directCategories() 169 …private void assertNoCategorizedDescendentsOfUncategorizeableParents(Description description) thro… in assertNoCategorizedDescendentsOfUncategorizeableParents() 176 …private void assertNoDescendantsHaveCategoryAnnotations(Description description) throws Initializa… in assertNoDescendantsHaveCategoryAnnotations() 186 private static boolean canHaveCategorizedChildren(Description description) { in canHaveCategorizedChildren()
|
/external/hamcrest/src/org/hamcrest/core/ |
D | IsAnything.java | 16 private final String description; field in IsAnything 22 public IsAnything(String description) { in IsAnything() 30 public void describeTo(Description description) { in describeTo() 48 public static <T> Matcher<T> anything(String description) { in anything()
|
/external/junit/src/org/junit/runner/notification/ |
D | RunListener.java | 40 public void testRunStarted(Description description) throws Exception { in testRunStarted() 55 public void testStarted(Description description) throws Exception { in testStarted() 62 public void testFinished(Description description) throws Exception { in testFinished() 89 public void testIgnored(Description description) throws Exception { in testIgnored()
|
D | RunNotifier.java | 55 public void fireTestRunStarted(final Description description) { in fireTestRunStarted() 81 public void fireTestStarted(final Description description) throws StoppedByUserException { in fireTestStarted() 126 public void fireTestIgnored(final Description description) { in fireTestIgnored() 141 public void fireTestFinished(final Description description) { in fireTestFinished()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3rewritestreams.c | 187 …eamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) in antlr3RewriteRuleElementStreamNewAE() 257 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * … in antlr3RewriteRuleElementStreamNewAEE() 280 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3… in antlr3RewriteRuleElementStreamNewAEV() 309 …eamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) in antlr3RewriteRuleTOKENStreamNewAE() 333 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * … in antlr3RewriteRuleTOKENStreamNewAEE() 352 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3… in antlr3RewriteRuleTOKENStreamNewAEV() 373 …eamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) in antlr3RewriteRuleSubtreeStreamNewAE() 395 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * … in antlr3RewriteRuleSubtreeStreamNewAEE() 418 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3… in antlr3RewriteRuleSubtreeStreamNewAEV() 442 …eamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) in antlr3RewriteRuleNODEStreamNewAE() [all …]
|
/external/deqp/framework/common/ |
D | tcuTestCase.cpp | 46 …::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description) in TestNode() 55 … (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description, const ve… in TestNode() 113 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description) in TestCaseGroup() 118 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, cons… in TestCaseGroup() 135 TestCase::TestCase (TestContext& testCtx, const char* name, const char* description) in TestCase() 140 …::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description) in TestCase()
|
D | tcuTestLog.cpp | 48 LogImage::LogImage (const std::string& name, const std::string& description, const Surface& surface… in LogImage() 58 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage() 131 void TestLog::startImageSet (const char* name, const char* description) in startImageSet() 166 void TestLog::writeImage (const char* name, const char* description, const ConstPixelBufferAccess& … in writeImage() 287 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compres… in writeImage() 293 void TestLog::startSection (const char* name, const char* description) in startSection() 329 void TestLog::writeCompileInfo (const char* name, const char* description, bool compileOk, const ch… in writeCompileInfo() 335 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTa… in writeFloat() 341 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValue… in writeInteger() 347 void TestLog::startEglConfigSet (const char* name, const char* description) in startEglConfigSet() [all …]
|
/external/lldb/tools/lldb-perf/lib/ |
D | Gauge.cpp | 15 lldb_perf::GetResult (const char *description, double value) in GetResult() 29 lldb_perf::GetResult (const char *description, uint64_t value) in GetResult() 43 lldb_perf::GetResult (const char *description, std::string value) in GetResult()
|
D | Results.h | 42 Result (Type type, const char *name, const char *description) : in Result() 131 Array (const char *name, const char *description) : in Array() 164 Dictionary (const char *name, const char *description) : in Dictionary() 203 String (const char *name, const char *description, const char *value) : in String() 234 Double (const char *name, const char *description, double value) : in Double() 263 Unsigned (const char *name, const char *description, uint64_t value) : in Unsigned()
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
D | DemoLaunchEntry.java | 11 private String description; field in DemoLaunchEntry 17 public DemoLaunchEntry(String name, String description) { in DemoLaunchEntry() 32 public void setDescription(String description) { in setDescription()
|
/external/deqp/modules/gles31/ |
D | tes31TestCase.hpp | 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() 71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() 77 …:TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description) in TestCase()
|
/external/deqp/modules/gles3/ |
D | tes3TestCase.hpp | 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() 71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() 77 …:TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description) in TestCase()
|
/external/deqp/modules/gles2/ |
D | tes2TestCase.hpp | 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() 71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() 77 …ase::TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* description) in TestCase()
|
/external/junit/src/junit/framework/ |
D | JUnit4TestAdapterCache.java | 24 public Test asTest(Description description) { in asTest() 34 Test createTest(Description description) { in createTest() 69 public List<Test> asTestList(Description description) { in asTestList()
|
D | JUnit4TestAdapter.java | 53 Description description= fRunner.getDescription(); in getDescription() local 57 private Description removeIgnored(Description description) { in removeIgnored() 69 private boolean isIgnored(Description description) { in isIgnored()
|
/external/mockito/src/org/mockito/internal/matchers/ |
D | ArrayEquals.java | 47 public void describeTo(Description description) { in describeTo() 49 appendArray(createObjectArray(getWanted()), description); in describeTo() local 55 private void appendArray(Object[] array, Description description) { in appendArray()
|
/external/v8/src/ |
D | snapshot-source-sink.cc | 41 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) { in PutInt() 54 const char* description) { in PutRaw() 61 const char* description) { in PutBlob() 91 void DebugSnapshotSink::Put(byte b, const char* description) { in Put()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | TimeLineGraphItem.java | 23 String description=null; field in TimeLineGraphItem 33 …TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long … in TimeLineGraphItem() 38 …TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long … in TimeLineGraphItem() 43 …TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long … in TimeLineGraphItem() 48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) { in TimeLineGraphItem()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderReturnTests.cpp | 82 ShaderReturnCase::ShaderReturnCase (Context& context, const char* name, const char* description, bo… in ShaderReturnCase() 126 …ConditionalReturnInFuncCase (Context& context, const char* name, const char* description, ReturnMo… in makeConditionalReturnInFuncCase() 166 …* makeOutputWriteReturnCase (Context& context, const char* name, const char* description, bool inF… in makeOutputWriteReturnCase() 222 ShaderReturnCase* makeReturnInLoopCase (Context& context, const char* name, const char* description… in makeReturnInLoopCase() 331 string description = string(getReturnModeDesc((ReturnMode)returnMode)) + " in function"; in init() local 411 string description = string(getReturnModeDesc((ReturnMode)returnMode)) + " in loop"; in init() local
|
D | es3fFboStateQueryTests.cpp | 161 …DefaultFramebufferCase (Context& context, const char* name, const char* description, GLenum frameb… in DefaultFramebufferCase() 216 AttachmentObjectCase (Context& context, const char* name, const char* description) in AttachmentObjectCase() 279 AttachmentTextureLevelCase (Context& context, const char* name, const char* description) in AttachmentTextureLevelCase() 316 AttachmentTextureCubeMapFaceCase (Context& context, const char* name, const char* description) in AttachmentTextureCubeMapFaceCase() 362 AttachmentTextureLayerCase (Context& context, const char* name, const char* description) in AttachmentTextureLayerCase() 415 AttachmentTextureColorCodingCase (Context& context, const char* name, const char* description) in AttachmentTextureColorCodingCase() 486 AttachmentTextureComponentTypeCase (Context& context, const char* name, const char* description) in AttachmentTextureComponentTypeCase() 562 AttachmentSizeInitialCase (Context& context, const char* name, const char* description) in AttachmentSizeInitialCase() 632 AttachmentSizeCase (Context& context, const char* name, const char* description) in AttachmentSizeCase() 693 AttachmentSizeRboCase (Context& context, const char* name, const char* description) in AttachmentSizeRboCase() [all …]
|
/external/lldb/test/lang/objc/print-obj/ |
D | blocked.m | 34 - (NSString *) description; method 39 {
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderReturnTests.cpp | 92 ShaderReturnCase::ShaderReturnCase (Context& context, const char* name, const char* description, bo… in ShaderReturnCase() 153 …ConditionalReturnInFuncCase (Context& context, const char* name, const char* description, ReturnMo… in makeConditionalReturnInFuncCase() 193 …* makeOutputWriteReturnCase (Context& context, const char* name, const char* description, bool inF… in makeOutputWriteReturnCase() 247 ShaderReturnCase* makeReturnInLoopCase (Context& context, const char* name, const char* description… in makeReturnInLoopCase() 353 string description = string(getReturnModeDesc((ReturnMode)returnMode)) + " in function"; in init() local 427 string description = string(getReturnModeDesc((ReturnMode)returnMode)) + " in loop"; in init() local
|
D | es2fIntegerStateQueryTests.cpp | 661 …se (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum t… in ConstantMinimumValueTestCase() 684 …fersTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in SampleBuffersTestCase() 707 …plesTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in SamplesTestCase() 741 …HintTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description… in HintTestCase() 774 …FuncTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in DepthFuncTestCase() 803 …FaceTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in CullFaceTestCase() 832 …FaceTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in FrontFaceTestCase() 861 …PortTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in ViewPortTestCase() 899 …rBoxTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in ScissorBoxTestCase() 933 …DimsTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in MaxViewportDimsTestCase() [all …]
|
/external/junit/src/org/junit/runner/ |
D | Result.java | 69 public void testRunStarted(Description description) throws Exception { in testRunStarted() 80 public void testFinished(Description description) throws Exception { in testFinished() 90 public void testIgnored(Description description) throws Exception { in testIgnored()
|