/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_commandlineflags.h | 23 #undef DECLARE_int32 24 #define DECLARE_int32(name) extern int32 FLAGS_##name;
|
/external/chromium_org/third_party/cld/base/ |
log_severity.h | 28 DECLARE_int32(v);
|
vlog_is_on.h | 46 DECLARE_int32(v); // in vlog_is_on.cc
|
logging.h | 202 DECLARE_int32(stderrthreshold); 209 DECLARE_int32(logbuflevel); 212 DECLARE_int32(logbufsecs); 219 DECLARE_int32(minloglevel); 230 DECLARE_int32(max_log_size); [all...] |
commandlineflags.h | 10 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);" 330 // people can't DECLARE_int32 something that they DEFINE_bool'd 405 #define DECLARE_int32(name) DECLARE_VARIABLE(int32,I, name)
|
/external/openfst/src/include/fst/ |
mapped-file.h | 28 DECLARE_int32(fst_arch_alignment); // defined in mapped-file.h
|
log.h | 32 DECLARE_int32(v);
|
flags.h | 45 // DECLARE_int32(length); 55 #define DECLARE_int32(name) extern int32 FLAGS_ ## name
|
/external/chromium_org/third_party/re2/util/ |
flags.h | 24 #define DECLARE_int32(name) DECLARE_flag(int32, name)
|
/external/regex-re2/util/ |
flags.h | 24 #define DECLARE_int32(name) DECLARE_flag(int32, name)
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
commandlineflags.h | 46 // people can't DECLARE_int32 something that they DEFINE_bool'd 77 #define DECLARE_int32(name) \
|
logging.h | 75 DECLARE_int32(verbose);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
commandlineflags.h | 46 // people can't DECLARE_int32 something that they DEFINE_bool'd 81 #define DECLARE_int32(name) \
|
logging.h | 80 DECLARE_int32(verbose);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
debugallocation_test.cc | 76 DECLARE_int32(max_free_queue_size);
|
tcmalloc_unittest.cc | 156 DECLARE_int32(max_free_queue_size); // in debugallocation.cc [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
debugallocation_test.cc | 76 DECLARE_int32(max_free_queue_size);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.h | 74 #define DECLARE_int32(name) extern int32 FLAGS_ ## name 238 DECLARE_int32(v);
|
/external/chromium/sdch/open-vcdiff/src/gflags/ |
gflags.h | 39 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);" 408 // people can't DECLARE_int32 something that they DEFINE_bool'd 485 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32,I, name)
|
/external/chromium_org/third_party/re2/re2/testing/ |
filtered_re2_test.cc | 9 DECLARE_int32(filtered_re2_min_atom_len); // From prefilter_tree.cc
|
/external/open-vcdiff/gflags/src/gflags/ |
gflags.h | 39 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);" 413 // people can't DECLARE_int32 something that they DEFINE_bool'd 495 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32, I, name)
|
/external/regex-re2/re2/testing/ |
filtered_re2_test.cc | 9 DECLARE_int32(filtered_re2_min_atom_len); // From prefilter_tree.cc
|
/external/skia/tools/flags/ |
SkCommandLineFlags.h | 211 #define DECLARE_int32(name) extern int32_t FLAGS_##name;
|
/external/open-vcdiff/gflags/src/windows/gflags/ |
gflags.h | 39 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);" 422 // people can't DECLARE_int32 something that they DEFINE_bool'd 506 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32, I, name)
|
/external/skia/tools/ |
bench_pictures_main.cpp | 42 DECLARE_int32(multi);
|