HomeSort by relevance Sort by last modified time
    Searched defs:setUp (Results 576 - 600 of 2924) sorted by null

<<21222324252627282930>>

  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase2.java 83 * <p>If you wish to provide custom setup values to your Activity, you may call
122 * {@link #setActivityIntent(Intent)} from {@link #setUp()}.
144 * {@link #setActivityInitialTouchMode(boolean)} from {@link #setUp()}.
153 protected void setUp() throws Exception {
154 super.setUp();
ApplicationTestCase.java 87 protected void setUp() throws Exception {
88 super.setUp();
SyncBaseInstrumentation.java 28 * {@link InstrumentationTestCase}, this provides some of the boiler plate in {@link #setUp} and
37 protected void setUp() throws Exception {
38 super.setUp();
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
AssignableFromTest.java 27 protected void setUp() throws Exception {
28 super.setUp();
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchTest.java 44 public void setUp() throws Exception {
45 super.setUp();
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpHeaderParserTest.java 42 protected void setUp() throws Exception {
43 super.setUp();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectByteBufferTest.java 22 protected void setUp() throws Exception {
23 super.setUp();
HeapByteBufferTest.java 24 protected void setUp() throws Exception {
25 super.setUp();
ReadOnlyDirectByteBufferTest.java 22 protected void setUp() throws Exception {
23 super.setUp();
ReadOnlyHeapByteBufferTest.java 22 protected void setUp() throws Exception {
23 super.setUp();
ReadOnlyWrappedByteBufferTest.java 22 protected void setUp() throws Exception {
23 super.setUp();
WrappedByteBufferTest.java 23 protected void setUp() throws Exception {
24 super.setUp();
WrappedDoubleBufferTest.java 21 protected void setUp() throws Exception {
22 super.setUp();
WrappedFloatBufferTest.java 21 protected void setUp() throws Exception {
22 super.setUp();
WrappedIntBufferTest.java 21 protected void setUp() throws Exception {
22 super.setUp();
WrappedLongBufferTest.java 21 protected void setUp() throws Exception {
22 super.setUp();
WrappedShortBufferTest.java 21 protected void setUp() throws Exception {
22 super.setUp();
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
ASCCharsetDecoderTest.java 25 protected void setUp() throws Exception {
27 super.setUp();
GBCharsetDecoderTest.java 28 protected void setUp() throws Exception {
30 super.setUp();
ISOCharsetEncoderTest.java 36 * @see CharsetEncoderTest#setUp()
38 protected void setUp() throws Exception {
40 super.setUp();
UTF16BECharsetEncoderTest.java 32 * @see CharsetEncoderTest#setUp()
34 protected void setUp() throws Exception {
43 super.setUp();
UTF16CharsetDecoderTest.java 34 protected void setUp() throws Exception {
37 super.setUp();
UTF16LECharsetEncoderTest.java 32 * @see CharsetEncoderTest#setUp()
34 protected void setUp() throws Exception {
44 super.setUp();
UTFCharsetDecoderTest.java 28 protected void setUp() throws Exception {
30 super.setUp();
UTFCharsetEncoderTest.java 32 * @see CharsetEncoderTest#setUp()
34 protected void setUp() throws Exception {
37 super.setUp();

Completed in 493 milliseconds

<<21222324252627282930>>