OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:check_for_leaks
(Results
1 - 5
of
5
) sorted by null
/external/chromium/testing/gtest/samples/
sample10_unittest.cc
104
// This should fail when the --
check_for_leaks
command line flag is
116
bool
check_for_leaks
= false;
local
117
if (argc > 1 && strcmp(argv[1], "--
check_for_leaks
") == 0 )
118
check_for_leaks
= true;
120
printf("%s\n", "Run this program with --
check_for_leaks
to enable "
123
// If we are given the --
check_for_leaks
command line flag, installs the
125
if (
check_for_leaks
) {
/external/chromium_org/testing/gtest/samples/
sample10_unittest.cc
103
// This should fail when the --
check_for_leaks
command line flag is
115
bool
check_for_leaks
= false;
local
116
if (argc > 1 && strcmp(argv[1], "--
check_for_leaks
") == 0 )
117
check_for_leaks
= true;
119
printf("%s\n", "Run this program with --
check_for_leaks
to enable "
122
// If we are given the --
check_for_leaks
command line flag, installs the
124
if (
check_for_leaks
) {
/external/gtest/samples/
sample10_unittest.cc
104
// This should fail when the --
check_for_leaks
command line flag is
116
bool
check_for_leaks
= false;
local
117
if (argc > 1 && strcmp(argv[1], "--
check_for_leaks
") == 0 )
118
check_for_leaks
= true;
120
printf("%s\n", "Run this program with --
check_for_leaks
to enable "
123
// If we are given the --
check_for_leaks
command line flag, installs the
125
if (
check_for_leaks
) {
/external/protobuf/gtest/samples/
sample10_unittest.cc
104
// This should fail when the --
check_for_leaks
command line flag is
116
bool
check_for_leaks
= false;
local
117
if (argc > 1 && strcmp(argv[1], "--
check_for_leaks
") == 0 )
118
check_for_leaks
= true;
120
printf("%s\n", "Run this program with --
check_for_leaks
to enable "
123
// If we are given the --
check_for_leaks
command line flag, installs the
125
if (
check_for_leaks
) {
/ndk/sources/third_party/googletest/googletest/samples/
sample10_unittest.cc
103
// This should fail when the --
check_for_leaks
command line flag is
115
bool
check_for_leaks
= false;
local
116
if (argc > 1 && strcmp(argv[1], "--
check_for_leaks
") == 0 )
117
check_for_leaks
= true;
119
printf("%s\n", "Run this program with --
check_for_leaks
to enable "
122
// If we are given the --
check_for_leaks
command line flag, installs the
124
if (
check_for_leaks
) {
Completed in 4771 milliseconds