Searched refs:DEFINE_bool (Results 1 - 25 of 68) sorted by relevance

123

/external/webrtc/webrtc/examples/peerconnection/client/
H A Dflagdefs.h23 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 DSkCommonFlags.cpp12 DEFINE_bool(cpu, true, "master switch for running CPU-bound work.");
14 DEFINE_bool(dryRun, false,
17 DEFINE_bool(gpu, true, "master switch for running GPU-bound work.");
25 DEFINE_bool(simpleCodec, false, "Runs of a subset of the codec tests. "
42 DEFINE_bool(preAbandonGpuContext, false, "Test abandoning the GrContext before running the test.");
44 DEFINE_bool(abandonGpuContext, false, "Test abandoning the GrContext after running each test.");
46 DEFINE_bool(releaseAndAbandonGpuContext, false,
69 DEFINE_bool(analyticAA, true, "If false, disable analytic anti-aliasing");
71 DEFINE_bool(forceAnalyticAA, false, "Force analytic anti-aliasing even if the path is complicated: "
/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudioproc_float.cc57 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/skia/tools/
H A Ddump_record.cpp22 DEFINE_bool(optimize2, false, "Run SkRecordOptimize2 before dumping.");
24 DEFINE_bool(timeWithCommand, false, "If true, print time next to command, else in first column.");
26 DEFINE_bool(defer, false, "Defer clips and translates");
H A DiOSShell.cpp56 DEFINE_bool(dm, false, "run dm");
57 DEFINE_bool(nanobench, false, "run nanobench");
H A Dget_images_from_skps.cpp28 DEFINE_bool(testDecode, false, "Indicates if we want to test that the images decode successfully.");
29 DEFINE_bool(writeImages, true,
31 DEFINE_bool(writeFailedImages, false,
33 DEFINE_bool(testICCSupport, false,
/external/webrtc/webrtc/test/
H A Dtest_suite.cc21 DEFINE_bool(logs, false, "print logs to stderr");
/external/libbrillo/brillo/
H A Dflag_helper_unittest.cc27 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 Dagc_harness.cc31 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 Dmain.cc30 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 Dxlib_window.cc20 DEFINE_bool(override_redirect, true, "Use an override redirect window");
/external/regex-re2/util/
H A Dflags.h19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc) macro
/external/skia/bench/
H A DColorCodecBench.cpp16 DEFINE_bool(xform_only, false, "Only time the color xform, do not include the decode time");
17 DEFINE_bool(srgb, false, "Convert to srgb dst space");
18 DEFINE_bool(nonstd, false, "Convert to non-standard dst space");
19 DEFINE_bool(half, false, "Convert to half floats");
H A DCodecBench.cpp16 DEFINE_bool(zero_init, false, "Pretend our destination is zero-intialized, simulating Android?");
/external/webrtc/webrtc/base/
H A Dunittest_main.cc24 DEFINE_bool(help, false, "prints this message");
34 DEFINE_bool(default_error_handlers, false,
/external/webrtc/webrtc/call/
H A Drtc_event_log2rtp_dump.cc31 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 Dmain.cc34 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 Dcommandlineflags.h18 #define DEFINE_bool(name, default_val, doc) bool FLAG(name) = (default_val) macro
/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.h18 #define DEFINE_bool(name, default_val, doc) bool FLAG(name) = (default_val) macro
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.cc25 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 Dneteq_opus_quality_test.cc84 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 Dscreenshare_loopback.cc173 DEFINE_bool(logs, false, "print logs to stderr");
175 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
H A Dvideo_loopback.cc175 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 Dvoe_standard_test.cc26 DEFINE_bool(include_timing_dependent_tests, true,
29 DEFINE_bool(automated, false,
/external/webrtc/webrtc/modules/utility/source/
H A Dfile_player_unittests.cc24 DEFINE_bool(file_player_output, false, "Generate reference files.");

Completed in 684 milliseconds

123