HomeSort by relevance Sort by last modified time
    Searched refs:reported (Results 1 - 25 of 364) 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/ltp/testscripts/
diskio.sh 33 echo ltp-pan reported PASS
35 echo ltp-pan reported FAIL
runpan.sh 20 echo ltp-pan reported PASS
22 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...]
  /external/v8/src/inspector/
inspected-context.h 32 void setReported(bool reported) { m_reported = reported; }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
dual02-err.s 2 # that an error is reported if not properly aligned.
  /toolchain/binutils/binutils-2.25/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.25/ld/testsuite/ld-h8300/
relax.d 5 # Based on the test case reported by Kazu Hirata:
  /toolchain/binutils/binutils-2.25/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.25/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/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.
  /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.
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.

Completed in 1191 milliseconds

1 2 3 4 5 6 7 8 91011>>