Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceresult/
H A Dtst_qplaceresult.cpp116 QPlaceResult result2(result); in constructorTest() local
117 QCOMPARE(result2.title(), QStringLiteral("title")); in constructorTest()
118 QCOMPARE(result2.icon(), icon); in constructorTest()
119 QCOMPARE(result2.place(), place); in constructorTest()
121 QCOMPARE(result2.isSponsored(), true); in constructorTest()
123 QVERIFY(QLocationTestUtils::compareEquality(result, result2)); in constructorTest()
126 result2.setTitle("title"); in constructorTest()
127 QVERIFY(QLocationTestUtils::compareEquality(result, result2)); in constructorTest()
135 result2 = searchResult; in constructorTest()
136 QVERIFY(QLocationTestUtils::compareEquality(result, result2)); in constructorTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qproposedsearchresult/
H A Dtst_qproposedsearchresult.cpp111 QPlaceProposedSearchResult result2(result); in constructorTest() local
112 QCOMPARE(result2.title(), QStringLiteral("title")); in constructorTest()
113 QCOMPARE(result2.icon(), icon); in constructorTest()
114 QCOMPARE(result2.searchRequest(), searchRequest); in constructorTest()
116 QVERIFY(QLocationTestUtils::compareEquality(result, result2)); in constructorTest()
119 result2.setTitle(QStringLiteral("title")); in constructorTest()
120 QVERIFY(QLocationTestUtils::compareEquality(result, result2)); in constructorTest()
128 result2 = searchResult; in constructorTest()
129 QVERIFY(QLocationTestUtils::compareEquality(result, result2)); in constructorTest()
139 result2 = searchResult2; in constructorTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchresult/
H A Dtst_qplacesearchresult.cpp62 QPlaceSearchResult result2(result); in constructorTest() local
63 QCOMPARE(result2.title(), QStringLiteral("title")); in constructorTest()
64 QCOMPARE(result2.icon().parameters().value(QStringLiteral("paramKey")).toString(), in constructorTest()
67 QCOMPARE(result2, result); in constructorTest()
96 QPlaceSearchResult result2; in operators() local
98 QVERIFY(result1 == result2); in operators()
99 QVERIFY(!(result1 != result2)); in operators()
102 QVERIFY(!(result1 == result2)); in operators()
103 QVERIFY(result1 != result2); in operators()
105 result2.setTitle(QStringLiteral("title")); in operators()
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Ddo_csum.S131 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
223 mov result2[0]=r0
229 (ELD_1) cmp.ltu pC2[0],p0=result2[LOAD_LATENCY],word2[LOAD_LATENCY+1]
232 (ELD) add result2[LOAD_LATENCY-1]=result2[LOAD_LATENCY],word2[LOAD_LATENCY]
243 add result2[LOAD_LATENCY+1]=result2[LOAD_LATENCY+1],carry2
246 cmp.ltu p7,p0=result2[LOAD_LATENCY+1],carry2
249 (p7) adds result2[LOAD_LATENCY+1]=1,result2[LOAD_LATENCY+1]
251 add result1[0]=result1[LOAD_LATENCY+1],result2[LOAD_LATENCY+1]
253 cmp.ltu p6,p0=result1[0],result2[LOAD_LATENCY+1]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchreply/
H A Dtst_qplacesearchreply.cpp120 QPlaceResult result2; in resultsTest() local
121 result2.setPlace(casterlyRock); in resultsTest()
124 results << result1 << result2 << result3; in resultsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dremove_extent.hpp92 > result2; typedef
96 result2,
143 > result2; typedef
147 result2,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchrequest/
H A Dtst_qplacematchrequest.cpp113 QPlaceResult result2; in resultsTest() local
114 result2.setPlace(place2); in resultsTest()
117 results << result1 << result2; in resultsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_of_intersection.hpp176 int result2 = lab > lcd ? 1 in sign_of_compare() local
180 BOOST_GEOMETRY_ASSERT(result == result2); in sign_of_compare()
290 T const result2 = d * geometry::detail::determinant<T> in side_value() local
305 boost::ignore_unused(result1, result2, result3, result4, result5); in side_value()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects_i.c439 int result2 = lsx_parse_note(text, end_ptr); in lsx_parse_frequency_k() local
440 return result2 == INT_MAX? - 1 : calc_note_freq((double)result2, key); in lsx_parse_frequency_k()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Drk29.c86 int result2 = mount(filename, mountpoint, "ext4", in rk_make_ext4fs() local
88 if(result2) { in rk_make_ext4fs()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/
H A D0001-Don-t-skip-install-targets-if-there-s-build-no-in-ur.patch26 return [ sequence.unique $(result2) ] ;
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dtransport.c1347 int result2; in usb_stor_reset_common() local
1378 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
1382 result = result2; in usb_stor_reset_common()
H A Dsddr09.c940 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba()
941 if (result2) in sddr09_write_lba()
950 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2321 int result, result1, result2; in hfa384x_drvr_start() local
2376 result2 = result; in hfa384x_drvr_start()
2378 if (result2 != 0) { in hfa384x_drvr_start()
2381 result1, result2); in hfa384x_drvr_start()
2389 } else if (result2 != 0) { in hfa384x_drvr_start()
2391 result2); in hfa384x_drvr_start()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dst.c1344 int result = 0, result2; in st_flush() local
1361 (result2 = switch_partition(STp)) < 0) { in st_flush()
1364 result = result2; in st_flush()
1448 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush()
1450 result = result2; in st_flush()