OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_format
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py
570
def GenTest(
use_format
, use_assert, expect_failure,
575
use_format
: true iff the assertion is a *_PRED_FORMAT*.
597
if
use_format
:
611
if not
use_format
:
688
tests += ''.join([GenTest(
use_format
, use_assert, expect_failure,
690
for
use_format
in [0, 1]
/external/googletest/googletest/scripts/
gen_gtest_pred_impl.py
570
def GenTest(
use_format
, use_assert, expect_failure,
575
use_format
: true iff the assertion is a *_PRED_FORMAT*.
597
if
use_format
:
611
if not
use_format
:
688
tests += ''.join([GenTest(
use_format
, use_assert, expect_failure,
690
for
use_format
in [0, 1]
Completed in 73 milliseconds