/external/regex-re2/util/ |
flags.h | 21 #define DEFINE_string(name, deflt, desc) DEFINE_flag(string, name, deflt, desc)
|
/external/google-benchmark/src/ |
commandlineflags.h | 22 #define DEFINE_string(name, default_val, doc) \
|
/external/libbrillo/brillo/ |
flag_helper.h | 26 // DEFINE_string(name, default_value, help) 200 #define DEFINE_string(name, value, help) \
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
gflags.h | 117 // DEFINE_string, etc. at the bottom of this file. You may also find 518 #define DEFINE_string(name, val, txt) \
|
/external/skia/tools/flags/ |
SkCommandLineFlags.h | 21 * DEFINE_string(name, defaultValue, helpString); 68 * DEFINE_string(args, .., ..); 81 * creates a similar string array flag as DEFINE_string. The flag will have extended help text 215 #define DEFINE_string(name, defaultValue, helpString) \
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
gflags.h | 44 // DEFINE_string(filename, "my_file.txt", "The file to read"); 129 // DEFINE_string, etc. at the bottom of this file. You may also find 574 #define DEFINE_string(name, val, txt) \
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
gflags.h | 44 // DEFINE_string(filename, "my_file.txt", "The file to read"); 152 // DEFINE_string, etc. at the bottom of this file. You may also find 591 #define DEFINE_string(name, val, txt) \
|
/external/webrtc/webrtc/base/ |
flags.h | 178 #define DEFINE_string(name, default, comment) \
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
gflags.py | 77 DEFINE_string: takes any input, and interprets it as a string. 105 DEFINE_multistring: The same as DEFINE_string, except the flag can be 164 gflags.DEFINE_string('filename', None, 'Input file name', short_name='f') 211 gflags.DEFINE_string('name', 'Mr. President', 'your name') 303 gflags.DEFINE_string('bar_gfs_path', '/gfs/path', 305 gflags.DEFINE_string('email_for_bar_errors', 'bar-team@google.com', [all...] |
/external/chromium-trace/catapult/third_party/python_gflags/ |
gflags.py | 77 DEFINE_string: takes any input, and interprets it as a string. 105 DEFINE_multistring: The same as DEFINE_string, except the flag can be 164 gflags.DEFINE_string('filename', None, 'Input file name', short_name='f') 211 gflags.DEFINE_string('name', 'Mr. President', 'your name') 303 gflags.DEFINE_string('bar_gfs_path', '/gfs/path', 305 gflags.DEFINE_string('email_for_bar_errors', 'bar-team@google.com', [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
options.h | 389 #define DEFINE_string(varname__, dashes__, shortname__, default_value__, \ 395 // This is like DEFINE_string, but we convert each occurrence to a 410 // This is like DEFINE_string, but we store a set of strings. 666 DEFINE_string(format, options::TWO_DASHES, 'b', "elf", 737 DEFINE_string(debug, options::TWO_DASHES, '\0', "", [all...] |