Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobject.c410 int type_ok; in _PyObject_Str() local
434 type_ok = PyString_Check(res); in _PyObject_Str()
436 type_ok = type_ok || PyUnicode_Check(res); in _PyObject_Str()
438 if (!type_ok) { in _PyObject_Str()
/external/skia/dm/
DDMSrcSink.cpp1408 bool type_ok = flags.type == SinkFlags::kRaster in veto() local
1412 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
1472 bool type_ok = flags.type == SinkFlags::kRaster in veto() local
1476 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
/external/skqp/dm/
DDMSrcSink.cpp1405 bool type_ok = flags.type == SinkFlags::kRaster in veto() local
1409 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
1469 bool type_ok = flags.type == SinkFlags::kRaster in veto() local
1473 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()
/external/valgrind/perf/
Dtinycc.c11817 goto type_ok; in gen_assign_cast()
11821 goto type_ok; in gen_assign_cast()
11830 goto type_ok; in gen_assign_cast()
11874 type_ok: in gen_assign_cast()