HomeSort by relevance Sort by last modified time
    Searched refs:toInt (Results 26 - 50 of 147) sorted by null

12 3 4 5 6

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_8.d 31 invoke-direct {v1}, dot.junit.opcodes.invoke_direct.d.T_invoke_direct_8/toInt()I
38 .method private toInt()I
T_invoke_direct_9.d 30 invoke-direct {v2}, dot.junit.opcodes.invoke_direct.d.T_invoke_direct_9/toInt()I
37 .method private native toInt()I
T_invoke_direct_1.d 30 invoke-direct {v2}, dot/junit/opcodes/invoke_direct/TSuper/toInt()I
T_invoke_direct_13.d 29 invoke-direct {v2}, dot/junit/opcodes/invoke_direct/TAbstract/toInt()I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_11.d 30 invoke-direct/range {v2}, dot.junit.opcodes.invoke_direct_range.d.T_invoke_direct_range_11/toInt()I
36 .method private static toInt()I
T_invoke_direct_range_16.d 29 invoke-direct/range {v2}, dot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_16/toInt()F
36 .method private toInt()I
T_invoke_direct_range_8.d 31 invoke-direct/range {v1}, dot.junit.opcodes.invoke_direct_range.d.T_invoke_direct_range_8/toInt()I
38 .method private toInt()I
T_invoke_direct_range_9.d 30 invoke-direct/range {v2}, dot.junit.opcodes.invoke_direct_range.d.T_invoke_direct_range_9/toInt()I
37 .method private native toInt()I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
T_invoke_super_1.d 30 invoke-super {v7}, dot/junit/opcodes/invoke_super/d/T_invoke_super_1/toInt()I
37 .method public toInt()I
T_invoke_super_2.d 30 invoke-super {v7}, dot/junit/opcodes/invoke_super/d/T_invoke_super_2/toInt()I
37 .method public toInt()I
TSuper.d 26 .method public toInt()I
32 .method public toInt(F)I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_1.d 30 invoke-super/range {v7}, dot/junit/opcodes/invoke_super_range/d/T_invoke_super_range_1/toInt()I
37 .method public toInt()I
T_invoke_super_range_2.d 30 invoke-super/range {v7}, dot/junit/opcodes/invoke_super_range/d/T_invoke_super_range_2/toInt()I
37 .method public toInt()I
TSuper.d 26 .method public toInt()I
32 .method public toInt(F)I
  /external/webkit/Source/WebCore/html/
HTMLDataGridCellElement.cpp 90 return getAttribute(progressAttr).toInt();
HTMLTableCellElement.cpp 92 m_rowSpan = max(1, min(attr->value().toInt(), maxRowspan));
96 m_colSpan = max(1, attr->value().toInt());
107 int widthInt = attr->value().toInt();
113 int heightInt = attr->value().toInt();
DateComponents.cpp 112 static bool toInt(const UChar* src, unsigned length, unsigned parseStart, unsigned parseLength, int& out)
140 if (!toInt(src, length, start, digitsLength, year))
309 if (!toInt(src, length, index, 2, hour) || hour < 0 || hour > 23)
317 if (!toInt(src, length, index, 2, minute) || minute < 0 || minute > 59)
344 if (!toInt(src, length, index, 2, month) || month < 1 || month > 12)
369 if (!toInt(src, length, index, 2, day) || day < 1 || day > maxDayOfMonth(m_year, m_month))
397 if (!toInt(src, length, index, 2, week) || week < 1 || week > maxWeekNumberInYear())
411 if (!toInt(src, length, start, 2, hour) || hour < 0 || hour > 23)
421 if (!toInt(src, length, index, 2, minute) || minute < 0 || minute > 59)
430 if (toInt(src, length, index + 1, 2, second) && second >= 0 && second <= 59)
    [all...]
HTMLMarqueeElement.cpp 134 int scrollAmount = fastGetAttribute(scrollamountAttr).toInt(&ok);
149 int scrollDelay = fastGetAttribute(scrolldelayAttr).toInt(&ok);
164 int loopValue = fastGetAttribute(loopAttr).toInt(&ok);
HTMLHRElement.cpp 79 int v = attr->value().toInt(&ok);
100 int size = si->toInt();
HTMLFrameElement.cpp 86 m_frameBorder = attr->value().toInt();
HTMLOListElement.cpp 78 int start = attr->value().toInt(&canParse);
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 110 QCOMPARE(wv->property("preferredWidth").toInt(), 0);
112 QCOMPARE(wv->property("preferredHeight").toInt(), 0);
114 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready));
130 QCOMPARE(wv->property("pixelCacheSize").toInt(), 0);
188 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready));
204 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready));
218 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Ready));
242 QCOMPARE(callEvaluateJavaScript(wv, "123").toInt(), 123);
264 QCOMPARE(wv->property("status").toInt(), int(QDeclarativeWebView::Error));
348 QCOMPARE(wv->property("prefWidth").toInt(), 600)
    [all...]
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
widget.cpp 50 QCOMPARE(ui->lbl2->size().width(), ui->webView->page()->mainFrame()->findFirstElement("#img1").evaluateJavaScript("this.width").toInt());
51 QCOMPARE(ui->lbl3->size().width(), ui->webView->page()->mainFrame()->findFirstElement("#img2").evaluateJavaScript("this.width").toInt());
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
TSuper.d 28 .method public toInt()I
34 .method public toInt(F)I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
TSuper.d 28 .method public toInt()I
34 .method public toInt(F)I

Completed in 406 milliseconds

12 3 4 5 6