HomeSort by relevance Sort by last modified time
    Searched full:is_bool (Results 1 - 10 of 10) 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-brief.php 83 'import_request_variables', 'error_log', 'serialize', 'unserialize', 'memory_get_usage', 'var_dump', 'var_export', 'debug_zval_dump', 'print_r','highlight_file', 'show_source', 'highlight_string', 'ini_get', 'ini_get_all', 'ini_set', 'ini_alter', 'ini_restore', 'get_include_path', 'set_include_path', 'restore_include_path', 'setcookie', 'header', 'headers_sent', 'connection_aborted', 'connection_status', 'ignore_user_abort', 'parse_ini_file', 'is_uploaded_file', 'move_uploaded_file', 'intval', 'floatval', 'doubleval', 'strval', 'gettype', 'settype', 'is_null', 'is_resource', 'is_bool', 'is_long', 'is_float', 'is_int', 'is_integer', 'is_double', 'is_real', 'is_numeric', 'is_string', 'is_array', 'is_object', 'is_scalar',
php.php 417 'is_array','is_bool','is_callable','is_dir','is_double',
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 337 } else if (!is_bool($cs_value)) {
361 } else if (!is_int($language_data['OOLANG']) && !is_bool($language_data['OOLANG'])) {
    [all...]
  /external/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 846 if (is_bool($style2)) {
    [all...]
  /external/libvpx/examples/includes/geshi/docs/api/__filesource/
fsource_geshi_core_geshi.php.html     [all...]

Completed in 289 milliseconds