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

/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_commandlineflags.h14 #undef DEFINE_bool macro
15 #define DEFINE_bool(name, default_value, comment) \ macro
/external/chromium_org/third_party/re2/util/
H A Dflags.h19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc) macro
/external/regex-re2/util/
H A Dflags.h19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dcommandlineflags.h46 // people can't DECLARE_int32 something that they DEFINE_bool'd
73 #define DEFINE_bool(name, value, meaning) \ macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dcommandlineflags.h46 // people can't DECLARE_int32 something that they DEFINE_bool'd
77 #define DEFINE_bool(name, value, meaning) \ macro
/external/chromium_org/third_party/cld/base/
H A Dcommandlineflags.h13 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
34 // To actually define a flag in a file, use DEFINE_bool,
330 // people can't DECLARE_int32 something that they DEFINE_bool'd
398 #define DEFINE_bool(name,val,txt) namespace fLB { \ macro
/external/chromium_org/third_party/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/openfst/src/include/fst/
H A Dflags.h218 #define DEFINE_bool(name, value, doc) DEFINE_VAR(bool, name, value, doc) macro
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommandLineFlags.h20 * DEFINE_bool(name, defaultValue, helpString);
33 * DEFINE_bool(boolean, false, "The variable boolean does such and such");
181 #define DEFINE_bool(name, defaultValue, helpString) \ 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");
177 #define DEFINE_bool(name, defaultValue, helpString) \ macro
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h222 #define DEFINE_bool(name, value, doc) DEFINE_VAR(bool, name, value, doc) macro
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py79 DEFINE_bool or
2382 DEFINE_bool = DEFINE_boolean variable
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py79 DEFINE_bool or
2382 DEFINE_bool = DEFINE_boolean variable

Completed in 487 milliseconds