Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 73) sorted by relevance

123

/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Dutime.c57 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/
Dtest-vibrator.cpp194 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/
Dtest-vibrator.cpp194 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/
Dtest-vibrator.cpp198 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/
Dtest-vibrator.cpp194 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/
Dutime.h62 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/
DLongFilePathOs.py51 def utime(path, times): argument
52 return os.utime(LongFilePath(path), times)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
DEfiSetMemSSE2.asm54 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/
Dfaqw.py19 t1 = os.times() # If this doesn't work, just get rid of the timing code!
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/
DmemsetSSE2.asm59 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/
DSetMem.asm54 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times
55 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
DSetMem.S59 pshuflw $0, %xmm0, %xmm0 # xmm0[0..63] <- Value repeats 8 times
60 movlhps %xmm0, %xmm0 # xmm0 <- Value repeats 16 times
DSetMem.nasm57 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/
DSetMem.asm59 pshuflw xmm0, xmm0, 0 ; xmm0[0..63] <- Value repeats 8 times
60 movlhps xmm0, xmm0 ; xmm0 <- Value repeats 16 times
DSetMem.nasm58 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/
DmemsetSSE2.asm60 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/
Dpybench.py214 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/
DRShiftU64.c51 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched in RShiftU64()
DLShiftU64.c54 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched in LShiftU64()
DLShiftU64.asm58 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
DLShiftU64.S60 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
DRShiftU64.asm56 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
DRShiftU64.S58 # 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/
DGpt.S210 .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)
DGpt.asm208 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)

123