HomeSort by relevance Sort by last modified time
    Searched full:run (Results 126 - 150 of 12543) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 73 * Specify to run all tests within given package.
82 * Return the package of tests to run.
91 * Sets the test class to run.
93 * @param testClass fully qualfied test class to run
101 * Returns the test class to run.
103 * @return fully qualfied test class to run.
111 * Sets the test method to run. testClass must also be set.
113 * @param testMethod test method to run
120 * Returns the test method to run.
122 * @return test method to run. <code>null</code> if not specified
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/rsub_int/
Test_rsub_int.java 37 assertEquals("Subtest_1 is failed", -4, t.run(8));
50 assertEquals("Subtest_1 is failed",255, t.run(0));
63 t.run(3.14f);
75 assertEquals(-Integer.MAX_VALUE, t.run(Integer.MAX_VALUE));
76 assertEquals(-Short.MAX_VALUE, t.run(Short.MAX_VALUE));
86 assertEquals(Integer.MIN_VALUE, t.run(Integer.MIN_VALUE));
87 assertEquals(32768, t.run(Short.MIN_VALUE));
95 assertEquals(0, t.run(0));
106 assertEquals(Short.MAX_VALUE, t.run(0));
107 assertEquals(32766, t.run(1))
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/rsub_int_lit8/
Test_rsub_int_lit8.java 37 assertEquals("Subtest_1 is failed", -4, t.run(8));
50 assertEquals("Subtest_1 is failed",123, t.run(0));
63 t.run(3.14f);
75 assertEquals(-Integer.MAX_VALUE, t.run(Integer.MAX_VALUE));
76 assertEquals(-Byte.MAX_VALUE, t.run(Byte.MAX_VALUE));
86 assertEquals(Integer.MIN_VALUE, t.run(Integer.MIN_VALUE));
87 assertEquals(128, t.run(Byte.MIN_VALUE));
95 assertEquals(0, t.run(0));
106 assertEquals(Byte.MAX_VALUE, t.run(0));
107 assertEquals(126, t.run(1))
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/int_to_byte/
Test_int_to_byte.java 31 assertEquals(1, t.run(1));
39 assertEquals(-1, t.run(-1));
47 assertEquals(16, t.run(16));
55 assertEquals(-32, t.run(-32));
63 assertEquals(-122, t.run(134));
72 assertEquals(122, t.run(-134));
83 t.run(1.333f);
93 assertEquals(127, t.run(127));
101 assertEquals(-128, t.run(128));
109 assertEquals(0, t.run(0))
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/not_int/
Test_not_int.java 31 assertEquals(-6, t.run(5));
32 assertEquals(-257, t.run(256));
40 assertEquals(4, t.run(-5));
41 assertEquals(255, t.run(-256));
49 assertEquals(-0xcaff, t.run(0xcafe));
50 assertEquals(-0x12d, t.run(0x12c));
60 t.run(3.14f);
70 assertEquals(Integer.MIN_VALUE, t.run(Integer.MAX_VALUE));
78 assertEquals(Integer.MAX_VALUE, t.run(Integer.MIN_VALUE));
86 assertEquals(-2, t.run(1))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/i2b/
Test_i2b.java 30 assertEquals(1, t.run(1));
38 assertEquals(-1, t.run(-1));
46 assertEquals(16, t.run(16));
54 assertEquals(-32, t.run(-32));
62 assertEquals(-122, t.run(134));
70 assertEquals(122, t.run(-134));
78 assertEquals(127, t.run(127));
86 assertEquals(-128, t.run(128));
94 assertEquals(0, t.run(0));
102 assertEquals(-128, t.run(-128))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/idiv/
Test_idiv.java 30 assertEquals(2, t.run(8, 4));
38 assertEquals(268435455, t.run(1073741823, 4));
46 assertEquals(0, t.run(0, 4));
54 assertEquals(-3, t.run(-10, 3));
62 assertEquals(-357913941, t.run(1073741824, -3));
70 assertEquals(5965, t.run(-17895697, -3000));
79 assertEquals(Integer.MIN_VALUE, t.run(Integer.MIN_VALUE, -1));
87 assertEquals(Integer.MIN_VALUE, t.run(Integer.MIN_VALUE, 1));
95 assertEquals(Integer.MAX_VALUE, t.run(Integer.MAX_VALUE, 1));
103 assertEquals(-1, t.run(Integer.MIN_VALUE, Integer.MAX_VALUE))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/irem/
Test_irem.java 30 assertEquals(0, t.run(8, 4));
38 assertEquals(3, t.run(1073741823, 4));
46 assertEquals(0, t.run(0, 4));
54 assertEquals(-1, t.run(-10, 3));
62 assertEquals(1, t.run(1073741824, -3));
70 assertEquals(-697, t.run(-17895697, -3000));
79 assertEquals(0, t.run(Integer.MIN_VALUE, -1));
87 assertEquals(0, t.run(Integer.MIN_VALUE, 1));
95 assertEquals(0, t.run(Integer.MAX_VALUE, 1));
103 assertEquals(-1, t.run(Integer.MIN_VALUE, Integer.MAX_VALUE))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/isub/
Test_isub.java 30 assertEquals(4, t.run(8, 4));
38 assertEquals(-255, t.run(0, 255));
46 assertEquals(65536, t.run(0, -65536));
54 assertEquals(Integer.MAX_VALUE, t.run(0, -2147483647));
62 assertEquals(-2147483647, t.run(0, Integer.MAX_VALUE));
70 assertEquals(0, t.run(Integer.MAX_VALUE, Integer.MAX_VALUE));
78 assertEquals(Integer.MIN_VALUE, t.run(Integer.MAX_VALUE, -1));
86 assertEquals(Integer.MAX_VALUE, t.run(Integer.MIN_VALUE, 1));
94 assertEquals(0, t.run(0, 0));
102 assertEquals(-2147483648, t.run(0, -Integer.MIN_VALUE))
    [all...]
  /development/pdk/docs/source/
