Searched refs:DEFINE_string (Results 1 - 25 of 100) sorted by relevance

1234

/external/openfst/src/extensions/far/
H A Dfarcompilestrings.cc30 DEFINE_string(key_prefix, "", "Prefix to append to keys");
31 DEFINE_string(key_suffix, "", "Suffix to append to keys");
34 DEFINE_string(far_type, "default",
39 DEFINE_string(arc_type, "standard", "Output arc type");
40 DEFINE_string(entry_type, "line", "Entry type: one of : "
42 DEFINE_string(fst_type, "vector", "Output FST type");
43 DEFINE_string(token_type, "symbol", "Token type: one of : "
45 DEFINE_string(symbols, "", "Label symbol table");
46 DEFINE_string(unknown_symbol, "", "");
H A Dfarextract.cc26 DEFINE_string(filename_prefix, "", "Prefix to append to filenames");
27 DEFINE_string(filename_suffix, "", "Suffix to append to filenames");
30 DEFINE_string(keys, "",
33 DEFINE_string(key_separator, ",", "Separator for individual keys");
34 DEFINE_string(range_delimiter, "-", "Delimiter for ranges of keys");
H A Dfarprintstrings.cc24 DEFINE_string(filename_prefix, "", "Prefix to append to filenames");
25 DEFINE_string(filename_suffix, "", "Suffix to append to filenames");
28 DEFINE_string(begin_key, "",
30 DEFINE_string(end_key, "",
35 DEFINE_string(entry_type, "line", "Entry type: one of : "
37 DEFINE_string(token_type, "symbol", "Token type: one of : "
39 DEFINE_string(symbols, "", "Label symbol table");
H A Dstrings.cc22 DEFINE_string(far_field_separator, "\t",
H A Dfarequal.cc24 DEFINE_string(begin_key, "",
26 DEFINE_string(end_key, "",
H A Dfarinfo.cc26 DEFINE_string(begin_key, "",
28 DEFINE_string(end_key, "",
H A Dfarcreate.cc27 DEFINE_string(key_prefix, "", "Prefix to append to keys");
28 DEFINE_string(key_suffix, "", "Suffix to append to keys");
31 DEFINE_string(far_type, "default",
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dflagdefs.h43 DEFINE_string(server, "localhost", "The server to connect to.");
/external/openfst/src/bin/
H A Dfstcompile.cc26 DEFINE_string(arc_type, "standard", "Output arc type");
27 DEFINE_string(fst_type, "vector", "Output FST type");
28 DEFINE_string(isymbols, "", "Input label symbol table");
29 DEFINE_string(osymbols, "", "Output label symbol table");
30 DEFINE_string(ssymbols, "", "State label symbol table");
H A Dfstprint.cc26 DEFINE_string(isymbols, "", "Input label symbol table");
27 DEFINE_string(osymbols, "", "Output label symbol table");
28 DEFINE_string(ssymbols, "", "State label symbol table");
30 DEFINE_string(save_isymbols, "", "Save input symbol table to file");
31 DEFINE_string(save_osymbols, "", "Save output symbol table to file");
H A Dfstrelabel.cc33 DEFINE_string(isymbols, "", "Input label symbol table");
34 DEFINE_string(osymbols, "", "Output label symbol table");
35 DEFINE_string(relabel_isymbols, "", "Input symbol set to relabel to");
36 DEFINE_string(relabel_osymbols, "", "Ouput symbol set to relabel to");
37 DEFINE_string(relabel_ipairs, "", "Input relabel pairs (numeric)");
38 DEFINE_string(relabel_opairs, "", "Output relabel pairs (numeric)");
H A Dfstsymbols.cc29 DEFINE_string(isymbols, "", "Input label symbol table");
30 DEFINE_string(osymbols, "", "Output label symbol table");
33 DEFINE_string(relabel_ipairs, "", "Input relabel pairs (numeric)");
34 DEFINE_string(relabel_opairs, "", "Output relabel pairs (numeric)");
35 DEFINE_string(save_isymbols, "", "Save fst file's input symbol table to file");
36 DEFINE_string(save_osymbols, "", "Save fst file's output symbol table to file");
H A Dfstinfo.cc26 DEFINE_string(arc_filter, "any", "Arc filter: one of :"
28 DEFINE_string(info_type, "auto",
H A Dfstdraw.cc25 DEFINE_string(isymbols, "", "Input label symbol table");
26 DEFINE_string(osymbols, "", "Output label symbol table");
27 DEFINE_string(ssymbols, "", "State label symbol table");
32 DEFINE_string(title, "", "Set figure title");
/external/webrtc/src/modules/audio_processing/test/
H A Dunpack.cc31 DEFINE_string(input_file, "input.pcm", "The name of the input stream file.");
32 DEFINE_string(output_file, "ref_out.pcm",
34 DEFINE_string(reverse_file, "reverse.pcm",
36 DEFINE_string(delay_file, "delay.int32", "The name of the delay file.");
37 DEFINE_string(drift_file, "drift.int32", "The name of the drift file.");
38 DEFINE_string(level_file, "level.int32", "The name of the level file.");
39 DEFINE_string(settings_file, "settings.txt", "The name of the settings file.");
/external/ceres-solver/examples/
H A Dbundle_adjuster.cc67 DEFINE_string(input, "", "Input File name");
68 DEFINE_string(trust_region_strategy, "levenberg_marquardt",
70 DEFINE_string(dogleg, "traditional_dogleg", "Options are: traditional_dogleg,"
76 DEFINE_string(blocks_for_inner_iterations, "automatic", "Options are: "
79 DEFINE_string(linear_solver, "sparse_schur", "Options are: "
82 DEFINE_string(preconditioner, "jacobi", "Options are: "
85 DEFINE_string(sparse_linear_algebra_library, "suite_sparse",
87 DEFINE_string(dense_linear_algebra_library, "eigen",
89 DEFINE_string(ordering, "automatic", "Options are: automatic, user.");
116 DEFINE_string(solver_lo
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc224 DEFINE_string(s, "talk.google.com", "The connection server to use.");
225 DEFINE_string(tls, "require",
229 DEFINE_string(oauth, "", "OAuth2 access token.");
231 DEFINE_string(signaling, "hybrid",
233 DEFINE_string(transport, "hybrid",
235 DEFINE_string(sdes, "enable",
237 DEFINE_string(dtls, "disable",
240 DEFINE_string(pmuc, "groupchat.google.com", "The persistant muc domain.");
241 DEFINE_string(capsnode, "http://code.google.com/p/libjingle/call",
243 DEFINE_string(capsve
[all...]
/external/chromium_org/third_party/re2/util/
H A Dtest.cc11 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
/external/regex-re2/util/
H A Dtest.cc9 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
/external/openfst/src/extensions/pdt/
H A Dpdtexpand.cc26 DEFINE_string(pdt_parentheses, "", "PDT parenthesis label pairs.");
29 DEFINE_string(weight, "", "Weight threshold");
H A Dpdtshortestpath.cc28 DEFINE_string(queue_type, "fifo", "Queue type: one of: "
31 DEFINE_string(pdt_parentheses, "", "PDT parenthesis label pairs.");
/external/v8/src/
H A Dflag-definitions.h125 #define DEFINE_string(nam, def, cmt) FLAG(STRING, const char*, nam, def, cmt) macro
162 DEFINE_string(hydrogen_filter, "", "optimization filter")
175 DEFINE_string(trace_phase, "Z", "trace generated IR for specified phases")
259 DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
260 DEFINE_string(expose_debug_as, NULL, "expose debug in global object")
363 DEFINE_string(lol_workdir, NULL, "path for lol temp files")
425 DEFINE_string(testing_string_flag, "Hello, world!", "string-flag")
428 DEFINE_string(testing_serialization_file, "C:\\Windows\\Temp\\serdes",
431 DEFINE_string(testing_serialization_file, "/tmp/serdes",
450 DEFINE_string(map_counter
646 #undef DEFINE_string macro
[all...]
/external/openfst/src/lib/
H A Dfst.cc35 DEFINE_string(fst_weight_separator, ",",
39 DEFINE_string(fst_weight_parentheses, "",
52 DEFINE_string(save_relabel_ipairs, "", "Save input relabel pairs to file");
53 DEFINE_string(save_relabel_opairs, "", "Save output relabel pairs to file");
55 DEFINE_string(fst_read_mode, "read",
/external/chromium_org/v8/src/
H A Dflag-definitions.h145 #define DEFINE_string(nam, def, cmt) FLAG(STRING, const char*, nam, def, cmt) macro
240 DEFINE_string(hydrogen_filter, "*", "optimization filter")
261 DEFINE_string(trace_hydrogen_filter, "*", "hydrogen tracing filter")
263 DEFINE_string(trace_hydrogen_file, NULL, "trace hydrogen to given file name")
264 DEFINE_string(trace_phase, "HLZ", "trace generated IR for specified phases")
413 DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
414 DEFINE_string(expose_debug_as, NULL, "expose debug in global object")
419 DEFINE_string(expose_gc_as, NULL,
630 DEFINE_string(testing_string_flag, "Hello, world!", "string-flag")
633 DEFINE_string(testing_serialization_fil
891 #undef DEFINE_string macro
[all...]
/external/skia/tools/
H A DPictureRenderingFlags.cpp20 DEFINE_string(bbh, "none", "bbhType [width height]: Set the bounding box hierarchy type to "
30 DEFINE_string(config, "8888", "[8888|gpu|msaa4|msaa16|angle]: Use the corresponding config.");
32 DEFINE_string(config, "8888", "[8888|gpu|msaa4|msaa16]: Use the corresponding config.");
34 DEFINE_string(config, "8888", "[8888]: Use the corresponding config.");
39 DEFINE_string(mode, "simple", "Run in the corresponding mode:\n"
61 DEFINE_string(tiles, "", "Used with --mode copyTile to specify number of tiles per larger tile "
63 DEFINE_string(viewport, "", "width height: Set the viewport.");

Completed in 4941 milliseconds

1234