Home
last modified time | relevance | path

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

1234567

/external/chromium_org/third_party/skia/tools/flags/
DSkCommonFlags.cpp14 DEFINE_bool(cpu, true, "master switch for running CPU-bound work.");
16 DEFINE_bool(dryRun, false,
19 DEFINE_bool(gpu, true, "master switch for running GPU-bound work.");
40 DEFINE_bool(resetGpuContext, true, "Reset the GrContext before running each test.");
41 DEFINE_bool(abandonGpuContext, false, "Abandon the GrContext after running each test. "
/external/openfst/src/bin/
Dfstdraw.cc24 DEFINE_bool(acceptor, false, "Input in acceptor format");
28 DEFINE_bool(numeric, false, "Print numeric labels");
30 DEFINE_bool(show_weight_one, false,
33 DEFINE_bool(portrait, false, "Portrait mode (def: landscape)");
34 DEFINE_bool(vertical, false, "Draw bottom-to-top instead of left-to-right");
42 DEFINE_bool(allow_negative_labels, false,
Dfstpush.cc25 DEFINE_bool(push_weights, false, "Push weights");
26 DEFINE_bool(push_labels, false, "Push output labels");
27 DEFINE_bool(remove_total_weight, false,
29 DEFINE_bool(remove_common_affix, false,
31 DEFINE_bool(to_final, false, "Push/reweight to final (vs. to initial) states");
Dfstcompile.cc25 DEFINE_bool(acceptor, false, "Input in acceptor format");
31 DEFINE_bool(keep_isymbols, false, "Store input label symbol table with FST");
32 DEFINE_bool(keep_osymbols, false, "Store output label symbol table with FST");
33 DEFINE_bool(keep_state_numbering, false, "Do not renumber input states");
34 DEFINE_bool(allow_negative_labels, false,
Dfstencode.cc27 DEFINE_bool(encode_labels, false, "Encode output labels");
28 DEFINE_bool(encode_weights, false, "Encode weights");
29 DEFINE_bool(encode_reuse, false, "Re-use existing codex");
30 DEFINE_bool(decode, false, "Decode labels and/or weights");
Dfstinfo.cc30 DEFINE_bool(pipe, false, "Send info to stderr, input to stdout");
31 DEFINE_bool(test_properties, true,
33 DEFINE_bool(fst_verify, true, "Verify FST sanity");
Dfstprint.cc25 DEFINE_bool(acceptor, false, "Input in acceptor format");
29 DEFINE_bool(numeric, false, "Print numeric labels");
32 DEFINE_bool(show_weight_one, false,
34 DEFINE_bool(allow_negative_labels, false,
Dfstsymbols.cc31 DEFINE_bool(clear_isymbols, false, "Clear input symbol table");
32 DEFINE_bool(clear_osymbols, false, "Clear output symbol table");
37 DEFINE_bool(allow_negative_labels, false,
39 DEFINE_bool(verify, false, "Verify fst properities before saving");
Dfstrandgen.cc30 DEFINE_bool(weighted, false,
32 DEFINE_bool(remove_total_weight, false,
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dflagdefs.h40 DEFINE_bool(help, false, "Prints this message");
41 DEFINE_bool(autoconnect, false, "Connect to the server without user "
46 DEFINE_bool(autocall, false, "Call the first available other client on "
/external/openfst/src/extensions/far/
Dfarcompilestrings.cc37 DEFINE_bool(allow_negative_labels, false,
47 DEFINE_bool(file_list_input, false,
49 DEFINE_bool(keep_symbols, false,
51 DEFINE_bool(initial_symbols, true,
Dfarprintstrings.cc33 DEFINE_bool(print_key, false, "Prefix each string by its key");
34 DEFINE_bool(print_weight, false, "Suffix each string by its weight");
40 DEFINE_bool(initial_symbols, true,
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dcldutil_dbg_empty.cc17 DEFINE_bool(dbgscore, false, "Print picture of score calculation");
18 DEFINE_bool(dbglookup, false, "Print every quad/uni lookup in score calc");
19 DEFINE_bool(dbgreli, false, "Print reliability in score calc");
/external/ceres-solver/examples/
Dbundle_adjuster.cc73 DEFINE_bool(inner_iterations, false, "Use inner iterations to non-linearly "
94 DEFINE_bool(use_quaternions, false, "If true, uses quaternions to represent "
96 DEFINE_bool(use_local_parameterization, false, "For quaternions, use a local "
98 DEFINE_bool(robustify, false, "Use a robust loss function.");
107 DEFINE_bool(nonmonotonic_steps, false, "Trust region algorithm can use"
119 DEFINE_bool(line_search, false, "Use a line search instead of trust region "
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc225 DEFINE_bool(allowplain, false, "Allow plain authentication."); in main()
226 DEFINE_bool(testserver, false, "Use test server."); in main()
228 DEFINE_bool(a, false, "Turn on auto accept for incoming calls."); in main()
247 DEFINE_bool(render, true, "Renders the video."); in main()
250 DEFINE_bool(d, false, "Turn on debugging."); in main()
252 DEFINE_bool(debugsrtp, false, "Enable debugging for srtp."); in main()
253 DEFINE_bool(help, false, "Prints this message"); in main()
254 DEFINE_bool(multisession, false, in main()
256 DEFINE_bool(roster, false, in main()
/external/chromium_org/third_party/skia/tools/
Dbench_pictures_main.cpp32 DEFINE_bool(countRAM, false, "Count the RAM used for bitmap pixels in each skp file");
42 DEFINE_bool(logPerIter, false, "Log each repeat timer instead of mean.");
44 DEFINE_bool(min, false, "Print the minimum times (instead of average).");
47 DEFINE_bool(timeIndividualTiles, false, "Report times for drawing individual tiles, rather than "
49 DEFINE_bool(purgeDecodedTex, false, "Purge decoded and GPU-uploaded textures "
53 DEFINE_bool(trackDeferredCaching, false, "Only meaningful with --deferImageDecoding and "
58 DEFINE_bool(gpuStats, false, "Only meaningful with gpu configurations. "
62 DEFINE_bool(preprocess, false, "If true, perform device specific preprocessing before timing.");
Dsk_tool_utils.cpp15 DEFINE_bool(portableFonts, false, "Use portable fonts");
16 DEFINE_bool(resourceFonts, false, "Use resource fonts");
Drender_pictures_main.cpp29 DEFINE_bool(bench_record, false, "If true, drop into an infinite loop of recording the picture.");
40 DEFINE_bool(gpuStats, false, "Only meaningful with gpu configurations. "
43 DEFINE_bool(preprocess, false, "If true, perform device specific preprocessing before rendering.");
46 DEFINE_bool(writeChecksumBasedFilenames, false,
48 DEFINE_bool(writeEncodedImages, false, "Any time the skp contains an encoded image, write it to a "
53 DEFINE_bool(writeWholeImage, false, "In tile mode, write the entire rendered image to a "
55 DEFINE_bool(validate, false, "Verify that the rendered image contains the same pixels as "
/external/skia/tools/
Dbench_pictures_main.cpp32 DEFINE_bool(countRAM, false, "Count the RAM used for bitmap pixels in each skp file");
42 DEFINE_bool(logPerIter, false, "Log each repeat timer instead of mean.");
44 DEFINE_bool(min, false, "Print the minimum times (instead of average).");
48 DEFINE_bool(timeIndividualTiles, false, "Report times for drawing individual tiles, rather than "
50 DEFINE_bool(purgeDecodedTex, false, "Purge decoded and GPU-uploaded textures "
54 DEFINE_bool(trackDeferredCaching, false, "Only meaningful with --deferImageDecoding and "
58 DEFINE_bool(preprocess, false, "If true, perform device specific preprocessing before timing.");
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
Dcld_commandlineflags.h14 #undef DEFINE_bool
15 #define DEFINE_bool(name, default_value, comment) \ macro
/external/skia/dm/
DDMReplayTask.cpp9 DEFINE_bool(replay, true, "If true, run picture replay tests.");
10 DEFINE_bool(rtree, true, "If true, run picture replay tests with an rtree.");
DDM.cpp58 DEFINE_bool(dryRun, false,
60 DEFINE_bool(leaks, false, "Print leaked instance-counted objects at exit?");
63 DEFINE_bool(gms, true, "Run GMs?");
64 DEFINE_bool(benches, true, "Run benches? Does not run GMs-as-benches.");
65 DEFINE_bool(tests, true, "Run tests?");
/external/chromium_org/third_party/skia/dm/
DDMSerializeTask.cpp9 DEFINE_bool(serialize, true, "If true, run picture serialization tests via SkPictureData.");
10 DEFINE_bool(serialize_skr, true, "If true, run picture serialization tests via SkRecord.");
/external/openfst/src/extensions/pdt/
Dpdtexpand.cc27 DEFINE_bool(connect, true, "Trim output");
28 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
Dpdtshortestpath.cc27 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
30 DEFINE_bool(path_gc, true, "Garbage collect shortest path data");

1234567