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

123456

/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommonFlags.cpp10 DEFINE_string(config, "565 8888 pdf gpu nonrendering angle",
21 DEFINE_string(gpuAPI, "", "Force use of specific gpu API. Using \"gl\" "
44 DEFINE_string(skps, "skps", "Directory to read skps from.");
55 DEFINE_string(key, "",
57 DEFINE_string(properties, "",
/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/chromium_org/third_party/webrtc/test/
H A Dtest_main.cc16 DEFINE_string(force_fieldtrials, "",
H A Dtest_suite.cc22 DEFINE_string(force_fieldtrials, "",
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtester_main.cc26 DEFINE_string(codec, "VP8", "Codec to use (VP8 or I420).");
36 DEFINE_string(input_filename, webrtc::test::ProjectRootPath() +
38 DEFINE_string(output_filename, webrtc::test::OutputPath() +
40 DEFINE_string(fv_output_filename, webrtc::test::OutputPath() +
/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(visibility_clustering, "canonical_views",
88 DEFINE_string(sparse_linear_algebra_library, "suite_sparse",
90 DEFINE_string(dense_linear_algebra_library, "eigen",
92 DEFINE_string(orderin
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc222 DEFINE_string(s, "talk.google.com", "The connection server to use.");
223 DEFINE_string(tls, "require",
227 DEFINE_string(oauth, "", "OAuth2 access token.");
229 DEFINE_string(signaling, "hybrid",
231 DEFINE_string(transport, "hybrid",
233 DEFINE_string(sdes, "enable",
235 DEFINE_string(dtls, "disable",
238 DEFINE_string(pmuc, "groupchat.google.com", "The persistant muc domain.");
239 DEFINE_string(capsnode, "http://code.google.com/p/libjingle/call",
241 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/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dunpack.cc25 DEFINE_string(input_file, "input", "The name of the input stream file.");
26 DEFINE_string(output_file, "ref_out",
28 DEFINE_string(reverse_file, "reverse",
30 DEFINE_string(delay_file, "delay.int32", "The name of the delay file.");
31 DEFINE_string(drift_file, "drift.int32", "The name of the drift file.");
32 DEFINE_string(level_file, "level.int32", "The name of the level file.");
33 DEFINE_string(keypress_file, "keypress.bool", "The name of the keypress file.");
34 DEFINE_string(settings_file, "settings.txt", "The name of the settings file.");
/external/openfst/src/extensions/pdt/
H A Dpdtexpand.cc26 DEFINE_string(pdt_parentheses, "", "PDT parenthesis label pairs.");
29 DEFINE_string(weight, "", "Weight threshold");

Completed in 1647 milliseconds

123456