/external/v8/src/ |
D | flag-definitions.h | 122 #define DEFINE_bool(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) macro 134 DEFINE_bool(use_strict, false, "enforce strict mode") 136 DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof") 137 DEFINE_bool(harmony_scoping, false, "enable harmony block scoping") 138 DEFINE_bool(harmony_modules, false, 140 DEFINE_bool(harmony_proxies, false, "enable harmony proxies") 141 DEFINE_bool(harmony_collections, false, 143 DEFINE_bool(harmony, false, "enable all harmony features (except typeof)") 151 DEFINE_bool(smi_only_arrays, true, "tracks arrays with only smi values") 152 DEFINE_bool(clever_optimizations, [all …]
|
/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,
|
D | fstrmepsilon.cc | 25 DEFINE_bool(connect, true, "Trim output"); 28 DEFINE_bool(reverse, false, "Perform in the reverse direction");
|
/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/ceres-solver/examples/ |
D | bundle_adjuster.cc | 74 DEFINE_bool(inner_iterations, false, "Use inner iterations to non-linearly " 90 DEFINE_bool(use_quaternions, false, "If true, uses quaternions to represent " 92 DEFINE_bool(use_local_parameterization, false, "For quaternions, use a local " 94 DEFINE_bool(robustify, false, "Use a robust loss function."); 100 DEFINE_bool(use_block_amd, true, "Use a block oriented fill reducing " 106 DEFINE_bool(nonmonotonic_steps, false, "Trust region algorithm can use"
|
/external/open-vcdiff/gflags/src/ |
D | gflags_reporting.cc | 66 DEFINE_bool(help, false, 68 DEFINE_bool(helpfull, false, 70 DEFINE_bool(helpshort, false, 76 DEFINE_bool(helppackage, false, 78 DEFINE_bool(helpxml, false, 80 DEFINE_bool(version, false,
|
/external/chromium/sdch/open-vcdiff/src/ |
D | gflags_reporting.cc | 67 DEFINE_bool(help, false, 69 DEFINE_bool(helpfull, false, 71 DEFINE_bool(helpshort, false, 77 DEFINE_bool(helppackage, false, 79 DEFINE_bool(helpxml, false, 81 DEFINE_bool(version, false,
|
D | vcdiff_main.cc | 55 DEFINE_bool(allow_vcd_target, true, 58 DEFINE_bool(checksum, false, 60 DEFINE_bool(interleaved, false, "Use interleaved format"); 61 DEFINE_bool(stats, false, "Report compression percentage"); 62 DEFINE_bool(target_matches, false, "Find duplicate strings in target data"
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
D | call_main.cc | 217 DEFINE_bool(a, false, "Turn on auto accept."); in main() 218 DEFINE_bool(d, false, "Turn on debugging."); in main() 225 DEFINE_bool(testserver, false, "Use test server"); in main() 226 DEFINE_bool(plainserver, false, "Turn off tls and allow plain password."); in main() 235 DEFINE_bool(help, false, "Prints this message"); in main()
|
/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");
|
D | pdtcompose.cc | 32 DEFINE_bool(left_pdt, true, "1st arg is PDT (o.w. 2nd arg)."); 33 DEFINE_bool(connect, true, "Trim output");
|
/external/open-vcdiff/src/ |
D | vcdiff_main.cc | 55 DEFINE_bool(allow_vcd_target, true, 58 DEFINE_bool(checksum, false, 60 DEFINE_bool(interleaved, false, "Use interleaved format"); 61 DEFINE_bool(json, false, "Output diff in the JSON format when encoding"); 62 DEFINE_bool(stats, false, "Report compression percentage"); 63 DEFINE_bool(target_matches, false, "Find duplicate strings in target data"
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | fst.cpp | 27 DEFINE_bool(fst_verify_properties, false, 34 DEFINE_bool(fst_default_cache_gc, true, "Enable garbage collection of cache");
|
/external/openfst/src/lib/ |
D | fst.cc | 32 DEFINE_bool(fst_verify_properties, false, 45 DEFINE_bool(fst_default_cache_gc, true, "Enable garbage collection of cache"); 50 DEFINE_bool(fst_align, false, "Write FST data aligned where appropriate");
|
D | flags.cc | 26 DEFINE_bool(help, false, "show usage information"); 27 DEFINE_bool(helpshort, false, "show brief usage information");
|
/external/regex-re2/re2/testing/ |
D | exhaustive_tester.cc | 25 DEFINE_bool(show_regexps, false, "show regexps during testing"); 33 DEFINE_bool(quick_debug_mode, true, "Run fewer tests in debug mode.");
|