Home
last modified time | relevance | path

Searched refs:is_tuple (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dtuple.hpp66 enum { is_tuple = 0 }; enumerator
72 enum { is_tuple = 1 }; enumerator
/external/libxml2/python/
Dlibxml.c3494 int is_tuple = 0; in PyxmlNodeSet_Convert() local
3497 is_tuple = 1; in PyxmlNodeSet_Convert()
3499 is_tuple = 0; in PyxmlNodeSet_Convert()
3517 nodeSet->nodeMax = (is_tuple in PyxmlNodeSet_Convert()
3535 PyxmlNode_Get (is_tuple in PyxmlNodeSet_Convert()
3553 int is_tuple = 0; in PystringSet_Convert() local
3558 is_tuple = 1; in PystringSet_Convert()
3560 is_tuple = 0; in PystringSet_Convert()
3571 count = (is_tuple in PystringSet_Convert()
3588 (is_tuple in PystringSet_Convert()
/external/opencv3/3rdparty/jinja2/
Dparser.py606 is_tuple = False
614 is_tuple = True
619 if not is_tuple: