HomeSort by relevance Sort by last modified time
    Searched refs:After (Results 1 - 25 of 676) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/tools/mkstubs/tests/com/android/mkstubs/
FilterClassAdapterTest.java 20 import org.junit.After;
29 @After
SourceGeneratorTest.java 22 import org.junit.After;
42 @After
  /external/vogar/test/vogar/target/junit4/
AnnotatedTestMethodsTest.java 19 import org.junit.After;
30 @After
31 public void after() { method in class:AnnotatedTestMethodsTest
32 System.out.println("After");
  /external/mockito/src/main/java/org/mockito/verification/
After.java 17 public class After extends VerificationWrapper<VerificationOverTimeImpl> implements VerificationAfterDelay {
25 public After(long delayMillis, VerificationMode verificationMode) {
29 After(long pollingPeriod, long delayMillis, VerificationMode verificationMode) {
33 After(VerificationOverTimeImpl verificationOverTime) {
39 return new After(wrappedVerification.copyWithVerificationMode(verificationMode));
  /external/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 21 VT1.After.BytesUsed = {1 << 1};
26 VT2.After.BytesUsed = {1 << 0};
56 VT1.After.BytesUsed = {0xff, 0, 0, 0, 0xff};
57 VT2.After.BytesUsed = {0xff, 1, 0, 0, 0};
129 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.After.Bytes);
130 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.After.BytesUsed);
131 EXPECT_EQ(std::vector<uint8_t>{0}, VT2.After.Bytes);
132 EXPECT_EQ(std::vector<uint8_t>{1}, VT2.After.BytesUsed);
139 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.After.Bytes);
140 EXPECT_EQ(std::vector<uint8_t>{0x81}, VT1.After.BytesUsed)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 21 VT1.After.BytesUsed = {1 << 1};
26 VT2.After.BytesUsed = {1 << 0};
56 VT1.After.BytesUsed = {0xff, 0, 0, 0, 0xff};
57 VT2.After.BytesUsed = {0xff, 1, 0, 0, 0};
129 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.After.Bytes);
130 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.After.BytesUsed);
131 EXPECT_EQ(std::vector<uint8_t>{0}, VT2.After.Bytes);
132 EXPECT_EQ(std::vector<uint8_t>{1}, VT2.After.BytesUsed);
139 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.After.Bytes);
140 EXPECT_EQ(std::vector<uint8_t>{0x81}, VT1.After.BytesUsed)
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p11-0x.cpp 27 int After, int After2>
31 int After>
35 int After>
38 int After>
42 int After>
45 int After>
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
DeprecatedTargetSdkTest.java 24 import org.junit.After;
40 @After
PrereleaseSdkTest.java 26 import org.junit.After;
50 @After
  /cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
IntentTestBase.java 24 import org.junit.After;
36 * @param activitiesInUsedInTest activities that should be gone after tearDown
48 @After
  /external/mockito/src/test/java/org/mockito/
ArgumentCaptorTest.java 7 import org.junit.After;
19 @After
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
IntegrationTestBase.java 39 import org.junit.After;
66 @After
  /external/junit/src/main/java/org/junit/
After.java 10 * after the test runs. Annotating a <code>public void</code> method
11 * with <code>&#064;After</code> causes that method to be run after the {@link org.junit.Test} method. All <code>&#064;After</code>
13 * exception. The <code>&#064;After</code> methods declared in superclasses will be run after those of the current
26 * &#064;After public void deleteOutputFile() {
39 public @interface After {
  /cts/hostsidetests/seccomp/src/android/seccomp/cts/
SeccompHostJUnit4DeviceTest.java 22 import org.junit.After;
65 @After
  /cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
ClipboardAccessTest.java 27 import org.junit.After;
42 @After
  /cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
ClipboardAccessTest.java 28 import org.junit.After;
43 @After
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
FieldSourcerTest.java 20 import org.junit.After;
40 @After
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
RegionTest.java 19 import org.junit.After;
32 @After
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYStepCalculatorTest.java 19 import org.junit.After;
31 @After
  /external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
NettyWritableBufferTest.java 23 import org.junit.After;
41 @After
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
ExecutorTestBase.java 23 import org.junit.After;
39 @After
  /external/mockito/src/test/java/org/mockito/internal/progress/
ThreadSafeMockingProgressTest.java 7 import org.junit.After;
21 @After
22 public void after() { method in class:ThreadSafeMockingProgressTest
  /external/mockito/src/test/java/org/mockitoutil/async/
AsyncTestingTest.java 7 import org.junit.After;
22 @After
23 public void after() { method in class:AsyncTestingTest
43 //after some wait...
  /external/slf4j/slf4j-simple/src/test/java/org/slf4j/impl/
SimpleLoggerTest.java 27 import org.junit.After;
43 @After
44 public void after() { method in class:SimpleLoggerTest
  /cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
ExternalSourcesInstantAppsTest.kt 26 import org.junit.After
63 @After

Completed in 1190 milliseconds

1 2 3 4 5 6 7 8 91011>>