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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
xmltests.py 9 def runtest(name): function
15 runtest("test.test_minidom")
16 runtest("test.test_pyexpat")
17 runtest("test.test_sax")
18 runtest("test.test_xml_etree")
19 runtest("test.test_xml_etree_c")
20 runtest("test.test_xmllib")
21 runtest("test.test_xmlrpc")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
xmltests.py 9 def runtest(name): function
15 runtest("test.test_minidom")
16 runtest("test.test_pyexpat")
17 runtest("test.test_sax")
18 runtest("test.test_xml_etree")
19 runtest("test.test_xml_etree_c")
20 runtest("test.test_xmllib")
21 runtest("test.test_xmlrpc")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
xmltests.py 9 def runtest(name): function
15 runtest("test.test_minidom")
16 runtest("test.test_pyexpat")
17 runtest("test.test_sax")
18 runtest("test.test_xml_etree")
19 runtest("test.test_xml_etree_c")
20 runtest("test.test_xmllib")
21 runtest("test.test_xmlrpc")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
xmltests.py 9 def runtest(name): function
15 runtest("test.test_minidom")
16 runtest("test.test_pyexpat")
17 runtest("test.test_sax")
18 runtest("test.test_xml_etree")
19 runtest("test.test_xml_etree_c")
20 runtest("test.test_xmllib")
21 runtest("test.test_xmlrpc")
  /system/netd/tests/
netd_integration_test.cpp 2 // runtest -x system/netd/tests/netd_integration_test.cpp
  /external/nanopb-c/tests/alltypes_callback/
SConscript 15 env.RunTest(enc)
16 env.RunTest("decode_alltypes.output", [refdec, "encode_alltypes_callback.output"])
17 env.RunTest("decode_alltypes_callback.output", [dec, "encode_alltypes_callback.output"])
20 env.RunTest("optionals.output", enc, ARGS = ['1'])
21 env.RunTest("optionals.refdecout", [refdec, "optionals.output"], ARGS = ['1'])
22 env.RunTest("optionals.decout", [dec, "optionals.output"], ARGS = ['1'])
  /external/nanopb-c/tests/decode_unittests/
SConscript 3 env.RunTest(p)
  /external/libxml2/
Makefile.tests 11 all: runtest$(EXEEXT) runsuite$(EXEEXT) testapi$(EXEEXT) testchar$(EXEEXT)
14 $(RM) runtest$(EXEEXT) runsuite$(EXEEXT) testapi$(EXEEXT)
18 runtest$(EXEEXT): runtest.c
19 $(CC) -o runtest$(EXEEXT) $(CFLAGS) runtest.c $(LIBS) $(THREADLIB)
21 do_runtest: runtest$(EXEEXT)
22 ./runtest
  /external/testng/src/test/java/test/junit/testsetup/
LoggingTestSuite.java 22 public void runTest( Test test, TestResult result )
24 super.runTest( test, result );
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
err.exp 5 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/warn-*.s]] "" "--isa=SHmedia"
6 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/err-*.s]] "" "--isa=SHmedia"
  /build/kati/
.travis.yml 16 - ruby runtest.rb -c
17 - ruby runtest.rb -c -n
18 - ruby runtest.rb -c -n -a
  /build/kati/testcase/
wildcard_with_var.mk 5 # expect Makefile, since runtest.rb put this as Makefile in new dir.
  /external/eigen/test/eigen2/
runtest.sh 12 if make test_$1 > /dev/null 2> .runtest.log ; then
13 if ! ./test_$1 r20 > /dev/null 2> .runtest.log ; then
16 cat .runtest.log
25 cat .runtest.log
  /external/nanopb-c/tests/encode_unittests/
SConscript 5 env.RunTest(p)
  /external/testng/src/test/java/test/configuration/
