Home
last modified time | relevance | path

Searched refs:type_ok (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Objects/
Dobject.c415 int type_ok; in _PyObject_Str() local
439 type_ok = PyString_Check(res); in _PyObject_Str()
441 type_ok = type_ok || PyUnicode_Check(res); in _PyObject_Str()
443 if (!type_ok) { in _PyObject_Str()
/external/u-boot/common/
Dimage-fit.c1795 int type_ok, os_ok; in fit_image_load() local
1898 type_ok = fit_image_check_type(fit, noffset, image_type) || in fit_image_load()
1914 if ((!type_ok || !os_ok) && image_type != IH_TYPE_LOADABLE) { in fit_image_load()
/external/skqp/dm/
DDMSrcSink.cpp1236 bool type_ok = flags.type == SinkFlags::kRaster in veto() local
1240 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
1302 bool type_ok = flags.type == SinkFlags::kRaster in veto() local
1306 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
/external/skia/dm/
DDMSrcSink.cpp1169 bool type_ok = flags.type == SinkFlags::kRaster in veto() local
1173 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
1235 bool type_ok = flags.type == SinkFlags::kRaster in veto() local
1239 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
/external/iproute2/ip/
Diproute.c870 int type_ok = 0; in iproute_modify() local
1230 type_ok = 1; in iproute_modify()
1300 if (!type_ok && req.r.rtm_family == AF_MPLS) in iproute_modify()
/external/toybox/toys/pending/
Dip.c1902 type_ok = 8 in route_update() enumerator
1980 ok |= type_ok; in route_update()