Home
last modified time | relevance | path

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

12345

/external/skia/tools/flags/
DSkCommonFlags.cpp15 DEFINE_bool(cpu, true, "master switch for running CPU-bound work.");
17 DEFINE_bool(dryRun, false,
20 DEFINE_bool(gpu, true, "master switch for running GPU-bound work.");
28 DEFINE_bool(simpleCodec, false, "Runs of a subset of the codec tests. "
45 DEFINE_bool(preAbandonGpuContext, false, "Test abandoning the GrContext before running the test.");
47 DEFINE_bool(abandonGpuContext, false, "Test abandoning the GrContext after running each test.");
49 DEFINE_bool(releaseAndAbandonGpuContext, false,
53 DEFINE_bool(disableDriverCorrectnessWorkarounds, false, "Disables all GPU driver correctness "
70 DEFINE_bool(nativeFonts, true, "If true, use native font manager and rendering. "
90 DEFINE_bool(analyticAA, true, "If false, disable analytic anti-aliasing");
[all …]
/external/skqp/tools/flags/
DSkCommonFlags.cpp15 DEFINE_bool(cpu, true, "master switch for running CPU-bound work.");
17 DEFINE_bool(dryRun, false,
20 DEFINE_bool(gpu, true, "master switch for running GPU-bound work.");
28 DEFINE_bool(simpleCodec, false, "Runs of a subset of the codec tests. "
45 DEFINE_bool(preAbandonGpuContext, false, "Test abandoning the GrContext before running the test.");
47 DEFINE_bool(abandonGpuContext, false, "Test abandoning the GrContext after running each test.");
49 DEFINE_bool(releaseAndAbandonGpuContext, false,
53 DEFINE_bool(disableDriverCorrectnessWorkarounds, false, "Disables all GPU driver correctness "
70 DEFINE_bool(nativeFonts, true, "If true, use native font manager and rendering. "
90 DEFINE_bool(analyticAA, true, "If false, disable analytic anti-aliasing");
[all …]
/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.");
/external/gflags/test/nc/
Dgflags_nc.cc38 DEFINE_bool(some_bool_flag,
45 DEFINE_bool(some_bool_flag_2,
52 DEFINE_bool(some_bool_flag_3,
58 DEFINE_bool(some_bool_flag_4,
/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/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/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/nos/test/system-test-harness/src/
Dgtest_with_gflags_main.cc17 DEFINE_bool(list_slow_tests, false, "List tests included in the set of slow tests.");
18 DEFINE_bool(disable_slow_tests, false, "Enables a filter to disable a set of slow tests.");
19 DEFINE_bool(release_tests, false, "Disables tests that would fail for firmware images built with TE…
/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/gflags/src/
Dgflags_reporting.cc65 DEFINE_bool (help, false, "show help on all flags [tip: all flags can have two dashes]");
66 DEFINE_bool (helpfull, false, "show help on all flags -- same as -help");
67 DEFINE_bool (helpshort, false, "show help on only the main module for this program");
70 DEFINE_bool (helppackage, false, "show help on all modules in the main package");
71 DEFINE_bool (helpxml, false, "produce an xml version of help");
72 DEFINE_bool (version, false, "show version and build info and exit");
/external/autotest/client/deps/glbench/src/
Dmain.cc30 DEFINE_bool(
35 DEFINE_bool(list, false, "List available tests");
36 DEFINE_bool(notemp, false, "Skip temperature checking");
37 DEFINE_bool(verbose, false, "Print extra debugging messages");
/external/grpc-grpc/test/cpp/interop/
Dclient.cc34 DEFINE_bool(use_alts, false,
36 DEFINE_bool(use_tls, false, "Whether to use tls.");
38 DEFINE_bool(use_test_ca, false, "False to use SSL roots for google");
80 DEFINE_bool(do_not_abort_on_transient_failures, false,
Dstress_test.cc96 DEFINE_bool(do_not_abort_on_transient_failures, true,
102 DEFINE_bool(use_alts, false,
104 DEFINE_bool(use_tls, false, "Whether to use tls.");
105 DEFINE_bool(use_test_ca, false, "False to use SSL roots for google");
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Duse_mnist_cnn.py44 flags.DEFINE_bool(
53 flags.DEFINE_bool(
57 flags.DEFINE_bool(
/external/grpc-grpc/test/cpp/qps/
Dbenchmark_config.cc27 DEFINE_bool(enable_log_reporter, true,
47 DEFINE_bool(enable_rpc_reporter, false, "Enable use of RPC reporter");
/external/skqp/tools/
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,
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.");
/external/skia/tools/
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,
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.");
/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/base/
Dunittest_main.cc24 DEFINE_bool(help, false, "prints this message");
34 DEFINE_bool(default_error_handlers, false,
/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/libcxx/utils/google-benchmark/src/
Dbenchmark.cc54 DEFINE_bool(benchmark_list_tests, false,
77 DEFINE_bool(
83 DEFINE_bool(
108 DEFINE_bool(benchmark_counters_tabular, false,
/external/google-benchmark/src/
Dbenchmark.cc54 DEFINE_bool(benchmark_list_tests, false,
77 DEFINE_bool(
83 DEFINE_bool(
108 DEFINE_bool(benchmark_counters_tabular, false,

12345