Home
last modified time | relevance | path

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

/external/selinux/checkpolicy/
Dparse_util.c34 extern void set_source_file(const char *name);
43 set_source_file(file); in read_source_policy()
62 set_source_file(file); in read_source_policy()
Dpolicy_scan.l41 void set_source_file(const char *name);
268 #line[ ]1[ ]\"[^\n]*\" { set_source_file(yytext+9); }
324 void set_source_file(const char *name)
/external/protobuf/src/google/protobuf/io/
Dprinter.h82 annotation->set_source_file(file_path); in AddAnnotation()
/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.cc361 result.set_source_file(source_file.value()); in OpMetadataFromPyObject()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3498 void set_source_file(const ::std::string& value);
3499 void set_source_file(const char* value);
3500 void set_source_file(const char* value, size_t size);
7507 inline void GeneratedCodeInfo_Annotation::set_source_file(const ::std::string& value) { in set_source_file() function
7512 inline void GeneratedCodeInfo_Annotation::set_source_file(const char* value) { in set_source_file() function
7517 inline void GeneratedCodeInfo_Annotation::set_source_file(const char* value, size_t size) { in set_source_file() function
Ddescriptor.pb.cc15043 void GeneratedCodeInfo_Annotation::set_source_file(const ::std::string& value) { in set_source_file() function in google::protobuf::GeneratedCodeInfo_Annotation
15048 void GeneratedCodeInfo_Annotation::set_source_file(const char* value) { in set_source_file() function in google::protobuf::GeneratedCodeInfo_Annotation
15053 void GeneratedCodeInfo_Annotation::set_source_file(const char* value, size_t size) { in set_source_file() function in google::protobuf::GeneratedCodeInfo_Annotation
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc3739 metadata->set_source_file(*source_file); in ParseMetadata()