GroupsTest.java 23 runTest(ConfigurationGroupDataProviderSampleTest.class,
32 runTest(ConfigurationGroupInvocationCountSampleTest.class,
41 runTest(ConfigurationGroupBothSampleTest.class,
48 private void runTest(Class cls, List<Integer> list, List<Integer> expected) {
  /external/regex-re2/re2/testing/
string_generator_test.cc 33 static void RunTest(int len, string alphabet, bool donull) {
82 RunTest(0, "abc", false);
86 RunTest(0, "", false);
90 RunTest(5, "", false);
94 RunTest(3, "abc", false);
98 RunTest(4, "abc\xE2\x98\xBA", false);
102 RunTest(0, "abc", true);
103 RunTest(0, "", true);
104 RunTest(5, "", true);
105 RunTest(3, "abc", true)
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 96 public void runTest(TestAction ta, String testName) {
118 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name());
125 runTest(ta, TestName.LEVELS_VEC4_RELAXED.name());
132 runTest(ta, TestName.LEVELS_VEC3_FULL.name());
139 runTest(ta, TestName.LEVELS_VEC4_FULL.name());
146 runTest(ta, TestName.BLUR_RADIUS_25.name());
153 runTest(ta, TestName.INTRINSIC_BLUE_RADIUS_25.name());
160 runTest(ta, TestName.GREYSCALE.name());
167 runTest(ta, TestName.GRAIN.name());
174 runTest(ta, TestName.FISHEYE_FULL.name())
    [all...]
  /external/clang/test/SemaCXX/
pr18284-crash-on-invalid.cpp 8 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
19 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
  /external/nanopb-c/tests/backwards_compatibility/
SConscript 9 env.RunTest(enc)
10 env.RunTest([dec, "encode_legacy.output"])
  /external/nanopb-c/tests/callbacks/
SConscript 9 env.RunTest(enc)
10 env.RunTest([dec, "encode_callbacks.output"])
  /external/testng/src/test/java/test/expectedexceptions/
ExpectedExceptionsTest.java 11 runTest("test.expectedexceptions.SampleExceptions",
19 runTest("test.expectedexceptions.SampleExceptions2",
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingTest.java 111 public void runTest(TestAction ta, String testName) {
133 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name());
140 runTest(ta, TestName.LEVELS_VEC4_RELAXED.name());
147 runTest(ta, TestName.LEVELS_VEC3_FULL.name());
154 runTest(ta, TestName.LEVELS_VEC4_FULL.name());
161 runTest(ta, TestName.BLUR_RADIUS_25.name());
168 runTest(ta, TestName.INTRINSIC_BLUR_RADIUS_25.name());
175 runTest(ta, TestName.GREYSCALE.name());
182 runTest(ta, TestName.GRAIN.name());
189 runTest(ta, TestName.FISHEYE_FULL.name())
    [all...]
  /external/v8/test/mjsunit/es6/
generators-relocation.js 13 function RunTest(formals_and_body, args, value1, value2) {
51 RunTest([prog('', '1', '2')], [], 1, 2);
53 RunTest([prog('for (;;) break', '1', '2')], [], 1, 2);
55 RunTest([prog('while (0) foo()', '1', '2')], [], 1, 2);
57 RunTest(['a', prog('var x = 3', 'a', 'x')], [1], 1, 3);
59 RunTest(['a', prog('', '1', '2')], [42], 1, 2);
61 RunTest(['a', prog('for (;;) break', '1', '2')], [42], 1, 2);
  /external/vogar/src/junit/framework/
TestCase.java 25 private static final Method runTest;
28 runTest = TestCase.class.getDeclaredMethod("runTest");
29 runTest.setAccessible(true);
70 return runTest;
76 protected void runTest() throws Throwable {
77 fail("Expected runTest() to be overridden in " + getClass().getName());
  /external/autotest/client/deps/glbench/src/
cleartest.cc 41 RunTest(this, "clear_color", g_width * g_height, g_width, g_height, true);
44 RunTest(this, "clear_depth", g_width * g_height, g_width, g_height, true);
47 RunTest(this, "clear_colordepth",
51 RunTest(this, "clear_depthstencil",
55 RunTest(this, "clear_colordepthstencil",

Completed in 851 milliseconds

1 2 3 4 5 6 7 8 91011>>