Searched refs:is_bool (Results 1 - 22 of 22) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dflags.cc160 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) ||
157 SplitArgument(const char* arg, char* buffer, int buffer_size, const char** name, const char** value, bool* is_bool) argument
H A Dflags.h218 // a flag name and flag value (or NULL if they are missing). is_bool is set
224 bool* is_bool);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dflags.cc160 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) ||
157 SplitArgument(const char* arg, char* buffer, int buffer_size, const char** name, const char** value, bool* is_bool) argument
H A Dflags.h221 // a flag name and flag value (or NULL if they are missing). is_bool is set
227 bool* is_bool);
/external/chromium_org/ppapi/tests/
H A Dtest_flash.cc81 ASSERT_TRUE(is_3denabled.is_bool());
84 ASSERT_TRUE(is_incognito.is_bool());
89 ASSERT_TRUE(is_stage3denabled.is_bool() ||
H A Dtest_post_message.cc323 ASSERT_TRUE(message_data_.back().is_bool());
366 ASSERT_TRUE(message_data_.back().is_bool());
752 ASSERT_TRUE(message_data_.back().is_bool());
/external/chromium_org/v8/src/
H A Dflags.cc294 // a flag name and flag value (or NULL if they are missing). is_bool is set
302 bool* is_bool) {
305 *is_bool = false;
321 *is_bool = true;
377 bool is_bool;
378 SplitArgument(arg, buffer, sizeof buffer, &name, &value, &is_bool);
418 *flag->bool_variable() = !is_bool;
421 *flag->maybe_bool_variable() = MaybeBoolFlag::Create(true, !is_bool);
451 if ((is_bool_type && value != NULL) || (!is_bool_type && is_bool) ||
297 SplitArgument(const char* arg, char* buffer, int buffer_size, const char** name, const char** value, bool* is_bool) argument
/external/v8/src/
H A Dflags.cc269 // 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) ||
272 SplitArgument(const char* arg, char* buffer, int buffer_size, const char** name, const char** value, bool* is_bool) argument
/external/linux-tools-perf/util/
H A Dconfig.c314 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool) argument
316 *is_bool = 1;
325 *is_bool = 0;
/external/chromium_org/ppapi/cpp/
H A Dvar.h116 bool is_bool() const { return var_.type == PP_VARTYPE_BOOL; } function in class:pp::Var
176 /// internal representation is_bool(). If it's not, it will assert in debug
H A Dvar.cc184 if (!is_bool()) {
228 } else if (is_bool()) {
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Dlangcheck.php337 } else if (!is_bool($cs_value)) {
361 } else if (!is_int($language_data['OOLANG']) && !is_bool($language_data['OOLANG'])) {
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc282 if (message.is_bool()) {
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc285 if (message.is_bool()) {
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc252 bool is_bool = GetAsDouble(event, &bool_value); local
253 if (is_bool)
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
H A DbackportPP.pm1400 sub is_bool { defined $_[0] and UNIVERSAL::isa($_[0], "JSON::PP::Boolean"); } subroutine
1712 =head2 JSON::PP::is_bool
1714 $is_boolean = JSON::PP::is_bool($scalar)
2586 the C<JSON::is_bool> function.
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
H A DbackportPP.pm1400 sub is_bool { defined $_[0] and UNIVERSAL::isa($_[0], "JSON::PP::Boolean"); } subroutine
1712 =head2 JSON::PP::is_bool
1714 $is_boolean = JSON::PP::is_bool($scalar)
2586 the C<JSON::is_bool> function.
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
H A DbackportPP.pm1400 sub is_bool { defined $_[0] and UNIVERSAL::isa($_[0], "JSON::PP::Boolean"); } subroutine
1712 =head2 JSON::PP::is_bool
1714 $is_boolean = JSON::PP::is_bool($scalar)
2586 the C<JSON::is_bool> function.
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
H A DJSON.pm326 *{"JSON::is_bool"} = \&{"$module\::is_bool"};
857 =head2 JSON::is_bool
859 $is_boolean = JSON::is_bool($scalar)
1799 the C<JSON::is_bool> function.
/external/chromium_org/third_party/JSON/JSON-2.59/lib/
H A DJSON.pm326 *{"JSON::is_bool"} = \&{"$module\::is_bool"};
857 =head2 JSON::is_bool
859 $is_boolean = JSON::is_bool($scalar)
1799 the C<JSON::is_bool> function.
/external/chromium_org/third_party/JSON/out/lib/perl5/
H A DJSON.pm326 *{"JSON::is_bool"} = \&{"$module\::is_bool"};
857 =head2 JSON::is_bool
859 $is_boolean = JSON::is_bool($scalar)
1799 the C<JSON::is_bool> function.
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php846 if (is_bool($style2)) {

Completed in 1392 milliseconds