/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
D | utime.c | 57 const struct utimbuf *times in utime() argument 64 if (times == (struct utimbuf *) NULL) in utime() 67 tv[0].tv_sec = times->actime; in utime() 68 tv[1].tv_sec = times->modtime; in utime()
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 194 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock() local 199 EXPECT_CALL(*mMockApi, destructor()).Times(times); in relaxMock() 200 EXPECT_CALL(*mMockApi, setAutocal(_)).Times(times); in relaxMock() 201 EXPECT_CALL(*mMockApi, setOlLraPeriod(_)).Times(times); in relaxMock() 202 EXPECT_CALL(*mMockApi, setActivate(_)).Times(times); in relaxMock() 203 EXPECT_CALL(*mMockApi, setDuration(_)).Times(times); in relaxMock() 204 EXPECT_CALL(*mMockApi, setState(_)).Times(times); in relaxMock() 205 EXPECT_CALL(*mMockApi, hasRtpInput()).Times(times); in relaxMock() 206 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 207 EXPECT_CALL(*mMockApi, setMode(_)).Times(times); in relaxMock() [all …]
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 194 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock() local 199 EXPECT_CALL(*mMockApi, destructor()).Times(times); in relaxMock() 200 EXPECT_CALL(*mMockApi, setAutocal(_)).Times(times); in relaxMock() 201 EXPECT_CALL(*mMockApi, setOlLraPeriod(_)).Times(times); in relaxMock() 202 EXPECT_CALL(*mMockApi, setActivate(_)).Times(times); in relaxMock() 203 EXPECT_CALL(*mMockApi, setDuration(_)).Times(times); in relaxMock() 204 EXPECT_CALL(*mMockApi, setState(_)).Times(times); in relaxMock() 205 EXPECT_CALL(*mMockApi, hasRtpInput()).Times(times); in relaxMock() 206 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 207 EXPECT_CALL(*mMockApi, setMode(_)).Times(times); in relaxMock() [all …]
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 198 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock() local 203 EXPECT_CALL(*mMockApi, destructor()).Times(times); in relaxMock() 204 EXPECT_CALL(*mMockApi, setAutocal(_)).Times(times); in relaxMock() 205 EXPECT_CALL(*mMockApi, setOlLraPeriod(_)).Times(times); in relaxMock() 206 EXPECT_CALL(*mMockApi, setActivate(_)).Times(times); in relaxMock() 207 EXPECT_CALL(*mMockApi, setDuration(_)).Times(times); in relaxMock() 208 EXPECT_CALL(*mMockApi, setState(_)).Times(times); in relaxMock() 209 EXPECT_CALL(*mMockApi, hasRtpInput()).Times(times); in relaxMock() 210 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 211 EXPECT_CALL(*mMockApi, setMode(_)).Times(times); in relaxMock() [all …]
|
/device/google/bramble/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 194 auto times = relax ? AnyNumber() : Exactly(0); in relaxMock() local 199 EXPECT_CALL(*mMockApi, destructor()).Times(times); in relaxMock() 200 EXPECT_CALL(*mMockApi, setAutocal(_)).Times(times); in relaxMock() 201 EXPECT_CALL(*mMockApi, setOlLraPeriod(_)).Times(times); in relaxMock() 202 EXPECT_CALL(*mMockApi, setActivate(_)).Times(times); in relaxMock() 203 EXPECT_CALL(*mMockApi, setDuration(_)).Times(times); in relaxMock() 204 EXPECT_CALL(*mMockApi, setState(_)).Times(times); in relaxMock() 205 EXPECT_CALL(*mMockApi, hasRtpInput()).Times(times); in relaxMock() 206 EXPECT_CALL(*mMockApi, setRtpInput(_)).Times(times); in relaxMock() 207 EXPECT_CALL(*mMockApi, setMode(_)).Times(times); in relaxMock() [all …]
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | utime.h | 62 int utime (const char *path, const struct utimbuf *times); 63 int utimes (const char *path, const struct timeval *times);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 51 def utime(path, times): argument 52 return os.utime(LongFilePath(path), times)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/ |
D | EfiSetMemSSE2.asm | 54 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 55 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
D | faqw.py | 19 t1 = os.times() # If this doesn't work, just get rid of the timing code!
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/ |
D | memsetSSE2.asm | 59 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 60 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/ |
D | SetMem.asm | 54 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 55 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
D | SetMem.S | 59 pshuflw $0, %xmm0, %xmm0 # xmm0[0..63] <- Value repeats 8 times 60 movlhps %xmm0, %xmm0 # xmm0 <- Value repeats 16 times
|
D | SetMem.nasm | 57 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 58 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/ |
D | SetMem.asm | 59 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 60 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
D | SetMem.nasm | 58 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 59 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/ |
D | memsetSSE2.asm | 60 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times 61 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | pybench.py | 214 times = [] variable in Test 236 self.times = [] 335 self.times.append(eff_time) 370 runs = len(self.times) 373 min_time = min(self.times) 374 total_time = reduce(operator.add, self.times, 0.0)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | RShiftU64.c | 51 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched in RShiftU64()
|
D | LShiftU64.c | 54 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched in LShiftU64()
|
D | LShiftU64.asm | 58 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
|
D | LShiftU64.S | 60 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
|
D | RShiftU64.asm | 56 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
|
D | RShiftU64.S | 58 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | Gpt.S | 210 .byte 0x1 # Read blocks at a time (To be fixed each times) 212 .word 0x000 # Destination Address offset (To be fixed each times) 213 .word 0x000 # Destination Address segment (To be fixed each times) 215 .long 0x0,0x0 # Start LBA (To be fixed each times)
|
D | Gpt.asm | 208 db 01h ; Read blocks at a time (To be fixed each times) 210 dw 0000h ; Destination Address offset (To be fixed each times) 211 dw 0000h ; Destination Address segment (To be fixed each times) 213 dd 0h, 0h ; Start LBA (To be fixed each times)
|