Home
last modified time | relevance | path

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

1234

/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/skia/tools/flags/
DCommonFlagsGpu.cpp17 static DEFINE_bool(cachePathMasks, true,
19 static DEFINE_bool(allPathsVolatile, false,
22 static DEFINE_bool(gs, true, "Enables support for geometry shaders (if hw allows).");
23 static DEFINE_bool(hwtess, false, "Enables support for tessellation shaders (if hw allows.).");
35 static DEFINE_bool(disableDriverCorrectnessWorkarounds, false,
38 static DEFINE_bool(dontReduceOpsTaskSplitting, false,
DCommonFlagsAA.cpp7 static DEFINE_bool(analyticAA, true, "If false, disable analytic anti-aliasing");
8 static DEFINE_bool(forceAnalyticAA, false,
/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/bazelbuild-rules_android/rules/flags/
Dflag_defs.bzl20 flags.DEFINE_bool(
26 flags.DEFINE_bool(
38 flags.DEFINE_bool(
65 flags.DEFINE_bool(
71 flags.DEFINE_bool(
77 flags.DEFINE_bool(
83 flags.DEFINE_bool(
/external/skia/tools/fm/
Dfm.cpp48 static DEFINE_bool(listGMs , false, "Print GM names and exit.");
49 static DEFINE_bool(listTests, false, "Print unit test names and exit.");
58 static DEFINE_bool (legacy, false, "Use a null SkColorSpace instead of --gamut and --tf?");
60 static DEFINE_bool (skvm , false, "Use SkVMBlitter when supported?");
61 static DEFINE_bool (jit , true, "JIT SkVM?");
62 static DEFINE_bool (dylib, false, "JIT SkVM via dylib?");
64 static DEFINE_bool (reducedshaders, false, "Use reduced shader set for any GPU backend.");
66 static DEFINE_bool (stencils , true, "If false, avoid stencil buffers in GPU backends.");
67 static DEFINE_bool (dit , false, "Use device-independent text in GPU backends.");
70 static DEFINE_bool( preAbandonGpuContext, false, "Abandon the GrContext before drawing.");
[all …]
/external/libbrillo/brillo/
Dflag_helper_test.cc28 DEFINE_bool(bool1, true, "Test bool flag"); in TEST_F()
29 DEFINE_bool(bool2, false, "Test bool flag"); in TEST_F()
75 DEFINE_bool(bool1, false, "Test bool flag"); in TEST_F()
76 DEFINE_bool(bool2, true, "Test bool flag"); in TEST_F()
77 DEFINE_bool(bool3, false, "Test bool flag"); in TEST_F()
78 DEFINE_bool(bool4, true, "Test bool flag"); in TEST_F()
145 DEFINE_bool(bool1, false, "Test bool flag"); in TEST_F()
146 DEFINE_bool(bool2, true, "Test bool flag"); in TEST_F()
238 DEFINE_bool(bool_1, true, "Test bool flag"); in TEST_F()
293 DEFINE_bool(bool_1, 0, "Test bool flag"); in TEST_F()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/
Drun_test_client.py30 _SECURE = flags.DEFINE_bool("secure",
34 _PRINT_RESPONSE = flags.DEFINE_bool("print_response",
37 _REUSE_NAMESPACE = flags.DEFINE_bool("reuse_namespace",
40 _CLEANUP_NAMESPACE = flags.DEFINE_bool(
Drun_test_server.py30 _SECURE = flags.DEFINE_bool("secure",
33 _REUSE_NAMESPACE = flags.DEFINE_bool("reuse_namespace",
36 _CLEANUP_NAMESPACE = flags.DEFINE_bool(
/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/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/skia/bench/
Dnanobench.cpp128 static DEFINE_bool(bbh, true, "Build a BBH for SKPs?");
129 static DEFINE_bool(loopSKP, true, "Loop SKPs like we do for micro benches?");
131 static DEFINE_bool(gpuStats, false, "Print GPU stats after each gpu benchmark?");
132 static DEFINE_bool(gpuStatsDump, false, "Dump GPU stats after each benchmark to json");
133 static DEFINE_bool(dmsaaStatsDump, false, "Dump DMSAA stats after each benchmark to json");
134 static DEFINE_bool(keepAlive, false, "Print a message every so often so that we don't time out");
135 static DEFINE_bool(csv, false, "Print status in CSV format");
142 static DEFINE_bool(forceRasterPipeline, false, "sets gSkForceRasterPipelineBlitter");
143 static DEFINE_bool(skvm, false, "sets gUseSkVMBlitter");
144 static DEFINE_bool(jit, true, "JIT SkVM?");
[all …]
/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/tensorflow/tensorflow/tools/docs/
Dbuild_java_api_docs.py44 flags.DEFINE_bool(
49 flags.DEFINE_bool('gen_ops', True, 'enable/disable bazel-generated ops')
/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/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.cpp27 static DEFINE_bool(testDecode, false,
29 static DEFINE_bool(writeImages, true,
31 static DEFINE_bool(writeFailedImages, false,
/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/llvm-project/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.cc55 DEFINE_bool(benchmark_list_tests, false);
76 DEFINE_bool(benchmark_report_aggregates_only, false);
83 DEFINE_bool(benchmark_display_aggregates_only, false);
104 DEFINE_bool(benchmark_counters_tabular, false);
/external/gflags/test/
Dgflags_unittest.cc75 DEFINE_bool(test_bool, false, "tests bool-ness");
87 DEFINE_bool(test_bool_with_quite_quite_quite_quite_quite_quite_quite_quite_quite_quite_quite_quite_…
103 DEFINE_bool(changeable_bool_var, ++changeable_bool_var == 8009, "");
116 DEFINE_bool(unused_bool, true, "unused bool-ness");
125 DEFINE_bool(changed_bool1, false, "changed");
126 DEFINE_bool(changed_bool2, false, "changed");
127 DEFINE_bool(long_helpstring, false,
142 DEFINE_bool(always_fail, false, "will fail to validate when you set it");
154 DEFINE_bool(deadlock_if_cant_lock,
/external/skia/dm/
DDM.cpp67 static DEFINE_bool(nameByHash, false,
96 static DEFINE_bool(forceRasterPipeline, false, "sets gSkForceRasterPipelineBlitter");
97 static DEFINE_bool(skvm, false, "sets gUseSkVMBlitter");
98 static DEFINE_bool(jit, true, "sets gSkVMAllowJIT");
106 static DEFINE_bool(ignoreSigInt, false, "ignore SIGINT signals during test execution");
108 static DEFINE_bool(checkF16, false, "Ensure that F16Norm pixels are clamped.");
116 static DEFINE_bool(cpu, true, "Run CPU-bound work?");
117 static DEFINE_bool(gpu, true, "Run GPU-bound work?");
119 static DEFINE_bool(dryRun, false,
126 static DEFINE_bool(simpleCodec, false,
[all …]
/external/skia/tools/skpbench/
Dskpbench.cpp64 static DEFINE_bool(ddl, false, "record the skp into DDLs before rendering");
68 static DEFINE_bool(comparableDDL, false, "render in a way that is comparable to 'comparableSKP'");
69 static DEFINE_bool(comparableSKP, false, "report in a way that is comparable to 'comparableDDL'");
73 static DEFINE_bool(gpuClock, false, "time on the gpu clock (gpu work only)");
74 static DEFINE_bool(fps, false, "use fps instead of ms");
79 static DEFINE_bool(suppressHeader, false, "don't print a header row before the results");
81 static DEFINE_bool(dumpSamples, false, "print the individual samples to stdout");

1234