HomeSort by relevance Sort by last modified time
    Searched defs:sec (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/blktrace/btt/doc/
btt.tex 30 \section{\label{sec:intro}Introduction}
55 section~\ref{sec:cmd-line}), as we felt that discussing some of the
66 \newpage\section{\label{sec:getting-started}Getting Started}
78 will use \texttt{btt} with -- section~\ref{sec:o-D} shows how you
102 \newpage\section{\label{sec:output-overview}Output Overview}
347 \subsection*{\label{sec:detailed-data}Detailed Data}
350 \texttt{--all-data} or \texttt{-A} argument (see section~\ref{sec:o-A})
426 \newpage\section{\label{sec:data-files}Data Files Output}
434 provided in section~\ref{sec:activity}.
437 incoming IO requests, for more information see section~\ref{sec:qhist}
    [all...]
  /external/blktrace/doc/
blktrace.tex 29 \section{\label{sec:intro}Introduction}
57 \newpage\section{\label{sec:quick-start}Quick Start Guide}
63 \subsection{\label{sec:get-blktrace}Retrieving blktrace}
73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel}
107 \subsection{\label{sec:mount}Mounting the debugfs file system}
127 \subsection{\label{sec:build}Build the tools}
136 \subsection{\label{sec:live-blktrace}blktrace -- live}
197 \subsection{\label{sec:pc-blktrace}blktrace -- SCSI commands}
220 \subsection{\label{sec:blktrace-post}blktrace -- post-processing}
333 \newpage\section{\label{sec:blktrace-ug}blktrace User Guide
    [all...]
  /bionic/libc/wchar/
wcsxfrm.c 37 int prim, sec, l; local
  /external/tcpdump/
print-timed.c 51 long sec, usec; local
89 sec = EXTRACT_32BITS(&tsp->tsp_time.tv_sec);
95 if (sec < 0 && usec != 0) {
96 sec++;
97 if (sec == 0)
101 printf("%ld.%06ld", sec, usec);
print-chdlc.c 149 u_int sec,min,hrs,days; local
185 sec = EXTRACT_32BITS(cp) / 1000;
186 min = sec / 60; sec -= min * 60;
189 printf(", link uptime=%ud%uh%um%us",days,hrs,min,sec);
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_time.h 50 uint16_t sec; member in struct:__db_system_time_
  /external/chromium/third_party/icu/source/test/intltest/
calcasts.h 36 int32_t sec; member in struct:CalendarCaseTest::TestCase
  /external/icu4c/test/intltest/
calcasts.h 36 int32_t sec; member in struct:CalendarCaseTest::TestCase
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_syscond.c 126 int sec; local
135 sec = ms/1000;
136 ev = pth_event(PTH_EVENT_TIME, pth_timeout(sec,(ms-sec*1000)*1000));
  /bionic/libc/kernel/common/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon282::__anon283
25 s32 nsec, sec;
  /development/ndk/platforms/android-3/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon920::__anon921
25 s32 nsec, sec;
  /external/openssl/ssl/
s2_enc.c 154 unsigned char sequence[4],*p,*sec,*act; local
161 sec=s->s2->write_key;
168 sec=s->s2->read_key;
179 EVP_DigestUpdate(&c,sec,
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon13636::__anon13637
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon13990::__anon13991
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon14344::__anon14345
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon14757::__anon14758
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon15126::__anon15127
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon15544::__anon15545
25 s32 nsec, sec;
  /system/core/include/cutils/
logger.h 20 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry
  /external/chromium/third_party/icu/source/i18n/
wintzimpl.cpp 59 int32_t hour, min, sec, mil; local
73 sec = mil/1000;
78 standardDate.wSecond = sec;
94 sec = mil/1000;
99 daylightDate.wSecond = sec;
  /external/clearsilver/cgi/
date.c 27 * prefix.sec
60 err = hdf_set_value (obj, "sec", buf);
138 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0, x; local
151 sscanf(ip,"%25s %d %d:%d:%d %d",mname,&day,&hour,&min,&sec,&year);
156 sscanf(ip,"%s %d:%d:%d",t,&hour,&min,&sec);
173 sscanf(ip,"%d %s %d %d:%d:%d",&day,mname,&year,&hour,&min,&sec);
187 if((x = lms->tm_sec - sec))
  /external/icu4c/i18n/
wintzimpl.cpp 62 int32_t hour, min, sec, mil; local
76 sec = mil/1000;
81 standardDate.wSecond = sec;
97 sec = mil/1000;
102 daylightDate.wSecond = sec;
  /external/kernel-headers/original/linux/
ktime.h 51 s32 sec, nsec; member in struct:__anon4870::__anon4871
53 s32 nsec, sec;
130 * that the tv.sec field is negative and the tv.nsec field is greater
134 * tv.sec < 0 and 0 >= tv.nsec < NSEC_PER_SEC
137 /* Set a ktime_t variable to a value in sec/nsec representation: */
140 return (ktime_t) { .tv = { .sec = secs, .nsec = nsecs } };
179 * tv.sec ++;
204 return (ktime_t) { .tv = { .sec = (s32)ts.tv_sec,
216 return (ktime_t) { .tv = { .sec = (s32)tv.tv_sec,
228 return (struct timespec) { .tv_sec = (time_t) kt.tv.sec,
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
FileLogger.java 75 int sec = d.getSeconds(); local
86 if (sec < 10) {
89 sb.append(sec);
  /external/clearsilver/java-jni/
HDF.java 197 String sec = Integer.toString(cal.get(Calendar.SECOND)); local
198 setValue(hdfname + ".sec", sec.length() == 1 ? "0" + sec : sec);

Completed in 403 milliseconds

1 2 3 4 5