Home
last modified time | relevance | path

Searched refs:fileinfo (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D__init__.py172 # "lines" should be (fileinfo, data), as produced by the preprocessor code.
173 for fileinfo, line in lines:
174 if fileinfo.filename in filestack:
175 while fileinfo.filename != filestack[-1]:
178 filename = fileinfo.filename
181 filename = fileinfo.filename
187 srcinfo._add_line(line, fileinfo.lno)
H A D_info.py32 fileinfo = lno
33 if fileinfo.filename != self.filename:
34 raise NotImplementedError((fileinfo, self.filename))
35 lno = fileinfo.lno
120 fileinfo = FileInfo(self.filename, self._start)
121 return ParsedItem(fileinfo, kind, parent, name, data)
/third_party/curl/lib/
H A Dfileinfo.c28 #include "fileinfo.h"
33 struct fileinfo *Curl_fileinfo_alloc(void) in Curl_fileinfo_alloc()
35 return calloc(1, sizeof(struct fileinfo)); in Curl_fileinfo_alloc()
38 void Curl_fileinfo_cleanup(struct fileinfo *finfo) in Curl_fileinfo_cleanup()
H A Dfileinfo.h31 struct fileinfo { struct
37 struct fileinfo *Curl_fileinfo_alloc(void);
38 void Curl_fileinfo_cleanup(struct fileinfo *finfo);
H A Dftplistparser.c47 #include "fileinfo.h"
168 struct fileinfo *file_data;
308 struct fileinfo *infop) in ftp_pl_insert_finfo()
394 struct fileinfo *infop; in Curl_ftp_parselist()
/third_party/python/Tools/c-analyzer/c_parser/
H A D__main__.py78 fileinfo, kind, funcname, name, data = item
79 lno = fileinfo.lno if fileinfo and fileinfo.lno >= 0 else ''
H A Dinfo.py446 fileinfo = FileInfo.from_raw(parsed.file)
447 if not fileinfo:
449 return fileinfo
504 fileinfo = FileInfo(parsed.file.filename, -1)
511 parent = ParsedItem(fileinfo, _kind, None, name, None)
791 fileinfo = FileInfo.from_raw(filename)
795 return cls(fileinfo, name, data, funcname, _extra=extra)
797 return cls(fileinfo, name, data, funcname)
/third_party/json/tools/cpplint/
H A Dcpplint.py2311 fileinfo = FileInfo(filename)
2312 file_path_from_root = fileinfo.RepositoryName()
2317 % (_root, fileinfo.RepositoryName()))
2345 full_path = fileinfo.FullName()
2476 fileinfo = FileInfo(filename)
2477 if Search(_TEST_FILE_SUFFIX, fileinfo.BaseName()):
2481 basefilename = filename[0:len(filename) - len(fileinfo.Extension())]
2498 message = '%s should include its header file %s' % (fileinfo.RepositoryName(), headername)
4978 def _ClassifyInclude(fileinfo, include, used_angle_brackets, include_order="default"):
4982 fileinfo
[all...]
/third_party/curl/src/
H A Dtool_operate.c268 struct_stat fileinfo; in pre_transfer() local
289 if(stat(per->uploadfile, &fileinfo) == 0) { in pre_transfer()
290 fileinfo.st_size = VmsSpecialSize(uploadfile, &fileinfo); in pre_transfer()
291 switch(fileinfo.st_fab_rfm) { in pre_transfer()
305 if((per->infd == -1) || fstat(per->infd, &fileinfo)) in pre_transfer()
318 if(S_ISREG(fileinfo.st_mode)) in pre_transfer()
319 uploadfilesize = fileinfo.st_size; in pre_transfer()
1127 struct_stat fileinfo; in single_transfer() local
1129 if(0 == stat(per->outfile, &fileinfo)) in single_transfer()
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs471 fn fileinfo(&self, span: Span) -> &FileInfo { in fileinfo() functions
552 let fi = cm.fileinfo(*self); in start()
565 let fi = cm.fileinfo(*self); in end()
587 if !cm.fileinfo(*self).span_within(other) { in join()
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c464 if (!S_ISDIR(subdirentry->fileinfo.st_mode)) in _searchDirForCatalog()
490 if (!S_ISREG(catalogentry->fileinfo.st_mode)) in _searchDirForCatalog()

Completed in 18 milliseconds