HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_double (Results 1 - 25 of 34) sorted by null

1 2

  /external/libbrillo/brillo/
flag_helper_unittest.cc 37 DEFINE_double(double_1, -100.5, "Test double flag");
38 DEFINE_double(double_2, 0, "Test double flag");
39 DEFINE_double(double_3, 100.5, "Test double flag");
82 DEFINE_double(double_1, 1, "Test double flag");
83 DEFINE_double(double_2, 1, "Test double flag");
84 DEFINE_double(double_3, 1, "Test double flag");
144 DEFINE_double(double_1, 1, "Test double flag");
145 DEFINE_double(double_2, 1, "Test double flag");
146 DEFINE_double(double_3, 1, "Test double flag");
225 DEFINE_double(double_1, 0, "Test double flag")
    [all...]
flag_helper.h 25 // DEFINE_double(name, default_value, help)
198 #define DEFINE_double(name, value, help) \
  /external/skia/tools/
imgblur.cpp 20 DEFINE_double(sigma, 1, "Sigma to be used for blur (> 0.0f)");
  /external/skqp/tools/
imgblur.cpp 20 DEFINE_double(sigma, 1, "Sigma to be used for blur (> 0.0f)");
  /external/autotest/client/deps/glbench/src/
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/
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/google-benchmark/src/
commandlineflags.h 21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val)
  /external/libcxx/utils/google-benchmark/src/
commandlineflags.h 21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val)
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_speed_test.cc 47 DEFINE_double(drift, 0.1,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
commandlineflags.h 21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val)
  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 52 DEFINE_double(
  /external/skia/tools/fiddle/
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/skqp/tools/fiddle/
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/gflags/android/gflags/
gflags.h 530 #define DEFINE_double(name, val, txt) \
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt)
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 519 #define DEFINE_double(name, val, txt) \
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 519 #define DEFINE_double(name, val, txt) \
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 536 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt)
  /external/webrtc/webrtc/modules/audio_coding/test/
insert_packet_with_timing.cc 46 DEFINE_double(loss_rate, 0, "Rate of packet loss < 1");
  /external/skia/bench/
RectBench.cpp 17 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
  /external/skia/tools/flags/
SkCommandLineFlags.h 23 * DEFINE_double(name, defaultValue, helpString);
57 * DEFINE_double(real, .., ..);
266 #define DEFINE_double(name, defaultValue, helpString) \
  /external/skqp/bench/
RectBench.cpp 17 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
  /external/skqp/tools/flags/
SkCommandLineFlags.h 23 * DEFINE_double(name, defaultValue, helpString);
57 * DEFINE_double(real, .., ..);
266 #define DEFINE_double(name, defaultValue, helpString) \
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 556 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt)
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.cc 161 DEFINE_double(drift_factor, 0.0, "Time drift factor.");

Completed in 317 milliseconds

1 2