/external/openfst/src/extensions/far/ |
farcompilestrings.cc | 30 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, "", "");
|
farextract.cc | 26 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");
|
farprintstrings.cc | 24 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");
|
strings.cc | 22 DEFINE_string(far_field_separator, "\t",
|
farequal.cc | 24 DEFINE_string(begin_key, "", 26 DEFINE_string(end_key, "",
|
farinfo.cc | 26 DEFINE_string(begin_key, "", 28 DEFINE_string(end_key, "",
|
farcreate.cc | 27 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/ |
flagdefs.h | 43 DEFINE_string(server, "localhost", "The server to connect to.");
|
/external/openfst/src/bin/ |
fstcompile.cc | 26 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");
|
fstprint.cc | 26 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");
|
fstrelabel.cc | 33 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)");
|
fstsymbols.cc | 29 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");
|
fstinfo.cc | 26 DEFINE_string(arc_filter, "any", "Arc filter: one of :" 28 DEFINE_string(info_type, "auto",
|
fstdraw.cc | 25 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/ |
unpack.cc | 31 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/ |
bundle_adjuster.cc | 67 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_log, "", "File to record the solver execution to.") [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 224 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(capsver, "0.6" [all...] |
/external/chromium_org/third_party/re2/util/ |
test.cc | 11 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
|
/external/regex-re2/util/ |
test.cc | 9 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
|
/external/openfst/src/extensions/pdt/ |
pdtexpand.cc | 26 DEFINE_string(pdt_parentheses, "", "PDT parenthesis label pairs."); 29 DEFINE_string(weight, "", "Weight threshold");
|
pdtshortestpath.cc | 28 DEFINE_string(queue_type, "fifo", "Queue type: one of: " 31 DEFINE_string(pdt_parentheses, "", "PDT parenthesis label pairs.");
|
/external/v8/src/ |
flag-definitions.h | 125 #define DEFINE_string(nam, def, cmt) FLAG(STRING, const char*, nam, def, cmt) 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_counters, "", "Map counters to a file" [all...] |
/external/openfst/src/lib/ |
fst.cc | 35 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/ |
flag-definitions.h | 145 #define DEFINE_string(nam, def, cmt) FLAG(STRING, const char*, nam, def, cmt) 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_file, "C:\\Windows\\Temp\\serdes" [all...] |
/external/skia/tools/ |
PictureRenderingFlags.cpp | 20 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.");
|