/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | random_test.cc | 15 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.");
|
D | tester.cc | 21 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, "",
|
D | dfa_test.cc | 23 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");
|
D | exhaustive_tester.cc | 28 DEFINE_FLAG(bool, show_regexps, false, "show regexps during testing"); 30 DEFINE_FLAG(int, max_bad_regexp_inputs, 1,
|
D | regexp_benchmark.cc | 743 DEFINE_FLAG(std::string, compile_regexp, "(.*)-(\\d+)-of-(\\d+)",
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | flags.h | 13 #define DEFINE_FLAG(type, name, deflt, desc) \ macro
|
D | pcre.cc | 36 DEFINE_FLAG(int, regexp_stack_limit, 256 << 10, 38 DEFINE_FLAG(int, regexp_match_limit, 1000000,
|
/external/cronet/third_party/abseil-cpp/absl/flags/ |
D | flag_benchmark.cc | 145 #define DEFINE_FLAG(T, name, index) ABSL_FLAG(T, name##_##index, {}, ""); macro 146 #define FLAG_DEF(T) REPLICATE(DEFINE_FLAG, T, T##_flag);
|
/external/webrtc/third_party/abseil-cpp/absl/flags/ |
D | flag_benchmark.cc | 145 #define DEFINE_FLAG(T, name, index) ABSL_FLAG(T, name##_##index, {}, ""); macro 146 #define FLAG_DEF(T) REPLICATE(DEFINE_FLAG, T, T##_flag);
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/flags/ |
D | flag_benchmark.cc | 145 #define DEFINE_FLAG(T, name, index) ABSL_FLAG(T, name##_##index, {}, ""); macro 146 #define FLAG_DEF(T) REPLICATE(DEFINE_FLAG, T, T##_flag);
|
/external/angle/third_party/abseil-cpp/absl/flags/ |
D | flag_benchmark.cc | 145 #define DEFINE_FLAG(T, name, index) ABSL_FLAG(T, name##_##index, {}, ""); macro 146 #define FLAG_DEF(T) REPLICATE(DEFINE_FLAG, T, T##_flag);
|
/external/abseil-cpp/absl/flags/ |
D | flag_benchmark.cc | 145 #define DEFINE_FLAG(T, name, index) ABSL_FLAG(T, name##_##index, {}, ""); macro 146 #define FLAG_DEF(T) REPLICATE(DEFINE_FLAG, T, T##_flag);
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 28 DEFINE_FLAG(bool, print_stop_message, true, "Print stop message.");
|