HomeSort by relevance Sort by last modified time
    Searched refs:reported (Results 1 - 25 of 113) 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/chromium_org/chrome/browser/resources/cryptotoken/
errorcodes.js 6 * @fileoverview Errors reported by top-level request handlers.
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf_s.S 29 # an error should be reported for the popfl
32 # 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.s 37 # command line options and any inconsistencies reported via a warning.
mips_abi_flags_xx_set.s 38 # command line options and any inconsistencies reported via a warning.
nooddspreg-cmdarg.s 43 # command line options and any inconsistencies reported via a warning.
nooddspreg.s 45 # command line options and any inconsistencies reported via a warning.
oddspreg.s 56 # 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/llvm/test/MC/Mips/mips32/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 38 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/msa/
abiflags.s 38 # command line options and any inconsistencies reported via a warning.
  /external/chromium-trace/trace-viewer/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
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViews.java 106 * Whether or not the item has been reported by user as incorrect.
108 public boolean reported; field in class:CallLogListItemViews
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Errors.py 52 self.reported = False
145 if err.reported: return
146 err.reported = True
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 102 inline bool check_alpha(SkAlphaType reported, SkAlphaType actual) {
103 return ((reported == actual)
104 || ((reported == kPremul_SkAlphaType)
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 102 inline bool check_alpha(SkAlphaType reported, SkAlphaType actual) {
103 return ((reported == actual)
104 || ((reported == kPremul_SkAlphaType)
  /external/chromium_org/components/domain_reliability/
context.cc 139 bool reported = false; local
149 reported = true;
155 UMA_HISTOGRAM_BOOLEAN("DomainReliability.BeaconReported", reported);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 517 bool reported() const { return reported_; } function in class:cricket::Connection
518 void set_reported(bool reported) { reported_ = reported;}
  /external/nanohttpd/
README.md 41 *Thank you to everyone who has reported bugs and suggested fixes.*
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 240 static bool reported = false; local
241 if (reported)
249 reported = true;
258 reported = true;
265 // be reported.
272 reported = true;
    [all...]

Completed in 3508 milliseconds

1 2 3 4 5