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

1 2 3 4 5 6

  /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/skia/tools/flags/
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/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,
  /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,
  /external/skia/dm/
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.");
  /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/chromium_org/third_party/skia/tools/
LazyDecodeBitmap.cpp 20 DEFINE_bool(useVolatileCache, false, "Use a volatile cache for deferred image decoding pixels. "
sk_tool_utils.cpp 15 DEFINE_bool(portableFonts, false, "Use portable fonts");
16 DEFINE_bool(resourceFonts, false, "Use resource fonts");
  /external/chromium_org/third_party/webrtc/test/
test_suite.cc 20 DEFINE_bool(logs, false, "print logs to stderr");
  /external/skia/tools/
LazyDecodeBitmap.cpp 20 DEFINE_bool(useVolatileCache, false, "Use a volatile cache for deferred image decoding pixels. "
  /external/chromium_org/third_party/skia/dm/
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/chromium_org/third_party/webrtc/base/
unittest_main.cc 22 DEFINE_bool(help, false, "prints this message");
26 DEFINE_bool(default_error_handlers, false,
  /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)

Completed in 206 milliseconds

1 2 3 4 5 6