Home
last modified time | relevance | path

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

12345678910>>...20

/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/chromium-trace/catapult/third_party/flot/
DNEWS.md13 (reported by Josh Pigford and andig, issue #1212, pull request #1290)
17 (reported by Elite Gamer, issue #1283)
21 (reported by tommie, issue #1277, pull request #1289)
24 (reported by EGLadona and dmfalke, issue #1250, pull request #1285)
27 (reported by ngavard, issue #1240, pull request #1286)
30 (reported by tleish, issue #1265, pull request #1289)
36 (reported by btccointicker and Rouillard, issue #1210)
42 (reported by jorese, issue #1228, pull request #1284)
67 (reported by Matthew Sabol and sloker, issues #997 ad #1081)
84 (reported by Teq1, fix researched by ryleyb, issue #1056)
[all …]
/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/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Derrormiddleware.py353 reported = False
369 reported = True
377 reported = True
385 reported = True
397 reported = True
407 reported = True
416 if not reported and error_stream:
/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/autotest/server/site_tests/network_WiFi_DisconnectReason/
Dcontrol.disable_client_wifi15 This test reads (but does not verify) the reported DiconnectReason property
16 reported by supplicant when the client disables WiFi.
Dcontrol.ap_gone15 This test reads (but does not verify) the reported DiconnectReason property
16 reported by supplicant when the AP is abruptly disabled.
Dcontrol.deauth_client15 This test reads (but does not verify) the reported DiconnectReason property
16 reported by supplicant when the AP deauthenticates the client.
Dcontrol.switch_ap15 This test reads (but does not verify) the reported DiconnectReason property
16 reported by supplicant when the client switches from one AP to another AP.
Dcontrol.ap_send_chan_switch15 This test reads (but does not verify) the reported DiconnectReason property
16 reported by supplicant when the AP sends a channel switch message.
/external/valgrind/memcheck/tests/x86/
Dpushfpopf_s.S31 # an error should be reported for the popfl
34 # in a way which will cause undefinedness to get reported
/external/valgrind/
Dbionic.supp11 # This is a false error, and it's reported in the wrong place. Memcheck misinterprets
17 # the errors are reported in the callers of this function, not here :-(
/external/valgrind/docs/internals/
D3_4_BUGSTATUS.txt2 Bugs reported after the release of 3.4.1. Not sure what happened to
3 any record of bugs reported after the release of 3.4.0. Oh well.
33 186790 Suppression pattern used for leaks are not reported
/external/sonic/
DREADME23 reported time, running Ubuntu 11.04 on my HP Pavilion dm4 laptop was:
29 The Java version is not much slower. It reported:
/external/netperf/
DREADME.hpux27 per second rate reported by netperf, even if you set TCP_NODELAY with
30 be generated by other stacks. This has been reported to the HP-UX TCP
/external/llvm/test/CodeGen/MIR/Generic/
Dmachine-function-redefinition-error.mir2 # This test ensures that the machine function errors are reported correctly.
Dfunction-missing-machine-function.mir2 # This test verifies that an error is reported when a MIR file has some
Dmachine-function-missing-name.mir2 # This test ensures that an error is reported when a machine function doesn't
Dmachine-basic-block-unknown-name.mir2 # This test ensures that an error is reported whenever the MIR parser can't find
/external/curl/tests/data/
Dtest153023 # it should be detected and an error should be reported
/external/llvm/test/CodeGen/MIR/X86/
Dunknown-instruction.mir2 # This test ensures that an error is reported when an unknown instruction is
Dunknown-register.mir2 # This test ensures that an error is reported when an unknown register is
Dexpected-register-after-flags.mir2 # This test ensures that an error is reported when a register operand doesn't
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dautoupdate_EndToEndTest.py1520 reported = (('different than expected (%s)' %
1526 (reported, self._WHERE_UPDATE_LOG, self._WHERE_OMAHA_LOG))
1529 reported = ('different (%s)' % EVENT_TYPE_DICT[event_type]
1534 (action, EVENT_TYPE_DICT[expected['event_type']], reported,
1564 reported = ('different (%s)' % EVENT_RESULT_DICT[event_result]
1571 (EVENT_RESULT_DICT[expected['event_result']], reported,
1575 reported = ('different (%s)' % EVENT_TYPE_DICT[event_type]
1583 (EVENT_TYPE_DICT[expected['event_type']], reported,
/external/ppp/pppd/plugins/radius/etc/
Dport-id-map5 # is reported as part of a RADIUS authentication or accouting request.

12345678910>>...20