Home
last modified time | relevance | path

Searched refs:set_source_file (Results 1 – 12 of 12) sorted by relevance

/external/selinux/checkpolicy/
Dparse_util.c33 extern void set_source_file(const char *name);
42 set_source_file(file); in read_source_policy()
62 set_source_file(file); in read_source_policy()
Dpolicy_scan.l43 void set_source_file(const char *name);
284 #line[ ]1[ ]\"[^\n]*\" { set_source_file(yytext+9); }
349 void set_source_file(const char *name)
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc95 metadata.set_source_file(frame->file_name); in AttachLocationToMetadata()
/external/protobuf/src/google/protobuf/io/
Dprinter.h92 annotation->set_source_file(file_path); in AddAnnotation()
Dprinter_unittest.cc670 annotation.set_source_file("file.proto"); in TEST()
/external/tensorflow/tensorflow/compiler/xla/python/
Dtypes.h413 value.set_source_file(source_file.cast<std::string>());
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h701 annotation.set_source_file(descriptor->file()->name()); in Payload()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h6307 void set_source_file(const std::string& value);
6308 void set_source_file(std::string&& value);
6309 void set_source_file(const char* value);
6310 void set_source_file(const char* value, size_t size);
11776 inline void GeneratedCodeInfo_Annotation::set_source_file(const std::string& value) { in set_source_file() function
11781 inline void GeneratedCodeInfo_Annotation::set_source_file(std::string&& value) { in set_source_file() function
11787 inline void GeneratedCodeInfo_Annotation::set_source_file(const char* value) { in set_source_file() function
11794 inline void GeneratedCodeInfo_Annotation::set_source_file(const char* value, in set_source_file() function
Ddescriptor.pb.cc14999 set_source_file(from.source_file()); in MergeFrom()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc418 metadata.set_source_file(file_line_col_loc.getFilename().str()); in CreateOpMetadataFromLocation()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc5129 metadata->set_source_file(*source_file); in ParseMetadata()
/external/rust/crates/protobuf/src/
Ddescriptor.rs9176 pub fn set_source_file(&mut self, v: ::std::string::String) { in set_source_file() method