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

  /external/skia/tools/flags/
SkCommonFlags.h 27 DECLARE_int32(skpViewportSize);
33 DECLARE_int32(threads);
45 DECLARE_int32(backendTiles);
46 DECLARE_int32(backendThreads)
SkCommonFlagsGpu.h 15 DECLARE_int32(gpuThreads);
SkCommandLineFlags.h 278 #define DECLARE_int32(name) extern int32_t FLAGS_##name;
  /external/skqp/tools/flags/
SkCommonFlags.h 27 DECLARE_int32(skpViewportSize);
33 DECLARE_int32(threads);
45 DECLARE_int32(backendTiles);
46 DECLARE_int32(backendThreads)
SkCommonFlagsGpu.h 15 DECLARE_int32(gpuThreads);
SkCommandLineFlags.h 278 #define DECLARE_int32(name) extern int32_t FLAGS_##name;
  /external/google-benchmark/src/
benchmark_runner.h 23 DECLARE_int32(benchmark_repetitions);
commandlineflags.h 12 #define DECLARE_int32(name) extern int32_t FLAG(name)
  /external/libcxx/utils/google-benchmark/src/
benchmark_runner.h 23 DECLARE_int32(benchmark_repetitions);
commandlineflags.h 12 #define DECLARE_int32(name) extern int32_t FLAG(name)
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 120 #define DECLARE_int32(name) \
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 120 #define DECLARE_int32(name) \
  /external/gflags/android/gflags/
gflags_declare.h 129 #define DECLARE_int32(name) \
  /external/grpc-grpc/test/cpp/interop/
client_helper.cc 42 DECLARE_int32(server_port);
  /external/google-breakpad/src/third_party/linux/include/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
490 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32,I, name)
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 39 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);"
444 // people can't DECLARE_int32 something that they DEFINE_bool'd
526 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32, I, name)
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 39 // #include "foo.h" // foo.h has a line "DECLARE_int32(start);"
462 // people can't DECLARE_int32 something that they DEFINE_bool'd
546 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32, I, name)
  /external/skia/tools/viewer/
Viewer.cpp 81 DECLARE_int32(threads)
    [all...]
  /external/skqp/tools/viewer/
Viewer.cpp 78 DECLARE_int32(threads)
    [all...]

Completed in 8820 milliseconds