/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
commandlineflags.h | 63 #define DEFINE_VARIABLE(type, name, value, meaning) \ 74 DEFINE_VARIABLE(bool, name, value, meaning) 80 DEFINE_VARIABLE(int32, name, value, meaning) 86 DEFINE_VARIABLE(int64, name, value, meaning) 91 DEFINE_VARIABLE(uint64, name, value, meaning) 97 DEFINE_VARIABLE(double, name, value, meaning)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
commandlineflags.h | 67 #define DEFINE_VARIABLE(type, name, value, meaning) \ 78 DEFINE_VARIABLE(bool, name, value, meaning) 84 DEFINE_VARIABLE(int32, name, value, meaning) 90 DEFINE_VARIABLE(int64, name, value, meaning) 95 DEFINE_VARIABLE(uint64, name, value, meaning) 101 DEFINE_VARIABLE(double, name, value, meaning)
|
/external/chromium/sdch/open-vcdiff/src/gflags/ |
gflags.h | 449 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ 484 DEFINE_VARIABLE(bool,B, name, val, txt) 486 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt) 489 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt) 492 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt) 495 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt)
|
/external/chromium_org/third_party/cld/base/ |
commandlineflags.h | 368 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ 404 DEFINE_VARIABLE(bool,B, name, val, txt) 406 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(int32,I, name, val, txt) 409 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(int64,I64, name, val, txt) 412 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(uint64,U64, name, val, txt) 415 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt)
|
/external/open-vcdiff/gflags/src/gflags/ |
gflags.h | 454 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ 493 DEFINE_VARIABLE(bool, B, name, val, txt) 496 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt) 499 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) 502 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt) 505 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt)
|
/ndk/sources/host-tools/make-3.81/ |
commands.c | 127 #define DEFINE_VARIABLE(name, len, value) \ 132 DEFINE_VARIABLE ("<", 1, less); 133 DEFINE_VARIABLE ("*", 1, star); 134 DEFINE_VARIABLE ("@", 1, at); 135 DEFINE_VARIABLE ("%", 1, percent); 190 DEFINE_VARIABLE ("+", 1, plus_value); 254 DEFINE_VARIABLE ("^", 1, caret_value); 257 DEFINE_VARIABLE ("?", 1, qmark_value); 260 DEFINE_VARIABLE ("|", 1, bar_value); 263 #undef DEFINE_VARIABLE [all...] |
/external/open-vcdiff/gflags/src/windows/gflags/ |
gflags.h | 463 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ 504 DEFINE_VARIABLE(bool, B, name, val, txt) 507 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt) 510 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt) 513 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt) 516 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
FastMalloc.cpp | 315 #define DEFINE_VARIABLE(type, name, value, meaning) \ 323 DEFINE_VARIABLE(int64_t, name, value, meaning) 326 DEFINE_VARIABLE(double, name, value, meaning) [all...] |