/external/chromium_org/third_party/re2/re2/testing/ |
exhaustive_tester.cc | 25 DEFINE_bool(show_regexps, false, "show regexps during testing"); 33 DEFINE_bool(quick_debug_mode, true, "Run fewer tests in debug mode.");
|
/external/openfst/src/lib/ |
flags.cc | 26 DEFINE_bool(help, false, "show usage information"); 27 DEFINE_bool(helpshort, false, "show brief usage information");
|
/external/regex-re2/re2/testing/ |
exhaustive_tester.cc | 25 DEFINE_bool(show_regexps, false, "show regexps during testing"); 33 DEFINE_bool(quick_debug_mode, true, "Run fewer tests in debug mode.");
|
/external/openfst/src/bin/ |
fstshortestdistance.cc | 29 DEFINE_bool(reverse, false, "Perform in the reverse direction");
|
fstshortestpath.cc | 26 DEFINE_bool(unique, false, "Return unique strings");
|
fstrelabel.cc | 40 DEFINE_bool(allow_negative_labels, false,
|
/external/skia/dm/ |
DMTileGridTask.cpp | 10 DEFINE_bool(tileGrid, false, "If true, run picture replay tests with a tile grid.");
|
/external/skia/tests/ |
FontMgrTest.cpp | 78 DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
memfs_malloc.cc | 77 DEFINE_bool(memfs_malloc_abort_on_fail, 81 DEFINE_bool(memfs_malloc_ignore_mmap_fail, 84 DEFINE_bool(memfs_malloc_map_private,
|
heap-profiler.cc | 147 DEFINE_bool(mmap_log, 150 DEFINE_bool(mmap_profile, 153 DEFINE_bool(only_mmap_profile, 157 DEFINE_bool(deep_heap_profile, 165 DEFINE_bool(heap_profile_type_statistics,
|
debugallocation.cc | 97 DEFINE_bool(malloctrace, 101 DEFINE_bool(malloc_page_fence, 106 DEFINE_bool(malloc_page_fence_never_reclaim, 111 DEFINE_bool(malloc_page_fence, false, "Not usable (requires mmap)"); 112 DEFINE_bool(malloc_page_fence_never_reclaim, false, "Not usable (required mmap)"); 114 DEFINE_bool(malloc_reclaim_memory, 126 DEFINE_bool(symbolize_stacktrace, [all...] |
system-alloc.cc | 269 DEFINE_bool(malloc_skip_sbrk, 272 DEFINE_bool(malloc_skip_mmap, 276 DEFINE_bool(malloc_random_allocator,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
memfs_malloc.cc | 77 DEFINE_bool(memfs_malloc_abort_on_fail, 81 DEFINE_bool(memfs_malloc_ignore_mmap_fail, 84 DEFINE_bool(memfs_malloc_map_private,
|
heap-profiler.cc | 110 DEFINE_bool(mmap_log, 113 DEFINE_bool(mmap_profile, 116 DEFINE_bool(only_mmap_profile,
|
debugallocation.cc | 96 DEFINE_bool(malloctrace, 100 DEFINE_bool(malloc_page_fence, 105 DEFINE_bool(malloc_page_fence_never_reclaim, 110 DEFINE_bool(malloc_page_fence, false, "Not usable (requires mmap)"); 111 DEFINE_bool(malloc_page_fence_never_reclaim, false, "Not usable (required mmap)"); 113 DEFINE_bool(malloc_reclaim_memory, 125 DEFINE_bool(symbolize_stacktrace, [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 55 DEFINE_bool(allow_vcd_target, true, 58 DEFINE_bool(checksum, false, 60 DEFINE_bool(interleaved, false, "Use interleaved format"); 61 DEFINE_bool(stats, false, "Report compression percentage"); 62 DEFINE_bool(target_matches, false, "Find duplicate strings in target data"
|
/external/skia/bench/ |
benchmain.cpp | 243 DEFINE_bool(rotate, false, "Rotate canvas before bench run?"); 244 DEFINE_bool(scale, false, "Scale canvas before bench run?"); 245 DEFINE_bool(clip, false, "Clip canvas before bench run?"); 247 DEFINE_bool(forceAA, true, "Force anti-aliasing?"); 248 DEFINE_bool(forceFilter, false, "Force bitmap filtering?"); 250 DEFINE_bool(forceBlend, false, "Force alpha blending?");
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
commandlineflags.h | 46 // people can't DECLARE_int32 something that they DEFINE_bool'd 73 #define DEFINE_bool(name, value, meaning) \
|
/external/skia/tools/ |
render_pictures_main.cpp | 32 DEFINE_bool(writeEncodedImages, false, "Any time the skp contains an encoded image, write it to a " 38 DEFINE_bool(writeWholeImage, false, "In tile mode, write the entire rendered image to a " 40 DEFINE_bool(validate, false, "Verify that the rendered image contains the same pixels as " 44 DEFINE_bool(bench_record, false, "If true, drop into an infinite loop of recording the picture.");
|
PictureRenderingFlags.cpp | 37 DEFINE_bool(deferImageDecoding, false, "Defer decoding until drawing images. " 58 DEFINE_bool(pipe, false, "Use SkGPipe rendering. Currently incompatible with \"mode\".");
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.cpp | 24 DEFINE_bool(help, false, "verbose level");
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profile-handler_unittest.cc | 28 DEFINE_bool(test_profiler_enabled, true, 34 DEFINE_bool(test_profiler_signal_handler, true,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profile-handler_unittest.cc | 28 DEFINE_bool(test_profiler_enabled, true, 34 DEFINE_bool(test_profiler_signal_handler, true,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
flags.h | 51 // flag is defined via: DEFINE_bool(flag, "false", "some comment");. 184 #define DEFINE_bool(name, default, comment) \
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
flags.h | 54 // flag is defined via: DEFINE_bool(flag, "false", "some comment");. 187 #define DEFINE_bool(name, default, comment) \
|