HomeSort by relevance Sort by last modified time
    Searched full:testdiv (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/
tiny-innerHTML.html 6 var testDiv = document.createElement("div");
7 testDiv.style.display = "none";
8 document.body.appendChild(testDiv);
10 testDiv.innerHTML = "This is a tiny HTML document";
12 document.body.removeChild(testDiv);
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/
FocusUpdate.html 25 var testDiv = document.getElementById("test");
26 var a1 = testDiv.firstChild;
  /external/chromium_org/third_party/skia/src/core/
Sk64.cpp 290 uint32_t testDiv = (root << 1) + 1;
291 if (sqr >= testDiv)
293 sqr -= testDiv;
SkMath.cpp 335 uint32_t testDiv = (root << 1) + 1;
336 if (remHi >= testDiv) {
337 remHi -= testDiv;
  /external/skia/src/core/
Sk64.cpp 290 uint32_t testDiv = (root << 1) + 1;
291 if (sqr >= testDiv)
293 sqr -= testDiv;
SkMath.cpp 335 uint32_t testDiv = (root << 1) + 1;
336 if (remHi >= testDiv) {
337 remHi -= testDiv;
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 57 void testdiv(void) function
264 testdiv();
  /libcore/harmony-tests/src/test/java/tests/api/java/math/
BigIntegerTest.java 902 private void testDiv(BigInteger i1, BigInteger i2) {
949 testDiv(k, i);
983 testDiv(i1, i2);
984 testDiv(i1.negate(), i2);
985 testDiv(i1, i2.negate());
986 testDiv(i1.negate(), i2.negate());
  /external/chromium_org/third_party/ots/test/
cff_type2_charstring_test.cc 1053 TEST(ValidateTest, TestDiv) {
    [all...]

Completed in 479 milliseconds