Home
last modified time | relevance | path

Searched refs:ResultFile (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/tracing/
Dtracing_controller_impl.cc32 class TracingControllerImpl::ResultFile { class in content::TracingControllerImpl
34 explicit ResultFile(const base::FilePath& path);
37 base::Bind(&TracingControllerImpl::ResultFile::WriteTask, in Write()
42 base::Bind(&TracingControllerImpl::ResultFile::CloseTask, in Close()
56 DISALLOW_COPY_AND_ASSIGN(ResultFile);
59 TracingControllerImpl::ResultFile::ResultFile(const base::FilePath& path) in ResultFile() function in content::TracingControllerImpl::ResultFile
64 base::Bind(&TracingControllerImpl::ResultFile::OpenTask, in ResultFile()
68 void TracingControllerImpl::ResultFile::OpenTask() { in OpenTask()
81 void TracingControllerImpl::ResultFile::WriteTask( in WriteTask()
99 void TracingControllerImpl::ResultFile::CloseTask( in CloseTask()
[all …]
Dtracing_controller_impl.h59 class ResultFile; variable
142 scoped_ptr<ResultFile> result_file_;
143 scoped_ptr<ResultFile> monitoring_snapshot_file_;
/external/clang/tools/scan-build/
Dccc-analyzer64 my $ResultFile;
68 if (defined $ResultFile && -z $ResultFile) {
69 `rm -f $ResultFile`;
191 if (defined $ResultFile) {
192 push @Args, '-o', $ResultFile;
677 $ResultFile = $f;
/external/clang/tools/libclang/
DCIndex.cpp3946 CXFile ResultFile; in clang_getCursor()
3953 clang_getFileLocation(ResultLoc, &ResultFile, &ResultLine, in clang_getCursor()
3956 ResultFileName = clang_getFileName(ResultFile); in clang_getCursor()