OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResultFile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/tracing/
tracing_controller_impl.h
59
class
ResultFile
;
142
scoped_ptr<
ResultFile
> result_file_;
143
scoped_ptr<
ResultFile
> monitoring_snapshot_file_;
tracing_controller_impl.cc
32
class TracingControllerImpl::
ResultFile
{
34
explicit
ResultFile
(const base::FilePath& path);
37
base::Bind(&TracingControllerImpl::
ResultFile
::WriteTask,
42
base::Bind(&TracingControllerImpl::
ResultFile
::CloseTask,
56
DISALLOW_COPY_AND_ASSIGN(
ResultFile
);
59
TracingControllerImpl::
ResultFile
::
ResultFile
(const base::FilePath& path)
64
base::Bind(&TracingControllerImpl::
ResultFile
::OpenTask,
68
void TracingControllerImpl::
ResultFile
::OpenTask() {
81
void TracingControllerImpl::
ResultFile
::WriteTask
[
all
...]
/external/clang/tools/scan-build/
ccc-analyzer
64
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/
CIndex.cpp
[
all
...]
Completed in 51 milliseconds