/external/webrtc/webrtc/base/ |
D | flags.cc | 142 bool* is_bool) { in SplitArgument() argument 145 *is_bool = false; in SplitArgument() 154 *is_bool = true; in SplitArgument() 188 bool is_bool; in SetFlagsFromCommandLine() local 189 SplitArgument(arg, buffer, sizeof buffer, &name, &value, &is_bool); in SetFlagsFromCommandLine() 215 *flag->bool_variable() = !is_bool; in SetFlagsFromCommandLine() 230 (flag->type() != Flag::BOOL && is_bool) || in SetFlagsFromCommandLine()
|
D | flags.h | 212 bool* is_bool);
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.dtypes.-d-type.pbtxt | 18 name: "is_bool"
|
D | tensorflow.-d-type.pbtxt | 18 name: "is_bool"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.dtypes.-d-type.pbtxt | 18 name: "is_bool"
|
D | tensorflow.-d-type.pbtxt | 18 name: "is_bool"
|
/external/libchrome/base/json/ |
D | json_reader_unittest.cc | 37 EXPECT_TRUE(root->is_bool()); in TEST() 49 EXPECT_TRUE(root->is_bool()); in TEST() 304 EXPECT_TRUE(tmp_value->is_bool()); in TEST()
|
/external/flatbuffers/src/ |
D | idl_gen_lua.cpp | 197 auto is_bool = field.value.type.base_type == BASE_TYPE_BOOL; in GetScalarFieldOfTable() local 198 if (is_bool) { in GetScalarFieldOfTable() 204 if (is_bool) { in GetScalarFieldOfTable()
|
D | idl_gen_python.cpp | 195 auto is_bool = IsBool(field.value.type.base_type); in GetScalarFieldOfTable() local 196 if (is_bool) { in GetScalarFieldOfTable() 201 if (is_bool) { in GetScalarFieldOfTable()
|
/external/tensorflow/tensorflow/python/eager/ |
D | backprop.py | 617 if dtypes.as_dtype(dtype).is_bool: 634 if as_dtype.is_bool:
|
/external/libchrome/base/ |
D | values.cc | 226 CHECK(is_bool()); in GetBool() 445 if (out_value && is_bool()) { in GetAsBoolean() 449 return is_bool(); in GetAsBoolean()
|
D | values.h | 154 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
|
D | values_unittest.cc | 1053 EXPECT_TRUE(removed_item->is_bool()); in TEST() 1098 ASSERT_TRUE(copy_bool->is_bool()); in TEST()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cp.c | 258 if (srcsrc && is_bool(srcsrc)) in combine_flags()
|
D | ir3.h | 713 static inline bool is_bool(struct ir3_instruction *instr) in is_bool() function
|
/external/tensorflow/tensorflow/python/framework/ |
D | dtypes.py | 137 def is_bool(self): member in DType
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | distribution.py | 136 (preferred_dtype.is_integer or preferred_dtype.is_bool)):
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer.py | 355 elif dtype.is_integer or dtype.is_unsigned or dtype.is_bool:
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 169 static bool is_bool(const Context& context, const Type& type) { in is_bool() function 171 return is_bool(context, type.componentType()); in is_bool() 688 } else if (is_bool(fContext, type)) { in writeIntrinsicCall()
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 170 static bool is_bool(const Context& context, const Type& type) { in is_bool() function 172 return is_bool(context, type.componentType()); in is_bool() 682 } else if (is_bool(fContext, type)) { in writeIntrinsicCall()
|
/external/tensorflow/tensorflow/python/ops/ |
D | variable_scope.py | 990 elif (dtype.is_integer or dtype.is_unsigned or dtype.is_bool
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | array_ops_test.py | 499 if tensor_type.is_bool:
|