Home
last modified time | relevance | path

Searched refs:reported (Results 1 – 25 of 1131) sorted by relevance

12345678910>>...46

/external/skqp/tools/bookmaker/
DselfCheck.cpp72 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/
Des2fImplementationLimitTests.cpp51 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/arm-trusted-firmware/lib/cpus/
Derrata_report.c38 int errata_needs_reporting(spinlock_t *lock, uint32_t *reported) in errata_needs_reporting() argument
43 if (*reported != 0U) in errata_needs_reporting()
51 report_now = (*reported == 0U); in errata_needs_reporting()
53 *reported = 1; in errata_needs_reporting()
/external/deqp/modules/gles3/functional/
Des3fImplementationLimitTests.cpp60 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/
DNEWS24 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/
DREADME.md65 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/chromium-trace/catapult/common/eslint/rules/
Dcatapult-camelcase.js45 var reported = [];
66 if (reported.indexOf(node) < 0) {
67 reported.push(node);
/external/squashfs-tools/
DACKNOWLEDGEMENTS85 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/ltp/testscripts/
Ddiskio.sh33 echo ltp-pan reported PASS
35 echo ltp-pan reported FAIL
Dnetwork.sh122 echo ltp-pan reported PASS
124 echo ltp-pan reported FAIL
/external/angle/extensions/
DANGLE_external_objects_fuchsia.txt48 If the GL_ANGLE_memory_object_fuchsia string is reported, the following
56 If the GL_ANGLE_semaphore_fuchsia string is reported, the following commands
66 If the GL_ANGLE_memory_object_fuchsia string is reported, the following
73 If the GL_ANGLE_semaphore_fuchsia string is reported, the following
/external/curl/docs/
DBUG-BOUNTY.md12 After you have reported a security issue, it has been deemed credible, and a
25 The curl projects offer monetary compensation for reported and published
30 team determines the severity of each reported flaw on a case by case basis and
38 that hasn't already been reported can ask for a bounty.
59 The curl security team will be the sole arbiter if a reported flaw can be
64 The grading of each reported vulnerability that makes a reward claim will be
/external/u-boot/doc/device-tree-bindings/serial/
Dsnps-dw-apb-uart.txt28 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/
Dcoordinator_test.py297 reported = False
302 reported = True
304 self.assertTrue(reported)
319 reported = False
324 reported = True
326 self.assertTrue(reported)
/external/autotest/server/site_tests/network_WiFi_DisconnectReason/
Dcontrol.deauth_client13 This test reads (but does not verify) the reported DiconnectReason property
14 reported by supplicant when the AP deauthenticates the client.
Dcontrol.ap_gone13 This test reads (but does not verify) the reported DiconnectReason property
14 reported by supplicant when the AP is abruptly disabled.
Dcontrol.disable_client_wifi13 This test reads (but does not verify) the reported DiconnectReason property
14 reported by supplicant when the client disables WiFi.
Dcontrol.switch_ap13 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.
Dcontrol.ap_send_chan_switch21 This test reads (but does not verify) the reported DiconnectReason property
22 reported by supplicant when the AP sends a channel switch message.
/external/mesa3d/docs/relnotes/
D19.2.4.rst7 Mesa 19.2.4 implements the OpenGL 4.5 API, but the version reported by
15 Mesa 19.2.4 implements the Vulkan 1.1 API, but the version reported by
D20.0.4.rst7 Mesa 20.0.4 implements the OpenGL 4.6 API, but the version reported by
15 Mesa 20.0.4 implements the Vulkan 1.2 API, but the version reported by
/external/catch2/docs/
Dlogging.md4 …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/python/cpython3/Misc/
DREADME.coverity12 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/cpython2/Misc/
DREADME.coverity12 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/
Dmultiple-objects.test9 # 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.

12345678910>>...46