Home
last modified time | relevance | path

Searched defs:source_file (Results 1 – 25 of 48) sorted by relevance

12

/third_party/gn/src/gn/
Dlib_file.cc9 LibFile::LibFile(const SourceFile& source_file) : source_file_(source_file) {} in LibFile()
20 const SourceFile& LibFile::source_file() const { in source_file() function in LibFile
Dheader_checker_unittest.cc78 void PrintTo(const SourceFile& source_file, ::std::ostream* os) { in PrintTo()
333 SourceFile source_file = checker->SourceFileForInclude( in TEST_F() local
343 SourceFile source_file = checker->SourceFileForInclude( in TEST_F() local
356 SourceFile source_file = checker->SourceFileForInclude( in TEST_F() local
369 SourceFile source_file = checker->SourceFileForInclude( in TEST_F() local
388 SourceFile source_file = in TEST_F() local
Dbundle_file_rule.cc49 const SourceFile& source_file, in ApplyPatternToSource()
98 const SourceFile& source_file, in ApplyPatternToSourceAsOutputFile()
Dninja_bundle_data_target_writer.cc19 for (const SourceFile& source_file : target_->sources()) { in Run() local
Dbundle_data.cc85 for (const SourceFile& source_file : target->sources()) { in OnTargetResolved() local
133 for (const SourceFile& source_file : outputs_as_sources) in GetOutputFiles() local
Dfunction_read_file.cc56 SourceFile source_file = cur_dir.ResolveRelativeFile( in RunReadFile() local
Doutput_file.cc15 const SourceFile& source_file) in OutputFile()
Dfunction_write_file.cc66 SourceFile source_file = cur_dir.ResolveRelativeFile( in RunWriteFile() local
Dscope_unittest.cc28 const SourceFile& source_file) { in ContainsBuildDependencyFile()
38 SourceFile source_file = SourceFile("//a/BUILD.gn"); in TEST() local
217 SourceFile source_file = SourceFile("//a/BUILD.gn"); in TEST() local
Dheader_checker.cc250 const InputFile& source_file, in SourceFileForInclude()
349 const InputFile& source_file, in CheckInclude()
585 Err HeaderChecker::MakeUnreachableError(const InputFile& source_file, in MakeUnreachableError()
Dloader_unittest.cc25 const SourceFile& source_file) { in ItemContainsBuildDependencyFile()
124 void MockInputFileManager::AddCannedResponse(const SourceFile& source_file, in AddCannedResponse()
/third_party/alsa-utils/topology/
Dtopology.c80 static int load(const char *source_file, void **dst, size_t *dst_size) in load()
213 static int dump(const char *source_file, const char *output_file, int cflags, int sflags) in dump()
249 static int pre_process_conf(const char *source_file, const char *output_file, in pre_process_conf()
280 static int compile(const char *source_file, const char *output_file, int cflags, in compile()
336 static int decode(const char *source_file, const char *output_file, in decode()
398 char *source_file = NULL; in main() local
/third_party/selinux/checkpolicy/
Dpolicy_scan.l45 char source_file[PATH_MAX]; variable
/third_party/libpsl/fuzz/
Dmeson.build16 source_file = 'libpsl_@0@.c'.format(test_case) variable
/third_party/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.cc103 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationsOnPath()
125 const GeneratedCodeInfo& info, const std::string& source_file, in FindAnnotationOnPath()
/third_party/spirv-tools/test/opt/
Dpass_utils.h33 const char* source_file; member
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dpass_utils.h33 const char* source_file; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_utils.h33 const char* source_file; member
/third_party/boost/boost/stacktrace/detail/
Dunwind_base_impls.hpp40 std::string frame::source_file() const { in source_file() function in boost::stacktrace::frame
/third_party/boost/tools/litre/
Dcplusplus.py365 , source_file = None argument
562 , source_file = 'example.cpp' argument
721 def _source_file_path(self, source_file, source_suffix): argument
728 def _output_file_path(self, source_file, extension): argument
760 def _source_file_path(self, source_file, source_suffix): argument
768 def _output_file_path(self, source_file, extension): argument
/third_party/mindspore/mindspore/profiler/parser/
Dstep_trace_parser.py392 def record_point_info(self, source_file, output_path): argument
442 def _parse(self, source_file): argument
531 def _parse_async_launch(self, source_file): argument
/third_party/cef/cmake/
Dcef_macros.cmake.in102 set(source_file ${source_dir}/${FILENAME}) variable
/third_party/mesa3d/src/amd/compiler/tests/
Dframework.h37 const char *source_file; member
/third_party/e2fsprogs/lib/ss/
Dtest_ss.c35 static int source_file(const char *cmd_file, int sci_idx) in source_file() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php30 protected $source_file = null; variable in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation

12