HomeSort by relevance Sort by last modified time
    Searched refs:UnitTests (Results 1 - 14 of 14) sorted by null

  /cts/tools/cts-native-scanner/tests/src/com/android/cts/nativescanner/
UnitTests.java 28 public class UnitTests extends TestSuite {
30 public UnitTests() {
38 return new UnitTests();
  /packages/apps/Camera/tests/src/com/android/camera/
UnitTests.java 27 public class UnitTests extends TestSuite {
30 return new UnitTestSuiteBuilder(UnitTests.class)
  /packages/apps/Gallery/tests/src/com/android/camera/
UnitTests.java 27 public class UnitTests extends TestSuite {
30 return new UnitTestSuiteBuilder(UnitTests.class)
  /packages/apps/LegacyCamera/tests/src/com/android/camera/
UnitTests.java 27 public class UnitTests extends TestSuite {
30 return new UnitTestSuiteBuilder(UnitTests.class)
  /external/chromium_org/sandbox/linux/tests/
unit_tests.h 36 #define DEATH_SUCCESS() sandbox::UnitTests::DeathSuccess, NULL
37 #define DEATH_MESSAGE(msg) sandbox::UnitTests::DeathMessage, \
40 #define DEATH_EXIT_CODE(rc) sandbox::UnitTests::DeathExitCode, \
42 #define DEATH_BY_SIGNAL(s) sandbox::UnitTests::DeathExitCode, \
52 sandbox::UnitTests::RunTestInProcess(TEST_##test_name, NULL, death); \
69 : sandbox::UnitTests::AssertionFailure(SANDBOX_STR(expr), \
72 class UnitTests {
126 DISALLOW_IMPLICIT_CONSTRUCTORS(UnitTests);
unit_tests.cc 108 void UnitTests::RunTestInProcess(UnitTests::Test test, void *arg,
201 void UnitTests::DeathSuccess(int status, const std::string& msg,
213 void UnitTests::DeathMessage(int status, const std::string& msg,
227 void UnitTests::DeathExitCode(int status, const std::string& msg,
238 void UnitTests::DeathBySignal(int status, const std::string& msg,
249 void UnitTests::AssertionFailure(const char *expr, const char *file,
256 void UnitTests::IgnoreThisTest() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AllTests.java 36 suite.addTest(UnitTests.suite());
UnitTests.java 35 public class UnitTests {
  /cts/tools/cts-native-scanner/tests/
run_unit_tests.sh 35 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.nativescanner.UnitTests "$@"
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/
UnitTests.java 41 public class UnitTests extends TestSuite {
43 public UnitTests() {
65 return new UnitTests();
  /cts/tools/tradefed-host/tests/
run_unit_tests.sh 48 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.tradefed.UnitTests "$@"
  /external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tests.h 55 class BpfTests : public UnitTests {
112 sandbox::UnitTests::IgnoreThisTest();
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher_test.cc 340 bool UnitTests() {
362 bool ret = sidestep::UnitTests();
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_test.cc 340 bool UnitTests() {
362 bool ret = sidestep::UnitTests();

Completed in 154 milliseconds