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

1 2 3 4 5

  /external/v8/src/
flag-definitions.h 122 #define DEFINE_bool(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt)
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/chromium_org/v8/src/
flag-definitions.h 138 #define DEFINE_bool(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt)
150 DEFINE_bool(use_strict, false, "enforce strict mode")
151 DEFINE_bool(es5_readonly, true,
153 DEFINE_bool(es52_globals, true,
156 DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof")
157 DEFINE_bool(harmony_scoping, false, "enable harmony block scoping")
158 DEFINE_bool(harmony_modules, false,
160 DEFINE_bool(harmony_symbols, false,
162 DEFINE_bool(harmony_proxies, false, "enable harmony proxies")
163 DEFINE_bool(harmony_collections, false
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
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/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_commandlineflags.h 14 #undef DEFINE_bool
15 #define DEFINE_bool(name, default_value, comment) \
  /external/openfst/src/bin/
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,
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");
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");
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,
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");
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,
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");
fstrandgen.cc 30 DEFINE_bool(weighted, false,
32 DEFINE_bool(remove_total_weight, false,
fstclosure.cc 25 DEFINE_bool(closure_plus, false,
fstepsnormalize.cc 25 DEFINE_bool(eps_norm_output, false, "Normalize output epsilons");
fstproject.cc 25 DEFINE_bool(project_output, false, "Project on output (vs. input)");
fstreweight.cc 26 DEFINE_bool(to_final, false, "Push/reweight to final (vs. to initial) states");
  /external/openfst/src/extensions/far/
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,
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,
farinfo.cc 31 DEFINE_bool(list_fsts, false, "Display FST information for each key");
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
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/openfst/src/extensions/pdt/
pdtexpand.cc 27 DEFINE_bool(connect, true, "Trim output");
28 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
pdtshortestpath.cc 27 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
30 DEFINE_bool(path_gc, true, "Garbage collect shortest path data");
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 27 DEFINE_bool(fst_verify_properties, false,
34 DEFINE_bool(fst_default_cache_gc, true, "Enable garbage collection of cache");
  /external/chromium_org/third_party/re2/util/
flags.h 19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc)
  /external/regex-re2/util/
flags.h 19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc)

Completed in 1486 milliseconds

1 2 3 4 5