/external/llvm/unittests/ |
CMakeLists.txt | 1 add_custom_target(UnitTests) 2 set_target_properties(UnitTests PROPERTIES FOLDER "Tests") 5 add_unittest(UnitTests ${test_dirname} ${ARGN})
|
/sdk/eclipse/plugins/ |
.gitignore | 3 com.android.ide.eclipse.tests/unittests/com/android/ddmlib 4 com.android.ide.eclipse.tests/unittests/com/android/sdklib 5 com.android.ide.eclipse.tests/unittests/com/android/sdkuilib 6 com.android.ide.eclipse.tests/unittests/com/android/layoutlib
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
build.properties | 2 unittests/ 14 unittests/com/android/sdklib/testdata/,\ 15 unittests/com/android/layoutlib/testdata/,\ 16 unittests/com/android/ide/eclipse/testdata/,\
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
RSTestCore.java | 47 private ArrayList<UnitTest> unitTests; 65 unitTests = new ArrayList<UnitTest>(); 67 unitTests.add(new UT_primitives(this, mRes, mCtx)); 68 unitTests.add(new UT_constant(this, mRes, mCtx)); 69 unitTests.add(new UT_vector(this, mRes, mCtx)); 70 unitTests.add(new UT_unsigned(this, mRes, mCtx)); 71 unitTests.add(new UT_array_init(this, mRes, mCtx)); 72 unitTests.add(new UT_array_alloc(this, mRes, mCtx)); 73 unitTests.add(new UT_kernel(this, mRes, mCtx)); 74 unitTests.add(new UT_kernel_struct(this, mRes, mCtx)) [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
RSTestCore.java | 40 private ArrayList<UnitTest> unitTests; 58 unitTests = new ArrayList<UnitTest>(); 60 unitTests.add(new UT_primitives(this, mRes, mCtx)); 61 unitTests.add(new UT_instance(this, mRes, mCtx)); 62 unitTests.add(new UT_constant(this, mRes, mCtx)); 63 unitTests.add(new UT_vector(this, mRes, mCtx)); 64 unitTests.add(new UT_unsigned(this, mRes, mCtx)); 65 unitTests.add(new UT_array_init(this, mRes, mCtx)); 66 unitTests.add(new UT_array_alloc(this, mRes, mCtx)); 67 unitTests.add(new UT_kernel(this, mRes, mCtx)) [all...] |
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
RSTestCore.java | 47 private ArrayList<UnitTest> unitTests; 65 unitTests = new ArrayList<UnitTest>(); 67 unitTests.add(new UT_primitives(this, mRes, mCtx)); 68 unitTests.add(new UT_vector(this, mRes, mCtx)); 69 unitTests.add(new UT_rsdebug(this, mRes, mCtx)); 70 unitTests.add(new UT_rstime(this, mRes, mCtx)); 71 unitTests.add(new UT_rstypes(this, mRes, mCtx)); 72 unitTests.add(new UT_alloc(this, mRes, mCtx)); 73 unitTests.add(new UT_refcount(this, mRes, mCtx)); 74 unitTests.add(new UT_foreach(this, mRes, mCtx)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/.settings/ |
org.moreunit.prefs | 3 org.moreunit.unitsourcefolder=plugin-adt\:src\:plugin-tests\:unittests\#plugin-adt\:src\:plugin-tests\:src
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
RSTestCore.java | 47 private ArrayList<UnitTest> unitTests; 65 unitTests = new ArrayList<UnitTest>(); 67 unitTests.add(new UT_primitives(this, mRes, mCtx)); 68 unitTests.add(new UT_rsdebug(this, mRes, mCtx)); 69 unitTests.add(new UT_rstime(this, mRes, mCtx)); 70 unitTests.add(new UT_rstypes(this, mRes, mCtx)); 71 unitTests.add(new UT_math(this, mRes, mCtx)); 72 unitTests.add(new UT_fp_mad(this, mRes, mCtx)); 74 unitTests.add(new UnitTest(null, "<Pass>", 1)); 75 unitTests.add(new UnitTest()) [all...] |
/external/chromium_org/content/public/test/ |
unittest_test_suite.h | 17 // A special test suite that also initializes WebKit once for all unittests. 20 // 2. Individual unittests should not be initting WebKit on their own, initting
|
/external/compiler-rt/lib/tsan/lit_tests/ |
CMakeLists.txt | 27 set_target_properties(check-tsan PROPERTIES FOLDER "TSan unittests") 34 set_target_properties(check-tsan PROPERTIES FOLDER "TSan unittests")
|
/external/llvm/unittests/Transforms/DebugIR/ |
Makefile | 1 ##===- unittests/Transforms/Utils/Makefile -----------------*- Makefile -*-===## 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/external/llvm/unittests/Transforms/Utils/ |
Makefile | 1 ##===- unittests/Transforms/Utils/Makefile -----------------*- Makefile -*-===## 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/packages/apps/Camera/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/compiler-rt/lib/ubsan/lit_tests/ |
CMakeLists.txt | 20 set_target_properties(check-ubsan PROPERTIES FOLDER "UBSan unittests")
|
/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();
|
/external/chromium_org/chrome/test/base/ |
run_all_remoting_unittests.cc | 5 // A basic testrunner that supports JavaScript unittests. 7 // (required for JS unittests) without updating the DEPS file for each 20 // This is required for the JavaScript unittests.
|
/external/chromium/base/allocator/ |
unittest_utils.cc | 5 // The unittests need a this in order to link up without pulling in tons
|
/external/chromium_org/base/allocator/ |
unittest_utils.cc | 5 // The unittests need a this in order to link up without pulling in tons
|
/external/chromium_org/remoting/client/plugin/ |
chromoting_plugin_unittest.cc | 12 // sane unittests.
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
SConscript | 30 # http://www.scons.org/wiki/UnitTests
|
/external/chromium_org/tools/android/ |
android_tools.gyp | 8 # unittests and instrumentation test apks.
|
/external/chromium_org/tools/grit/ |
PRESUBMIT.py | 5 """grit unittests presubmit script.
|
/external/compiler-rt/lib/tsan/tests/ |
CMakeLists.txt | 5 FOLDER "TSan unittests")
|
/external/llvm/test/Other/ |
ResponseFile.ll | 3 ; file for us. Tokenization with quotes is tested in unittests.
|