building-dream.jd 14 <li>At the root of your source tree, run ". build/envsetup.sh" like you normally would for an emulator build.
16 <li>Run "make adb" if you don't already have adb in your path.
18 <li>run "adb root".<br></li>
19 <li>in vendor/htc/dream-open/ there is a script called "extract-files.sh" that must be run (from that directory) to extract some proprietary binaries from your device (*). You only need to do this once.<br></li>
20 <li>run "lunch aosp_dream_us-eng" to specifically configure the build system for dream (the default is the equivalent of "lunch generic-eng", which doesn't contain dream-specific files).<br></li>
21 <li>run make from the top of the source tree.
23 <li>from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run "fastboot -w flashall".<br></li>
28 <li>At the root of your source tree, run ". build/envsetup.sh" like you normally would for an emulator build.
30 <li>Run "make adb" if you don't already have adb in your path.<br></li>
31 <li>in vendor/htc/dream-open/ there is a script called "extract-files.sh" that must be run (from that directory) to extract some proprietary binaries from your device (*). You only need to (…)
    [all...]
  /external/bluetooth/bluez/scripts/
bluetooth-hid2hci.rules 11 ACTION=="add", ENV{ID_VENDOR}=="413c", ENV{ID_CLASS}=="mouse", ATTRS{bmAttributes}=="e0", KERNEL=="mouse*", RUN+="/usr/sbin/hid2hci --method dell -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
14 ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c703" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
15 ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c704" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
16 ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c705" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
17 ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c70a" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
18 ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c70b" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
19 ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c70c" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
20 ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c70e" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
21 ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c713" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci"
22 ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c714" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci
    [all...]
  /external/gtest/test/
gtest_environment_test.cc 90 // Was SetUp() run?
93 // Was TearDown() run?
101 // Was the TEST run?
105 // was run.
146 "The tests should run, as the global set-up should generate no "
149 "The global tear-down should run, as the global set-up was run.");
157 "The tests should run, as the global set-up should generate no "
160 "The global tear-down should run, as the global set-up was run.")
    [all...]
  /build/core/
