HomeSort by relevance Sort by last modified time
    Searched refs:times (Results 1 - 25 of 567) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
times-res.asm 0 times 5 resb 4
2 times 0 resb 2 label
3 times 1 resb 0 label
1 times 5 resb 4 label
times0.asm 0 times 0 db 1
1 times 0 db 1 label
timesover-err.asm 0 times 512 db 0
2 times 01FEh-($-$$) db 0 label
1 times 512 db 0 label
opt-align2.asm 3 times 4 nop label
4 times 8 nop label
6 times 110 nop label
9 times 128 nop label
timesunder.asm 2 times 82h-($-$$) nop label
opt-align1.asm 2 times 4 nop label
5 times 118 nop label
8 times 128 nop label
opt-align3.asm 6 times 112 nop label
9 times 4 nop label
11 times 4 nop label
13 times 4 nop label
15 times 128 nop label
opt-immnoexpand.asm 2 times 2 nop label
4 times 123 nop label
8 times 128 nop label
opt-circular1-err.asm 0 times (label-$) db 0
opt-circular3-err.asm 2 times label4-label3+1 db 0 label
6 times label2-label1+1 db 0 label
opt-immexpand.asm 3 times 124 nop label
7 times 128 nop label
opt-circular2-err.asm 0 times (label-$+1) db 0
opt-oldalign.asm 2 times ($$-$) & 1Fh nop ; Long word alignment label
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
utime.c 8 int utime(const char* filename, const struct utimbuf* times) {
9 return ki_utime(filename, times);
  /bionic/tests/
sys_stat_test.cpp 30 timespec times[2]; local
31 times[0].tv_sec = 123;
32 times[0].tv_nsec = 0;
33 times[1].tv_sec = 456;
34 times[1].tv_nsec = 0;
35 ASSERT_EQ(0, futimens(fd, times)) << strerror(errno);
39 ASSERT_EQ(times[0].tv_sec, static_cast<long>(sb.st_atime));
40 ASSERT_EQ(times[1].tv_sec, static_cast<long>(sb.st_mtime));
46 timespec times[2]; local
47 times[0].tv_sec = 123
    [all...]
  /bionic/libc/bionic/
futimens.cpp 32 int futimens(int fd, const struct timespec times[2]) {
33 return utimensat(fd, NULL, times, 0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
shr.asm 2 times 256 db 0 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
nomultisect1.asm 7 times 0x100 db 1 label
10 times 0x100 db 1 label
  /bionic/libc/include/sys/
times.h 33 #include <linux/times.h>
37 extern clock_t times(struct tms *);
  /development/ndk/platforms/android-3/include/sys/
times.h 33 #include <linux/times.h>
37 extern clock_t times(struct tms *);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-standalone-driver.js 31 var times = []; variable
32 times.length = tests.length;
40 times[j] = checkSyntax(testName);
51 times[j] = new Date() - startTime;
54 times[j] = run(testName);
60 function recordResults(tests, times)
65 output += ' "' + tests[j] + '": ' + times[j] + ',\n';
73 recordResults(tests, times);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftimes.asm 5 times 0x1 mov eax, eax label
8 times 0x10 mov eax, eax label
11 times 0x10 mov eax, eax label
12 times 0x10 mov ebx, ebx label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftimes.asm 5 times 0x1 mov eax, eax label
8 times 0x10 mov eax, eax label
11 times 0x10 mov eax, eax label
12 times 0x10 mov ebx, ebx label
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
times.h 33 #include <linux/times.h>
37 extern clock_t times(struct tms *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
times.h 33 #include <linux/times.h>
37 extern clock_t times(struct tms *);

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 91011>>