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

1 2 3 4 5 6 7 8 91011>>

  /cts/common/device-side/device-setup/tests/src/com/android/compatibility/common/devicesetup/
DeviceSetupTest.java 19 import junit.framework.TestCase;
21 public class DeviceSetupTest extends TestCase {
  /cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DeviceUtilTest.java 19 import junit.framework.TestCase;
21 public class DeviceUtilTest extends TestCase {
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/
TradefedTest.java 19 import junit.framework.TestCase;
21 public class TradefedTest extends TestCase {
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryTest.java 19 import junit.framework.TestCase;
21 public class SQLiteQueryTest extends TestCase {
  /cts/tests/tests/graphics/src/android/graphics/cts/
MaskFilterTest.java 19 import junit.framework.TestCase;
22 public class MaskFilterTest extends TestCase {
DrawFilterTest.java 19 import junit.framework.TestCase;
22 public class DrawFilterTest extends TestCase {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawable_ShaderFactoryTest.java 19 import junit.framework.TestCase;
22 public class ShapeDrawable_ShaderFactoryTest extends TestCase {
Drawable_ConstantStateTest.java 19 import junit.framework.TestCase;
22 public class Drawable_ConstantStateTest extends TestCase {
  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_ParametersTest.java 19 import junit.framework.TestCase;
22 public class Camera_ParametersTest extends TestCase {
  /cts/tests/tests/os/src/android/os/cts/
RemoteExceptionTest.java 18 import junit.framework.TestCase;
22 public class RemoteExceptionTest extends TestCase {
SeccompTest.java 19 import junit.framework.TestCase;
21 public class SeccompTest extends TestCase {
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessage_MessageClassTest.java 19 import junit.framework.TestCase;
23 public class SmsMessage_MessageClassTest extends TestCase {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyRepTest.java 24 import junit.framework.TestCase;
30 public class KeyRepTest extends TestCase {
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
string_compare_test.cc 27 struct TestCase {
28 TestCase(const std::string& left,
37 ~TestCase() {}
45 class StringCompareTest : public testing::TestWithParam<TestCase> {
73 TestCase("foo", "foo", true, false),
74 TestCase("foo", "FOO", true, false),
75 TestCase("bar", "foo", false, true),
76 TestCase(
80 TestCase(
86 TestCase(
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
NativeCodeTest.java 19 import junit.framework.TestCase;
21 public class NativeCodeTest extends TestCase {
  /cts/tests/tests/jni/src/android/jni/cts/
JniTestCase.java 21 import junit.framework.TestCase;
23 class JniTestCase extends TestCase {
  /cts/tests/tests/security/src/android/security/cts/
CharDeviceTest.java 19 import junit.framework.TestCase;
21 public class CharDeviceTest extends TestCase {
LoadEffectLibraryTest.java 19 import junit.framework.TestCase;
21 public class LoadEffectLibraryTest extends TestCase {
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessage_MessageClassTest.java 19 import junit.framework.TestCase;
24 public class SmsMessage_MessageClassTest extends TestCase {
  /cts/tests/tests/util/src/android/util/cts/
DebugUtilsTest.java 18 import junit.framework.TestCase;
21 public class DebugUtilsTest extends TestCase {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
DistributionPointTest.java 22 import junit.framework.TestCase;
24 public class DistributionPointTest extends TestCase {
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_bytecode.py 1 from tests import TestCase, add
  /external/deqp/framework/common/
tcuTestCaseWrapper.hpp 39 virtual bool initTestCase (TestCase* testCase);
40 virtual bool deinitTestCase (TestCase* testCase);
42 virtual TestNode::IterateResult iterateTestCase (TestCase* testCase);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
Rule.java 59 public void addTestCase(TestCase newItem) {
64 public List<TestCase> getTestCases() {
65 List<TestCase> result = new ArrayList<TestCase>();
67 result.add((TestCase)this.getElementAt(i));
  /external/deqp/modules/gles2/
tes2TestCase.hpp 48 class TestCase : public tcu::TestCase
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* description);
53 virtual ~TestCase (void) {}
71 inline TestCase::TestCase (Context& context, const char* name, const char* description)
72 : tcu::TestCase (context.getTestContext(), name, description)
77 inline TestCase::TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* description
    [all...]

Completed in 854 milliseconds

1 2 3 4 5 6 7 8 91011>>