/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_commandlineflags.h | 21 #undef DECLARE_bool 22 #define DECLARE_bool(name) extern const bool FLAGS_##name;
|
/external/chromium_org/third_party/cld/base/ |
log_severity.h | 29 DECLARE_bool(silent_init);
|
vlog_is_on.h | 47 DECLARE_bool(silent_init); // in google.cc
|
logging.h | 195 DECLARE_bool(logtostderr); 198 DECLARE_bool(alsologtostderr); 205 DECLARE_bool(log_prefix); 215 DECLARE_bool(logging); 234 DECLARE_bool(threaded_logging); 237 DECLARE_bool(status_messages_to_status_file); 240 DECLARE_bool(stop_logging_if_full_disk); [all...] |
commandlineflags.h | 13 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...) 396 #define DECLARE_bool(name) DECLARE_VARIABLE(bool,B, name)
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
cldutil_dbg.h | 15 DECLARE_bool(dbgscore); 16 DECLARE_bool(dbglookup); 17 DECLARE_bool(dbgreli);
|
/external/chromium_org/third_party/re2/util/ |
flags.h | 23 #define DECLARE_bool(name) DECLARE_flag(bool, name)
|
/external/regex-re2/util/ |
flags.h | 23 #define DECLARE_bool(name) DECLARE_flag(bool, name)
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
commandlineflags.h | 71 #define DECLARE_bool(name) \
|
/external/chromium/third_party/libjingle/source/talk/base/ |
flags.h | 195 #define DECLARE_bool(name) DECLARE_FLAG(bool, name)
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
flags.h | 198 #define DECLARE_bool(name) DECLARE_FLAG(bool, name)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
commandlineflags.h | 75 #define DECLARE_bool(name) \
|
/external/chromium/sdch/open-vcdiff/src/gflags/ |
gflags.h | 42 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...) 476 #define DECLARE_bool(name) DECLARE_VARIABLE(bool,B, name)
|
/external/open-vcdiff/gflags/src/gflags/ |
gflags.h | 42 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...) 487 #define DECLARE_bool(name) DECLARE_VARIABLE(bool, B, name)
|
/external/openfst/src/include/fst/ |
flags.h | 53 #define DECLARE_bool(name) extern bool FLAGS_ ## name
|
test-properties.h | 32 DECLARE_bool(fst_verify_properties);
|
symbol-table.h | 41 DECLARE_bool(fst_compat_symbols);
|
/external/skia/tools/flags/ |
SkCommandLineFlags.h | 195 #define DECLARE_bool(name) extern bool FLAGS_##name;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
symbol-table.h | 33 DECLARE_bool(fst_compat_symbols);
|
test-properties.h | 30 DECLARE_bool(fst_verify_properties);
|
compat.h | 72 #define DECLARE_bool(name) extern bool FLAGS_ ## name
|
/external/chromium_org/third_party/re2/re2/testing/ |
dfa_test.cc | 13 DECLARE_bool(re2_dfa_bail_when_slow);
|
/external/open-vcdiff/gflags/src/windows/gflags/ |
gflags.h | 42 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...) 498 #define DECLARE_bool(name) DECLARE_VARIABLE(bool, B, name)
|
/external/regex-re2/re2/testing/ |
dfa_test.cc | 13 DECLARE_bool(re2_dfa_bail_when_slow);
|
/external/skia/tools/ |
bench_pictures_main.cpp | 28 DECLARE_bool(deferImageDecoding);
|