/external/libbrillo/brillo/ |
D | flag_helper_unittest.cc | 37 DEFINE_double(double_1, -100.5, "Test double flag"); in TEST_F() 38 DEFINE_double(double_2, 0, "Test double flag"); in TEST_F() 39 DEFINE_double(double_3, 100.5, "Test double flag"); in TEST_F() 82 DEFINE_double(double_1, 1, "Test double flag"); in TEST_F() 83 DEFINE_double(double_2, 1, "Test double flag"); in TEST_F() 84 DEFINE_double(double_3, 1, "Test double flag"); in TEST_F() 144 DEFINE_double(double_1, 1, "Test double flag"); in TEST_F() 145 DEFINE_double(double_2, 1, "Test double flag"); in TEST_F() 146 DEFINE_double(double_3, 1, "Test double flag"); in TEST_F() 225 DEFINE_double(double_1, 0, "Test double flag"); in TEST_F()
|
D | flag_helper.h | 198 #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/autotest/client/deps/glbench/src/ |
D | windowmanagertest.cc | 74 DEFINE_double(screenshot1_sec, 2.f, "seconds delay before screenshot1_cmd"); 75 DEFINE_double(screenshot2_sec, 1.f, "seconds delay before screenshot2_cmd"); 78 DEFINE_double(cooldown_sec, 1.f, "seconds delay after all screenshots");
|
/external/skia/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/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/webrtc/webrtc/modules/audio_processing/intelligibility/test/ |
D | intelligibility_proc.cc | 46 DEFINE_double(clear_alpha, 0.9, "Variance decay factor for clear data."); 62 DEFINE_double(gain_limit, 1000.0, "Maximum gain change in one block.");
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_speed_test.cc | 47 DEFINE_double(drift, 0.1,
|
/external/google-benchmark/src/ |
D | commandlineflags.h | 21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
|
/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/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/skia/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/webrtc/webrtc/modules/audio_processing/test/ |
D | audioproc_float.cc | 52 DEFINE_double(
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | insert_packet_with_timing.cc | 46 DEFINE_double(loss_rate, 0, "Rate of packet loss < 1");
|
/external/webrtc/webrtc/tools/agc/ |
D | activity_metric.cc | 46 DEFINE_double(activity_threshold, kDefaultActivityThreshold,
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 519 #define DEFINE_double(name, val, txt) \ macro
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
D | gflags.h | 500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, 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/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_quality_test.cc | 161 DEFINE_double(drift_factor, 0.0, "Time drift factor.");
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 536 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt) macro
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 556 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt) macro
|
/external/skqp/bench/ |
D | RectBench.cpp | 18 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
|
/external/skia/bench/ |
D | RectBench.cpp | 18 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
|