Home
last modified time | relevance | path

Searched refs:DEFINE_FLAG (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Drandom_test.cc15 DEFINE_FLAG(int, regexpseed, 404, "Random regexp seed.");
16 DEFINE_FLAG(int, regexpcount, 100, "How many random regexps to generate.");
17 DEFINE_FLAG(int, stringseed, 200, "Random string seed.");
18 DEFINE_FLAG(int, stringcount, 100, "How many random strings to generate.");
Dtester.cc21 DEFINE_FLAG(bool, dump_prog, false, "dump regexp program");
22 DEFINE_FLAG(bool, log_okay, false, "log successful runs");
23 DEFINE_FLAG(bool, dump_rprog, false, "dump reversed regexp program");
25 DEFINE_FLAG(int, max_regexp_failures, 100,
28 DEFINE_FLAG(std::string, regexp_engines, "",
Ddfa_test.cc23 DEFINE_FLAG(int, size, 8, "log2(number of DFA nodes)");
24 DEFINE_FLAG(int, repeat, 2, "Repetition count.");
25 DEFINE_FLAG(int, threads, 4, "number of threads");
Dexhaustive_tester.cc28 DEFINE_FLAG(bool, show_regexps, false, "show regexps during testing");
30 DEFINE_FLAG(int, max_bad_regexp_inputs, 1,
Dregexp_benchmark.cc743 DEFINE_FLAG(std::string, compile_regexp, "(.*)-(\\d+)-of-(\\d+)",
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dflags.h13 #define DEFINE_FLAG(type, name, deflt, desc) \ macro
Dpcre.cc36 DEFINE_FLAG(int, regexp_stack_limit, 256 << 10,
38 DEFINE_FLAG(int, regexp_match_limit, 1000000,
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc28 DEFINE_FLAG(bool, print_stop_message, true, "Print stop message.");