/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/ceres-solver/examples/ |
D | bundle_adjuster.cc | 100 DEFINE_double(eta, 1e-2, "Default value for eta. Eta determines the " 106 DEFINE_double(max_solver_time, 1e32, "Maximum solve time in seconds."); 110 DEFINE_double(rotation_sigma, 0.0, "Standard deviation of camera rotation " 112 DEFINE_double(translation_sigma, 0.0, "Standard deviation of the camera " 114 DEFINE_double(point_sigma, 0.0, "Standard deviation of the point "
|
D | robot_pose_mle.cc | 150 DEFINE_double(corridor_length, 30.0, "Length of the corridor that the robot is " 153 DEFINE_double(pose_separation, 0.5, "The distance that the robot traverses " 156 DEFINE_double(odometry_stddev, 0.1, "The standard deviation of " 159 DEFINE_double(range_stddev, 0.01, "The standard deviation of range readings of "
|
D | circle_fit.cc | 68 DEFINE_double(robust_threshold, 0.0, "Robust loss parameter. Set to 0 for "
|
D | nist.cc | 110 DEFINE_double(sufficient_decrease, 1.0e-4, 112 DEFINE_double(sufficient_curvature_decrease, 0.9, 117 DEFINE_double(initial_trust_region_radius, 1e4, "Initial trust region radius");
|
D | denoising.cc | 58 DEFINE_double(sigma, 20.0, "Standard deviation of noise");
|
/external/autotest/client/deps/glbench/src/ |
D | windowmanagertest.cc | 76 DEFINE_double(screenshot1_sec, 2.f, "seconds delay before screenshot1_cmd"); 77 DEFINE_double(screenshot2_sec, 1.f, "seconds delay before screenshot2_cmd"); 80 DEFINE_double(cooldown_sec, 1.f, "seconds delay after all screenshots");
|
/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/skia/tools/VisualBench/ |
D | TimingStateMachine.cpp | 15 DEFINE_double(loopMs, 5, "Each benchmark will be tuned until it takes loopsMs millseconds.");
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_speed_test.cc | 47 DEFINE_double(drift, 0.1,
|
/external/skia/tools/ |
D | imgblur.cpp | 18 DEFINE_double(sigma, 1, "Sigma to be used for blur (> 0.0f)");
|
/external/google-benchmark/src/ |
D | commandlineflags.h | 21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
|
/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/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/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/skia/bench/ |
D | RectBench.cpp | 16 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
|
D | nanobench.cpp | 94 DEFINE_double(overheadGoal, 0.0001, 96 DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
|
/external/skia/tools/flags/ |
D | SkCommandLineFlags.h | 263 #define DEFINE_double(name, defaultValue, helpString) \ 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/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | video_quality_measurement.cc | 103 DEFINE_double(packet_loss_probability,
|
/external/skia/tools/kilobench/ |
D | kilobench.cpp | 73 DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
|