Home
last modified time | relevance | path

Searched refs:testElement (Results 1 – 13 of 13) sorted by relevance

/external/v8/test/mjsunit/asm/
Datomics-load.js78 function testElement(m, offset) { function
90 testElement(m1, offset);
95 testElement(m2, offset);
Datomics-store.js83 function testElement(m, offset) { function
95 testElement(m1, offset);
100 testElement(m2, offset);
Datomics-xor.js85 function testElement(m, offset) { function
97 testElement(m1, offset);
102 testElement(m2, offset);
Datomics-and.js86 function testElement(m, offset) { function
98 testElement(m1, offset);
103 testElement(m2, offset);
Datomics-add.js85 function testElement(m, offset) { function
97 testElement(m1, offset);
102 testElement(m2, offset);
Datomics-exchange.js87 function testElement(m, offset) { function
99 testElement(m1, offset);
104 testElement(m2, offset);
Datomics-sub.js86 function testElement(m, offset) { function
98 testElement(m1, offset);
103 testElement(m2, offset);
Datomics-or.js88 function testElement(m, offset) { function
100 testElement(m1, offset);
105 testElement(m2, offset);
Datomics-compareexchange.js93 function testElement(m, offset) { function
105 testElement(m1, offset);
110 testElement(m2, offset);
/external/deqp/scripts/
Dmustpass.py373 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/
DForwardingDequeTest.java86 public void testElement() { in testElement() method in ForwardingDequeTest
DForwardingQueueTest.java170 public void testElement() { in testElement() method in ForwardingQueueTest
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js5895 testElement = document.createElement('div');
5927 testElement.doScroll();
5934 if (testElement.doScroll && !doScrollWorks()){