Home
last modified time | relevance | path

Searched refs:has_errors (Results 1 – 10 of 10) 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/v8/src/inspector/build/
Dcompile-scripts.py54 def has_errors(output): function
139 errors_found |= has_errors(injected_script_compile_out)
144 errors_found |= has_errors(validate_injected_script_out)
/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/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.h680 static const bool has_errors = false;
910 static const bool has_errors = true;
925 static const bool has_errors = true;
934 static const bool has_errors = true;
943 static const bool has_errors = true;
954 static const bool has_errors = true;
1138 bool has_errors = Functor::has_errors>
Dcwise_ops_sycl_common.h49 template <typename Functor, int NDIMS, bool has_errors>
50 struct BinaryFunctor<SYCLDevice, Functor, NDIMS, has_errors> {
Dcwise_ops_gpu_common.cu.h49 template <typename Functor, int NDIMS, bool has_errors>
50 struct BinaryFunctor<GPUDevice, Functor, NDIMS, has_errors> {
Dcwise_ops_common.h105 bool* const error_ptr = Functor::has_errors ? &error : nullptr; in Compute()
154 if (Functor::has_errors && error) { in Compute()