Searched refs:is_index (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvconvhull.cpp541 int is_index; local
592 is_index = CV_SEQ_ELTYPE(hull) == CV_SEQ_ELTYPE_INDEX;
612 if( !is_index )
640 if( !is_index )
662 if( !is_index )
/external/python/cpython3/Modules/
H A Dposixmodule.c853 int is_index, is_buffer, is_bytes, is_unicode; local
890 is_index = path->allow_fd && PyIndex_Check(o);
895 if (!is_index && !is_buffer && !is_unicode && !is_bytes) {
970 else if (is_index) {
/external/v8/src/
H A Dobjects.cc11711 bool is_index = true; local
11728 if (is_index) is_index = hasher.UpdateIndex(c1);
11729 if (is_index) is_index = hasher.UpdateIndex(c2);
11732 if (is_index) is_index = hasher.UpdateIndex(c);

Completed in 468 milliseconds