OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_format
(Results
1 - 3
of
3
) 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/protobuf/gtest/scripts/
gen_gtest_pred_impl.py
573
def GenTest(
use_format
, use_assert, expect_failure,
578
use_format
: true iff the assertion is a *_PRED_FORMAT*.
600
if
use_format
:
614
if not
use_format
:
691
tests += ''.join([GenTest(
use_format
, use_assert, expect_failure,
693
for
use_format
in [0, 1]
/external/vulkan-validation-layers/tests/gtest-1.7.0/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 95 milliseconds