/external/curl/tests/libtest/ |
testtrace.c | 34 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream, 46 fprintf(stream, "%s%s, %d bytes (0x%x)\n", timebuf, text, 92 char timebuf[20]; local 98 timebuf[0] = '\0'; 99 timestr = &timebuf[0]; 109 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", 139 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex);
|
/external/eigen/unsupported/doc/examples/ |
FFT.cpp | 78 vector<T_time> timebuf(nfft); 79 RandomFill(timebuf); 83 fft.fwd(freqbuf,timebuf); 88 long double rmse = mag2(timebuf - timebuf2) / mag2(timebuf);
|
/frameworks/base/libs/common_time/ |
utils.cpp | 134 char timebuf[64]; local 140 strftime(timebuf, sizeof(timebuf), kTimeFmt, &t); 144 timebuf, 152 strftime(timebuf, sizeof(timebuf), kTimeFmt, &t); 154 i, timebuf,
|
/external/curl/src/ |
tool_cb_dbg.c | 35 static void dump(const char *timebuf, const char *text, 53 char timebuf[20]; local 68 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", 72 timebuf[0] = 0; 114 fprintf(output, "%s%s ", timebuf, s_infotype[type]); 122 fprintf(output, "%s%s ", timebuf, s_infotype[type]); 131 fprintf(output, "%s%s ", timebuf, s_infotype[type]); 147 fprintf(output, "%s%s ", timebuf, s_infotype[type]); 174 dump(timebuf, text, output, data, i + 4, config->tracetype, type) [all...] |
/cts/tests/tests/os/jni/seccomp-tests/ |
local-modifications-strict-args-fd88d16.diff | 39 + struct tms timebuf; 40 + clock_t clock = times(&timebuf); 50 + EXPECT_LE(clock, syscall(__NR_times, &timebuf));
|
/development/ndk/platforms/android-3/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
timeb.h | 40 /* Fill in TIMEBUF with information about the current time. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
timeb.h | 40 /* Fill in TIMEBUF with information about the current time. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
timeb.h | 40 /* Fill in TIMEBUF with information about the current time. */
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/ |
timeb.h | 42 extern int ftime(struct timeb* timebuf);
|