Home
last modified time | relevance | path

Searched refs:findFirst (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c28 static void* eeFind(uint32_t nameToFind, uint32_t *offset, bool findFirst, uint32_t *szP) in eeFind() argument
48 if (findFirst) in eeFind()
/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/
DCuttlefishControlLocalRunner.java55 CUTTLEFISH_CONFIG_CANDIDATES.stream().filter(x -> new File(x).exists()).findFirst(); in CuttlefishControlLocalRunner()
DCuttlefishControlRemoteRunner.java74 basePathCandidates.stream().filter(x -> remoteFileExists(x)).findFirst(); in CuttlefishControlRemoteRunner()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothScanner.java218 address.equals(d.address)).findFirst().orElse(null); in onReceive()
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt55604 HSPLjava/util/concurrent/ConcurrentSkipListMap;->findFirst()Ljava/util/concurrent/ConcurrentSkipLis…
56777 HSPLjava/util/stream/ReferencePipeline;->findFirst()Ljava/util/Optional;