Home
last modified time | relevance | path

Searched full:tested (Results 1 – 25 of 3455) sorted by relevance

12345678910>>...139

/external/guava/guava-tests/test/com/google/common/reflect/
DElementTest.java44 assertTrue(element.isAnnotationPresent(Tested.class)); in testPrivateField()
55 assertTrue(element.isAnnotationPresent(Tested.class)); in testPackagePrivateField()
66 assertTrue(element.isAnnotationPresent(Tested.class)); in testProtectedField()
77 assertTrue(element.isAnnotationPresent(Tested.class)); in testPublicField()
84 assertTrue(element.isAnnotationPresent(Tested.class)); in testFinalField()
90 assertTrue(element.isAnnotationPresent(Tested.class)); in testStaticField()
109 assertTrue(element.isAnnotationPresent(Tested.class)); in testConstructor()
117 assertTrue(element.isAnnotationPresent(Tested.class)); in testAbstractMethod()
125 assertTrue(element.isAnnotationPresent(Tested.class)); in testOverridableMethod()
135 assertTrue(element.isAnnotationPresent(Tested.class)); in testPrivateMethod()
[all …]
/external/python/cpython3/Lib/test/
Dtest_genericclass.py7 tested = []
11 tested.extend([args, kwargs])
14 self.assertEqual(tested, [])
16 self.assertEqual(tested[0], ((B, c),))
17 self.assertEqual(tested[1], {})
20 tested = []
25 tested.append(bases)
28 self.assertEqual(tested, [])
30 self.assertEqual(tested[-1], (A, c, B))
36 self.assertEqual(tested[-1], (d,))
[all …]
Dtest__locale.py107 tested = False
117 tested = True
118 if not tested:
123 tested = False
134 tested = True
135 if not tested:
141 tested = False
161 tested = True
162 if not tested:
168 tested = False
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DTestCase.java27 * tested, and the equals and fieldsEqual methods are used to ensure
83 * the corresponding fields for the calendar being tested.
85 * @param era The ERA field of tested calendar on the given julian day
86 * @param year The YEAR field of tested calendar on the given julian day
87 * @param month The MONTH (1-based) field of tested calendar on the given julian day
88 * @param day The DAY_OF_MONTH field of tested calendar on the given julian day
89 * @param dayOfWeek The DAY_OF_WEEK field of tested calendar on the given julian day
90 * @param hour The HOUR field of tested calendar on the given julian day
91 * @param min The MINUTE field of tested calendar on the given julian day
92 * @param sec The SECOND field of tested calendar on the given julian day
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DTestCase.java25 * tested, and the equals and fieldsEqual methods are used to ensure
80 * the corresponding fields for the calendar being tested.
82 * @param era The ERA field of tested calendar on the given julian day
83 * @param year The YEAR field of tested calendar on the given julian day
84 * @param month The MONTH (1-based) field of tested calendar on the given julian day
85 * @param day The DAY_OF_MONTH field of tested calendar on the given julian day
86 * @param dayOfWeek The DAY_OF_WEEK field of tested calendar on the given julian day
87 * @param hour The HOUR field of tested calendar on the given julian day
88 * @param min The MINUTE field of tested calendar on the given julian day
89 * @param sec The SECOND field of tested calendar on the given julian day
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResumeTest.java51 // We need to finish the tested threads before detaching. in internalTearDown()
52 logWriter.println("Finish debuggee tested threads"); in internalTearDown()
60 * <BR>At first the test starts ResumeDebuggee which starts and runs some tested threads.
62 * ThreadReference.Status command that all debuggee tested threads are suspended.
64 * ThreadReference.Status command that all debuggee tested threads are resumed.
79 logWriter.println("\n==> Check that all tested threads are suspended " + in testResume001()
87 logWriter.println("\n==> Check that all tested threads are resumed " + in testResume001()
105 * tested threads.
108 * tested threads are suspended.
110 * that all debuggee tested threads are still suspended.
[all …]
/external/opencensus-java/contrib/agent/src/integration-test/java/io/opencensus/contrib/agent/instrumentation/
DExecutorInstrumentationIT.java66 final Semaphore tested = new Semaphore(0); in execute() local
75 tested.release(); in execute()
79 tested.acquire(); in execute()
88 final AtomicBoolean tested = new AtomicBoolean(false); in submit_Callable() local
98 tested.set(true); in submit_Callable()
105 assertThat(tested.get()).isTrue(); in submit_Callable()
114 final AtomicBoolean tested = new AtomicBoolean(false); in submit_Runnable() local
124 tested.set(true); in submit_Runnable()
129 assertThat(tested.get()).isTrue(); in submit_Runnable()
138 final AtomicBoolean tested = new AtomicBoolean(false); in submit_RunnableWithResult() local
[all …]
/external/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp35 it_logln("PP constructor() tested."); in test_ParsePosition()
46 it_logln("PP getIndex and constructor(int32_t) tested."); in test_ParsePosition()
52 it_logln("PP setIndex tested."); in test_ParsePosition()
63 it_logln("PP copy contructor, operator== and operator != tested."); in test_ParsePosition()
71 it_logln("PP operator= tested."); in test_ParsePosition()
124 it_logln("FP constructor(int32_t) and getField tested."); in test_FieldPosition()
145 it_logln("FP setField and getField tested."); in test_FieldPosition()
150 it_logln("FP setBeginIndex and getBeginIndex tested."); in test_FieldPosition()
155 it_logln("FP setEndIndex and getEndIndex tested."); in test_FieldPosition()
176 it_logln("FT setLong, operator== and operator!= tested."); in test_Formattable()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
D100Limits.vert.out16 0:24 Loop with condition tested first
22 0:26 Loop with condition not tested first
28 0:28 Loop with condition tested first
32 0:29 Loop with condition tested first
39 0:30 Loop with condition tested first
50 0:31 Loop with condition tested first
59 0:32 Loop with condition tested first
68 0:33 Loop with condition tested first
81 0:34 Loop with condition tested first
99 0:35 Loop with condition tested first
[all …]
Dhlsl.forLoop.frag.out10 0:3 Loop with condition tested first
16 0:4 Loop with condition tested first
20 0:5 Loop with condition tested first: Unroll
28 0:6 Loop with condition tested first
42 0:7 Loop with condition tested first
59 0:8 Loop with condition tested first
74 0:9 Loop with condition tested first
93 0:11 Loop with condition tested first
122 0:13 Loop with condition tested first
137 0:14 Loop with condition tested first
[all …]
Dhlsl.doLoop.frag.out9 0:3 Loop with condition not tested first: Unroll
14 0:4 Loop with condition not tested first: Unroll
19 0:5 Loop with condition not tested first
30 0:6 Loop with condition not tested first
39 0:7 Loop with condition not tested first
47 0:7 Loop with condition tested first
83 0:3 Loop with condition not tested first: Unroll
88 0:4 Loop with condition not tested first: Unroll
93 0:5 Loop with condition not tested first
104 0:6 Loop with condition not tested first
[all …]
/external/python/cpython2/Lib/test/
Dtest__locale.py80 tested = False
89 tested = True
90 if not tested:
95 tested = False
104 tested = True
105 if not tested:
111 tested = False
130 tested = True
131 if not tested:
137 tested = False
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Settings/Test/
DTestConfigurableDomains.xml29 <!-- Tested Booleans -->
31 <!-- Tested FixedPoints -->
42 <!-- Tested Integers -->
55 <!-- Tested Arrays -->
60 <!-- Tested String-->
85 <!-- Tested Booleans -->
87 <!-- Tested FixedPoints -->
98 <!-- Tested Integers -->
111 <!-- Tested Arrays -->
116 <!-- Tested String-->
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/
DUncompliant_OutboundParameter.xml26 <!-- Tested Booleans -->
28 <!-- Tested FixedPoints -->
39 <!-- Tested Integers -->
52 <!-- Tested Arrays -->
57 <!-- Tested String-->
65 <!-- Tested Booleans -->
67 <!-- Tested FixedPoints -->
78 <!-- Tested Integers -->
91 <!-- Tested Arrays -->
96 <!-- Tested String-->
DUncompliant_UnorderConfigurableElement.xml25 <!-- Tested Booleans -->
27 <!-- Tested FixedPoints -->
38 <!-- Tested Integers -->
51 <!-- Tested Arrays -->
56 <!-- Tested String-->
64 <!-- Tested Booleans -->
66 <!-- Tested FixedPoints -->
77 <!-- Tested Integers -->
90 <!-- Tested Arrays -->
95 <!-- Tested String-->
DUncompliant_UndeclaredConfigurableElement.xml26 <!-- Tested Booleans -->
28 <!-- Tested FixedPoints -->
39 <!-- Tested Integers -->
52 <!-- Tested Arrays -->
57 <!-- Tested String-->
65 <!-- Tested Booleans -->
67 <!-- Tested FixedPoints -->
78 <!-- Tested Integers -->
91 <!-- Tested Arrays -->
96 <!-- Tested String-->
DUncompliant_UndeclaredParameter.xml26 <!-- Tested Booleans -->
29 <!-- Tested FixedPoints -->
40 <!-- Tested Integers -->
53 <!-- Tested Arrays -->
58 <!-- Tested String-->
66 <!-- Tested Booleans -->
69 <!-- Tested FixedPoints -->
80 <!-- Tested Integers -->
93 <!-- Tested Arrays -->
98 <!-- Tested String-->
DReference_Split_Domain.xml31 <!-- Tested Booleans -->
33 <!-- Tested FixedPoints -->
44 <!-- Tested Integers -->
57 <!-- Tested Arrays -->
62 <!-- Tested String-->
82 <!-- Tested Booleans -->
84 <!-- Tested FixedPoints -->
95 <!-- Tested Integers -->
108 <!-- Tested Arrays -->
113 <!-- Tested String-->
DReference_Criteria.xml25 <!-- Tested Booleans -->
27 <!-- Tested FixedPoints -->
38 <!-- Tested Integers -->
51 <!-- Tested Arrays -->
56 <!-- Tested String-->
64 <!-- Tested Booleans -->
66 <!-- Tested FixedPoints -->
77 <!-- Tested Integers -->
90 <!-- Tested Arrays -->
95 <!-- Tested String-->
DReference_Compliant.xml28 <!-- Tested Booleans -->
30 <!-- Tested FixedPoints -->
41 <!-- Tested Integers -->
54 <!-- Tested Arrays -->
59 <!-- Tested String-->
67 <!-- Tested Booleans -->
69 <!-- Tested FixedPoints -->
80 <!-- Tested Integers -->
93 <!-- Tested Arrays -->
98 <!-- Tested String-->
/external/mockito/src/test/java/org/mockitousage/annotation/
DDeprecatedAnnotationEngineApiTest.java29 @InjectMocks Tested tested = new Tested(); field in DeprecatedAnnotationEngineApiTest.SimpleTestCase
33 class Tested { class in DeprecatedAnnotationEngineApiTest
54 assertNotNull(test.tested.dependency); in shouldInjectMocksIfThereIsNoUserDefinedEngine()
55 assertSame(test.mock, test.tested.dependency); in shouldInjectMocksIfThereIsNoUserDefinedEngine()
70 assertNull(test.tested.dependency); in shouldRespectUsersEngine()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DClassUnloadTest.java63 // commented out because it may leave JNI references to the tested class, in testClassUnloadEvent()
66 // check that tested class is loaded before unloading it in testClassUnloadEvent()
67 logWriter.println("=> Find tested class by signature: " + TESTED_CLASS_SIGNATURE); in testClassUnloadEvent()
73 fail("Tested class was not found: count=" + foundClasses); in testClassUnloadEvent()
101 logWriter.println("=> Try to find tested class by signature: " + TESTED_CLASS_SIGNATURE); in testClassUnloadEvent()
124 fail("Tested class was found after ClasUnload event: count=" + foundClasses); in testClassUnloadEvent()
130 // check if tested class not found without event in testClassUnloadEvent()
132 fail("No ClassUnload event, but tested class not found: count=" + foundClasses); in testClassUnloadEvent()
135 // check if debuggee reported tested class unloaded without event in testClassUnloadEvent()
137 fail("No ClassUnload event, but tested class was unloaded"); in testClassUnloadEvent()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
Dcoverage.txt12 -- assertion 7: not tested.
14 -- assertion 8: is tested in the areas of sem_wait, sem_trywait, sem_post,
17 -- assertion 9: is mainly tested in all test casses by calling sem_close.
23 minimum value has been tested, but not the greater than SEM_VALUE_MAX.
25 -- assertion 13: Not tested.
27 -- assertion 14: Not tested.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
Dcoverage.txt2 -- assertion 3: not tested.
3 -- assertion 5: not tested.
4 -- assertion 6: Not tested.
5 -- assertion 7: Not tested.
6 -- assertion 8: is being tested in the sem_unlink test cases.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
Dcoverage.txt5 2 IMPLICITLY tested by assertions 1-18
6 3 IMPLICITLY tested by assertions 4-6
17 14 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
19 16 WON'T test, bacause it is pthread_sigmask() specific and tested in there.
21 18 WON'T test, bacause it is pthread_sigmask() specific and tested in there.

12345678910>>...139