/external/skqp/tools/flags/ |
D | SkCommonFlags.cpp | 15 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/ |
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/skia/tools/flags/ |
D | CommonFlagsGpu.cpp | 17 static DEFINE_bool(cachePathMasks, true, 20 static DEFINE_bool(noGS, false, "Disables support for geometry shaders."); 22 static DEFINE_bool(cc, false, "Allow coverage counting shortcuts to render paths?"); 32 static DEFINE_bool(disableDriverCorrectnessWorkarounds, false, 35 static DEFINE_bool(reduceOpsTaskSplitting, false, "Improve opsTask sorting"); 36 static DEFINE_bool(dontReduceOpsTaskSplitting, false, "Allow more opsTask splitting");
|
D | CommonFlagsAA.cpp | 7 static DEFINE_bool(analyticAA, true, "If false, disable analytic anti-aliasing"); 8 static DEFINE_bool(forceAnalyticAA, false,
|
/external/gflags/test/nc/ |
D | gflags_nc.cc | 38 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/ |
D | flag_helper_unittest.cc | 27 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/ |
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/webrtc/webrtc/tools/agc/ |
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/skia/tools/fm/ |
D | fm.cpp | 42 static DEFINE_bool(listGMs , false, "Print GM names and exit."); 43 static DEFINE_bool(listTests, false, "Print unit test names and exit."); 52 static DEFINE_bool (legacy, false, "Use a null SkColorSpace instead of --gamut and --tf?"); 53 static DEFINE_bool (skvm , false, "Use SkVMBlitter when supported?"); 54 static DEFINE_bool (dylib , false, "Use SkVM via dylib?"); 57 static DEFINE_bool (stencils, true, "If false, avoid stencil buffers in GPU backends."); 58 static DEFINE_bool (dit , false, "Use device-independent text in GPU backends."); 61 static DEFINE_bool( preAbandonGpuContext, false, "Abandon the GrContext before drawing."); 62 static DEFINE_bool( abandonGpuContext, false, "Abandon the GrContext after drawing."); 63 static DEFINE_bool(releaseAndAbandonGpuContext, false, [all …]
|
/external/webrtc/webrtc/call/ |
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/tensorflow/tensorflow/examples/saved_model/integration_tests/ |
D | use_mnist_cnn.py | 45 flags.DEFINE_bool( 55 flags.DEFINE_bool( 59 flags.DEFINE_bool( 65 flags.DEFINE_bool(
|
D | deploy_mnist_cnn.py | 33 flags.DEFINE_bool( 36 flags.DEFINE_bool( 42 flags.DEFINE_bool(
|
D | export_mnist_cnn.py | 43 flags.DEFINE_bool( 48 flags.DEFINE_bool( 51 flags.DEFINE_bool(
|
/external/gflags/src/ |
D | gflags_reporting.cc | 65 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/grpc-grpc/test/cpp/interop/ |
D | client.cc | 34 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,
|
D | stress_test.cc | 96 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/grpc-grpc/test/cpp/qps/ |
D | benchmark_config.cc | 27 DEFINE_bool(enable_log_reporter, true, 47 DEFINE_bool(enable_rpc_reporter, false, "Enable use of RPC reporter");
|
/external/skia/bench/ |
D | nanobench.cpp | 117 static DEFINE_bool(bbh, true, "Build a BBH for SKPs?"); 118 static DEFINE_bool(mpd, true, "Use MultiPictureDraw for the SKPs?"); 119 static DEFINE_bool(loopSKP, true, "Loop SKPs like we do for micro benches?"); 121 static DEFINE_bool(gpuStats, false, "Print GPU stats after each gpu benchmark?"); 122 static DEFINE_bool(gpuStatsDump, false, "Dump GPU states after each benchmark to json"); 123 static DEFINE_bool(keepAlive, false, "Print a message every so often so that we don't time out"); 124 static DEFINE_bool(csv, false, "Print status in CSV format"); 131 static DEFINE_bool(forceRasterPipeline, false, "sets gSkForceRasterPipelineBlitter"); 132 static DEFINE_bool(skvm, false, "sets gUseSkVMBlitter and gSkVMJITViaDylib"); 137 static DEFINE_bool(cpu, true, "master switch for running CPU-bound work."); [all …]
|
/external/webrtc/webrtc/base/ |
D | unittest_main.cc | 24 DEFINE_bool(help, false, "prints this message"); 34 DEFINE_bool(default_error_handlers, false,
|
/external/skqp/tools/ |
D | get_images_from_skps.cpp | 28 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,
|
D | dump_record.cpp | 23 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/ |
D | draw_histogram.cc | 29 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/skia/tools/ |
D | get_images_from_skps.cpp | 27 static DEFINE_bool(testDecode, false, 29 static DEFINE_bool(writeImages, true, 31 static DEFINE_bool(writeFailedImages, false,
|
D | dump_record.cpp | 23 static DEFINE_bool(optimize2, false, "Run SkRecordOptimize2 before dumping."); 25 static DEFINE_bool(timeWithCommand, false,
|
/external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | video_quality_measurement.cc | 57 DEFINE_bool(use_single_core, 66 DEFINE_bool(disable_fixed_random_seed, 113 DEFINE_bool(csv, 118 DEFINE_bool(python, 124 DEFINE_bool(verbose,
|