Home
last modified time | relevance | path

Searched refs:keepLooking (Results 1 – 2 of 2) sorted by relevance

/external/libcups/backend/
Dusb-darwin.c1254 Boolean keepLooking = true; in find_device_cb() local
1284 return keepLooking; in find_device_cb()
1295 keepLooking = false; in find_device_cb()
1304 keepLooking = false; in find_device_cb()
1313 if (!keepLooking) in find_device_cb()
1326 keepLooking = (g.printer_obj == 0 && g.interfaceProtocol != kUSBPrintingProtocolIPP); in find_device_cb()
1327 if (obj == IO_OBJECT_NULL && keepLooking) in find_device_cb()
1339 if (!keepLooking && g.status_timer != NULL) in find_device_cb()
1348 return keepLooking; in find_device_cb()
/external/skia/modules/skparagraph/src/
DTextLine.cpp1158 bool keepLooking = true; in getGlyphPositionAtCoordinate() local
1161 [this, run, dx, &result, &keepLooking] in getGlyphPositionAtCoordinate()
1180 return keepLooking = false; in getGlyphPositionAtCoordinate()
1191 return keepLooking = true; in getGlyphPositionAtCoordinate()
1239 return keepLooking = false; in getGlyphPositionAtCoordinate()
1242 return keepLooking; in getGlyphPositionAtCoordinate()