HomeSort by relevance Sort by last modified time
    Searched refs:is_found (Results 1 - 4 of 4) sorted by null

  /system/update_engine/common/
http_common.cc 57 bool is_found = false; local
60 if ((is_found = (http_response_table[i].code == code)))
63 return (is_found ? http_response_table[i].description : "(unsupported)");
79 bool is_found = false; local
82 if ((is_found = (http_content_type_table[i].type == type)))
85 return (is_found ? http_content_type_table[i].str : nullptr);
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1124 bool is_found = false, scan_roi = false; local
    [all...]
cvhaar.cpp 1092 bool is_found = false, scan_roi = false; local
    [all...]
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 200 bool is_found = false; local
205 is_found=true;
209 if (!is_found)
    [all...]

Completed in 475 milliseconds