Searched defs:is_bool (Results 1 - 8 of 8) sorted by relevance

/external/libchrome/base/
H A Dvalues.h118 bool is_bool() const { return type() == Type::BOOLEAN; } function in class:base::Value
/external/webrtc/webrtc/base/
H A Dflags.cc142 bool* is_bool) {
145 *is_bool = false;
154 *is_bool = true;
188 bool is_bool; local
189 SplitArgument(arg, buffer, sizeof buffer, &name, &value, &is_bool);
215 *flag->bool_variable() = !is_bool;
230 (flag->type() != Flag::BOOL && is_bool) ||
139 SplitArgument(const char* arg, char* buffer, int buffer_size, const char** name, const char** value, bool* is_bool) argument
/external/tensorflow/tensorflow/python/framework/
H A Ddtypes.py140 def is_bool(self): member in class:DType
/external/v8/src/
H A Dflags.cc297 // a flag name and flag value (or NULL if they are missing). is_bool is set
305 bool* is_bool) {
308 *is_bool = false;
324 *is_bool = true;
380 bool is_bool;
381 SplitArgument(arg, buffer, sizeof buffer, &name, &value, &is_bool);
422 *flag->bool_variable() = !is_bool;
425 *flag->maybe_bool_variable() = MaybeBoolFlag::Create(true, !is_bool);
473 if ((is_bool_type && value != NULL) || (!is_bool_type && is_bool) ||
300 SplitArgument(const char* arg, char* buffer, int buffer_size, const char** name, const char** value, bool* is_bool) argument
/external/libchrome/base/test/
H A Dtrace_event_analyzer.cc280 bool is_bool = GetAsDouble(event, &bool_value); local
281 if (is_bool)
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.h642 static inline bool is_bool(struct ir3_instruction *instr) function
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp168 static bool is_bool(const Context& context, const Type& type) { function in namespace:SkSL
170 return is_bool(context, type.componentType());
674 } else if (is_bool(fContext, type)) {
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp168 static bool is_bool(const Context& context, const Type& type) { function in namespace:SkSL
170 return is_bool(context, type.componentType());
674 } else if (is_bool(fContext, type)) {

Completed in 4691 milliseconds