Home
last modified time | relevance | path

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

/system/linkerconfig/modules/
Dconfigwriter.cc28 bool is_first = true; in WriteVars() local
30 WriteLine(var + (is_first ? " = " : " += ") + value); in WriteVars()
31 is_first = false; in WriteVars()
/system/tools/aidl/
Dast_cpp.cpp140 bool is_first = true; in Write() local
142 if (!is_first) { to->Write(", "); } in Write()
143 is_first = false; in Write()
275 bool is_first = true; in Write() local
277 if (is_first) { in Write()
282 is_first = false; in Write()
/system/update_engine/update_manager/
Dchromeos_policy.cc670 bool is_first = true; in UpdateBackoffAndDownloadUrl() local
674 if (is_first && url_idx >= 0 && used_url_idx != url_idx) { in UpdateBackoffAndDownloadUrl()
678 is_first = false; in UpdateBackoffAndDownloadUrl()