HomeSort by relevance Sort by last modified time
    Searched refs:reported (Results 1 - 25 of 444) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/logging/
ErrorManager.java 40 private boolean reported = false; field in class:ErrorManager
77 * reported to System.err, and subsequent calls are ignored.
84 if (reported) {
89 reported = true;
  /external/skia/tools/bookmaker/
selfCheck.cpp 71 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) {
74 checkMethod(topic, child, reported);
94 auto reportEnd = reported->end();
95 auto reportFind = std::find(reported->begin(), reported->end(), subtopic);
98 reported->push_back(subtopic);
118 vector<string> reported; local
121 checkMethod(topicName, csChild, &reported);
123 for (auto missing : reported) {
  /device/linaro/bootloader/arm-trusted-firmware/lib/cpus/
errata_report.c 31 * Returns whether errata needs to be reported. Passed arguments are private to
34 int errata_needs_reporting(spinlock_t *lock, uint32_t *reported)
38 /* If already reported, return false. */
39 if (*reported)
47 report_now = !(*reported);
49 *reported = 1;
  /external/ltp/testscripts/
diskio.sh 33 echo ltp-pan reported PASS
35 echo ltp-pan reported FAIL
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaPerfUtils.java 76 Range<Double> reported = local
79 if (reported != null) {
80 log.addValue("reported_low", reported.getLower(), ResultType.NEUTRAL, ResultUnit.FPS);
81 log.addValue("reported_high", reported.getUpper(), ResultType.NEUTRAL, ResultUnit.FPS);
82 message += " reported=" + reported.getLower() + "-" + reported.getUpper();
146 /** Verifies |measuredFps| against reported achievable rates. Returns null if at least
147 * one measurement falls within the margins of the reported range. Otherwise, returns
151 Range<Double> reported local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
dual02-err.s 2 # that an error is reported if not properly aligned.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
regval.l 3 .*:11: Warning: Only the first path encountering the conflict is reported
7 .*:25: Warning: Only the first path encountering the conflict is reported
11 .*:32: Warning: Only the first path encountering the conflict is reported
15 .*:46: Warning: Only the first path encountering the conflict is reported
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-h8300/
relax.d 5 # Based on the test case reported by Kazu Hirata:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
err-greg1.s 4 % The error is reported on the wrong line. Methinks that error is
  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 51 inline bool compare (const T& min, const T& reported) { return min <= reported; }
122 bool compare<Boolean> (const Boolean& min, const Boolean& reported)
124 return !min.value || (min.value && reported.value);
128 bool compare<NegInt> (const NegInt& min, const NegInt& reported)
131 return reported.value <= min.value;
135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported)
137 return reported.min <= min.min && min.max <= reported.max;
164 m_testCtx.getLog() << TestLog::Message << "Reported: " << value << TestLog::EndMessage
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
lui-2.s 2 # These need to be separate from lui-1.s as they are reported at a later
  /external/v8/src/inspector/
inspected-context.h 34 void setReported(bool reported) { m_reported = reported; }
  /external/valgrind/memcheck/tests/x86/
pushfpopf_s.S 31 # an error should be reported for the popfl
34 # in a way which will cause undefinedness to get reported
  /prebuilts/go/darwin-x86/src/os/
sys.go 7 // Hostname returns the host name reported by the kernel.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug305.go 12 // Introduce an error which should be reported on line 24.
bug307.go 7 // Valid program, gccgo reported an error.
gcc61204.go 8 // This is a reduction of a program reported by GoSmith.
gcc61244.go 9 // This is a reduction of a program reported by GoSmith.
gcc61246.go 9 // This is a reduction of a program reported by GoSmith.
gcc61265.go 9 // This is a reduction of a program reported by GoSmith.
issue20602.go 8 // type is reported in the error message.
  /prebuilts/go/linux-x86/src/os/
sys.go 7 // Hostname returns the host name reported by the kernel.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug305.go 12 // Introduce an error which should be reported on line 24.
bug307.go 7 // Valid program, gccgo reported an error.
gcc61204.go 8 // This is a reduction of a program reported by GoSmith.

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>