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

  /external/chromium/third_party/libjingle/source/talk/base/
flags.cc 160 bool* is_bool) {
163 *is_bool = false;
172 *is_bool = true;
207 bool is_bool; local
208 SplitArgument(arg, buffer, sizeof buffer, &name, &value, &is_bool);
234 *flag->bool_variable() = !is_bool;
249 (flag->type() != Flag::BOOL && is_bool) ||
flags.h 218 // a flag name and flag value (or NULL if they are missing). is_bool is set
224 bool* is_bool);
  /external/v8/src/
flags.cc 269 // a flag name and flag value (or NULL if they are missing). is_bool is set
277 bool* is_bool) {
280 *is_bool = false;
295 *is_bool = true;
355 bool is_bool;
356 SplitArgument(arg, buffer, sizeof buffer, &name, &value, &is_bool);
393 *flag->bool_variable() = !is_bool;
422 (flag->type() != Flag::TYPE_BOOL && is_bool) ||
  /external/linux-tools-perf/util/
config.c 314 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool)
316 *is_bool = 1;
325 *is_bool = 0;
  /external/libvpx/examples/includes/geshi/
geshi.php 846 if (is_bool($style2)) {
    [all...]

Completed in 164 milliseconds