Home
last modified time | relevance | path

Searched refs:newRow (Results 1 – 18 of 18) sorted by relevance

/external/webkit/JavaScriptCore/qt/tests/qscriptvalue/
Dtst_qscriptvalue.cpp45 QTestData& tst_QScriptValue::newRow(const char* tag) in newRow() function in tst_QScriptValue
47 return QTest::newRow(tag) << m_currentExpression; in newRow()
282 QTest::newRow("string") << QString::fromAscii("'hello'") << QString::fromAscii("hello"); in toString_data()
283 … QTest::newRow("string utf") << QString::fromUtf8("'ąśćżźółńę'") << QString::fromUtf8("ąśćżźółńę"); in toString_data()
284 QTest::newRow("expression") << QString::fromAscii("1 + 4") << QString::fromAscii("5"); in toString_data()
285 QTest::newRow("null") << QString::fromAscii("null") << QString::fromAscii("null"); in toString_data()
286 QTest::newRow("boolean") << QString::fromAscii("false") << QString::fromAscii("false"); in toString_data()
287 … QTest::newRow("undefined") << QString::fromAscii("undefined") << QString::fromAscii("undefined"); in toString_data()
288 …QTest::newRow("object") << QString::fromAscii("new Object") << QString::fromAscii("[object Object]… in toString_data()
315 QTest::newRow("native number") << nnumber << QString::number(123); in copyConstructor_data()
[all …]
Dtst_qscriptvalue_generated.cpp249 newRow(expr) << isValid.contains(expr); in isValid_makeData()
278 newRow(expr) << isBool.contains(expr); in isBool_makeData()
307 newRow(expr) << isBoolean.contains(expr); in isBoolean_makeData()
371 newRow(expr) << isNumber.contains(expr); in isNumber_makeData()
403 newRow(expr) << isFunction.contains(expr); in isFunction_makeData()
429 newRow(expr) << isNull.contains(expr); in isNull_makeData()
482 newRow(expr) << isString.contains(expr); in isString_makeData()
509 newRow(expr) << isUndefined.contains(expr); in isUndefined_makeData()
548 newRow(expr) << isObject.contains(expr); in isObject_makeData()
673 newRow(expr) << toNumber.value(expr); in toNumber_makeData()
[all …]
Dtst_qscriptvalue.h92 QTestData& newRow(const char* tag);
/external/webkit/WebKit/qt/tests/benchmarks/loading/
Dtst_loading.cpp86 QTest::newRow("amazon") << QUrl("http://www.amazon.com"); in load_data()
87 QTest::newRow("kde") << QUrl("http://www.kde.org"); in load_data()
88 QTest::newRow("apple") << QUrl("http://www.apple.com"); in load_data()
/external/webkit/WebKit/qt/tests/qwebplugindatabase/
Dtst_qwebplugindatabase.cpp156 QTest::newRow("null") << QWebPluginInfo() << true; in Q_DECLARE_METATYPE()
157 QTest::newRow("foo") << QWebSettings::pluginDatabase()->pluginForMimeType("foobarbaz") << true; in Q_DECLARE_METATYPE()
161 QTest::newRow(QString::number(i).toUtf8().constData()) << plugins.at(i) << false; in Q_DECLARE_METATYPE()
278 QTest::newRow("null") << QWebPluginInfo() << QWebPluginInfo() << true; in operatorequal_data()
279 …QTest::newRow("application/x-shockwave-flash") << database->pluginForMimeType("application/x-shock… in operatorequal_data()
281 QTest::newRow("foo/bar-baz") << database->pluginForMimeType("foo/bar-baz") in operatorequal_data()
289 QTest::newRow(QString("%1==%2").arg(first.name(), second.name()).toUtf8().constData()) in operatorequal_data()
407 QTest::newRow("null") << QWebPluginInfo() << QWebPluginInfo(); in operatorassign_data()
414 …QTest::newRow(QString("%1=%2").arg(first.name(), second.name()).toUtf8().constData()) << first << … in operatorassign_data()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java184 final HTMLTable.IRow coverage = summaryTable.newRow (); in visit()
216 HTMLTable.IRow row = statsTable.newRow (); in visit()
222 row = statsTable.newRow (); in visit()
227 row = statsTable.newRow (); in visit()
230 row = statsTable.newRow (); in visit()
236 row = statsTable.newRow (); in visit()
363 final HTMLTable.IRow coverage = summaryTable.newRow (); in visit()
480 final HTMLTable.IRow coverage = summaryTable.newRow (); in visit()
657 final HTMLTable.IRow coverage = summaryTable.newRow (); in visit()
789 final HTMLTable.IRow navRow = header.newRow (); in addPageHeader()
[all …]
/external/webkit/WebKit/qt/tests/qwebview/
Dtst_qwebview.cpp119 QTest::newRow("WithoutPlugin") << "<html><body id='b'>text</body></html>"; in reusePage_data()
120 …QTest::newRow("WindowedPlugin") << QString("<html><body id='b'>text<embed src='resources/test.swf'… in reusePage_data()
121 …QTest::newRow("WindowlessPlugin") << QString("<html><body id='b'>text<embed src='resources/test.sw… in reusePage_data()
/external/clearsilver/python/examples/base/
Dodb_test.py111 newrow = tbl.newRow()
158 repl_row = tbl.newRow(replace=1)
267 row = tbl.newRow()
Dodb.py1122 def newRow(self,replace=0): member in Table
/external/webkit/WebCore/html/
DHTMLTableElement.cpp213 RefPtr<HTMLTableRowElement> newRow = new HTMLTableRowElement(trTag, document()); in insertRow() local
214 newBody->appendChild(newRow, ec); in insertRow()
216 return newRow.release(); in insertRow()
220 RefPtr<HTMLTableRowElement> newRow = new HTMLTableRowElement(trTag, document()); in insertRow() local
221 parent->insertBefore(newRow, row, ec); in insertRow()
222 return newRow.release(); in insertRow()
/external/icu4c/test/perf/perldriver/
DOutput.pm145 sub newRow { subroutine
345 newRow;
/external/chromium/third_party/icu/source/test/perf/perldriver/
DOutput.pm145 sub newRow { subroutine
345 newRow;
/external/webkit/WebKit/qt/tests/benchmarks/painting/
Dtst_painting.cpp86 QTest::newRow("amazon") << QUrl("http://www.amazon.com"); in paint_data()
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp1909 QTest::newRow("enumerate all") in enumerate_data()
2302 …QTest::newRow("with <script>") << "<html><body><script></script><p>hello world</p></body></html>" … in javaScriptWindowObjectCleared_data()
2303 QTest::newRow("without <script>") << "<html><body><p>hello world</p></body></html>" << 0; in javaScriptWindowObjectCleared_data()
2619 QTest::newRow("null") << QString() << QUrl() in baseUrl_data()
2622 QTest::newRow("foo") << QString() << QUrl("http://foobar.baz/") in baseUrl_data()
2630 QTest::newRow("customBaseUrl") << html << QUrl("http://foobar.baz/") in baseUrl_data()
2872 QTest::newRow("myObject.mySignal") in introspectQtMethods_data()
2874 QTest::newRow("myObject.mySlot") in introspectQtMethods_data()
2876 QTest::newRow("myObject.myInvokable") in introspectQtMethods_data()
2878 QTest::newRow("myObject.mySignal.connect") in introspectQtMethods_data()
[all …]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLTable.java62 public IRow newRow () in newRow() method in HTMLTable
/external/webkit/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp678 QTest::newRow("QWidget") << (int)PluginFactory::QWidgetType; in prepareTestData()
679 QTest::newRow("QGraphicsWidget") << (int)PluginFactory::QGraphicsWidgetType; in prepareTestData()
1270 QTest::newRow("QWebView") << "QWebView"; in inputMethods_data()
1272 QTest::newRow("QGraphicsWebView") << "QGraphicsWebView"; in inputMethods_data()
1709 QTest::newRow("WithoutPlugin") << "<html><body id='b'>text</body></html>"; in screenshot_data()
1710 …QTest::newRow("WindowedPlugin") << QString("<html><body id='b'>text<embed src='resources/test.swf'… in screenshot_data()
1711 …QTest::newRow("WindowlessPlugin") << QString("<html><body id='b'>text<embed src='resources/test.sw… in screenshot_data()
/external/clearsilver/python/examples/trans/
Dtrans.py302 row = self.tdb.strings.newRow()
535 map_r = self.tdb.maps.newRow()
/external/webkit/JavaScriptCore/
DChangeLog820 (tst_QScriptValue::newRow):