Searched refs:has_errors (Results 1 – 10 of 10) sorted by relevance
/external/image_io/src/jpeg/ |
D | jpeg_image_extractor.cc | 43 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/ |
D | compile-scripts.py | 54 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/ |
D | serialized-diags.m | 27 // 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/ |
D | module.map | 6 header "has_errors.h"
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | libmemtrack_wrapper.h | 30 bool has_errors() const { return proc_ == nullptr; }; in has_errors() function
|
D | process_memory_stats.cc | 136 gpu_stats_ = !mt.has_errors() && in ReadGpuStats()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_ops.h | 680 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>
|
D | cwise_ops_sycl_common.h | 49 template <typename Functor, int NDIMS, bool has_errors> 50 struct BinaryFunctor<SYCLDevice, Functor, NDIMS, has_errors> {
|
D | cwise_ops_gpu_common.cu.h | 49 template <typename Functor, int NDIMS, bool has_errors> 50 struct BinaryFunctor<GPUDevice, Functor, NDIMS, has_errors> {
|
D | cwise_ops_common.h | 105 bool* const error_ptr = Functor::has_errors ? &error : nullptr; in Compute() 154 if (Functor::has_errors && error) { in Compute()
|