HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_bool (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/webrtc/webrtc/examples/peerconnection/client/
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/gflags/test/nc/
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,
60 "this is the correct usage of DEFINE_bool");
  /external/skqp/tools/flags/
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 "
77 DEFINE_bool(analyticAA, true, "If false, disable analytic anti-aliasing");
79 DEFINE_bool(forceAnalyticAA, false, "Force analytic anti-aliasing even if the path is complicated:
    [all...]
  /external/skia/tools/flags/
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 "
66 DEFINE_bool(nativeFonts, true, "If true, use native font manager and rendering. "
86 DEFINE_bool(analyticAA, true, "If false, disable analytic anti-aliasing")
    [all...]
  /external/gflags/test/
gflags_strip_flags_test.cc 46 DEFINE_bool(test, true, "This text should be stripped out");
  /toolchain/binutils/binutils-2.27/gold/
options.h 310 #define DEFINE_bool(varname__, dashes__, shortname__, default_value__, \
454 // This is like DEFINE_bool, but VARNAME is the name of a different
635 DEFINE_bool(add_needed, options::TWO_DASHES, '\0', false,
643 DEFINE_bool(allow_shlib_undefined, options::TWO_DASHES, '\0', false,
647 DEFINE_bool(apply_dynamic_relocs, options::TWO_DASHES, '\0', false,
652 DEFINE_bool(as_needed, options::TWO_DASHES, '\0', false,
667 DEFINE_bool(Bdynamic, options::ONE_DASH, '\0', true,
677 DEFINE_bool(Bgroup, options::ONE_DASH, '\0', false,
680 DEFINE_bool(Bsymbolic, options::ONE_DASH, '\0', false,
683 DEFINE_bool(Bsymbolic_functions, options::ONE_DASH, '\0', false
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
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.");
  /device/google/cuttlefish_common/host/frontend/vnc_server/
main.cpp 27 DEFINE_bool(agressive, false, "Whether to use agressive server");
  /external/nos/test/system-test-harness/src/
gtest_with_gflags_main.cc 15 DEFINE_bool(list_slow_tests, false, "List tests included in the set of slow tests.");
16 DEFINE_bool(disable_slow_tests, false, "Enables a filter to disable a set of slow tests.");
17 DEFINE_bool(release_tests, false, "Disables tests that would fail for firmware images built with TEST_IMAGE=0");
  /system/update_engine/
update_engine_client.cc 250 DEFINE_bool(check_for_update, false, "Initiate check for updates.");
253 DEFINE_bool(follow, false,
256 DEFINE_bool(interactive, true, "Mark the update request as interactive.");
261 DEFINE_bool(powerwash, true,
264 DEFINE_bool(reboot, false, "Initiate a reboot if needed.");
265 DEFINE_bool(is_reboot_needed, false,
268 DEFINE_bool(block_until_reboot_is_needed, false,
271 DEFINE_bool(reset_status, false, "Sets the status in update_engine to idle.");
272 DEFINE_bool(rollback, false,
275 DEFINE_bool(can_rollback, false
    [all...]
update_engine_client_android.cc 112 DEFINE_bool(update, false, "Start a new update, if no update in progress.");
127 DEFINE_bool(suspend, false, "Suspend an ongoing update and exit.");
128 DEFINE_bool(resume, false, "Resume a suspended update.");
129 DEFINE_bool(cancel, false, "Cancel the ongoing update and exit.");
130 DEFINE_bool(reset_status, false, "Reset an already applied update and exit.");
131 DEFINE_bool(follow,
main.cc 162 DEFINE_bool(logtofile, false, "Write logs to a file in log_dir.");
163 DEFINE_bool(logtostderr, false,
165 DEFINE_bool(foreground, false,
  /external/skia/bench/
ColorCodecBench.cpp 16 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");
  /external/skqp/bench/
ColorCodecBench.cpp 16 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");
  /external/webrtc/webrtc/test/
test_suite.cc 21 DEFINE_bool(logs, false, "print logs to stderr");
  /external/libbrillo/brillo/
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_1, 0, "Test bool flag")
    [all...]
  /external/webrtc/webrtc/tools/agc/
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/
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");
xlib_window.cc 20 DEFINE_bool(override_redirect, true, "Use an override redirect window");
  /external/skia/tools/
dump_record.cpp 22 DEFINE_bool(optimize2, false, "Run SkRecordOptimize2 before dumping.");
24 DEFINE_bool(timeWithCommand, false, "If true, print time next to command, else in first column.");
  /external/skqp/tools/
dump_record.cpp 22 DEFINE_bool(optimize2, false, "Run SkRecordOptimize2 before dumping.");
24 DEFINE_bool(timeWithCommand, false, "If true, print time next to command, else in first column.");
  /external/webrtc/webrtc/base/
unittest_main.cc 24 DEFINE_bool(help, false, "prints this message");
34 DEFINE_bool(default_error_handlers, false,
  /external/webrtc/webrtc/call/
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/gflags/src/
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/webrtc/webrtc/p2p/stunprober/
main.cc 34 DEFINE_bool(help, false, "Prints this message");
36 DEFINE_bool(shared_socket, false, "Share socket mode for different remote IPs");

Completed in 290 milliseconds

1 2 3 4 5