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

  /external/llvm/tools/bugpoint/
ListReducer.h 183 std::vector<ElTy> TestList(TheList);
184 TestList.erase(TestList.begin()+i);
186 if (doTest(EmptyList, TestList, Error) == KeepSuffix) {
188 TheList.swap(TestList);
  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestList.java 30 class TestList {
47 public static TestList rootList(List<String> rootList) {
55 return new TestList(classesToRun1);
74 public TestList(Collection<Class<?>> classes) {
TestFilter.java 68 private final TestList testList;
70 public TestFilter(TestList testList, @Nullable ExpectationStore expectationStore) {
72 this.testList = testList;
87 if (!testList.shouldRunTest(testName)) {
CoreTestRunner.java 103 private TestList testList;
195 testList = new TestList(classes);
197 testList = TestList.rootList(roots);
200 testList.addIncludeTestPackages(packageNameSet);
201 testList.addExcludeTestPackages(notPackageNameSet);
202 testList.addIncludeTests(testNameSet);
203 testList.addExcludeTests(notTestNameSet)
    [all...]
  /external/libgdx/tests/gdx-tests-jglfw/src/com/badlogic/gdx/jglfw/tests/
JglfwTestStarter.java 52 setContentPane(new TestList());
74 class TestList extends JPanel {
75 public TestList () {
  /external/libgdx/tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/
LwjglTestStarter.java 51 setContentPane(new TestList());
88 class TestList extends JPanel {
89 public TestList () {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
test_db.py 49 class TestList(Model):
159 t = TestList()
164 tt = TestList.get_by_id(t.id)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_iterlen.py 160 class TestList(TestInvariantWithoutMutations):
250 TestList,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_iterlen.py 160 class TestList(TestInvariantWithoutMutations):
250 TestList,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_iterlen.py 160 class TestList(TestInvariantWithoutMutations):
250 TestList,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_iterlen.py 160 class TestList(TestInvariantWithoutMutations):
250 TestList,
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 296 private void ex(Iterable<Codec> codecList, Test[] testList) {
302 TestList tests = new TestList();
304 for (Test test : testList) {
348 public void addTests(TestList tests, final Codec c) {
409 public void addTests(TestList tests, final Codec c) {
465 public void addTests(TestList tests, final Codec c) {
532 public void addTests(TestList tests, final Codec c) {
662 public void addTests(TestList tests, Codec c) {
689 public void addTests(TestList tests, final Codec c)
    [all...]
  /prebuilts/go/darwin-x86/src/container/list/
list_test.go 63 func TestList(t *testing.T) {
  /prebuilts/go/linux-x86/src/container/list/
list_test.go 63 func TestList(t *testing.T) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
X500PrincipalTest.java     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 32 procedure TestList;
68 procedure TestList;
355 procedure TestICommonTree.TestList;
779 procedure TestICommonTreeNodeStream.TestList;
    [all...]

Completed in 1287 milliseconds