HomeSort by relevance Sort by last modified time
    Searched refs:ResultFile (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.h 63 class ResultFile;
182 scoped_ptr<ResultFile> result_file_;
183 scoped_ptr<ResultFile> monitoring_snapshot_file_;
tracing_controller_impl.cc 41 class TracingControllerImpl::ResultFile {
43 explicit ResultFile(const base::FilePath& path);
46 base::Bind(&TracingControllerImpl::ResultFile::WriteTask,
51 base::Bind(&TracingControllerImpl::ResultFile::CloseTask,
59 base::Bind(&TracingControllerImpl::ResultFile::WriteSystemTraceTask,
77 DISALLOW_COPY_AND_ASSIGN(ResultFile);
80 TracingControllerImpl::ResultFile::ResultFile(const base::FilePath& path)
85 base::Bind(&TracingControllerImpl::ResultFile::OpenTask,
89 void TracingControllerImpl::ResultFile::OpenTask()
    [all...]
  /external/clang/tools/scan-build/
ccc-analyzer 69 my $ResultFile;
73 if (defined $ResultFile && -z $ResultFile) {
74 unlink($ResultFile);
195 if (defined $ResultFile) {
196 push @Args, '-o', $ResultFile;
691 $ResultFile = $f;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 69 my $ResultFile;
73 if (defined $ResultFile && -z $ResultFile) {
74 `rm -f $ResultFile`;
196 if (defined $ResultFile) {
197 push @Args, '-o', $ResultFile;
683 $ResultFile = $f;
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 69 my $ResultFile;
73 if (defined $ResultFile && -z $ResultFile) {
74 `rm -f $ResultFile`;
196 if (defined $ResultFile) {
197 push @Args, '-o', $ResultFile;
683 $ResultFile = $f;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 172 milliseconds