Home
last modified time | relevance | path

Searched refs:DEFINE_bool (Results 1 – 25 of 70) sorted by relevance

123

/external/skia/tools/flags/
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: "
75 DEFINE_bool(trace, false, "Show trace events using SkDebugf.");
/external/webrtc/webrtc/modules/audio_processing/test/
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.");
Dunpack.cc37 DEFINE_bool(full, false,
39 DEFINE_bool(raw, false, "Write raw data instead of a WAV file.");
40 DEFINE_bool(text,
/external/libbrillo/brillo/
Dflag_helper_unittest.cc27 DEFINE_bool(bool1, true, "Test bool flag"); in TEST_F()
28 DEFINE_bool(bool2, false, "Test bool flag"); in TEST_F()
70 DEFINE_bool(bool1, false, "Test bool flag"); in TEST_F()
71 DEFINE_bool(bool2, true, "Test bool flag"); in TEST_F()
72 DEFINE_bool(bool3, false, "Test bool flag"); in TEST_F()
73 DEFINE_bool(bool4, true, "Test bool flag"); in TEST_F()
134 DEFINE_bool(bool1, false, "Test bool flag"); in TEST_F()
135 DEFINE_bool(bool2, true, "Test bool flag"); in TEST_F()
221 DEFINE_bool(bool_1, true, "Test bool flag"); in TEST_F()
274 DEFINE_bool(bool_1, 0, "Test bool flag"); in TEST_F()
/external/webrtc/webrtc/examples/peerconnection/client/
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/webrtc/webrtc/tools/agc/
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/webrtc/webrtc/call/
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/skia/bench/
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");
Dnanobench.cpp117 DEFINE_bool(bbh, true, "Build a BBH for SKPs?");
118 DEFINE_bool(lite, false, "Use SkLiteRecorder in recording benchmarks?");
119 DEFINE_bool(mpd, true, "Use MultiPictureDraw for the SKPs?");
120 DEFINE_bool(loopSKP, true, "Loop SKPs like we do for micro benches?");
122 DEFINE_bool(resetGpuContext, true, "Reset the GrContext before running each test.");
123 DEFINE_bool(gpuStats, false, "Print GPU stats after each gpu benchmark?");
124 DEFINE_bool(gpuStatsDump, false, "Dump GPU states after each benchmark to json");
125 DEFINE_bool(keepAlive, false, "Print a message every so often so that we don't time out");
128 DEFINE_bool(csv, false, "Print status in CSV format");
134 DEFINE_bool(forceRasterPipeline, false, "sets gSkForceRasterPipelineBlitter");
/external/autotest/client/deps/glbench/src/
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");
/external/skia/tools/
Ddump_record.cpp23 DEFINE_bool(optimize2, false, "Run SkRecordOptimize2 before dumping.");
25 DEFINE_bool(timeWithCommand, false, "If true, print time next to command, else in first column.");
27 DEFINE_bool(defer, false, "Defer clips and translates");
DiOSShell.cpp56 DEFINE_bool(dm, false, "run dm");
57 DEFINE_bool(nanobench, false, "run nanobench");
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,
/external/webrtc/webrtc/base/
Dunittest_main.cc24 DEFINE_bool(help, false, "prints this message");
34 DEFINE_bool(default_error_handlers, false,
/external/brotli/research/
Ddraw_histogram.cc29 DEFINE_bool(with_copies, false, "True if input contains copy length.");
30 DEFINE_bool(simple, false, "True if using only black and white pixels.");
31 DEFINE_bool(linear, false, "True if using linear distance mapping.");
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc57 DEFINE_bool(use_single_core,
66 DEFINE_bool(disable_fixed_random_seed,
113 DEFINE_bool(csv,
118 DEFINE_bool(python,
124 DEFINE_bool(verbose,
/external/webrtc/webrtc/modules/audio_coding/test/
Ddelay_test.cc36 DEFINE_bool(dtx, false, "Enable DTX at the sender side.");
37 DEFINE_bool(packet_loss, false, "Apply packet loss, c.f. Channel{.cc, .h}.");
38 DEFINE_bool(fec, false, "Use Forward Error Correction (FEC).");
/external/webrtc/webrtc/p2p/stunprober/
Dmain.cc34 DEFINE_bool(help, false, "Prints this message");
36 DEFINE_bool(shared_socket, false, "Share socket mode for different remote IPs");
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
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/
Dscreenshare_loopback.cc173 DEFINE_bool(logs, false, "print logs to stderr");
175 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
Dvideo_loopback.cc175 DEFINE_bool(logs, false, "print logs to stderr");
177 DEFINE_bool(send_side_bwe, true, "Use send-side bandwidth estimation");
/external/regex-re2/re2/testing/
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/voice_engine/test/auto_test/
Dvoe_standard_test.cc26 DEFINE_bool(include_timing_dependent_tests, true,
29 DEFINE_bool(automated, false,
/external/webrtc/webrtc/test/
Dtest_suite.cc21 DEFINE_bool(logs, false, "print logs to stderr");
/external/regex-re2/util/
Dflags.h19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc) macro

123