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

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc 60 static const char *options2 = member in namespace:__tsan
147 test_default_options = options2;
158 InitializeFlags(&f, options2);
165 test_default_options = options2;
170 InitializeFlags(&f, options2);
  /external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeFlowStylesTest.java 52 DumperOptions options2 = new DumperOptions(); local
53 options2.setDefaultFlowStyle(FlowStyle.AUTO);
54 Yaml dumper2 = new Yaml(new JodaTimeRepresenter(), options2);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
StrTagTest.java 146 DumperOptions options2 = new DumperOptions(); local
147 options2.setDefaultScalarStyle(ScalarStyle.DOUBLE_QUOTED);
148 yaml = new Yaml(options2);
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 618 RE_Options options2; local
622 TestOneOption("CASELESS (class2)", "HELLO", "hello", options2.set_caseless(true), false);
633 RE_Options options2; local
638 TestOneOption("MULTILINE (class2)", "^cruel$", str, options2.set_multiline(true), false);
646 RE_Options options2; local
651 TestOneOption("DOTALL (class2)", "HELLO.*world", str, options2.set_dotall(true), true);
659 RE_Options options2; local
665 TestOneOption("DOLLAR_ENDONLY 2", "world$", str, options2.set_dollar_endonly(true), false, false);
670 RE_Options options2; local
675 TestOneOption("EXTENDED (class2)", "HELLO world", str, options2.set_extended(true), false, false)
    [all...]
  /prebuilts/sdk/current/support/media-compat/libs/
android-support-media-compat.jar 

Completed in 199 milliseconds