Home
last modified time | relevance | path

Searched refs:error_stream (Results 1 – 9 of 9) sorted by relevance

/external/cronet/components/nacl/renderer/
Djson_manifest.cc131 std::stringstream error_stream; in IsValidDictionary() local
132 error_stream << parent_key << " property '" << container_key in IsValidDictionary()
135 *error_string = error_stream.str(); in IsValidDictionary()
151 std::stringstream error_stream; in IsValidUrlSpec() local
152 error_stream << parent_key << " property '" << container_key in IsValidUrlSpec()
154 *error_string = error_stream.str(); in IsValidUrlSpec()
170 std::stringstream error_stream; in IsValidUrlSpec() local
171 error_stream << "PNaCl-like NMF with application/x-nacl mimetype instead " in IsValidUrlSpec()
173 *error_string = error_stream.str(); in IsValidUrlSpec()
190 std::stringstream error_stream; in IsValidUrlSpec() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dstatus_macros.h59 explicit MakeErrorStreamWithOutput(MakeErrorStream* error_stream) in MakeErrorStreamWithOutput() argument
60 : wrapped_error_stream_(error_stream) {} in MakeErrorStreamWithOutput()
116 MakeErrorStream* error_stream, bool is_logged_by_default = true);
118 const char* file, int line, MakeErrorStream* error_stream);
Dstatus_macros.cc97 MakeErrorStream* error_stream, in Impl() argument
106 make_error_stream_with_output_wrapper_(error_stream) {} in Impl()
111 MakeErrorStream* error_stream) in Impl() argument
124 make_error_stream_with_output_wrapper_(error_stream) { in Impl()
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.cc108 llvm::raw_string_ostream error_stream(error); in RunPassPipelineOnModule() local
109 if (failed(mlir::parsePassPipeline(pass_pipeline, pm, error_stream))) { in RunPassPipelineOnModule()
111 ("Invalid pass_pipeline: " + error_stream.str()).c_str()); in RunPassPipelineOnModule()
307 llvm::raw_string_ostream error_stream(error); in ExperimentalConvertSavedModelV1ToMlir() local
341 llvm::raw_string_ostream error_stream(error); in ExperimentalRunPassPipeline() local
342 if (failed(mlir::parsePassPipeline(pass_pipeline, pm, error_stream))) { in ExperimentalRunPassPipeline()
344 ("Invalid pass_pipeline: " + error_stream.str()).c_str()); in ExperimentalRunPassPipeline()
/external/cronet/testing/rust_gtest_interop/
Dgtest_attribute.rs72 let error_stream = match which { in gtest() localVariable
90 Err(error_stream) in gtest()
163 Err(error_stream) => return error_stream.into(), in gtest()
167 Err(error_stream) => return error_stream.into(), in gtest()
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc145 std::ostringstream error_stream; in GetFullMethodName() local
146 error_stream << "Ambiguous method names: "; in GetFullMethodName()
147 error_stream << method_descriptor->full_name() << " "; in GetFullMethodName()
148 error_stream << method_desc->full_name(); in GetFullMethodName()
149 LogError(error_stream.str()); in GetFullMethodName()
/external/tensorflow/tensorflow/core/function/
Druntime_client.cc117 llvm::raw_string_ostream error_stream(error); in TransformFunction() local
120 error_stream))) { in TransformFunction()
123 error_stream.str())); in TransformFunction()
/external/clang/lib/Tooling/
DTooling.cpp71 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
72 Jobs.Print(error_stream, "; ", true); in getCC1Arguments()
74 << error_stream.str(); in getCC1Arguments()
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp395 int error_stream() in error_stream() function in __anon931e0b3a0111::find_emit_vertex_visitor
809 emit_vertex.error_stream(), in validate_geometry_shader_emissions()