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

<<11121314151617181920>>

  /external/qemu/android/skin/
region.c 72 typedef SkinRegionRun Run;
80 #define RUNS_EMPTY ((Run*)(void*)(-1))
81 #define RUNS_RECT ((Run*)(void*)(0))
118 RunStore* s = malloc( sizeof(*s) + sizeof(Run)*count );
135 memcpy( s2, s, sizeof(*s) + s->count*sizeof(Run) );
161 runstore_from_runs( Run* runs )
168 static __inline__ Run*
172 return (Run*)(s + 1);
175 static Run*
188 /** Run parsin
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
ITestRunListener.java 36 * Reports the start of a test run.
38 * @param testCount total number of tests in test run
43 * Reports end of test run.
50 * Reports test run stopped before completion.
82 * Reports test run failed to execute due to a fatal error.
  /cts/tests/tests/widget/src/android/widget/cts/
VideoViewTest.java 217 public void run() {
226 }.run(); method
230 public void run() {
240 }.run(); method
292 public void run() {
301 }.run(); method
306 public void run() {
315 }.run(); method
320 public void run() {
329 }.run(); method
347 }.run(); method
361 }.run(); method
375 }.run(); method
402 }.run(); method
426 }.run(); method
485 }.run(); method
494 }.run(); method
508 }.run(); method
516 }.run(); method
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
CyclicBarrierTest.java 19 junit.textui.TestRunner.run (suite());
27 public void run() { ++countAction; } method in class:CyclicBarrierTest.MyAction
77 * The supplied barrier action is run at barrier
101 public void run() {
131 public void run() {
142 public void run() {
171 public void run() {
182 public void run() {
210 public void run() {
236 public void run() {
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sub_float/
Test_sub_float.java 32 assertEquals(-0.44000006f, t.run(2.7f, 3.14f));
40 assertEquals(3.14f, t.run(0, -3.14f));
48 assertEquals(-0.44000006f, t.run(-3.14f, -2.7f));
58 t.run(1, 3.14f);
68 assertEquals(Float.NaN, t.run(Float.MAX_VALUE, Float.NaN));
77 assertEquals(Float.POSITIVE_INFINITY, t.run(Float.POSITIVE_INFINITY,
87 assertEquals(Float.NaN, t.run(Float.POSITIVE_INFINITY,
96 assertEquals(Float.POSITIVE_INFINITY, t.run(Float.POSITIVE_INFINITY,
105 assertEquals(+0f, t.run(+0f, -0f));
113 assertEquals(0f, t.run(-0f, -0f))
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sub_float_2addr/
Test_sub_float_2addr.java 30 assertEquals(-0.44000006f, t.run(2.7f, 3.14f));
38 assertEquals(3.14f, t.run(0, -3.14f));
46 assertEquals(-0.44000006f, t.run(-3.14f, -2.7f));
56 t.run(1, 3.14f);
66 assertEquals(Float.NaN, t.run(Float.MAX_VALUE, Float.NaN));
75 assertEquals(Float.POSITIVE_INFINITY, t.run(Float.POSITIVE_INFINITY,
85 assertEquals(Float.NaN, t.run(Float.POSITIVE_INFINITY,
94 assertEquals(Float.POSITIVE_INFINITY, t.run(Float.POSITIVE_INFINITY,
103 assertEquals(+0f, t.run(+0f, -0f));
111 assertEquals(0f, t.run(-0f, -0f))
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
FontWx.cpp 68 FloatRect Font::selectionRectForComplexText(const TextRun& run, const IntPoint& point, int h, int from, int to) const
71 UniscribeController it(this, run);
78 if (run.rtl()) {
79 it.advance(run.length());
91 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const
98 UniscribeController controller(this, run);
103 // We couldn't generate any glyphs for the run. Give up.
109 if (run.rtl()) {
110 controller.advance(run.length());
117 drawGlyphBuffer(context, glyphBuffer, run, startPoint)
    [all...]
  /external/icu4c/common/
ubidiwrt.c 55 * However, if the RTL run was to be mirrored, we need to mirror here now
68 /* simply copy the LTR run to the destination */
96 /* copy the LTR run and remove any BiDi control characters */
159 * RTL run -
168 * to the destination for this run.
184 * run will have the same length as the source run,
212 * run will have the same length as the source run,
242 * general and the slowest copying of an RTL run
359 int32_t run, runCount, logicalStart, runLength; local
    [all...]
  /external/icu4c/samples/layout/
