/external/libbrillo/brillo/ |
D | flag_helper_test.cc | 40 DEFINE_double(double_1, -100.5, "Test double flag"); in TEST_F() 41 DEFINE_double(double_2, 0, "Test double flag"); in TEST_F() 42 DEFINE_double(double_3, 100.5, "Test double flag"); in TEST_F() 89 DEFINE_double(double_1, 1, "Test double flag"); in TEST_F() 90 DEFINE_double(double_2, 1, "Test double flag"); in TEST_F() 91 DEFINE_double(double_3, 1, "Test double flag"); in TEST_F() 157 DEFINE_double(double_1, 1, "Test double flag"); in TEST_F() 158 DEFINE_double(double_2, 1, "Test double flag"); in TEST_F() 159 DEFINE_double(double_3, 1, "Test double flag"); in TEST_F() 243 DEFINE_double(double_1, 0, "Test double flag"); in TEST_F()
|
D | flag_helper.h | 216 #define DEFINE_double(name, value, help) \ macro
|
/external/grpc-grpc/test/cpp/qps/ |
D | qps_json_driver.cc | 47 DEFINE_double( 50 DEFINE_double(targeted_cpu_load, 70.0, 52 DEFINE_double(stride, 1, 55 DEFINE_double(error_tolerance, 0.01,
|
/external/skqp/modules/skottie/src/ |
D | SkottieTool.cpp | 26 DEFINE_double(t0, 0, "Timeline start [0..1]."); 27 DEFINE_double(t1, 1, "Timeline stop [0..1]."); 28 DEFINE_double(fps, 30, "Decode frames per second.");
|
/external/skia/modules/skottie/src/ |
D | SkottieTool.cpp | 40 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).");
|
/external/google-benchmark/src/ |
D | commandlineflags.h | 23 #define DEFINE_double(name, default_val) \ macro
|
D | benchmark.cc | 67 DEFINE_double(benchmark_min_time, 0.5);
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | commandlineflags.h | 21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
|
D | benchmark.cc | 62 DEFINE_double(benchmark_min_time, 0.5,
|
/external/libcxx/utils/google-benchmark/src/ |
D | commandlineflags.h | 21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
|
D | benchmark.cc | 64 DEFINE_double(benchmark_min_time, 0.5,
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | commandlineflags.h | 21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
|
D | benchmark.cc | 64 DEFINE_double(benchmark_min_time, 0.5,
|
/external/skia/tools/fiddle/ |
D | fiddle_main.cpp | 20 static DEFINE_double(duration, 1.0, 22 static DEFINE_double(frame, 1.0,
|
/external/skqp/tools/fiddle/ |
D | fiddle_main.cpp | 20 DEFINE_double(duration, 1.0, "The total duration, in seconds, of the animation we are drawing."); 21 DEFINE_double(frame, 1.0, "A double value in [0, 1] that specifies the point in animation to draw."…
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 519 #define DEFINE_double(name, val, txt) \ macro
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 519 #define DEFINE_double(name, val, txt) \ macro
|
/external/gflags/android/gflags/ |
D | gflags.h | 530 #define DEFINE_double(name, val, txt) \ macro
|
/external/skia/tools/flags/ |
D | CommandLineFlags.h | 243 #define DEFINE_double(name, defaultValue, helpString) \ macro
|
/external/skia/bench/ |
D | RectBench.cpp | 18 static DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
|
D | nanobench.cpp | 113 static DEFINE_double(overheadGoal, 0.0001, 115 static DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
|
/external/skqp/bench/ |
D | RectBench.cpp | 18 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
|
D | nanobench.cpp | 111 DEFINE_double(overheadGoal, 0.0001, 113 DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
|
/external/skqp/tools/flags/ |
D | SkCommandLineFlags.h | 299 #define DEFINE_double(name, defaultValue, helpString) \ macro
|
/external/gflags/test/ |
D | gflags_unittest.cc | 80 DEFINE_double(test_double, -1.0, ""); 121 DEFINE_double(unused_double, -1000.0, "");
|