| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereview/ |
| H A D | tst_qplacereview.cpp | 81 QPlaceReview review; in initialSubObject() local 82 review.setTitle("title"); in initialSubObject() 83 review.setText("text"); in initialSubObject() 84 review.setRating(4.5); in initialSubObject() 85 review.setLanguage("en"); in initialSubObject() 86 review.setDateTime(QDateTime::fromString("01:02 03/04/2000", in initialSubObject() 88 review.setUser(user); in initialSubObject() 89 review.setSupplier(supplier); in initialSubObject() 90 review.setAttribution("attribution"); in initialSubObject() 92 return review; in initialSubObject() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativereviewmodel.cpp | 151 const QPlaceReview &review = m_content.value(index.row()); in data() local 155 return review.dateTime(); in data() 157 return review.text(); in data() 159 return review.language(); in data() 161 return review.rating(); in data() 163 return review.reviewId(); in data() 165 return review.title(); in data()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | jsonparserhelpers.cpp | 142 QPlaceReview review; in parseReview() local 144 … review.setDateTime(QDateTime::fromString(reviewObject.value(QStringLiteral("date")).toString())); in parseReview() 147 review.setTitle(reviewObject.value(QStringLiteral("title")).toString()); in parseReview() 150 review.setRating(reviewObject.value(QStringLiteral("rating")).toDouble()); in parseReview() 152 review.setText(reviewObject.value(QStringLiteral("description")).toString()); in parseReview() 159 review.setUser(user); in parseReview() 161 review.setAttribution(reviewObject.value(QStringLiteral("attribution")).toString()); in parseReview() 163 review.setLanguage(reviewObject.value(QStringLiteral("language")).toString()); in parseReview() 165 review.setSupplier(parseSupplier(reviewObject.value(QStringLiteral("supplier")).toObject(), in parseReview() 172 return review; in parseReview()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/views/ |
| H A D | ReviewPage.qml | 58 property variant review 80 text: review.title 86 text: Qt.formatDateTime(review.dateTime) 93 rating: review.rating 97 text: review.text 113 source: review.supplier.icon.url(Qt.size(width, height), Icon.List) 128 Qt.openUrlExternally(review.supplier.url)
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | braille-console.rst | 22 mode). To review previous messages, press the Insert key to switch to the VT 23 review mode. In review mode, the arrow keys permit to browse in the VT content,
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | stable-kernel-rules.rst | 38 - Security patches should not be handled (solely) by the -stable review 139 - If accepted, the patch will be added to the -stable queue, for review by 146 - When the -stable maintainers decide for a review cycle, the patches will be 147 sent to the review committee, and the maintainer of the affected area of 150 - The review committee has 48 hours in which to ACK or NAK the patch. 154 - At the end of the review cycle, the ACKed patches will be added to the 157 security kernel team, and not go through the normal review cycle.
|
| H A D | 6.Followthrough.rst | 26 developers as they review the code. Working with reviewers can be, for 39 - Code review is hard work, and it is a relatively thankless occupation; 43 review which seems angry, insulting, or outright offensive, resist the 44 impulse to respond in kind. Code review is about the code, not about 57 from happening. When you get review comments on a patch, take the time to 73 Andrew Morton has suggested that every review comment which does not result 78 One fatal mistake is to ignore review comments in the hope that they will 108 most of the review issues have been resolved, the next step is usually
|
| H A D | 1.Intro.rst | 19 the patch development, review, and merging cycle are covered. There is some 33 review. To be taken seriously by the development community, patches must be 158 - Kernel code is subjected to review, both before and after merging into 160 this review process invariably finds ways in which the code can be 161 improved. Often review finds severe bugs and security problems. This is 163 environment; such code benefits strongly from review by outside 215 - Everything that was said above about code review applies doubly to 224 widespread code review and the value of allowing your users to add
|
| H A D | 7.AdvancedTopics.rst | 116 slip in ill-advised changes which go into the mainline below the review 133 importantly, do not use a git tree to bypass the review process. Post an 138 don't forget to review them. Also ensure that you maintain the correct 165 piece of advice for reviewers (all reviewers) is this: phrase review 170 Different developers will review code from different points of view. Some 177 All types of review, if they lead to better code going into the kernel, are
|
| /OK3568_Linux_fs/yocto/poky/ |
| H A D | MAINTAINERS.md | 11 list review process. Changes therefore undergo peer review through mailing 17 particular areas, during review patches/feedback from these people in these
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/ |
| H A D | PULL_REQUEST_TEMPLATE.md | 9 - When submitting a review, please pick: 12 … or you don't understand the context of the change sufficiently to fully review yourself, but want…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 310 QPlaceReview review; in QPlaceManagerEngineTest() local 312 review.setTitle(ro.value(QStringLiteral("title")).toString()); in QPlaceManagerEngineTest() 314 review.setText(ro.value(QStringLiteral("text")).toString()); in QPlaceManagerEngineTest() 317 review.setLanguage(ro.value("language").toString()); in QPlaceManagerEngineTest() 320 review.setRating(ro.value("rating").toDouble()); in QPlaceManagerEngineTest() 323 review.setDateTime(QDateTime::fromString( in QPlaceManagerEngineTest() 327 review.setReviewId(ro.value("reviewId").toString()); in QPlaceManagerEngineTest() 329 reviews << review; in QPlaceManagerEngineTest()
|
| /OK3568_Linux_fs/kernel/Documentation/riscv/ |
| H A D | patch-acceptance.rst | 9 in-progress drafts are available for all to review and to experiment 29 to go through any review or ratification process by the RISC-V
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/corelocation/ |
| H A D | qgeopositioninfosourcefactory_cl.mm | 21 ** packaging of this file. Please review the following information to 31 ** included in the packaging of this file. Please review the following
|
| /OK3568_Linux_fs/kernel/drivers/staging/mt7621-pci/ |
| H A D | TODO | 2 - general code review and cleanup
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/ |
| H A D | .gitreview | 2 host=review.linaro.org
|
| /OK3568_Linux_fs/kernel/drivers/staging/mt7621-dma/ |
| H A D | TODO | 2 - general code review and clean up
|
| /OK3568_Linux_fs/kernel/drivers/staging/mt7621-pci-phy/ |
| H A D | TODO | 2 - general code review and cleanup
|
| /OK3568_Linux_fs/kernel/drivers/staging/mt7621-pinctrl/ |
| H A D | TODO | 2 - general code review and cleanup
|
| /OK3568_Linux_fs/kernel/drivers/staging/most/ |
| H A D | TODO | 1 * Get through code review with Greg Kroah-Hartman
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | submitting-patches.rst | 31 and review the code. 53 to review your changes, and to bisect any resulting problems. 81 checkpatch, but also makes it more difficult to review the code. 85 review more difficult. It may also result in code which is more complicated
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | writing-bindings.rst | 7 This is a list of common review feedback items focused on binding design. With 28 review changes.
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | index.rst | 26 review-checklist
|
| /OK3568_Linux_fs/kernel/drivers/staging/octeon/ |
| H A D | TODO | 5 - general code review and clean up
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/ |
| H A D | tst_places.cpp | 620 QPlaceReview review = iter.value(); in content() local 621 QVERIFY(!review.dateTime().isValid()); in content() 622 QVERIFY(!review.text().isEmpty()); in content() 623 QVERIFY(review.rating() >= 1 && review.rating() <= 5); in content()
|