Searched refs:DEFINE_bool (Results 1 - 25 of 150) sorted by relevance

123456

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A 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/chromium_org/third_party/skia/tools/flags/
H A 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/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_commandlineflags.h14 #undef DEFINE_bool macro
15 #define DEFINE_bool(name, default_value, comment) \ macro
/external/openfst/src/bin/
H A 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,
H A 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");
H A 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");
H A 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,
H A 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");
H A 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,
H A 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");
H A Dfstrandgen.cc30 DEFINE_bool(weighted, false,
32 DEFINE_bool(remove_total_weight, false,
/external/openfst/src/extensions/far/
H A 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,
H A 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/skia/dm/
H A 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.");
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A 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/chromium_org/third_party/skia/tools/
H A DLazyDecodeBitmap.cpp20 DEFINE_bool(useVolatileCache, false, "Use a volatile cache for deferred image decoding pixels. "
H A Dsk_tool_utils.cpp15 DEFINE_bool(portableFonts, false, "Use portable fonts");
16 DEFINE_bool(resourceFonts, false, "Use resource fonts");
/external/chromium_org/third_party/webrtc/test/
H A Dtest_suite.cc20 DEFINE_bool(logs, false, "print logs to stderr");
/external/skia/tools/
H A DLazyDecodeBitmap.cpp20 DEFINE_bool(useVolatileCache, false, "Use a volatile cache for deferred image decoding pixels. "
/external/chromium_org/third_party/skia/dm/
H A 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/chromium_org/third_party/webrtc/base/
H A Dunittest_main.cc22 DEFINE_bool(help, false, "prints this message");
26 DEFINE_bool(default_error_handlers, false,
/external/openfst/src/extensions/pdt/
H A Dpdtexpand.cc27 DEFINE_bool(connect, true, "Trim output");
28 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
H A Dpdtshortestpath.cc27 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/
H A Dfst.cpp27 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/
H A Dflags.h19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc) macro

Completed in 1644 milliseconds

123456