Searched refs:continuous (Results 1 – 7 of 7) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | contexthub.cpp | 271 bool continuous = (limit == 0); in PrintAllEvents() local 272 auto event_printer = [&limit, continuous](const SensorEvent& event) -> bool { in PrintAllEvents() 274 return (continuous || --limit > 0); in PrintAllEvents() 329 bool continuous = (limit == 0); in PrintSensorEvents() local 330 auto event_printer = [type, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents() 336 return (continuous || limit > 0); in PrintSensorEvents() 342 bool continuous = (limit == 0); in PrintSensorEvents() local 343 auto event_printer = [&sensors, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents() 353 return (continuous || limit > 0); in PrintSensorEvents()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | dictnotes.txt | 70 line) and a separate, continuous block of entries (at 12 bytes each
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/ |
D | PcdDxe.uni | 153 // Platform Token Number is started from 1, and inceased continuous. From whole
|
D | Pcd.inf | 153 # Platform Token Number is started from 1, and inceased continuous. From whole
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | dictnotes.txt | 70 line) and a separate, continuous block of entries (at 12 bytes each
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/ |
D | PcdPeim.uni | 152 // Platform Token Number is started from 1, and inceased continuous. From whole
|
D | Pcd.inf | 152 # Platform Token Number is started from 1, and inceased continuous. From whole
|