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

  /external/google-breakpad/src/testing/gtest/test/
gtest_env_var_test.py 74 def TestFlag(flag, test_val, default_val):
88 TestFlag('break_on_failure', '1', '0')
89 TestFlag('color', 'yes', 'auto')
90 TestFlag('filter', 'FooTest.Bar', '*')
91 TestFlag('output', 'xml:tmp/foo.xml', '')
92 TestFlag('print_time', '0', '1')
93 TestFlag('repeat', '999', '1')
94 TestFlag('throw_on_failure', '1', '0')
95 TestFlag('death_test_style', 'threadsafe', 'fast')
96 TestFlag('catch_exceptions', '0', '1'
    [all...]
  /external/googletest/googletest/test/
googletest-env-var-test.py 71 def TestFlag(flag, test_val, default_val):
86 TestFlag('break_on_failure', '1', '0')
87 TestFlag('color', 'yes', 'auto')
88 TestFlag('filter', 'FooTest.Bar', '*')
90 TestFlag('output', 'xml:tmp/foo.xml', '')
91 TestFlag('print_time', '0', '1')
92 TestFlag('repeat', '999', '1')
93 TestFlag('throw_on_failure', '1', '0')
94 TestFlag('death_test_style', 'threadsafe', 'fast')
95 TestFlag('catch_exceptions', '0', '1'
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_flags_test.cc 28 static void TestFlag(T start_value, const char *env, T final_value) {
40 void TestFlag(const char *start_value, const char *env,
56 TestFlag(false, "flag_name=1", true);
57 TestFlag(false, "flag_name=yes", true);
58 TestFlag(false, "flag_name=true", true);
59 TestFlag(true, "flag_name=0", false);
60 TestFlag(true, "flag_name=no", false);
61 TestFlag(true, "flag_name=false", false);
65 TestFlag(-11, 0, -11);
66 TestFlag(-11, "flag_name=0", 0)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
Platform.c 385 UINT32 TestFlag = 0;
427 TestFlag = 1;
432 if (TestFlag) {
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py     [all...]

Completed in 299 milliseconds