HomeSort by relevance Sort by last modified time
    Searched full:unittests (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /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/
11 unittests/com/android/sdklib/testdata/,\
12 unittests/com/android/layoutlib/testdata/,\
13 unittests/com/android/ide/eclipse/testdata/,\
  /frameworks/base/tests/RenderScriptTests/tests/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...]
  /external/webkit/Tools/Scripts/
run-gtk-tests 31 my @unitTests = glob $productDir . "/Programs/unittests/*";
32 if ($#unitTests < 1) {
37 foreach my $unitTest (@unitTests)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/.settings/
org.moreunit.prefs 3 org.moreunit.unitsourcefolder=adt\:src\:adt-tests\:unittests\#adt\:src\:adt-tests\:src
  /external/llvm/unittests/ExecutionEngine/
Makefile 1 ##===- unittests/ExecutionEngine/Makefile ------------------*- Makefile -*-===##
18 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)
  /external/llvm/unittests/
CMakeLists.txt 5 ${LLVM_BINARY_DIR}/unittests/${test_dirname}/${CMAKE_BUILD_TYPE})
8 ${LLVM_BINARY_DIR}/unittests/${test_dirname})
14 add_dependencies(UnitTests ${test_name}Tests)
18 add_custom_target(UnitTests)
19 set_target_properties(UnitTests PROPERTIES FOLDER "Tests")
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/
UnitTests.java 35 public class UnitTests extends TestSuite {
37 public UnitTests() {
49 return new UnitTests();
  /external/chromium/base/allocator/
unittest_utils.cc 5 // The unittests need a this in order to link up without pulling in tons
  /external/clang/unittests/AST/
Makefile 1 ##===- unittests/Frontend/Makefile -------------------------*- Makefile -*-===##
15 include $(CLANG_LEVEL)/unittests/Makefile
  /external/clang/unittests/Basic/
Makefile 1 ##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===##
15 include $(CLANG_LEVEL)/unittests/Makefile
  /external/clang/unittests/
CMakeLists.txt 21 ${CLANG_BINARY_DIR}/unittests/${test_dirname}/${CMAKE_BUILD_TYPE})
24 ${CLANG_BINARY_DIR}/unittests/${test_dirname})
Makefile 1 ##===- unittests/Makefile ----------------------------------*- Makefile -*-===##
26 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/clang/unittests/Frontend/
Makefile 1 ##===- unittests/Frontend/Makefile -------------------------*- Makefile -*-===##
19 include $(CLANG_LEVEL)/unittests/Makefile
  /external/llvm/unittests/ADT/
Makefile 1 ##===- unittests/ADT/Makefile ------------------------------*- Makefile -*-===##
23 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/unittests/Analysis/
Makefile 1 ##===- unittests/Analysis/Makefile -------------------------*- Makefile -*-===##
15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/unittests/ExecutionEngine/JIT/
Makefile 1 ##===- unittests/ExecutionEngine/JIT/Makefile --------------*- Makefile -*-===##
15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/unittests/Support/
Makefile 1 ##===- unittests/ADT/Makefile ------------------------------*- Makefile -*-===##
15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/unittests/VMCore/
Makefile 1 ##===- unittests/VMCore/Makefile ---------------------------*- Makefile -*-===##
15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /packages/apps/Gallery/tests/src/com/android/camera/
UnitTests.java 27 public class UnitTests extends TestSuite {
30 return new UnitTestSuiteBuilder(UnitTests.class)
  /external/chromium/net/base/
ssl_config_service_defaults.h 14 // mainly useful for unittests, or for platforms that do not have a native
  /external/llvm/unittests/Transforms/
Makefile 1 ##===- unittests/Transforms/Makefile -----------------------*- Makefile -*-===##
  /external/webkit/Source/WebKit/gtk/
GNUmakefile.am 416 Programs/unittests/testapplicationcache \
417 Programs/unittests/testdomdocument \
418 Programs/unittests/testdomdomwindow \
419 Programs/unittests/testdomnode \
420 Programs/unittests/testhttpbackend \
421 Programs/unittests/testloading \
422 Programs/unittests/testglobals \
423 Programs/unittests/testmimehandling \
424 Programs/unittests/testnetworkrequest \
425 Programs/unittests/testnetworkresponse
    [all...]

Completed in 404 milliseconds

1 2 3 4 5 6