HomeSort by relevance Sort by last modified time
    Searched refs:is_found (Results 1 - 5 of 5) 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/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/
enterprise_CFM_USBPeripheralHotplugDetect.py 117 for device_type, is_found in cros_peripheral_dict.iteritems():
118 if not is_found:
178 for device_type, is_found in cfm_peripheral_dict.iteritems():
179 if not is_found: