/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
BitmapsRectActivity.java | 56 final float fourth = mBitmap1.getWidth() / 4.0f; local 58 mSrcRect = new Rect((int) fourth, (int) (half - half / 2.0f), 59 (int) (fourth + fourth), (int) (half + half / 2.0f)); 60 mDstRect = new RectF(fourth, half - half / 2.0f, fourth + fourth, half + half / 2.0f); 61 mDstRect2 = new RectF(fourth, half - half / 2.0f, 62 (fourth + fourth) * 3.0f, (half + half / 2.0f) * 3.0f) [all...] |
/external/v8/test/mjsunit/regress/ |
regress-931.js | 38 function fourth() { sequence += "4"; return 4; } function 40 var result = (first()[second()](third(), fourth())) 46 var result = (first()[second_prime()](third(), fourth()))
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodeinsertbeforedocfragment.js | 85 fourth child. The second employee should now have two 87 positions fourth and fifth respectively.
|
hc_attrcreatetextnode.js | 81 child of of the fourth employee and assign the "Y&ent1;"
|
hc_attrcreatetextnode2.js | 81 child of of the fourth employee and assign the "Y&ent1;"
|
hc_elementchangeattributevalue.js | 83 Retrieve the last child of the fourth employee, then add
|
hc_nodeclonefalsenocopytext.js | 81 Retrieve the fourth child of the second employee and
|
hc_nodeinsertbeforenodename.js | 81 Insert an Element node before the fourth
|
hc_nodelistindexnotzero.js | 83 employee and access its fourth child by using an index
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodeinsertbeforedocfragment.js | 85 fourth child. The second employee should now have two 87 positions fourth and fifth respectively.
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableRowElement05.js | 80 Retrieve the fourth TR element and examine the value of
|
HTMLOptionsCollection02.js | 86 Retrieve the fourth item in the list and examine its firstChild's
|
HTMLTableRowElement11.js | 81 Retrieve the fourth TR element and examine the value of
|
HTMLTableRowElement12.js | 81 Retrieve the fourth TR element and examine the value of
|
HTMLTableRowElement13.js | 81 Retrieve the fourth TR element and examine the value of
|
HTMLTableRowElement14.js | 81 Retrieve the fourth TR element and examine the value of
|
HTMLTableRowElement15.js | 81 Retrieve the fourth TR element which has six cells. Try
|
HTMLTableRowElement16.js | 81 Retrieve the fourth TR element which has six cells. Try
|
HTMLTableRowElement17.js | 81 Retrieve the fourth TR element which has six cells. Try
|
HTMLTableRowElement18.js | 81 Retrieve the fourth TR element which has six cells. Try
|
HTMLTableRowElement19.js | 81 Retrieve the fourth TR element which has six cells. Try
|
HTMLTableRowElement20.js | 83 Retrieve the fourth TR element and examine the value of
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableRowElement05.js | 80 Retrieve the fourth TR element and examine the value of
|
/frameworks/ex/chips/tests/src/com/android/ex/chips/ |
ChipsTest.java | 218 String fourth = (String) mTokenizer.terminateToken("FOURTH"); local 226 mEditable.append(first+second+third+fourth+fifth+sixth+seventh+eigth+ninth+tenth); 234 int fourthStart = mEditable.toString().indexOf(fourth); 235 int fourthEnd = fourthStart + fourth.trim().length(); 260 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth 270 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth [all...] |
/external/icu4c/test/intltest/ |
tufmtts.cpp | 109 TimeUnit fourth = third; local 112 assertTrue("copied and assigned are equal", (third == fourth));
|