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

1 2 3 4 5 6

  /external/chromium_org/third_party/skia/tools/flags/
SkCommonFlags.cpp 10 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/
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/chromium_org/third_party/webrtc/test/
test_main.cc 16 DEFINE_string(force_fieldtrials, "",
test_suite.cc 22 DEFINE_string(force_fieldtrials, "",
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
tester_main.cc 26 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/
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(visibility_clustering, "canonical_views",
88 DEFINE_string(sparse_linear_algebra_library, "suite_sparse",
90 DEFINE_string(dense_linear_algebra_library, "eigen",
92 DEFINE_string(ordering, "automatic", "Options are: automatic, user.")
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 222 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(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/chromium_org/third_party/webrtc/modules/audio_processing/test/
unpack.cc 25 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/
pdtexpand.cc 26 DEFINE_string(pdt_parentheses, "", "PDT parenthesis label pairs.");
29 DEFINE_string(weight, "", "Weight threshold");

Completed in 579 milliseconds

1 2 3 4 5 6