Home
last modified time | relevance | path

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

12

/external/libbrillo/brillo/
Dflag_helper_test.cc30 DEFINE_int32(int32_1, INT32_MIN, "Test int32 flag"); in TEST_F()
31 DEFINE_int32(int32_2, 0, "Test int32 flag"); in TEST_F()
32 DEFINE_int32(int32_3, INT32_MAX, "Test int32 flag"); in TEST_F()
79 DEFINE_int32(int32_1, 1, "Test int32 flag"); in TEST_F()
80 DEFINE_int32(int32_2, 1, "Test int32 flag"); in TEST_F()
81 DEFINE_int32(int32_3, 1, "Test int32 flag"); in TEST_F()
147 DEFINE_int32(int32_1, 1, "Test int32 flag"); in TEST_F()
148 DEFINE_int32(int32_2, 1, "Test int32 flag"); in TEST_F()
149 DEFINE_int32(int32_3, 1, "Test int32 flag"); in TEST_F()
209 DEFINE_int32(int32_1, 0, "Test in32 flag"); in TEST_F()
[all …]
/external/skqp/tools/flags/
DSkCommonFlags.cpp68 DEFINE_int32(skpViewportSize, 1000, "Width & height of the viewport used to crop skp rendering.");
106 DEFINE_int32(backendTiles, 3, "Number of tiles in the experimental threaded backend.");
107 DEFINE_int32(backendThreads, 2, "Number of threads in the experimental threaded backend.");
163 DEFINE_int32(gpuThreads, 2, "Create this many extra threads to assist with GPU work, "
/external/grpc-grpc/test/cpp/interop/
Dstress_test.cc41 DEFINE_int32(metrics_port, 8081, "The metrics server port.");
43 DEFINE_int32(sleep_duration_ms, 0,
47 DEFINE_int32(test_duration_secs, -1,
57 DEFINE_int32(num_channels_per_server, 1, "Number of channels for each server");
59 DEFINE_int32(num_stubs_per_channel, 1,
90 DEFINE_int32(log_level, GPR_LOG_SEVERITY_INFO,
Dreconnect_interop_client.cc34 DEFINE_int32(server_control_port, 0, "Server port for control rpcs.");
35 DEFINE_int32(server_retry_port, 0, "Server port for testing reconnection.");
37 DEFINE_int32(max_reconnect_backoff_ms, 0,
Dclient.cc39 DEFINE_int32(server_port, 0, "Server port.");
88 DEFINE_int32(soak_iterations, 1000,
91 DEFINE_int32(iteration_interval, 10,
Dreconnect_interop_server.cc41 DEFINE_int32(control_port, 0, "Server port for controlling the server.");
42 DEFINE_int32(retry_port, 0,
Dmetrics_client.cc35 DEFINE_int32(deadline_secs, kDeadlineSecs,
/external/brotli/research/
Ddraw_histogram.cc23 DEFINE_int32(height, 1000, "Height of the resulting histogam.");
24 DEFINE_int32(width, 8000, "Width of the resulting histogam.");
25 DEFINE_int32(size, 1e8, "Size of the compressed file.");
26 DEFINE_int32(brotli_window, -1, "Size of brotli window in bits.");
Dfind_opt_references.cc28 DEFINE_int32(min_length, 1, "Minimal length of found backward references.");
30 DEFINE_int32(long_length, 32,
32 DEFINE_int32(skip, 1, "Number of bytes to skip.");
/external/grpc-grpc/test/cpp/qps/
Dworker.cc33 DEFINE_int32(driver_port, 0, "Port for communication with driver");
34 DEFINE_int32(server_port, 0, "Port for operation as a server");
/external/skqp/bench/
DSKPBench.cpp17 DEFINE_int32(CPUbenchTileW, 256, "Tile width used for CPU SKP playback.");
18 DEFINE_int32(CPUbenchTileH, 256, "Tile height used for CPU SKP playback.");
20 DEFINE_int32(GPUbenchTileW, 1600, "Tile width used for GPU SKP playback.");
21 DEFINE_int32(GPUbenchTileH, 512, "Tile height used for GPU SKP playback.");
Dnanobench.cpp106 DEFINE_int32(loops, kDefaultLoops, loops_help_txt().c_str());
108 DEFINE_int32(samples, 10, "Number of samples to measure for each bench.");
109 DEFINE_int32(ms, 0, "If >0, run each bench for this many ms instead of obeying --samples.");
110 DEFINE_int32(overheadLoops, 100000, "Loops to estimate timer overhead.");
114 DEFINE_int32(gpuFrameLag, 5, "If unknown, estimated maximum number of frames GPU allows to lag.");
117 DEFINE_int32(maxCalibrationAttempts, 3,
119 DEFINE_int32(maxLoops, 1000000, "Never run a bench more times than this.");
128 DEFINE_int32(flushEvery, 10, "Flush --outResultsFile every Nth run.");
/external/libyuv/files/unit_test/
Dunit_test.cc25 DEFINE_int32(libyuv_width, 0, "width of test image.");
26 DEFINE_int32(libyuv_height, 0, "height of test image.");
27 DEFINE_int32(libyuv_repeat, 0, "number of times to repeat test.");
28 DEFINE_int32(libyuv_flags, 0, "cpu flags for reference code. 1 = C, -1 = SIMD");
29 DEFINE_int32(libyuv_cpu_info,
/external/skqp/tools/skpbench/
Dskpbench.cpp58 DEFINE_int32(ddlNumAdditionalThreads, 0, "number of DDL recording threads in addition to main one");
59 DEFINE_int32(ddlTilingWidthHeight, 0, "number of tiles along one edge when in DDL mode");
62 DEFINE_int32(duration, 5000, "number of milliseconds to run the benchmark");
63 DEFINE_int32(sampleMs, 50, "minimum duration of a sample");
68 DEFINE_int32(verbosity, 4, "level of verbosity (0=none to 5=debug)");
/external/skqp/modules/skottie/src/
DSkottieTool.cpp30 DEFINE_int32(width , 800, "Render width.");
31 DEFINE_int32(height, 600, "Render height.");
/external/google-benchmark/src/
Dcommandlineflags.h20 #define DEFINE_int32(name, default_val) \ macro
/external/llvm-project/llvm/utils/benchmark/src/
Dcommandlineflags.h19 #define DEFINE_int32(name, default_val, doc) int32_t FLAG(name) = (default_val) macro
/external/libcxx/utils/google-benchmark/src/
Dcommandlineflags.h19 #define DEFINE_int32(name, default_val, doc) int32_t FLAG(name) = (default_val) macro
Dbenchmark.cc73 DEFINE_int32(benchmark_repetitions, 1,
113 DEFINE_int32(v, 0, "The level of verbose logging to output");
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dcommandlineflags.h19 #define DEFINE_int32(name, default_val, doc) int32_t FLAG(name) = (default_val) macro
Dbenchmark.cc73 DEFINE_int32(benchmark_repetitions, 1,
113 DEFINE_int32(v, 0, "The level of verbose logging to output");
/external/skqp/tools/
Ddump_record.cpp24 DEFINE_int32(tile, 1000000000, "Simulated tile size.");
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc36 DEFINE_int32(
39 DEFINE_int32(
42 DEFINE_int32(warmup_max_time_seconds, 10,
/external/gflags/test/
Dgflags_unittest.cc76 DEFINE_int32(test_int32, -1, "");
100 DEFINE_int32(changeable_var, ++changeable_var, "");
117 DEFINE_int32(unused_int32, -1001, "");
160 #define MAKEFLAG(x) DEFINE_int32(test_flag_num##x, x, "Test flag")
1192 DEFINE_int32(test_flag, -1, "used for testing gflags.cc");
/external/skqp/tools/skiaserve/
Dskiaserve.cpp27 DEFINE_int32(port, 8888, "The port to listen on.");

12