/external/skia/tools/bookmaker/ |
D | selfCheck.cpp | 72 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) { in checkMethod() argument 75 checkMethod(topic, child, reported); in checkMethod() 95 auto reportEnd = reported->end(); in checkMethod() 96 auto reportFind = std::find(reported->begin(), reported->end(), subtopic); in checkMethod() 99 reported->push_back(subtopic); in checkMethod() 119 vector<string> reported; in checkRelatedFunctions() local 122 checkMethod(topicName, csChild, &reported); in checkRelatedFunctions() 124 for (auto missing : reported) { in checkRelatedFunctions()
|
/external/skqp/tools/bookmaker/ |
D | selfCheck.cpp | 72 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) { in checkMethod() argument 75 checkMethod(topic, child, reported); in checkMethod() 95 auto reportEnd = reported->end(); in checkMethod() 96 auto reportFind = std::find(reported->begin(), reported->end(), subtopic); in checkMethod() 99 reported->push_back(subtopic); in checkMethod() 119 vector<string> reported; in checkRelatedFunctions() local 122 checkMethod(topicName, csChild, &reported); in checkRelatedFunctions() 124 for (auto missing : reported) { in checkRelatedFunctions()
|
/external/deqp/modules/gles2/functional/ |
D | es2fImplementationLimitTests.cpp | 51 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare() argument 122 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare() argument 124 return !min.value || (min.value && reported.value); in compare() 128 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare() argument 131 return reported.value <= min.value; in compare() 135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare() argument 137 return reported.min <= min.min && min.max <= reported.max; in compare()
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 60 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare() argument 161 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare() argument 163 return !min.value || (min.value && reported.value); in compare() 167 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare() argument 170 return reported.value <= min.value; in compare() 174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare() argument 176 return reported.min <= min.min && min.max <= reported.max; in compare() 180 bool compare<AlignmentInt> (const AlignmentInt& min, const AlignmentInt& reported) in compare() argument 183 return reported.value <= min.value; in compare()
|
/external/lz4/ |
D | NEWS | 24 perf : fix bad degenerative case, reported by @c-morgenstern 25 …failed when using a combination of extDict + low memory address (#397), reported and fixed by Juli… 30 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera 32 install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore) 35 cli : fix : do not modify /dev/null permissions, reported by @Maokaman1 41 API : fix : expose obsolete decoding functions, reported by Chen Yufei 51 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z) 59 …ed compilation directives provided through environment variables (#274, reported by Antoine Martin) 64 fix : compilation on gcc 4.4 (#272), reported by Antoine Martin 93 Fixed : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105) [all …]
|
/external/opencensus-java/contrib/dropwizard/ |
D | README.md | 65 Given a DropWizard Counter with name `cache_evictions`, the following values are reported: 78 Given a DropWizard Gauge with name `line_requests`, the following values are reported: 90 Given a DropWizard Meter with name `get_requests`, the following values are reported: 99 Given a DropWizard Histogram with name `results`, the following values are reported: 108 Given a DropWizard Timer with name `requests`, the following values are reported:
|
/external/squashfs-tools/ |
D | ACKNOWLEDGEMENTS | 85 Yann Le Doare reported a kernel oops and provided a Qemu image that led 104 He also reported a problem where 32K block filesystems hung when used as 107 Arkadiusz Patyk (Polish Linux Distribution - PLD) reported a problem where 32K 138 Yves Combe reported the Apple G5 bug, when using Squashfs for 147 Arkadiusz Patyk from the Polish Linux Distribution reported that Squashfs 151 Miles Roper, Peter Kjellerstedt and Willy Tarreau reported that release 2.1 did 154 Marcel J.E. Mol reported lack of kernel memory issues when using Squashfs 161 Kenichi Shima reported the Kconfig file had not been updated to 2.2.
|
/external/chromium-trace/catapult/common/eslint/rules/ |
D | catapult-camelcase.js | 45 var reported = []; 66 if (reported.indexOf(node) < 0) { 67 reported.push(node);
|
/external/ltp/testscripts/ |
D | diskio.sh | 33 echo ltp-pan reported PASS 35 echo ltp-pan reported FAIL
|
D | network.sh | 120 echo ltp-pan reported PASS 122 echo ltp-pan reported FAIL
|
/external/u-boot/doc/device-tree-bindings/serial/ |
D | snps-dw-apb-uart.txt | 28 be reported as active instead of being obtained from the modem status 31 be reported as active instead of being obtained from the modem status 34 be reported as active instead of being obtained from the modem status 37 reported as inactive instead of being obtained from the modem status register.
|
/external/tensorflow/tensorflow/python/training/ |
D | coordinator_test.py | 297 reported = False 302 reported = True 304 self.assertTrue(reported) 319 reported = False 324 reported = True 326 self.assertTrue(reported)
|
/external/python/dateutil/ |
D | NEWS | 58 reported by @nealmcb (gh issue #94) 66 - Add support for parsing bytesarray, reported by @uckelman (gh issue #417) and 73 reported and fixed by @jbrockmendel (gh pr #409) 74 - Fixed IndexError in parser on dates with trailing colons, reported and fixed 86 issue reported by @JordonPhillips and @pganssle (gh issue #318, #320, 94 - Implementated of __hash__ for relativedelta and weekday, reported and fixed 176 reported and fixed by @abrugh (gh pr #458) 214 @mshenfield (gh pr #330), reported by @vaultah (gh issue #329). 216 - Update documentation to reflect that the parser can raise TypeError, reported 228 address this. Original issues reported by Yupeng and @zed (lP: 1390262, [all …]
|
/external/mesa3d/src/intel/isl/ |
D | isl_priv.h | 37 static bool reported = false; \ 38 if (!reported) { \ 40 reported = true; \
|
/external/autotest/server/site_tests/network_WiFi_DisconnectReason/ |
D | control.ap_gone | 13 This test reads (but does not verify) the reported DiconnectReason property 14 reported by supplicant when the AP is abruptly disabled.
|
D | control.deauth_client | 13 This test reads (but does not verify) the reported DiconnectReason property 14 reported by supplicant when the AP deauthenticates the client.
|
D | control.disable_client_wifi | 13 This test reads (but does not verify) the reported DiconnectReason property 14 reported by supplicant when the client disables WiFi.
|
D | control.switch_ap | 13 This test reads (but does not verify) the reported DiconnectReason property 14 reported by supplicant when the client switches from one AP to another AP.
|
D | control.ap_send_chan_switch | 21 This test reads (but does not verify) the reported DiconnectReason property 22 reported by supplicant when the AP sends a channel switch message.
|
/external/catch2/docs/ |
D | logging.md | 4 …te that the messages logged with `INFO` are scoped and thus will not be reported if failure occurs… 36 - An unscoped message can be reported by the first following assertion only, regardless of the resu… 100 The message is logged to a buffer, but only reported with next assertions that are logged. This all… 111 The message is always reported but does not fail the test. 115 The message is reported and the test case fails.
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.swa4.approved.txt | 272 #961 -- Dynamically created sections should all be reported 283 #961 -- Dynamically created sections should all be reported 294 #961 -- Dynamically created sections should all be reported 305 #961 -- Dynamically created sections should all be reported 316 #961 -- Dynamically created sections should all be reported
|
/external/python/cpython2/Misc/ |
D | README.coverity | 12 There were originally about 100 defects reported. Some of these 17 as reported by the tool was added to the SVN commit message.
|
/external/python/cpython3/Misc/ |
D | README.coverity | 12 There were originally about 100 defects reported. Some of these 17 as reported by the tool was added to the SVN commit message.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/ |
D | multiple-objects.test | 9 # Make sure that both use_1.cc and use_2.cc have coverage reported. 10 # Before https://reviews.llvm.org/D46478, only one of them used to be reported.
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.4.txt | 25 Fix a bug in mke2fs where I/O errors weren't getting properly reported 38 If the reported device size is absurdly large, mke2fs will now report 69 Fix a number of bugs reported by ASAN that can cause some (mostly
|