HomeSort by relevance Sort by last modified time
    Searched defs:DEFINE_bool (Results 1 - 13 of 13) sorted by null

  /external/regex-re2/util/
flags.h 19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc)
  /external/google-benchmark/src/
commandlineflags.h 18 #define DEFINE_bool(name, default_val, doc) bool FLAG(name) = (default_val)
  /external/libbrillo/brillo/
flag_helper.h 21 // DEFINE_bool(name, default_value, help)
205 #define DEFINE_bool(name, value, help) \
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 42 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
116 // To actually define a flag in a file, use DEFINE_bool,
408 // people can't DECLARE_int32 something that they DEFINE_bool'd
466 // For DEFINE_bool, we want to do the extra check that the passed-in
483 #define DEFINE_bool(name,val,txt) \
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 48 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
101 // To actually define a flag in a file, use DEFINE_bool,
427 // people can't DECLARE_int32 something that they DEFINE_bool'd
481 // For DEFINE_bool, we want to do the extra check that the passed-in
500 #define DEFINE_bool(name, val, txt) \
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 48 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
101 // To actually define a flag in a file, use DEFINE_bool,
427 // people can't DECLARE_int32 something that they DEFINE_bool'd
481 // For DEFINE_bool, we want to do the extra check that the passed-in
500 #define DEFINE_bool(name, val, txt) \
  /external/skia/tools/flags/
SkCommandLineFlags.h 20 * DEFINE_bool(name, defaultValue, helpString);
33 * DEFINE_bool(boolean, false, "The variable boolean does such and such");
195 #define DEFINE_bool(name, defaultValue, helpString) \
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 49 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
128 // To actually define a flag in a file, use DEFINE_bool,
444 // people can't DECLARE_int32 something that they DEFINE_bool'd
502 // For DEFINE_bool, we want to do the extra check that the passed-in
519 #define DEFINE_bool(name, val, txt) \
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 49 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
151 // To actually define a flag in a file, use DEFINE_bool,
462 // people can't DECLARE_int32 something that they DEFINE_bool'd
522 // For DEFINE_bool, we want to do the extra check that the passed-in
539 #define DEFINE_bool(name, val, txt) \
  /external/webrtc/webrtc/base/
flags.h 39 // flag is defined via: DEFINE_bool(flag, "false", "some comment");.
172 #define DEFINE_bool(name, default, comment) \
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
gflags.py 79 DEFINE_bool or
    [all...]
  /external/chromium-trace/catapult/third_party/python_gflags/
gflags.py 79 DEFINE_bool or
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.h 310 #define DEFINE_bool(varname__, dashes__, shortname__, default_value__, \
454 // This is like DEFINE_bool, but VARNAME is the name of a different
635 DEFINE_bool(add_needed, options::TWO_DASHES, '\0', false,
643 DEFINE_bool(allow_shlib_undefined, options::TWO_DASHES, '\0', false,
649 DEFINE_bool(apply_dynamic_relocs, options::TWO_DASHES, '\0', false,
654 DEFINE_bool(as_needed, options::TWO_DASHES, '\0', false,
669 DEFINE_bool(Bdynamic, options::ONE_DASH, '\0', true,
679 DEFINE_bool(Bgroup, options::ONE_DASH, '\0', false,
682 DEFINE_bool(Bsymbolic, options::ONE_DASH, '\0', false,
685 DEFINE_bool(Bsymbolic_functions, options::ONE_DASH, '\0', false
    [all...]

Completed in 530 milliseconds