Searched refs:Before (Results 1 - 25 of 211) sorted by relevance

123456789

/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
H A DIntegrationTestBase.java7 import org.junit.Before;
19 @Before
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSpinnerTest.java6 import org.junit.Before;
18 @Before
H A DViewFlipperTest.java6 import org.junit.Before;
16 @Before
H A DCheckedTextViewTest.java6 import org.junit.Before;
18 @Before
H A DInputMethodManagerTest.java3 import org.junit.Before;
22 @Before
H A DLayoutInflaterTest.java7 import org.junit.Before;
18 @Before
H A DMediaPlayerTest.java6 import org.junit.Before;
19 @Before
H A DPreferenceCategoryTest.java6 import org.junit.Before;
22 @Before
H A DResolveInfoTest.java6 import org.junit.Before;
21 @Before
H A DAnimationSetTest.java5 import org.junit.Before;
22 @Before
H A DCameraSizeTest.java7 import org.junit.Before;
20 @Before
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DH2Map_TypeForwardOnlyTest.java9 import org.junit.Before;
19 @Before
/external/junit/src/org/junit/
H A DBefore.java11 * with <code>&#064;Before</code> causes that method to be run before the {@link org.junit.Test} method.
12 * The <code>&#064;Before</code> methods of superclasses will be run before those of the current class.
20 * &#064;Before public void initialize() {
37 public @interface Before { interface
/external/llvm/lib/Support/
H A DBlockFrequency.cpp45 uint64_t Before = Freq.Frequency; local
49 if (Frequency < Before)
/external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
H A DNanoWebSocketServerTest.java4 import org.junit.Before;
22 @Before
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DIntegerResourceLoaderTest.java7 import org.junit.Before;
16 @Before
H A DResourceExtractorTest.java5 import org.junit.Before;
14 @Before
H A DDimenResourceLoaderTest.java7 import org.junit.Before;
16 @Before
H A DPluralResourceLoaderTest.java8 import org.junit.Before;
14 @Before
H A DRawResourceLoaderTest.java5 import org.junit.Before;
25 @Before public void setUp() throws Exception {
H A DStringResourceLoaderTest.java4 import org.junit.Before;
14 @Before public void setUp() throws Exception {
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntitySearch.cpp49 return Before;
54 return entryNextCharacter < nextCharacter ? Before : After;
71 if (result == Before)
91 if (result == Before)
99 ASSERT(result == Before || result == Prefix);
H A DHTMLEntitySearch.h48 Before, enumerator in enum:blink::HTMLEntitySearch::CompareResult
/external/okhttp/android/test/java/com.squareup.okhttp/
H A DConfigAwareConnectionPoolTest.java20 import org.junit.Before;
/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java8 import org.junit.Before;
58 return fTestClass.getAnnotatedMethods(Before.class);

Completed in 179 milliseconds

123456789