Searched defs:DEFINE_bool (Results 1 - 13 of 13) sorted by relevance

/external/google-benchmark/src/
H A Dcommandlineflags.h18 #define DEFINE_bool(name, default_val, doc) bool FLAG(name) = (default_val) macro
/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.h18 #define DEFINE_bool(name, default_val, doc) bool FLAG(name) = (default_val) macro
/external/libbrillo/brillo/
H A Dflag_helper.h21 // DEFINE_bool(name, default_value, help)
205 #define DEFINE_bool(name, value, help) \ macro
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h42 // 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) \ macro
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h48 // 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) \ macro
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h48 // 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) \ macro
/external/tensorflow/tensorflow/python/platform/
H A Dflags.py120 DEFINE_bool = DEFINE_boolean variable
/external/gflags/android/gflags/
H A Dgflags.h48 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
101 // To actually define a flag in a file, use DEFINE_bool,
429 // people can't DECLARE_int32 something that they DEFINE_bool'd
488 // For DEFINE_bool, we want to do the extra check that the passed-in
507 #define DEFINE_bool(name, val, txt) \ macro
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h49 // 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) \ macro
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h49 // 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) \ macro
/external/webrtc/webrtc/base/
H A Dflags.h39 // flag is defined via: DEFINE_bool(flag, "false", "some comment");.
172 #define DEFINE_bool(name, default, comment) \ macro
/external/skia/tools/flags/
H A DSkCommandLineFlags.h20 * DEFINE_bool(name, defaultValue, helpString);
33 * DEFINE_bool(boolean, false, "The variable boolean does such and such");
198 #define DEFINE_bool(name, defaultValue, helpString) \ macro
/external/skqp/tools/flags/
H A DSkCommandLineFlags.h20 * DEFINE_bool(name, defaultValue, helpString);
33 * DEFINE_bool(boolean, false, "The variable boolean does such and such");
198 #define DEFINE_bool(name, defaultValue, helpString) \ macro

Completed in 7349 milliseconds