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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_commandlineflags.h 14 #undef DEFINE_bool
15 #define DEFINE_bool(name, default_value, comment) \
  /external/chromium_org/third_party/re2/util/
flags.h 19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc)
  /external/regex-re2/util/
flags.h 19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc)
  /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/chromium_org/third_party/tcmalloc/chromium/src/base/
commandlineflags.h 46 // people can't DECLARE_int32 something that they DEFINE_bool'd
77 #define DEFINE_bool(name, value, meaning) \
  /external/chromium_org/v8/src/
flag-definitions.h 138 #define DEFINE_bool(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt)
150 DEFINE_bool(use_strict, false, "enforce strict mode")
151 DEFINE_bool(es5_readonly, true,
153 DEFINE_bool(es52_globals, true,
156 DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof")
157 DEFINE_bool(harmony_scoping, false, "enable harmony block scoping")
158 DEFINE_bool(harmony_modules, false,
160 DEFINE_bool(harmony_symbols, false,
162 DEFINE_bool(harmony_proxies, false, "enable harmony proxies")
163 DEFINE_bool(harmony_collections, false
    [all...]
  /external/v8/src/
flag-definitions.h 122 #define DEFINE_bool(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt)
134 DEFINE_bool(use_strict, false, "enforce strict mode")
136 DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof")
137 DEFINE_bool(harmony_scoping, false, "enable harmony block scoping")
138 DEFINE_bool(harmony_modules, false,
140 DEFINE_bool(harmony_proxies, false, "enable harmony proxies")
141 DEFINE_bool(harmony_collections, false,
143 DEFINE_bool(harmony, false, "enable all harmony features (except typeof)")
151 DEFINE_bool(smi_only_arrays, true, "tracks arrays with only smi values")
152 DEFINE_bool(clever_optimizations
    [all...]
  /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/open-vcdiff/gflags/src/gflags/
gflags.h 42 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
116 // To actually define a flag in a file, use DEFINE_bool,
413 // people can't DECLARE_int32 something that they DEFINE_bool'd
471 // For DEFINE_bool, we want to do the extra check that the passed-in
488 #define DEFINE_bool(name, val, txt) \
  /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) \
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 42 // DECLARE_bool(verbose); // some other file has a DEFINE_bool(verbose, ...)
125 // To actually define a flag in a file, use DEFINE_bool,
422 // people can't DECLARE_int32 something that they DEFINE_bool'd
482 // For DEFINE_bool, we want to do the extra check that the passed-in
499 #define DEFINE_bool(name, val, txt) \
  /external/openfst/src/include/fst/
flags.h 218 #define DEFINE_bool(name, value, doc) DEFINE_VAR(bool, name, value, doc)
  /external/skia/tools/flags/
SkCommandLineFlags.h 20 * DEFINE_bool(name, defaultValue, helpString);
33 * DEFINE_bool(boolean, false, "The variable boolean does such and such");
164 #define DEFINE_bool(name, defaultValue, helpString) \
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 222 #define DEFINE_bool(name, value, doc) DEFINE_VAR(bool, name, value, doc)
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 79 DEFINE_bool or
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 79 DEFINE_bool or
    [all...]

Completed in 270 milliseconds