Searched
refs:elements (Results
801 -
825 of
1581) sorted by null
<<31323334353637383940>>
/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
SerializationTest.java | 244 Collections.list(initPC.elements())); 246 Collections.list(dserPC.elements()));
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
VectorTest.java | 120 assertTrue("Vector does not contain correct elements", myVector 171 assertTrue("Failed to add all elements", 221 assertTrue("Failed to add all elements", tVector.equals(v)); 226 assertTrue("Failed to add elements correctly", v.get(counter) == v 297 Enumeration e = orgVector.elements(); 299 assertTrue("a) Cleared vector contained elements", !tVector 305 e = orgVector.elements(); 307 assertTrue("b) Cleared vector contained elements", !tVector 319 Enumeration orgNum = tVector.elements(); 320 Enumeration cnum = v.elements(); [all...] |
/external/chromium_org/tools/playback_benchmark/ |
playback.js | 137 var elements = doc.getElementsByTagName('script'); 138 for (var i = 0, el; (el = elements[i]) && !element; ++i) { 143 element = elements[i];
|
/external/chromium_org/v8/test/mjsunit/ |
array-slice.js | 129 // Now check the case with array of holes and some elements on prototype. 176 // Now check the case with array of holes and some elements on prototype. 294 // Check slicing of holey objects with elements in the prototype
|
/external/clang/utils/ABITest/ |
ABITestGen.py | 236 elements = map(random.choice,fieldValues) 237 elements[i] = v 238 yield '{ %s }'%(', '.join(elements)) 249 elements = [random.choice(values) for i in range(t.numElements)] 250 elements[i] = v 251 yield '{ %s }'%(', '.join(elements))
|
/external/eigen/blas/ |
chpr.f | 53 * On entry, INCX specifies the increment for the elements of 73 * Note that the imaginary parts of the diagonal elements need 136 * Start the operations. In this version the elements of the array AP
|
ctpmv.f | 73 * Note that when DIAG = 'U' or 'u', the diagonal elements of 84 * On entry, INCX specifies the increment for the elements of 157 * Start the operations. In this version the elements of AP are
|
ctpsv.f | 76 * Note that when DIAG = 'U' or 'u', the diagonal elements of 87 * On entry, INCX specifies the increment for the elements of 160 * Start the operations. In this version the elements of AP are
|
dsbmv.f | 103 * On entry, INCX specifies the increment for the elements of 117 * On entry, INCY specifies the increment for the elements of 189 * Start the operations. In this version the elements of the array A
|
dspmv.f | 67 * On entry, INCX specifies the increment for the elements of 83 * On entry, INCY specifies the increment for the elements of 150 * Start the operations. In this version the elements of the array AP
|
dspr2.f | 53 * On entry, INCX specifies the increment for the elements of 64 * On entry, INCY specifies the increment for the elements of 153 * Start the operations. In this version the elements of the array AP
|
dtpmv.f | 73 * Note that when DIAG = 'U' or 'u', the diagonal elements of 84 * On entry, INCX specifies the increment for the elements of 153 * Start the operations. In this version the elements of AP are
|
dtpsv.f | 76 * Note that when DIAG = 'U' or 'u', the diagonal elements of 87 * On entry, INCX specifies the increment for the elements of 156 * Start the operations. In this version the elements of AP are
|
ssbmv.f | 103 * On entry, INCX specifies the increment for the elements of 117 * On entry, INCY specifies the increment for the elements of 191 * Start the operations. In this version the elements of the array A
|
sspmv.f | 67 * On entry, INCX specifies the increment for the elements of 83 * On entry, INCY specifies the increment for the elements of 150 * Start the operations. In this version the elements of the array AP
|
sspr2.f | 53 * On entry, INCX specifies the increment for the elements of 64 * On entry, INCY specifies the increment for the elements of 153 * Start the operations. In this version the elements of the array AP
|
stpmv.f | 73 * Note that when DIAG = 'U' or 'u', the diagonal elements of 84 * On entry, INCX specifies the increment for the elements of 153 * Start the operations. In this version the elements of AP are
|
stpsv.f | 76 * Note that when DIAG = 'U' or 'u', the diagonal elements of 87 * On entry, INCX specifies the increment for the elements of 156 * Start the operations. In this version the elements of AP are
|
zhpr.f | 53 * On entry, INCX specifies the increment for the elements of 73 * Note that the imaginary parts of the diagonal elements need 136 * Start the operations. In this version the elements of the array AP
|
ztpmv.f | 73 * Note that when DIAG = 'U' or 'u', the diagonal elements of 84 * On entry, INCX specifies the increment for the elements of 157 * Start the operations. In this version the elements of AP are
|
ztpsv.f | 76 * Note that when DIAG = 'U' or 'u', the diagonal elements of 87 * On entry, INCX specifies the increment for the elements of 160 * Start the operations. In this version the elements of AP are
|
/external/v8/test/mjsunit/ |
elements-transition-hoisting.js | 48 // Make sure that a simple elements array transitions inside a loop before 89 // depend on an elements transition before them and it's not possible to hoist 126 a.foo = object; // This map check should be hoistable because all elements
|
/libcore/luni/src/test/java/tests/api/java/util/ |
VectorTest.java | 121 assertTrue("Vector does not contain correct elements", myVector 193 assertTrue("Failed to add all elements", 250 assertTrue("Failed to add all elements", tVector.equals(v)); 255 assertTrue("Failed to add elements correctly", v.get(counter) == v 326 Enumeration e = orgVector.elements(); 328 assertTrue("a) Cleared vector contained elements", !tVector 334 e = orgVector.elements(); 336 assertTrue("b) Cleared vector contained elements", !tVector 348 Enumeration orgNum = tVector.elements(); 349 Enumeration cnum = v.elements(); [all...] |
/packages/apps/UnifiedEmail/assets/ |
script.js | 20 // the set of Elements currently scheduled for processing in handleAllImageLoads 111 var elements = elt.getElementsByClassName("elided-text"); 113 for (i = 0; i < elements.length; i++) { 114 elidedElement = elements[i]; 170 * Normalizes the width of all elements supplied to the document body's overall width. 171 * Narrower elements are zoomed in, and wider elements are zoomed out. 174 function normalizeElementWidths(elements) { 182 for (i = 0; i < elements.length; i++) { 183 el = elements[i] [all...] |
/prebuilts/devtools/tools/lib/ |
manifest-merger.jar | |
Completed in 560 milliseconds
<<31323334353637383940>>