Home
last modified time | relevance | path

Searched refs:DEFINE_double (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/test/cpp/qps/
Dqps_json_driver.cc47 DEFINE_double(
50 DEFINE_double(targeted_cpu_load, 70.0,
52 DEFINE_double(stride, 1,
55 DEFINE_double(error_tolerance, 0.01,
/third_party/flutter/skia/modules/skottie/src/
DSkottieTool.cpp26 static DEFINE_double(t0, 0, "Timeline start [0..1].");
27 static DEFINE_double(t1, 1, "Timeline stop [0..1].");
28 static DEFINE_double(fps, 30, "Decode frames per second.");
/third_party/flutter/skia/tools/
Dskottie2movie.cpp24 static DEFINE_double(motion_angle, 180, "motion blur angle");
25 static DEFINE_double(motion_slope, 0, "motion blur slope");
/third_party/skia/modules/skottie/src/
DSkottieTool.cpp40 static DEFINE_double(t0, 0, "Timeline start [0..1].");
41 static DEFINE_double(t1, 1, "Timeline stop [0..1].");
42 static DEFINE_double(fps, 0, "Decode frames per second (default is animation native fps).");
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcommandlineflags.h21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
Dbenchmark.cc62 DEFINE_double(benchmark_min_time, 0.5,
/third_party/skia/tools/fiddle/
Dfiddle_main.cpp20 static DEFINE_double(duration, 1.0,
22 static DEFINE_double(frame, 1.0,
/third_party/flutter/skia/tools/fiddle/
Dfiddle_main.cpp20 static DEFINE_double(duration, 1.0,
22 static DEFINE_double(frame, 1.0,
/third_party/skia/tools/flags/
DCommandLineFlags.h243 #define DEFINE_double(name, defaultValue, helpString) \ macro
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.h243 #define DEFINE_double(name, defaultValue, helpString) \ macro
/third_party/flutter/skia/bench/
DRectBench.cpp18 static DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
Dnanobench.cpp100 static DEFINE_double(overheadGoal, 0.0001,
102 static DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
/third_party/skia/bench/
DRectBench.cpp18 static DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
Dnanobench.cpp113 static DEFINE_double(overheadGoal, 0.0001,
115 static DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
/third_party/flutter/skia/tools/fm/
Dfm.cpp63 static DEFINE_double(rasterDPI, SK_ScalarDefaultRasterDPI,
/third_party/skia/tools/fm/
Dfm.cpp82 static DEFINE_double(rasterDPI, SK_ScalarDefaultRasterDPI,
/third_party/skia/tools/skpbench/
Dskpbench.cpp81 static DEFINE_double(scale, 1, "Scale the size of the canvas and the zoom level by this factor.");