/external/v8/test/mjsunit/asm/ |
D | atomics-load.js | 78 function testElement(m, offset) { function 90 testElement(m1, offset); 95 testElement(m2, offset);
|
D | atomics-store.js | 83 function testElement(m, offset) { function 95 testElement(m1, offset); 100 testElement(m2, offset);
|
D | atomics-xor.js | 85 function testElement(m, offset) { function 97 testElement(m1, offset); 102 testElement(m2, offset);
|
D | atomics-and.js | 86 function testElement(m, offset) { function 98 testElement(m1, offset); 103 testElement(m2, offset);
|
D | atomics-add.js | 85 function testElement(m, offset) { function 97 testElement(m1, offset); 102 testElement(m2, offset);
|
D | atomics-exchange.js | 87 function testElement(m, offset) { function 99 testElement(m1, offset); 104 testElement(m2, offset);
|
D | atomics-sub.js | 86 function testElement(m, offset) { function 98 testElement(m1, offset); 103 testElement(m2, offset);
|
D | atomics-or.js | 88 function testElement(m, offset) { function 100 testElement(m1, offset); 105 testElement(m2, offset);
|
D | atomics-compareexchange.js | 93 function testElement(m, offset) { function 105 testElement(m1, offset); 110 testElement(m2, offset);
|
/external/deqp/scripts/ |
D | mustpass.py | 373 testElement = ElementTree.SubElement(configElement, "test") 374 testElement.set("class", RUNNER_CLASS) 375 addOptionElement(testElement, "deqp-package", package.module.name) 376 addOptionElement(testElement, "deqp-caselist-file", getCaseListFileName(package,config)) 379 addOptionElement(testElement, "deqp-gl-config-name", config.glconfig) 382 addOptionElement(testElement, "deqp-surface-type", config.surfacetype) 385 addOptionElement(testElement, "deqp-screen-rotation", config.rotation) 388 addOptionElement(testElement, "runtime-hint", config.expectedRuntime)
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingDequeTest.java | 86 public void testElement() { in testElement() method in ForwardingDequeTest
|
D | ForwardingQueueTest.java | 170 public void testElement() { in testElement() method in ForwardingQueueTest
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 5895 testElement = document.createElement('div'); 5927 testElement.doScroll(); 5934 if (testElement.doScroll && !doScrollWorks()){
|