Home
last modified time | relevance | path

Searched refs:has_errors (Results 1 – 11 of 11) sorted by relevance

/external/image_io/src/jpeg/
Djpeg_image_extractor.cc43 bool has_errors = false; in ExtractImage() local
49 has_errors = true; in ExtractImage()
53 has_errors = true; in ExtractImage()
60 return !has_errors; in ExtractImage()
75 bool has_errors = false; in ExtractImage() local
98 has_errors = true; in ExtractImage()
101 has_errors = true; in ExtractImage()
110 return has_image && !has_errors; in ExtractImage()
/external/llvm-project/clang/test/Modules/
Dserialized-diags.m27 // CHECK-WITH-ERRORS: has_errors.h:2:13: error: redefinition of 'foo'
29 // CHECK-WITH-ERRORS: has_errors.h:1:13: note: previous definition is here
/external/clang/test/Modules/
Dserialized-diags.m27 // CHECK-WITH-ERRORS: has_errors.h:2:13: error: redefinition of 'foo'
29 // CHECK-WITH-ERRORS: has_errors.h:1:13: note: previous definition is here
/external/llvm-project/clang/test/Modules/Inputs/ModuleDiags/
Dmodule.map6 header "has_errors.h"
/external/clang/test/Modules/Inputs/ModuleDiags/
Dmodule.map6 header "has_errors.h"
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dlibmemtrack_wrapper.h30 bool has_errors() const { return proc_ == nullptr; }; in has_errors() function
Dprocess_memory_stats.cc136 gpu_stats_ = !mt.has_errors() && in ReadGpuStats()
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops.h814 static constexpr bool has_errors = false;
1027 static constexpr bool has_errors = true;
1042 static constexpr bool has_errors = true;
1051 static constexpr bool has_errors = true;
1060 static constexpr bool has_errors = true;
1071 static constexpr bool has_errors = true;
1282 bool has_errors = Functor::has_errors>
Dcwise_ops_common.h93 bool* const error_ptr = Functor::has_errors ? &error : nullptr; in Compute()
106 if (Functor::has_errors && error) { in Compute()
120 if (Functor::has_errors && error) { in Compute()
133 if (Functor::has_errors && error) { in Compute()
215 if (Functor::has_errors && error) { in Compute()
Dcwise_ops_gpu_common.cu.h49 template <typename Functor, int NDIMS, bool has_errors>
50 struct BinaryFunctor<GPUDevice, Functor, NDIMS, has_errors> {
/external/tensorflow/tensorflow/core/kernels/sparse/
Dmul_op.cc143 bool* const error_ptr = functor::mul<T>::has_errors ? &error : nullptr; in Compute()