process_wrapper_gdb.sh 6 # process. In addition, here we run the command inside
14 # Start binderproc (or whatever sub-command is being run)
16 # automatically run the process without user intervention.
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ddiv/
Test_ddiv.java 31 assertEquals(0.8598726114649682d, t.run(2.7d, 3.14d));
39 assertEquals(0d, t.run(0, 3.14d));
48 assertEquals(-1.162962962962963d, t.run(-3.14d, 2.7d));
57 assertEquals(-1.162962962962963d, t.run(-3.14d, 2.7d));
66 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY,
75 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY,
84 assertEquals(0d, t.run(-2.7d, Double.NEGATIVE_INFINITY));
92 assertEquals(Double.NaN, t.run(0, 0));
100 assertEquals(-0d, t.run(0, -2.7d));
108 assertEquals(Double.NEGATIVE_INFINITY, t.run(-2.7d, 0))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/drem/
Test_drem.java 30 assertEquals(2.7d, t.run(2.7d, 3.14d));
38 assertEquals(0d, t.run(0, 3.14d));
46 assertEquals(-0.43999999999999995d, t.run(-3.14d, 2.7d));
54 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
63 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY,
72 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, -2.7d));
80 assertEquals(-2.7d, t.run(-2.7d, Double.NEGATIVE_INFINITY));
88 assertEquals(Double.NaN, t.run(0, 0));
96 assertEquals(0d, t.run(0, -2.7d));
104 assertEquals(Double.NaN, t.run(-2.7d, 0))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fdiv/
Test_fdiv.java 30 assertEquals(0.8598726f, t.run(2.7f, 3.14f));
38 assertEquals(0f, t.run(0, 3.14f));
46 assertEquals(-1.162963f, t.run(-3.14f, 2.7f));
54 assertEquals(Float.NaN, t.run(Float.MAX_VALUE, Float.NaN));
63 assertEquals(Float.NaN, t.run(Float.POSITIVE_INFINITY,
72 assertEquals(Float.NEGATIVE_INFINITY, t.run(Float.POSITIVE_INFINITY,
81 assertEquals(0f, t.run(-2.7f, Float.NEGATIVE_INFINITY));
89 assertEquals(Float.NaN, t.run(0, 0));
97 assertEquals(-0f, t.run(0, -2.7f));
105 assertEquals(Float.NEGATIVE_INFINITY, t.run(-2.7f, 0))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/frem/
Test_frem.java 30 assertEquals(2.7f, t.run(2.7f, 3.14f));
38 assertEquals(0f, t.run(0, 3.14f));
46 assertEquals(-0.44000006f, t.run(-3.14f, 2.7f));
54 assertEquals(Float.NaN, t.run(Float.MAX_VALUE, Float.NaN));
63 assertEquals(Float.NaN, t.run(Float.POSITIVE_INFINITY,
72 assertEquals(Float.NaN, t.run(Float.POSITIVE_INFINITY, -2.7f));
80 assertEquals(-2.7f, t.run(-2.7f, Float.NEGATIVE_INFINITY));
88 assertEquals(Float.NaN, t.run(0, 0));
96 assertEquals(0f, t.run(0, -2.7f));
104 assertEquals(Float.NaN, t.run(-2.7f, 0))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iadd/
Test_iadd.java 30 assertEquals(12, t.run(8, 4));
38 assertEquals(255, t.run(0, 255));
46 assertEquals(-65536, t.run(0, -65536));
54 assertEquals(-2147483647, t.run(0, -2147483647));
62 assertEquals(-2147483648, t.run(0x7ffffffe, 2));
70 assertEquals(0, t.run(-1, 1));
78 assertEquals(Integer.MAX_VALUE, t.run(0, Integer.MAX_VALUE));
86 assertEquals(-2, t.run(Integer.MAX_VALUE, Integer.MAX_VALUE));
94 assertEquals(Integer.MIN_VALUE, t.run(Integer.MAX_VALUE, 1));
102 assertEquals(-2147483647, t.run(Integer.MIN_VALUE, 1))
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_double/
Test_mul_double.java 31 assertEquals(8.478000000000002d, t.run(2.7d, 3.14d));
39 assertEquals(-0d, t.run(0, -3.14d));
47 assertEquals(8.478000000000002d, t.run(-3.14d, -2.7d));
58 t.run(500000l, 2.7d);
68 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
76 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, 0));
84 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY,
94 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY,
103 assertEquals(-0d, t.run(+0d, -0d));
111 assertEquals(+0d, t.run(-0d, -0d))
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_double_2addr/
Test_mul_double_2addr.java 32 assertEquals(8.478000000000002d, t.run(2.7d, 3.14d));
40 assertEquals(-0d, t.run(0, -3.14d));
48 assertEquals(8.478000000000002d, t.run(-3.14d, -2.7d));
59 t.run(500000l, 2.7d);
69 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
77 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, 0));
85 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY,
95 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY,
104 assertEquals(-0d, t.run(+0d, -0d));
112 assertEquals(+0d, t.run(-0d, -0d))
    [all...]
  /dalvik/dx/src/junit/textui/
TestRunner.java 10 * A command line based tool to run tests.
16 * will be invoked and the returned test is run. Otherwise all
17 * the methods starting with "test" having no arguments are run.
56 static public void run(Class testClass) { method in class:TestRunner
57 run(new TestSuite(testClass)); method
62 * This method can be used to start a test run
66 * test.textui.TestRunner.run(suite());
70 static public TestResult run(Test test) { method in class:TestRunner
102 * Creates the TestResult to be used for the test run.
116 suite.run(result)
    [all...]
  /dalvik/libcore/luni/src/test/java/junit/textui/
TestRunner.java 10 * A command line based tool to run tests.
16 * will be invoked and the returned test is run. Otherwise all
17 * the methods starting with "test" having no arguments are run.
56 static public void run(Class testClass) { method in class:TestRunner
57 run(new TestSuite(testClass)); method
62 * This method can be used to start a test run
66 * test.textui.TestRunner.run(suite());
70 static public TestResult run(Test test) { method in class:TestRunner
102 * Creates the TestResult to be used for the test run.
116 suite.run(result)
    [all...]
  /dalvik/tests/054-uncaught/
expected.txt 5 at Main$Helper.run(Main.java:60)
10 at Main$Helper.run(Main.java:60)
15 at Main$Helper.run(Main.java:60)
  /external/icu4c/layoutex/
RunArrays.cpp 117 const LEFontInstance *FontRuns::getFont(le_int32 run) const
119 if (run < 0 || run >= getCount()) {
123 return fFonts[run];
169 const Locale *LocaleRuns::getLocale(le_int32 run) const
171 if (run < 0 || run >= getCount()) {
175 return fLocales[run];
221 le_int32 ValueRuns::getValue(le_int32 run) const
223 if (run < 0 || run >= getCount())
    [all...]
  /external/junit/src/junit/swingui/
TestRunView.java 12 * notified about the start and finish of a run.
28 * Adds the TestRunView to the test run views tab
36 * Informs that the run of the test suite has finished

Completed in 148 milliseconds

1 2 3 4 56 7 8 91011>>