Home
last modified time | relevance | path

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

12

/external/libbrillo/brillo/
Dflag_helper_test.cc40 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()
Dflag_helper.h216 #define DEFINE_double(name, value, help) \ macro
/external/grpc-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,
/external/skqp/modules/skottie/src/
DSkottieTool.cpp26 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/
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).");
/external/google-benchmark/src/
Dcommandlineflags.h23 #define DEFINE_double(name, default_val) \ macro
Dbenchmark.cc67 DEFINE_double(benchmark_min_time, 0.5);
/external/llvm-project/llvm/utils/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,
/external/libcxx/utils/google-benchmark/src/
Dcommandlineflags.h21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
Dbenchmark.cc64 DEFINE_double(benchmark_min_time, 0.5,
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dcommandlineflags.h21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
Dbenchmark.cc64 DEFINE_double(benchmark_min_time, 0.5,
/external/skia/tools/fiddle/
Dfiddle_main.cpp20 static DEFINE_double(duration, 1.0,
22 static DEFINE_double(frame, 1.0,
/external/skqp/tools/fiddle/
Dfiddle_main.cpp20 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/
Dgflags.h519 #define DEFINE_double(name, val, txt) \ macro
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags.h519 #define DEFINE_double(name, val, txt) \ macro
/external/gflags/android/gflags/
Dgflags.h530 #define DEFINE_double(name, val, txt) \ macro
/external/skia/tools/flags/
DCommandLineFlags.h243 #define DEFINE_double(name, defaultValue, helpString) \ macro
/external/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.");
/external/skqp/bench/
DRectBench.cpp18 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
Dnanobench.cpp111 DEFINE_double(overheadGoal, 0.0001,
113 DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
/external/skqp/tools/flags/
DSkCommandLineFlags.h299 #define DEFINE_double(name, defaultValue, helpString) \ macro
/external/gflags/test/
Dgflags_unittest.cc80 DEFINE_double(test_double, -1.0, "");
121 DEFINE_double(unused_double, -1000.0, "");

12