pflow.c 25 * to add a locale run to the pl_paragraphs
77 le_int32 run; local
79 for (run = 0; run < runCount; run += 1) {
80 if (pl_getFontRunLimit(fontRuns, run) > offset) {
81 return run;
92 le_int32 run; local
96 for (run = startRun; run <= endRun; run += 1)
328 le_int32 run; local
    [all...]
  /external/icu4c/layoutex/
plruns.cpp 76 le_int32 run)
84 return fr->getLimit(run);
89 le_int32 run)
97 return (const le_font *) fr->getFont(run);
172 le_int32 run)
180 return vr->getLimit(run);
185 le_int32 run)
193 return vr->getValue(run);
252 * Get the name of the locale assoicated with the given run
253 * of text. Use <code>RunArray::getLimit(run)</code> to get the correspondin
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/d2i/
Test_d2i.java 30 assertEquals(2, t.run(2.9999999d));
38 assertEquals(1, t.run(1d));
46 assertEquals(-1, t.run(-1d));
54 assertEquals(0, t.run(-0d));
62 assertEquals(Integer.MAX_VALUE, t.run(Double.MAX_VALUE));
70 assertEquals(0, t.run(Double.MIN_VALUE));
78 assertEquals(0, t.run(Double.NaN));
86 assertEquals(Integer.MAX_VALUE, t.run(Double.POSITIVE_INFINITY));
94 assertEquals(Integer.MIN_VALUE, t.run(Double.NEGATIVE_INFINITY));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/d2l/
Test_d2l.java 30 assertEquals(2l, t.run(2.9999999d));
38 assertEquals(1l, t.run(1d));
46 assertEquals(-1l, t.run(-1d));
54 assertEquals(Long.MAX_VALUE, t.run(Double.MAX_VALUE));
62 assertEquals(0, t.run(Double.MIN_VALUE));
70 assertEquals(0l, t.run(-0));
78 assertEquals(0l, t.run(Double.NaN));
86 assertEquals(Long.MAX_VALUE, t.run(Double.POSITIVE_INFINITY));
94 assertEquals(Long.MIN_VALUE, t.run(Double.NEGATIVE_INFINITY));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dneg/
Test_dneg.java 30 assertEquals(-1d, t.run(1d));
38 assertEquals(1d, t.run(-1d));
46 assertEquals(-0d, t.run(+0d));
54 assertEquals(2.7d, t.run(-2.7d));
63 assertEquals(Double.NaN, t.run(Double.NaN));
71 assertEquals(Double.POSITIVE_INFINITY, t.run(Double.NEGATIVE_INFINITY));
79 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY));
87 assertEquals(-1.7976931348623157E308d, t.run(Double.MAX_VALUE));
95 assertEquals(-4.9E-324d, t.run(Double.MIN_VALUE));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/f2d/
Test_f2d.java 30 assertEquals(0.5d, t.run(0.5f), 0d);
38 assertEquals(1d, t.run(1), 0d);
46 assertEquals(-1d, t.run(-1), 0d);
55 assertEquals(r, t.run(Float.MAX_VALUE), 0d);
64 assertEquals(r, t.run(Float.MIN_VALUE), 0d);
72 assertEquals(-0d, t.run(-0), 0d);
80 assertTrue(Double.isNaN(t.run(Float.NaN)));
88 assertTrue(Double.isInfinite(t.run(Float.POSITIVE_INFINITY)));
96 assertTrue(Double.isInfinite(t.run(Float.NEGATIVE_INFINITY)));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/f2i/
Test_f2i.java 30 assertEquals(2, t.run(2.999999f));
38 assertEquals(1, t.run(1f));
46 assertEquals(-1, t.run(-1f));
54 assertEquals(0, t.run(-0f));
62 assertEquals(Integer.MAX_VALUE, t.run(Float.MAX_VALUE));
70 assertEquals(0, t.run(Float.MIN_VALUE));
78 assertEquals(0, t.run(Float.NaN));
86 assertEquals(Integer.MAX_VALUE, t.run(Float.POSITIVE_INFINITY));
94 assertEquals(Integer.MIN_VALUE, t.run(Float.NEGATIVE_INFINITY));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/f2l/
Test_f2l.java 30 assertEquals(2l, t.run(2.999999f));
38 assertEquals(1l, t.run(1));
46 assertEquals(-1l, t.run(-1));
54 assertEquals(Long.MAX_VALUE, t.run(Float.MAX_VALUE));
62 assertEquals(0, t.run(Float.MIN_VALUE));
70 assertEquals(0l, t.run(0));
78 assertEquals(0l, t.run(Float.NaN));
86 assertEquals(Long.MAX_VALUE, t.run(Float.POSITIVE_INFINITY));
94 assertEquals(Long.MIN_VALUE, t.run(Float.NEGATIVE_INFINITY));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fneg/
Test_fneg.java 30 assertEquals(-1f, t.run(1f));
38 assertEquals(1f, t.run(-1f));
46 assertEquals(-0f, t.run(+0f));
54 assertEquals(2.7f, t.run(-2.7f));
62 assertEquals(Float.NaN, t.run(Float.NaN));
70 assertEquals(Float.POSITIVE_INFINITY, t.run(Float.NEGATIVE_INFINITY));
78 assertEquals(Float.NEGATIVE_INFINITY, t.run(Float.POSITIVE_INFINITY));
86 assertEquals(-3.4028235E38f, t.run(Float.MAX_VALUE));
94 assertEquals(-1.4E-45f, t.run(Float.MIN_VALUE));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/imul/
Test_imul.java 30 assertEquals(32, t.run(8, 4));
38 assertEquals(-510, t.run(-2, 255));
46 assertEquals(-4, t.run(0x7ffffffe, 2));
54 assertEquals(4, t.run(4, 0x80000001));
62 assertEquals(0, t.run(0, Integer.MAX_VALUE));
70 assertEquals(Integer.MAX_VALUE, t.run(Integer.MAX_VALUE, 1));
78 assertEquals(Integer.MIN_VALUE, t.run(Integer.MIN_VALUE, 1));
86 assertEquals(Integer.MIN_VALUE, t.run(Integer.MAX_VALUE,
95 assertEquals(0, t.run(0, 0));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ishl/
Test_ishl.java 30 assertEquals(30, t.run(15, 1));
38 assertEquals(132, t.run(33, 2));
46 assertEquals(-30, t.run(-15, 1));
54 assertEquals(0x80000000, t.run(1, -1));
62 assertEquals(66, t.run(33, 33));
75 assertEquals(0, t.run(0, -1));
83 assertEquals(0xfffffffe, t.run(Integer.MAX_VALUE, 1));
91 assertEquals(0, t.run(Integer.MIN_VALUE, 1));
99 assertEquals(1, t.run(1, 0));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ishr/
Test_ishr.java 30 assertEquals(7, t.run(15, 1));
38 assertEquals(8, t.run(33, 2));
46 assertEquals(-8, t.run(-15, 1));
54 assertEquals(0, t.run(1, -1));
62 assertEquals(16, t.run(33, 33));
70 assertEquals(0, t.run(0, -1));
78 assertEquals(0x3FFFFFFF, t.run(Integer.MAX_VALUE, 1));
86 assertEquals(0xc0000000, t.run(Integer.MIN_VALUE, 1));
94 assertEquals(1, t.run(1, 0));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iushr/
Test_iushr.java 30 assertEquals(7, t.run(15, 1));
38 assertEquals(8, t.run(33, 2));
46 assertEquals(0x7FFFFFF8, t.run(-15, 1));
54 assertEquals(0, t.run(1, -1));
62 assertEquals(16, t.run(33, 33));
70 assertEquals(0, t.run(0, -1));
78 assertEquals(0x3FFFFFFF, t.run(Integer.MAX_VALUE, 1));
86 assertEquals(0x40000000, t.run(Integer.MIN_VALUE, 1));
94 assertEquals(1, t.run(1, 0));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lcmp/
Test_lcmp.java 30 assertEquals(1, t.run(111234567891l, 111234567890l));
38 assertEquals(0, t.run(112234567890l, 112234567890l));
46 assertEquals(-1, t.run(112234567890l, 998876543210l));
54 assertEquals(1, t.run(Long.MAX_VALUE, Long.MIN_VALUE));
62 assertEquals(-1, t.run(Long.MIN_VALUE, Long.MAX_VALUE));
70 assertEquals(1, t.run(1l, 0l));
78 assertEquals(1, t.run(0l, -1l));
86 assertEquals(-1, t.run(-1l, 0l));
94 assertEquals(0, t.run(0l, 0l));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lookupswitch/
Test_lookupswitch.java 30 assertEquals(2, t.run(-1));
32 assertEquals(-1, t.run(9));
33 assertEquals(20, t.run(10));
34 assertEquals(-1, t.run(11));
36 assertEquals(-1, t.run(14));
37 assertEquals(20, t.run(15));
38 assertEquals(-1, t.run(16));
46 assertEquals(-1, t.run(Integer.MAX_VALUE));
54 assertEquals(-1, t.run(Integer.MIN_VALUE));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lshl/
Test_lshl.java 30 assertEquals(40000000000l, t.run(5000000000l, 3));
38 assertEquals(10000000000l, t.run(5000000000l, 1));
46 assertEquals(-10000000000l, t.run(-5000000000l, 1));
54 assertEquals(0x8000000000000000l, t.run(1l, -1));
62 assertEquals(130l, t.run(65l, 65));
70 assertEquals(0, t.run(0, -1));
78 assertEquals(1, t.run(1, 0));
86 assertEquals(0xfffffffe, t.run(Long.MAX_VALUE, 1));
94 assertEquals(0l, t.run(Long.MIN_VALUE, 1));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lshr/
Test_lshr.java 30 assertEquals(5000000000l, t.run(40000000000l, 3));
38 assertEquals(20000000000l, t.run(40000000000l, 1));
46 assertEquals(-20000000000l, t.run(-40000000000l, 1));
54 assertEquals(0l, t.run(1l, -1));
62 assertEquals(32, t.run(65l, 65));
70 assertEquals(0l, t.run(0l, -1));
78 assertEquals(1l, t.run(1l, 0));
86 assertEquals(0x3FFFFFFFFFFFFFFFl, t.run(Long.MAX_VALUE, 1));
94 assertEquals(0xc000000000000000l, t.run(Long.MIN_VALUE, 1));

Completed in 137 milliseconds

<<11121314151617181920>>