HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_VARIABLE (Results 1 - 6 of 6) sorted by null

  /external/gflags/android/gflags/
gflags.h 476 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
512 DEFINE_VARIABLE(bool, B, name, val, txt)
515 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int32, I, \
519 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint32, U, \
523 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int64, I64, \
527 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint64, U64, \
531 DEFINE_VARIABLE(double, D, name, val, txt)
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 449 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
488 DEFINE_VARIABLE(bool,B, name, val, txt)
491 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt)
494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt)
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt)
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 469 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
505 DEFINE_VARIABLE(bool, B, name, val, txt)
508 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int32, I, \
512 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int64, I64, \
516 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint64, U64, \
520 DEFINE_VARIABLE(double, D, name, val, txt)
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 469 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
505 DEFINE_VARIABLE(bool, B, name, val, txt)
508 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int32, I, \
512 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int64, I64, \
516 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint64, U64, \
520 DEFINE_VARIABLE(double, D, name, val, txt)
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 485 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
524 DEFINE_VARIABLE(bool, B, name, val, txt)
527 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt)
530 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt)
533 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt)
536 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt)
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 503 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
544 DEFINE_VARIABLE(bool, B, name, val, txt)
547 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt)
550 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt)
553 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt)
556 #define DEFINE_double(name, val, txt) DEFINE_VARIABLE(double, D, name, val, txt)

Completed in 3397 milliseconds