HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_bool (Results 101 - 125 of 150) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/webrtc/base/
flags.h 39 // flag is defined via: DEFINE_bool(flag, "false", "some comment");.
172 #define DEFINE_bool(name, default, comment) \
  /external/skia/experimental/SkV8Example/
SkV8Example.cpp 34 DEFINE_bool(gpu, true, "Use the GPU for rendering.");
  /external/skia/gm/
gmmain.cpp     [all...]
  /external/skia/tests/
FontMgrTest.cpp 114 DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
  /external/skia/tools/
bench_playback.cpp 26 DEFINE_bool(skr, false, "Play via SkRecord instead of SkPicture.");
bench_record.cpp 27 DEFINE_bool(skr, false, "Record SKR instead of SKP.");
skimage_main.cpp 30 DEFINE_bool(reencode, true, "Reencode the images to test encoding.");
32 DEFINE_bool(skip, false, "Skip writing zeroes.");
33 DEFINE_bool(testSubsetDecoding, true, "Test decoding subsets of images.");
34 DEFINE_bool(writeChecksumBasedFilenames, false, "When writing out actual images, use checksum-"
    [all...]
  /external/skia/tools/skpdiff/
skpdiff_main.cpp 42 DEFINE_bool(jsonp, true, "Output JSON with padding");
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 24 DEFINE_bool(fst_compat_symbols, true,
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 40 DEFINE_bool(full, false,
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 123 DEFINE_bool(test_leak,
126 DEFINE_bool(test_loop_leak,
129 DEFINE_bool(test_register_leak,
133 DEFINE_bool(test_cancel_global_check,
138 DEFINE_bool(maybe_stripped,
141 DEFINE_bool(interfering_threads,
145 DEFINE_bool(hoarding_threads,
153 DEFINE_bool(no_threads,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
system-alloc.cc 134 DEFINE_bool(malloc_skip_sbrk,
137 DEFINE_bool(malloc_skip_mmap,
heap-checker.cc 149 DEFINE_bool(heap_check_report, true, "Obsolete");
151 DEFINE_bool(heap_check_before_constructors,
155 DEFINE_bool(heap_check_after_destructors,
160 DEFINE_bool(heap_check_strict_check, true, "Obsolete");
162 DEFINE_bool(heap_check_ignore_global_live,
167 DEFINE_bool(heap_check_identify_leaks,
174 DEFINE_bool(heap_check_ignore_thread_live,
179 DEFINE_bool(heap_check_test_pointer_alignment,
210 DEFINE_bool(heap_check_run_under_gdb,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 123 DEFINE_bool(test_leak,
126 DEFINE_bool(test_loop_leak,
129 DEFINE_bool(test_register_leak,
133 DEFINE_bool(test_cancel_global_check,
138 DEFINE_bool(maybe_stripped,
141 DEFINE_bool(interfering_threads,
145 DEFINE_bool(hoarding_threads,
153 DEFINE_bool(no_threads,
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 149 DEFINE_bool(heap_check_report, true, "Obsolete");
151 DEFINE_bool(heap_check_before_constructors,
155 DEFINE_bool(heap_check_after_destructors,
160 DEFINE_bool(heap_check_strict_check, true, "Obsolete");
162 DEFINE_bool(heap_check_ignore_global_live,
167 DEFINE_bool(heap_check_identify_leaks,
174 DEFINE_bool(heap_check_ignore_thread_live,
179 DEFINE_bool(heap_check_test_pointer_alignment,
210 DEFINE_bool(heap_check_run_under_gdb,
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 14 DEFINE_bool(dump_prog, false, "dump regexp program");
15 DEFINE_bool(log_okay, false, "log successful runs");
16 DEFINE_bool(dump_rprog, false, "dump reversed regexp program");
  /external/regex-re2/re2/testing/
tester.cc 14 DEFINE_bool(dump_prog, false, "dump regexp program");
15 DEFINE_bool(log_okay, false, "log successful runs");
16 DEFINE_bool(dump_rprog, false, "dump reversed regexp program");
  /external/chromium_org/third_party/cld/base/
commandlineflags.h 13 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
34 // To actually define a flag in a file, use DEFINE_bool,
330 // people can't DECLARE_int32 something that they DEFINE_bool'd
398 #define DEFINE_bool(name,val,txt) namespace fLB { \
  /external/chromium_org/third_party/skia/dm/
DMWriteTask.cpp 14 DEFINE_bool(nameByHash, false, "If true, write .../hash.png instead of .../mode/config/name.png");
  /external/chromium_org/third_party/skia/experimental/nanomsg/
picture_demo.cpp 177 DEFINE_bool(stop, false, "If true, tell server to stop and write its canvas out as a .png.");
  /external/chromium_org/third_party/skia/tests/
FontNamesTest.cpp 214 DEFINE_bool(verboseFontNames, false, "verbose FontNames test.");
  /external/chromium_org/third_party/skia/tools/flags/
SkCommandLineFlags.cpp 11 DEFINE_bool(undefok, false, "Silently ignore unknown flags instead of crashing.");
SkCommandLineFlags.h 20 * DEFINE_bool(name, defaultValue, helpString);
33 * DEFINE_bool(boolean, false, "The variable boolean does such and such");
181 #define DEFINE_bool(name, defaultValue, helpString) \
  /external/openfst/src/include/fst/
flags.h 218 #define DEFINE_bool(name, value, doc) DEFINE_VAR(bool, name, value, doc)
  /external/openfst/src/lib/
symbol-table.cc 26 DEFINE_bool(fst_compat_symbols, true,

Completed in 1768 milliseconds

1 2 3 45 6