Searched refs:it (Results 1 – 4 of 4) sorted by relevance
263 Iterator<Integer> it = keys.stream().filter(Objects::nonNull).iterator(); in pressKeys() local264 while (it.hasNext()) { in pressKeys()265 Integer keyCode = it.next(); in pressKeys()267 send(HID.KEYBOARD, new byte[] {(byte) 0}, it.hasNext() ? STEP_DELAY : ACTION_DELAY); in pressKeys()
9 REM It will return 0 if it is able to execute tests, otherwise10 REM it will return 1.
18 3. Write a README file explaining what the config(s) in the new subdirectory does and put it under47 Once the config file is generated, it can be checked in following the steps in the "Checking in a
15 // Filegroup for the profile proto definition that enables referencing it elsewhere.