Searched defs:reported (Results 1 - 15 of 15) sorted by last modified time

/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/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c1892 static GLboolean reported = GL_FALSE; local
1893 if (!reported) {
1895 reported = GL_TRUE;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/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/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/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c1892 static GLboolean reported = GL_FALSE; local
1893 if (!reported) {
1895 reported = GL_TRUE;
/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/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/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).
/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;

Completed in 7495 milliseconds