/external/skia/tools/VisualBench/ |
H A D | VisualFlags.cpp | 11 DEFINE_bool(offscreen, false, "Perform rendering in an offscreen buffer."); 12 DEFINE_bool(nvpr, false, "Use nvpr?"); 13 DEFINE_bool(cpu, false, "Run in CPU mode?");
|
H A D | VisualStreamTimingModule.cpp | 12 DEFINE_bool(reset, true, "Reset the GL context between samples.");
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
H A D | flagdefs.h | 23 DEFINE_bool(help, false, "Prints this message"); 24 DEFINE_bool(autoconnect, false, "Connect to the server without user " 29 DEFINE_bool(autocall, false, "Call the first available other client on "
|
/external/skia/tools/flags/ |
H A D | SkCommonFlags.cpp | 11 DEFINE_bool(cpu, true, "master switch for running CPU-bound work."); 13 DEFINE_bool(dryRun, false, 16 DEFINE_bool(gpu, true, "master switch for running GPU-bound work."); 33 DEFINE_bool(preAbandonGpuContext, false, "Abandons the GrContext before running the test."); 35 DEFINE_bool(abandonGpuContext, false, "Abandon the GrContext after running each test.");
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
H A D | audioproc_float.cc | 57 DEFINE_bool(aec, false, "Enable echo cancellation."); 58 DEFINE_bool(agc, false, "Enable automatic gain control."); 59 DEFINE_bool(hpf, false, "Enable high-pass filtering."); 60 DEFINE_bool(ns, false, "Enable noise suppression."); 61 DEFINE_bool(ts, false, "Enable transient suppression."); 62 DEFINE_bool(bf, false, "Enable beamforming."); 63 DEFINE_bool(ie, false, "Enable intelligibility enhancer."); 64 DEFINE_bool(all, false, "Enable all components."); 68 DEFINE_bool(perf, false, "Enable performance tests.");
|
/external/webrtc/webrtc/test/ |
H A D | test_suite.cc | 21 DEFINE_bool(logs, false, "print logs to stderr");
|
/external/skia/tools/ |
H A D | iOSShell.cpp | 56 DEFINE_bool(dm, false, "run dm"); 57 DEFINE_bool(nanobench, false, "run nanobench");
|
H A D | dump_record.cpp | 21 DEFINE_bool(optimize2, false, "Run SkRecordOptimize2 before dumping."); 23 DEFINE_bool(timeWithCommand, false, "If true, print time next to command, else in first column.");
|
/external/libbrillo/brillo/ |
H A D | flag_helper_unittest.cc | 27 DEFINE_bool(bool1, true, "Test bool flag"); 28 DEFINE_bool(bool2, false, "Test bool flag"); 70 DEFINE_bool(bool1, false, "Test bool flag"); 71 DEFINE_bool(bool2, true, "Test bool flag"); 72 DEFINE_bool(bool3, false, "Test bool flag"); 73 DEFINE_bool(bool4, true, "Test bool flag"); 134 DEFINE_bool(bool1, false, "Test bool flag"); 135 DEFINE_bool(bool2, true, "Test bool flag"); 221 DEFINE_bool(bool_1, true, "Test bool flag"); 274 DEFINE_bool(bool_ [all...] |
/external/webrtc/webrtc/tools/agc/ |
H A D | agc_harness.cc | 31 DEFINE_bool(codecs, false, "print out available codecs"); 33 DEFINE_bool(legacy_agc, 37 DEFINE_bool(parallel, 41 DEFINE_bool(devices, false, "print out capture devices and indexes to be used " 47 DEFINE_bool(aec, 52 DEFINE_bool(ns, true, "enable noise suppression"); 53 DEFINE_bool(highpass, true, "enable high pass filter");
|
/external/autotest/client/deps/glbench/src/ |
H A D | main.cc | 30 DEFINE_bool(hasty, false, 33 DEFINE_bool(list, false, "List available tests"); 34 DEFINE_bool(notemp, false, "Skip temperature checking"); 35 DEFINE_bool(verbose, false, "Print extra debugging messages");
|
H A D | xlib_window.cc | 20 DEFINE_bool(override_redirect, true, "Use an override redirect window");
|
/external/regex-re2/util/ |
H A D | flags.h | 19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc) macro
|
/external/webrtc/webrtc/base/ |
H A D | unittest_main.cc | 24 DEFINE_bool(help, false, "prints this message"); 34 DEFINE_bool(default_error_handlers, false,
|
/external/ceres-solver/examples/ |
H A D | bundle_adjuster.cc | 73 DEFINE_bool(inner_iterations, false, "Use inner iterations to non-linearly " 94 DEFINE_bool(use_quaternions, false, "If true, uses quaternions to represent " 96 DEFINE_bool(use_local_parameterization, false, "For quaternions, use a local " 98 DEFINE_bool(robustify, false, "Use a robust loss function."); 107 DEFINE_bool(nonmonotonic_steps, false, "Trust region algorithm can use" 119 DEFINE_bool(line_search, false, "Use a line search instead of trust region "
|
H A D | denoising.cc | 59 DEFINE_bool(verbose, false, "Prints information about the solver progress."); 60 DEFINE_bool(line_search, false, "Use a line search instead of trust region "
|
/external/webrtc/webrtc/call/ |
H A D | rtc_event_log2rtp_dump.cc | 31 DEFINE_bool(noaudio, 34 DEFINE_bool(novideo, 37 DEFINE_bool(nodata, 40 DEFINE_bool(nortp, 43 DEFINE_bool(nortcp,
|
/external/webrtc/webrtc/p2p/stunprober/ |
H A D | main.cc | 34 DEFINE_bool(help, false, "Prints this message"); 36 DEFINE_bool(shared_socket, false, "Share socket mode for different remote IPs");
|
/external/google-benchmark/src/ |
H A D | commandlineflags.h | 18 #define DEFINE_bool(name, default_val, doc) bool FLAG(name) = (default_val) macro
|
/external/skia/bench/ |
H A D | CodecBench.cpp | 16 DEFINE_bool(zero_init, false, "Pretend our destination is zero-intialized, simulating Android?");
|
/external/regex-re2/re2/testing/ |
H A D | exhaustive_tester.cc | 25 DEFINE_bool(show_regexps, false, "show regexps during testing"); 33 DEFINE_bool(quick_debug_mode, true, "Run fewer tests in debug mode.");
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
H A D | neteq_opus_quality_test.cc | 84 DEFINE_bool(fec, false, "Enable FEC for encoding (-nofec to disable)."); 86 DEFINE_bool(dtx, false, "Enable DTX for encoding (-nodtx to disable).");
|
/external/webrtc/webrtc/video/ |
H A D | screenshare_loopback.cc | 173 DEFINE_bool(logs, false, "print logs to stderr"); 175 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
|
H A D | video_loopback.cc | 175 DEFINE_bool(logs, false, "print logs to stderr"); 177 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
H A D | voe_standard_test.cc | 26 DEFINE_bool(include_timing_dependent_tests, true, 29 DEFINE_bool(automated, false,
|