Searched refs:reported (Results 1 - 25 of 66) sorted by relevance

123

/external/deqp/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp51 inline bool compare (const T& min, const T& reported) { return min <= reported; } argument
122 bool compare<Boolean> (const Boolean& min, const Boolean& reported) argument
124 return !min.value || (min.value && reported.value);
128 bool compare<NegInt> (const NegInt& min, const NegInt& reported) argument
131 return reported.value <= min.value;
135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) argument
137 return reported.min <= min.min && min.max <= reported.max;
168 m_testCtx.getLog() << TestLog::Message << "FAIL: reported valu
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dpushfpopf_s.S29 # an error should be reported for the popfl
32 # in a way which will cause undefinedness to get reported
/external/llvm/test/MC/Mips/
H A Dnooddspreg-error.s14 # command line options and any inconsistencies reported via a warning.
H A Dmips_abi_flags_xx.s37 # command line options and any inconsistencies reported via a warning.
H A Dmips_abi_flags_xx_set.s38 # command line options and any inconsistencies reported via a warning.
H A Dnooddspreg-cmdarg.s43 # command line options and any inconsistencies reported via a warning.
H A Dnooddspreg.s45 # command line options and any inconsistencies reported via a warning.
H A Doddspreg.s56 # command line options and any inconsistencies reported via a warning.
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp60 inline bool compare (const T& min, const T& reported) { return min <= reported; } argument
161 bool compare<Boolean> (const Boolean& min, const Boolean& reported) argument
163 return !min.value || (min.value && reported.value);
167 bool compare<NegInt> (const NegInt& min, const NegInt& reported) argument
170 return reported.value <= min.value;
174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) argument
176 return reported.min <= min.min && min.max <= reported.max;
180 bool compare<AlignmentInt> (const AlignmentInt& min, const AlignmentInt& reported) argument
[all...]
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-obj-errors.s6 @These tests look for errors that should be reported for invalid object layout
/external/llvm/test/MC/Mips/mips32/
H A Dabiflags.s37 # command line options and any inconsistencies reported via a warning.
/external/llvm/test/MC/Mips/mips32r2/
H A Dabiflags.s38 # command line options and any inconsistencies reported via a warning.
/external/llvm/test/MC/Mips/mips64/
H A Dabiflags.s37 # command line options and any inconsistencies reported via a warning.
/external/llvm/test/MC/Mips/mips64r2/
H A Dabiflags.s37 # command line options and any inconsistencies reported via a warning.
/external/llvm/test/MC/Mips/msa/
H A Dabiflags.s38 # command line options and any inconsistencies reported via a warning.
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DErrors.py52 self.reported = False
145 if err.reported: return
146 err.reported = True
/external/chromium_org/third_party/skia/src/images/
H A DSkDecodingImageGenerator.cpp102 inline bool check_alpha(SkAlphaType reported, SkAlphaType actual) { argument
103 return ((reported == actual)
104 || ((reported == kPremul_SkAlphaType)
/external/skia/src/images/
H A DSkDecodingImageGenerator.cpp102 inline bool check_alpha(SkAlphaType reported, SkAlphaType actual) { argument
103 return ((reported == actual)
104 || ((reported == kPremul_SkAlphaType)
/external/chromium_org/components/domain_reliability/
H A Dcontext.cc139 bool reported = false; local
149 reported = true;
155 UMA_HISTOGRAM_BOOLEAN("DomainReliability.BeaconReported", reported);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.h517 bool reported() const { return reported_; } function in class:cricket::Connection
518 void set_reported(bool reported) { reported_ = reported;} argument
/external/nanohttpd/
H A DREADME.md41 *Thank you to everyone who has reported bugs and suggested fixes.*
/external/chromium_org/chrome/browser/history/
H A Dthumbnail_database.cc240 static bool reported = false; local
241 if (reported)
249 reported = true;
258 reported = true;
265 // be reported.
272 reported = true;
/external/libogg/
H A Dlibogg.spec84 - update doc dir (reported by thosmos on #vorbis)
/external/sepolicy/
H A DAndroid.mk22 # Must be <= /selinux/policyvers reported by the Android kernel.
23 # Must be within the compatibility range reported by checkpolicy -V.
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc690 return determiners_[index].reported;
721 // |extension_id| has already reported. The caller is responsible for
733 if (determiners_[index].reported)
735 determiners_[index].reported = true;
779 bool reported; member in struct:extensions::__anon3692::ExtensionDownloadsEventRouterData::DeterminerInfo
790 if (!iter->reported)
857 reported(false) {
861 : reported(false) {
1717 // renderer, so don't DCHECK(!reported).

Completed in 394 milliseconds

123