HomeSort by relevance Sort by last modified time
    Searched refs:times (Results 26 - 50 of 449) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
nomultisect2.asm 9 times 0x100 db 1 label
12 times 0x100 db 1 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
newsect.asm 8 times mytype.long-($-..@6.strucstart) db 0 label
10 times mytype_size-($-..@6.strucstart) db 0 label
orphannowarn.asm 10 label5: times 2 db 5
11 label4 times 2 db 5
strucalign.asm 2 times (64-$) resb 1 label
4 times (128-($-$$)) resb 1 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/worphan/
orphanwarn.asm 10 label5: times 2 db 5
11 label4 times 2 db 5
  /bionic/tests/
sys_stat_test.cpp 33 timespec times[2]; local
34 times[0].tv_sec = 123;
35 times[0].tv_nsec = 0;
36 times[1].tv_sec = 456;
37 times[1].tv_nsec = 0;
38 ASSERT_EQ(0, futimens(fd, times)) << strerror(errno);
42 ASSERT_EQ(times[0].tv_sec, static_cast<long>(sb.st_atime));
43 ASSERT_EQ(times[1].tv_sec, static_cast<long>(sb.st_mtime));
49 timespec times[2]; local
50 times[0].tv_sec = 123
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-struc.asm 24 times HOSTENT.Name-($-..@44.strucstart) db 0 label
26 times HOSTENT.Aliases-($-..@44.strucstart) db 0 label
28 times HOSTENT.AddrList-($-..@44.strucstart) db 0 label
30 times HOSTENT_size-($-..@44.strucstart) db 0 label
34 times HOSTENT.Name-($-..@45.strucstart) db 0 label
36 times HOSTENT.Aliases-($-..@45.strucstart) db 0 label
38 times HOSTENT_size-($-..@45.strucstart) db 0 label
  /external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
sieve.cpp 81 double midpoint(double *times, double i, int n) {
86 return times[(int)fl];
88 return (times[(int)fl]+times[(int)ce])/2;
92 double medianof(double *times, int n, int type) {
95 return midpoint(times,n/4,n);
97 return midpoint(times,n/2,n);
99 return midpoint(times,(n/2)+(n/4),n);
104 double qs(double *times, int n, double *q1, double *q2, double *q3) {
105 *q1 = medianof(times,n,1)
197 double times[SAMPLES]; local
    [all...]
sieve.h 23 * @param times array of times (modified/sorted)
28 U_INTERNAL double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError);
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 81 double midpoint(double *times, double i, int n) {
86 return times[(int)fl];
88 return (times[(int)fl]+times[(int)ce])/2;
92 double medianof(double *times, int n, int type) {
95 return midpoint(times,n/4,n);
97 return midpoint(times,n/2,n);
99 return midpoint(times,(n/2)+(n/4),n);
104 double qs(double *times, int n, double *q1, double *q2, double *q3) {
105 *q1 = medianof(times,n,1)
197 double times[SAMPLES]; local
    [all...]
sieve.h 23 * @param times array of times (modified/sorted)
28 U_INTERNAL double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError);
  /bionic/libc/upstream-netbsd/lib/libc/gen/
utime.c 50 utime(const char *path, const struct utimbuf *times)
56 if (times == (struct utimbuf *) NULL)
59 tv[0].tv_sec = times->actime;
60 tv[1].tv_sec = times->modtime;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/
utime.h 16 int utime(const char* filename, const struct utimbuf* times);
  /bionic/libc/arch-arm/syscalls/
times.S 5 ENTRY(times) function
14 END(times)
  /bionic/libc/arch-arm64/syscalls/
times.S 5 ENTRY(times) function
14 END(times)
  /bionic/libc/arch-mips/syscalls/
times.S 5 ENTRY(times) function
19 END(times)
  /bionic/libc/arch-x86_64/syscalls/
times.S 5 ENTRY(times) function
15 END(times)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
time.h 17 int utimes(const char *filename, const struct timeval times[2]);
18 int futimes(int fd, const struct timeval times[2]);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmp64-5.asm 5 times 0x10001 db 0x0 label
  /external/compiler-rt/test/msan/
times.cc 6 #include <sys/times.h>
11 clock_t res = times(&t);
  /bionic/libc/arch-x86/syscalls/
times.S 5 ENTRY(times) function
21 END(times)
  /cts/suite/cts/deviceTests/opengl/jni/reference/
ReferenceRenderer.cpp 30 // Reset the times.
47 double times[NUM_SETUP_TIMES]; local
49 times[0] = GLUtils::currentTimeMillis();
51 times[1] = GLUtils::currentTimeMillis();
53 times[2] = GLUtils::currentTimeMillis();
55 times[3] = GLUtils::currentTimeMillis();
58 // Add on the set up times.
59 mSetUpTimes[i] += times[i] - times[i - 1];
  /external/chromium_org/base/timer/
hi_res_timer_manager_unittest.cc 31 // Loop a few times to test power toggling.
32 for (int times = 0; times != 3; ++times) {
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Resource.java 55 public void acquire(int times) {
59 if (times <= 0) {
60 throw new IllegalArgumentException("Must acquire a number of times >= 0");
65 acquired += times;
  /bionic/libc/arch-mips64/syscalls/
times.S 5 ENTRY(times) function
25 END(times)

Completed in 2206 milliseconds

12 3 4 5 6 7 8 91011>>