Home
last modified time | relevance | path

Searched refs:bool_ (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/test/Analysis/
Ddtor.cpp378 bool bool_; member
379 NRCheck():bool_(true) {} in NRCheck()
381 operator bool() const { return bool_; } in operator bool()
385 bool bool_; member
386 CheckAutoDestructor():bool_(true) {} in CheckAutoDestructor()
387 operator bool() const { return bool_; } in operator bool()
391 bool bool_; member
392 CheckCustomDestructor():bool_(true) {} in CheckCustomDestructor()
394 operator bool() const { return bool_; } in operator bool()
/external/tensorflow/tensorflow/python/keras/layers/
Ddense_attention_test.py38 v_mask = np.array([[True]], dtype=np.bool_)
66 v_mask = np.array([[True, True, False]], dtype=np.bool_)
111 v_mask = np.array([[True], [True]], dtype=np.bool_)
186 v_mask = np.array([[True, True, False]], dtype=np.bool_)
206 v_mask = np.array([[True, True, False]], dtype=np.bool_)
219 v_mask = np.array([[True, True, False]], dtype=np.bool_)
247 v_mask = np.array([[True, True, False]], dtype=np.bool_)
275 mask = np.array([[True]], dtype=np.bool_)
306 mask = np.array([[True]], dtype=np.bool_)
314 mask = np.array([[True]], dtype=np.bool_)
[all …]
/external/clang/test/Parser/
Dcxx-template-decl.cpp179 template<bool b> struct bool_ { typedef int type; };
180 template<> struct bool_<false> { };
184 #define sassert(_b_) bool_<(_b_)>::type CAT(var, __LINE__);
/external/jsoncpp/src/lib_json/
Djson_value.cpp258 value_.bool_ = false; in Value()
321 value_.bool_ = value; in Value()
449 return value_.bool_ < other.value_.bool_; in operator <()
498 return value_.bool_ == other.value_.bool_; in operator ==()
535 return value_.bool_ ? "true" : "false"; in asString()
568 return value_.bool_ ? 1 : 0; in asInt()
590 return value_.bool_ ? 1 : 0; in asUInt()
613 return value_.bool_ ? 1 : 0; in asInt64()
634 return value_.bool_ ? 1 : 0; in asUInt64()
673 return value_.bool_ ? 1.0 : 0.0; in asDouble()
[all …]
/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl.h47 void set_bool(bool value) { bool_ = value; } in set_bool()
48 bool get_bool() const { return bool_; } in get_bool()
90 bool bool_ = false; variable
/external/webrtc/talk/app/webrtc/
Dstatstypes.cc255 value_.bool_ = b; in Value()
308 return value_.bool_ == other.value_.bool_; in Equals()
340 return type_ == kBool && value_.bool_ == value; in operator ==()
378 return value_.bool_; in bool_val()
615 return value_.bool_ ? "true" : "false"; in ToString()
Dstatstypes.h318 bool bool_; member
/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h85 explicit DataPiece(const bool value) : type_(TYPE_BOOL), bool_(value) {} in DataPiece()
187 bool bool_; member
Ddatapiece.cc194 return bool_; in ToBool()
233 return SimpleBtoa(bool_); in ValueAsStringOrDefault()
/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare_test.proto32 optional bool bool_ = 4; field
/external/tensorflow/tensorflow/compiler/xla/python_api/
Dxla_literal.py75 if ndarray.dtype in {_np.bool_, _np.dtype('bool')}:
/external/selinux/libselinux/src/
Daudit2why.c406 PyObject *bool_ = Py_BuildValue("(si)", b->name, b->active); in analyze() local
407 PyList_SetItem(outboollist, len++, bool_); in analyze()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2713 value_.bool_ = false; in Value()
2776 value_.bool_ = value; in Value()
2893 return value_.bool_ < other.value_.bool_; in operator <()
2949 return value_.bool_ == other.value_.bool_; in operator ==()
3009 return value_.bool_ ? "true" : "false"; in asString()
3046 return value_.bool_ ? 1 : 0; in asInt()
3068 return value_.bool_ ? 1 : 0; in asUInt()
3091 return value_.bool_ ? 1 : 0; in asInt64()
3112 return value_.bool_ ? 1 : 0; in asUInt64()
3151 return value_.bool_ ? 1.0 : 0.0; in asDouble()
[all …]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2713 value_.bool_ = false; in Value()
2776 value_.bool_ = value; in Value()
2893 return value_.bool_ < other.value_.bool_; in operator <()
2949 return value_.bool_ == other.value_.bool_; in operator ==()
3009 return value_.bool_ ? "true" : "false"; in asString()
3046 return value_.bool_ ? 1 : 0; in asInt()
3068 return value_.bool_ ? 1 : 0; in asUInt()
3091 return value_.bool_ ? 1 : 0; in asInt64()
3112 return value_.bool_ ? 1 : 0; in asUInt64()
3151 return value_.bool_ ? 1.0 : 0.0; in asDouble()
[all …]
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2737 value_.bool_ = false; in Value()
2800 value_.bool_ = value; in Value()
2925 return value_.bool_ < other.value_.bool_; in operator <()
2981 return value_.bool_ == other.value_.bool_; in operator ==()
3041 return value_.bool_ ? "true" : "false"; in asString()
3078 return value_.bool_ ? 1 : 0; in asInt()
3100 return value_.bool_ ? 1 : 0; in asUInt()
3123 return value_.bool_ ? 1 : 0; in asInt64()
3144 return value_.bool_ ? 1 : 0; in asUInt64()
3183 return value_.bool_ ? 1.0 : 0.0; in asDouble()
[all …]
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2713 value_.bool_ = false; in Value()
2776 value_.bool_ = value; in Value()
2893 return value_.bool_ < other.value_.bool_; in operator <()
2949 return value_.bool_ == other.value_.bool_; in operator ==()
3009 return value_.bool_ ? "true" : "false"; in asString()
3046 return value_.bool_ ? 1 : 0; in asInt()
3068 return value_.bool_ ? 1 : 0; in asUInt()
3091 return value_.bool_ ? 1 : 0; in asInt64()
3112 return value_.bool_ ? 1 : 0; in asUInt64()
3151 return value_.bool_ ? 1.0 : 0.0; in asDouble()
[all …]
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py307 np.bool_: (False, True),
552 np.bool_: bool,
Ddtypes_test.py87 self.assertIs(dtypes.bool, dtypes.as_dtype(np.bool_))
245 if numpy_dtype == np.bool_:
/external/libtextclassifier/utils/intents/
Dintent-config.fbs131 bool_:bool;
/external/selinux/prebuilts/bin/
Dsediff.py111 args.user, args.bool_, args.sensitivity, args.category, args.level,
199 if all_differences or args.bool_:
201 diff.modified_booleans or args.bool_:
/external/tensorflow/tensorflow/contrib/summary/
Dsummary_ops_test.py60 types_pb2.DT_BOOL: np.bool_,
/external/jsoncpp/include/json/
Dvalue.h482 bool bool_; member
/external/tensorflow/tensorflow/contrib/training/python/training/
Dhparam_test.py446 int_=1, str_='str', bool_=True, float_=1.1, list_int=[1, 2], none=None)
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h925 bool bool_; member
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h925 bool bool_; member

12