Searched refs:DECLARE_bool (Results 1 - 19 of 19) sorted by relevance

/external/skia/tools/
H A Dsk_tool_utils_flags.h13 DECLARE_bool(portableFonts);
14 DECLARE_bool(resourceFonts);
/external/skia/tools/flags/
H A DSkCommonFlags.h15 DECLARE_bool(cpu);
16 DECLARE_bool(dryRun);
17 DECLARE_bool(gpu);
20 DECLARE_bool(simpleCodec);
22 DECLARE_bool(quiet);
23 DECLARE_bool(resetGpuContext);
24 DECLARE_bool(preAbandonGpuContext);
25 DECLARE_bool(abandonGpuContext);
26 DECLARE_bool(releaseAndAbandonGpuContext);
31 DECLARE_bool(verbos
[all...]
H A DSkCommandLineFlags.cpp16 DECLARE_bool(undefok)
H A DSkCommandLineFlags.h213 #define DECLARE_bool(name) extern bool FLAGS_##name; macro
/external/regex-re2/util/
H A Dflags.h23 #define DECLARE_bool(name) DECLARE_flag(bool, name) macro
/external/google-benchmark/src/
H A Dcommandlineflags.h11 #define DECLARE_bool(name) extern bool FLAG(name) macro
/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.h11 #define DECLARE_bool(name) extern bool FLAG(name) macro
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
H A Dgflags_declare.h117 #define DECLARE_bool(name) \ macro
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
H A Dgflags_declare.h117 #define DECLARE_bool(name) \ macro
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_standard_test.h55 DECLARE_bool(include_timing_dependent_tests);
/external/autotest/client/deps/glbench/src/
H A Dmain.h117 DECLARE_bool(override_redirect);
/external/webrtc/webrtc/base/
H A Dflags.h183 #define DECLARE_bool(name) DECLARE_FLAG(bool, name) macro
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h42 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
482 #define DECLARE_bool(name) DECLARE_VARIABLE(bool,B, name) macro
/external/skia/tests/
H A DFontMgrAndroidParserTest.cpp17 DECLARE_bool(verboseFontMgr);
/external/regex-re2/re2/testing/
H A Ddfa_test.cc13 DECLARE_bool(re2_dfa_bail_when_slow);
H A Dre2_test.cc17 DECLARE_bool(logtostderr);
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h49 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
518 #define DECLARE_bool(name) DECLARE_VARIABLE(bool, B, name) macro
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h49 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
538 #define DECLARE_bool(name) DECLARE_VARIABLE(bool, B, name) macro
/external/skia/samplecode/
H A DSampleApp.cpp1802 DECLARE_bool(portableFonts);

Completed in 438 milliseconds