/external/skia/tools/ |
D | skpmaker.cpp | 20 DEFINE_int32(blue, 128, "Value of blue color channel in image, 0-255."); 21 DEFINE_int32(border, 4, "Width of the black border around the image."); 22 DEFINE_int32(green, 128, "Value of green color channel in image, 0-255."); 23 DEFINE_int32(height, 200, "Height of canvas to create."); 24 DEFINE_int32(red, 128, "Value of red color channel in image, 0-255."); 25 DEFINE_int32(width, 300, "Width of canvas to create.");
|
D | bench_pictures_main.cpp | 46 DEFINE_int32(repeat, 1, "Set the number of times to repeat each test."); 66 DEFINE_int32(buildNumber, -1, "Build number of the build this test is running on"); 67 DEFINE_int32(timestamp, 0, "Timestamp of the revision of Skia being tested."); 69 DEFINE_int32(gitNumber, -1, "Git number of the revision of Skia being run.");
|
D | dump_record.cpp | 23 DEFINE_int32(tile, 1000000000, "Simulated tile size.");
|
/external/regex-re2/re2/testing/ |
D | random_test.cc | 11 DEFINE_int32(regexpseed, 404, "Random regexp seed."); 12 DEFINE_int32(regexpcount, 100, "How many random regexps to generate."); 13 DEFINE_int32(stringseed, 200, "Random string seed."); 14 DEFINE_int32(stringcount, 100, "How many random strings to generate.");
|
D | dfa_test.cc | 15 DEFINE_int32(size, 8, "log2(number of DFA nodes)"); 16 DEFINE_int32(repeat, 2, "Repetition count."); 17 DEFINE_int32(threads, 4, "number of threads");
|
D | exhaustive_tester.cc | 27 DEFINE_int32(max_bad_regexp_inputs, 1,
|
/external/openfst/src/bin/ |
D | fstequivalent.cc | 29 DEFINE_int32(max_length, INT_MAX, "Maximum path length"); 30 DEFINE_int32(npath, 1, "Number of paths to generate"); 31 DEFINE_int32(seed, time(0), "Random seed");
|
D | fstrandgen.cc | 24 DEFINE_int32(max_length, INT_MAX, "Maximum path length"); 26 DEFINE_int32(seed, time(0), "Random seed");
|
D | fstdraw.cc | 29 DEFINE_int32(precision, 5, "Set precision (number of char/float)"); 35 DEFINE_int32(fontsize, 14, "Set fontsize");
|
/external/openfst/src/test/ |
D | algo_test.cc | 36 DEFINE_int32(seed, -1, "random seed"); 37 DEFINE_int32(repeat, 25, "number of test repetitions");
|
D | weight_test.cc | 29 DEFINE_int32(seed, -1, "random seed"); 30 DEFINE_int32(repeat, 100000, "number of test repetitions");
|
/external/ceres-solver/examples/ |
D | bundle_adjuster.cc | 104 DEFINE_int32(num_threads, 1, "Number of threads."); 105 DEFINE_int32(num_iterations, 5, "Number of iterations."); 116 DEFINE_int32(random_seed, 38401, "Random seed used to set the state "
|
D | nist.cc | 99 DEFINE_int32(max_line_search_iterations, 20, 101 DEFINE_int32(max_line_search_restarts, 10, 106 DEFINE_int32(lbfgs_rank, 20, 114 DEFINE_int32(num_iterations, 10000, "Number of iterations");
|
/external/skia/bench/ |
D | SKPBench.cpp | 13 DEFINE_int32(benchTileW, 1600, "Tile width used for SKP playback."); 14 DEFINE_int32(benchTileH, 512, "Tile height used for SKP playback.");
|
D | nanobench.cpp | 69 DEFINE_int32(loops, kDefaultLoops, loops_help_txt().c_str()); 71 DEFINE_int32(samples, 10, "Number of samples to measure for each bench."); 72 DEFINE_int32(overheadLoops, 100000, "Loops to estimate timer overhead."); 76 DEFINE_int32(gpuFrameLag, 5, "Overestimate of maximum number of frames GPU allows to lag."); 81 DEFINE_int32(maxCalibrationAttempts, 3, 83 DEFINE_int32(maxLoops, 1000000, "Never run a bench more times than this."); 89 DEFINE_int32(flushEvery, 10, "Flush --outResultsFile every Nth run.");
|
/external/skia/tools/flags/ |
D | SkCommonFlags.cpp | 49 DEFINE_int32(threads, -1, "Run threadsafe tests on a threadpool with this many extra threads, "
|
D | SkCommandLineFlags.h | 221 #define DEFINE_int32(name, defaultValue, helpString) \ macro
|
/external/regex-re2/util/ |
D | flags.h | 20 #define DEFINE_int32(name, deflt, desc) DEFINE_flag(int32, name, deflt, desc) macro
|
/external/openfst/src/extensions/far/ |
D | farextract.cc | 28 DEFINE_int32(generate_filenames, 0,
|
D | farcreate.cc | 29 DEFINE_int32(generate_keys, 0,
|
D | farprintstrings.cc | 26 DEFINE_int32(generate_filenames, 0,
|
D | farcompilestrings.cc | 32 DEFINE_int32(generate_keys, 0,
|
/external/skia/experimental/PdfViewer/ |
D | pdf_viewer_main.cpp | 36 DEFINE_int32(benchLoad, 0, "Load the pdf file minimally N times, without any rendering and \n" 38 DEFINE_int32(benchRender, 0, "Render the pdf content N times. Default 0 (disabled)");
|
/external/openfst/src/lib/ |
D | flags.cc | 25 DEFINE_int32(v, 0, "verbose level");
|
/external/skia/tools/skpdiff/ |
D | skpdiff_main.cpp | 54 DEFINE_int32(threads, -1, "run N threads in parallel [default is derived from CPUs available]");
|