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

  /external/v8/src/
flag-definitions.h 88 #define DEFINE_bool(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt)
100 DEFINE_bool(debug_code, false,
102 DEFINE_bool(emit_branch_hints, false, "emit branch hints")
103 DEFINE_bool(push_pop_elimination, true,
105 DEFINE_bool(print_push_pop_elimination, false,
107 DEFINE_bool(enable_sse2, true,
109 DEFINE_bool(enable_sse3, true,
111 DEFINE_bool(enable_cmov, true,
113 DEFINE_bool(enable_rdtsc, true,
115 DEFINE_bool(enable_sahf, true
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 27 DEFINE_bool(fst_verify_properties, false,
34 DEFINE_bool(fst_default_cache_gc, true, "Enable garbage collection of cache");
compat.cpp 24 DEFINE_bool(help, false, "verbose level");
symbol-table.cpp 24 DEFINE_bool(fst_compat_symbols, true,
compat.h 222 #define DEFINE_bool(name, value, doc) DEFINE_VAR(bool, name, value, doc)
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 67 DEFINE_bool(help, false,
69 DEFINE_bool(helpfull, false,
71 DEFINE_bool(helpshort, false,
77 DEFINE_bool(helppackage, false,
79 DEFINE_bool(helpxml, false,
81 DEFINE_bool(version, false,
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/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 42 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
112 // To actually define a flag in a file, use DEFINE_bool,
408 // people can't DECLARE_int32 something that they DEFINE_bool'd
478 #define DEFINE_bool(name,val,txt) namespace fLB { \

Completed in 420 milliseconds