/external/chromium_org/third_party/skia/tools/flags/ |
D | SkCommonFlags.cpp | 14 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/ |
D | fstdraw.cc | 24 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,
|
D | fstpush.cc | 25 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");
|
D | fstcompile.cc | 25 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,
|
D | fstencode.cc | 27 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");
|
D | fstinfo.cc | 30 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");
|
D | fstprint.cc | 25 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,
|
D | fstsymbols.cc | 31 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");
|
D | fstrandgen.cc | 30 DEFINE_bool(weighted, false, 32 DEFINE_bool(remove_total_weight, false,
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
D | flagdefs.h | 40 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/ |
D | farcompilestrings.cc | 37 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,
|
D | farprintstrings.cc | 33 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/ |
D | cldutil_dbg_empty.cc | 17 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/ |
D | bundle_adjuster.cc | 73 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/ |
D | call_main.cc | 225 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/ |
D | bench_pictures_main.cpp | 32 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.");
|
D | sk_tool_utils.cpp | 15 DEFINE_bool(portableFonts, false, "Use portable fonts"); 16 DEFINE_bool(resourceFonts, false, "Use resource fonts");
|
D | render_pictures_main.cpp | 29 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/ |
D | bench_pictures_main.cpp | 32 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/ |
D | cld_commandlineflags.h | 14 #undef DEFINE_bool 15 #define DEFINE_bool(name, default_value, comment) \ macro
|
/external/skia/dm/ |
D | DMReplayTask.cpp | 9 DEFINE_bool(replay, true, "If true, run picture replay tests."); 10 DEFINE_bool(rtree, true, "If true, run picture replay tests with an rtree.");
|
D | DM.cpp | 58 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/ |
D | DMSerializeTask.cpp | 9 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/ |
D | pdtexpand.cc | 27 DEFINE_bool(connect, true, "Trim output"); 28 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
|
D | pdtshortestpath.cc | 27 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result."); 30 DEFINE_bool(path_gc, true, "Garbage collect shortest path data");
|