Searched refs:DECLARE_int32 (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_commandlineflags.h23 #undef DECLARE_int32 macro
24 #define DECLARE_int32(name) extern int32 FLAGS_##name; macro
/external/chromium_org/third_party/cld/base/
H A Dlog_severity.h28 DECLARE_int32(v);
H A Dvlog_is_on.h46 DECLARE_int32(v); // in vlog_is_on.cc
H A Dlogging.h202 DECLARE_int32(stderrthreshold);
209 DECLARE_int32(logbuflevel);
212 DECLARE_int32(logbufsecs);
219 DECLARE_int32(minloglevel);
230 DECLARE_int32(max_log_size);
H A Dcommandlineflags.h10 // #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) macro
/external/chromium_org/third_party/re2/util/
H A Dflags.h24 #define DECLARE_int32(name) DECLARE_flag(int32, name) macro
/external/openfst/src/include/fst/
H A Dmapped-file.h28 DECLARE_int32(fst_arch_alignment); // defined in mapped-file.h
H A Dlog.h32 DECLARE_int32(v);
H A Dflags.h45 // DECLARE_int32(length);
55 #define DECLARE_int32(name) extern int32 FLAGS_ ## name macro
/external/regex-re2/util/
H A Dflags.h24 #define DECLARE_int32(name) DECLARE_flag(int32, name) 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
77 #define DECLARE_int32(name) \ macro
H A Dlogging.h75 DECLARE_int32(verbose);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dcommandlineflags.h46 // people can't DECLARE_int32 something that they DEFINE_bool'd
81 #define DECLARE_int32(name) \ macro
H A Dlogging.h80 DECLARE_int32(verbose);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Ddebugallocation_test.cc76 DECLARE_int32(max_free_queue_size);
H A Dtcmalloc_unittest.cc156 DECLARE_int32(max_free_queue_size); // in debugallocation.cc
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Ddebugallocation_test.cc76 DECLARE_int32(max_free_queue_size);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h74 #define DECLARE_int32(name) extern int32 FLAGS_ ## name macro
238 DECLARE_int32(v);
/external/chromium/sdch/open-vcdiff/src/gflags/
H A Dgflags.h39 // #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/
H A Dfiltered_re2_test.cc9 DECLARE_int32(filtered_re2_min_atom_len); // From prefilter_tree.cc
/external/open-vcdiff/gflags/src/gflags/
H A Dgflags.h39 // #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) macro
/external/regex-re2/re2/testing/
H A Dfiltered_re2_test.cc9 DECLARE_int32(filtered_re2_min_atom_len); // From prefilter_tree.cc
/external/skia/tools/flags/
H A DSkCommandLineFlags.h224 #define DECLARE_int32(name) extern int32_t FLAGS_##name; macro
/external/open-vcdiff/gflags/src/windows/gflags/
H A Dgflags.h39 // #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) macro
/external/skia/tools/
H A Dbench_pictures_main.cpp39 DECLARE_int32(multi);

Completed in 527 milliseconds

12