Home
last modified time | relevance | path

Searched refs:DEFINE_int32 (Results 1 – 25 of 34) sorted by relevance

12

/external/skia/tools/
Dskpmaker.cpp20 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.");
Dbench_pictures_main.cpp46 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.");
Ddump_record.cpp23 DEFINE_int32(tile, 1000000000, "Simulated tile size.");
/external/regex-re2/re2/testing/
Drandom_test.cc11 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.");
Ddfa_test.cc15 DEFINE_int32(size, 8, "log2(number of DFA nodes)");
16 DEFINE_int32(repeat, 2, "Repetition count.");
17 DEFINE_int32(threads, 4, "number of threads");
Dexhaustive_tester.cc27 DEFINE_int32(max_bad_regexp_inputs, 1,
/external/openfst/src/bin/
Dfstequivalent.cc29 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");
Dfstrandgen.cc24 DEFINE_int32(max_length, INT_MAX, "Maximum path length");
26 DEFINE_int32(seed, time(0), "Random seed");
Dfstdraw.cc29 DEFINE_int32(precision, 5, "Set precision (number of char/float)");
35 DEFINE_int32(fontsize, 14, "Set fontsize");
/external/openfst/src/test/
Dalgo_test.cc36 DEFINE_int32(seed, -1, "random seed");
37 DEFINE_int32(repeat, 25, "number of test repetitions");
Dweight_test.cc29 DEFINE_int32(seed, -1, "random seed");
30 DEFINE_int32(repeat, 100000, "number of test repetitions");
/external/ceres-solver/examples/
Dbundle_adjuster.cc104 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 "
Dnist.cc99 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/
DSKPBench.cpp13 DEFINE_int32(benchTileW, 1600, "Tile width used for SKP playback.");
14 DEFINE_int32(benchTileH, 512, "Tile height used for SKP playback.");
Dnanobench.cpp69 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/
DSkCommonFlags.cpp49 DEFINE_int32(threads, -1, "Run threadsafe tests on a threadpool with this many extra threads, "
DSkCommandLineFlags.h221 #define DEFINE_int32(name, defaultValue, helpString) \ macro
/external/regex-re2/util/
Dflags.h20 #define DEFINE_int32(name, deflt, desc) DEFINE_flag(int32, name, deflt, desc) macro
/external/openfst/src/extensions/far/
Dfarextract.cc28 DEFINE_int32(generate_filenames, 0,
Dfarcreate.cc29 DEFINE_int32(generate_keys, 0,
Dfarprintstrings.cc26 DEFINE_int32(generate_filenames, 0,
Dfarcompilestrings.cc32 DEFINE_int32(generate_keys, 0,
/external/skia/experimental/PdfViewer/
Dpdf_viewer_main.cpp36 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/
Dflags.cc25 DEFINE_int32(v, 0, "verbose level");
/external/skia/tools/skpdiff/
Dskpdiff_main.cpp54 DEFINE_int32(threads, -1, "run N threads in parallel [default is derived from CPUs available]");

12