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

1 2 3 4 5

  /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...]
  /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
  /external/llvm/test/MC/Mips/
nooddspreg-error.s 14 # command line options and any inconsistencies reported via a warning.
mips_abi_flags_xx_set.s 37 # command line options and any inconsistencies reported via a warning.
mips_abi_flags_xx.s 45 # command line options and any inconsistencies reported via a warning.
nooddspreg-cmdarg.s 42 # command line options and any inconsistencies reported via a warning.
nooddspreg.s 44 # command line options and any inconsistencies reported via a warning.
oddspreg.s 69 # command line options and any inconsistencies reported via a warning.
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 60 inline bool compare (const T& min, const T& reported) { return min <= reported; }
161 bool compare<Boolean> (const Boolean& min, const Boolean& reported)
163 return !min.value || (min.value && reported.value);
167 bool compare<NegInt> (const NegInt& min, const NegInt& reported)
170 return reported.value <= min.value;
174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported)
176 return reported.min <= min.min && min.max <= reported.max;
180 bool compare<AlignmentInt> (const AlignmentInt& min, const AlignmentInt& reported)
    [all...]
  /external/llvm/test/MC/ARM/
ldr-pseudo-obj-errors.s 6 @These tests look for errors that should be reported for invalid object layout
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
errormiddleware.py 353 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/llvm/test/MC/Mips/mips32/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r3/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r5/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r3/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r5/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/msa/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
checker.py 40 'Fully qualified namespaces that should be not be reported '
85 # To maximize the amount of errors that get reported before a parse error
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 100 inline bool check_alpha(SkAlphaType reported, SkAlphaType actual) {
101 return ((reported == actual)
102 || ((reported == kPremul_SkAlphaType)
  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 510 Range<Double> reported = getAchievableFrameRatesFor(name, mime, w, h); local
511 if (reported == null) {
516 double lowerBoundary1 = reported.getLower() / FRAMERATE_TOLERANCE;
517 double upperBoundary1 = reported.getUpper() * FRAMERATE_TOLERANCE;
518 double lowerBoundary2 = reported.getUpper() / Math.pow(FRAMERATE_TOLERANCE, 2);
519 double upperBoundary2 = reported.getLower() * Math.pow(FRAMERATE_TOLERANCE, 2);
  /external/nanohttpd/
README.md 41 *Thank you to everyone who has reported bugs and suggested fixes.*
  /external/libogg/
libogg.spec 84 - update doc dir (reported by thosmos on #vorbis)

Completed in 583 milliseconds

1 2 3 4 5