OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
38
sandbox::
UnitTests
::DeathMessage, \
41
sandbox::
UnitTests
::DeathExitCode, \
44
sandbox::
UnitTests
::DeathExitCode, \
54
sandbox::
UnitTests
::RunTestInProcess(TEST_##test_name, NULL, death); \
69
((expr) ? static_cast<void>(0) : sandbox::
UnitTests
::AssertionFailure( \
72
class
UnitTests
{
130
DISALLOW_IMPLICIT_CONSTRUCTORS(
UnitTests
);
unit_tests.cc
105
void
UnitTests
::RunTestInProcess(
UnitTests
::Test test,
200
void
UnitTests
::DeathSuccess(int status, const std::string& msg, const void*) {
211
void
UnitTests
::DeathMessage(int status,
226
void
UnitTests
::DeathExitCode(int status,
238
void
UnitTests
::DeathBySignal(int status,
250
void
UnitTests
::AssertionFailure(const char* expr, const char* file, int line) {
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
52
class BPFTests : public
UnitTests
{
106
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 259 milliseconds