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

1 2 3 4 5 6 7 8 9

  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.cpp 162 module::sec(typename section::type type) const { function in class:clover::module
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.cpp 162 module::sec(typename section::type type) const { function in class:clover::module
  /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);
  /external/chromium_org/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.15/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));
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 67 time_t sec = newTs.tv_sec - mOldTs.tv_sec; local
70 --sec;
74 // cycleNs is same as sec*1e9 + nsec, but limited to about 4 seconds
76 if (sec > 0) {
77 if (sec < 4) {
78 cycleNs += sec * 1000000000;
83 mLogTs.tv_sec += sec;
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx 159 ELFSectionTy const *sec = owner->getSectionByIndex(idx); local
160 rsl_assert(sec != 0 && "STT_OBJECT with null section.");
163 static_cast<ELFSectionBitsTy const &>(*sec);
224 ELFSectionTy const *sec = owner->getSectionByIndex(idx); local
225 rsl_assert(sec != 0 && "STT_FUNC with null section.");
228 static_cast<ELFSectionProgBitsTy const &>(*sec);
254 ELFSectionTy const *sec = owner->getSectionByIndex(idx); local
255 rsl_assert(sec != 0 && "STT_SECTION with null section.");
258 static_cast<ELFSectionBitsTy const &>(*sec);
283 ELFSectionTy const *sec = owner->getSectionByIndex(idx) local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec; member in struct:spraytimeval
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec; member in struct:spraytimeval
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec; member in struct:spraytimeval
  /bionic/libc/kernel/common/linux/
ktime.h 30 s32 sec, nsec; member in struct:__anon427::__anon428
32 s32 nsec, sec;
  /development/ndk/platforms/android-3/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon1085::__anon1086
25 s32 nsec, sec;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
ECPrivateKey.java 1 package org.bouncycastle.asn1.sec;
21 * the elliptic curve private key object from SEC 1
ECPrivateKeyStructure.java 1 package org.bouncycastle.asn1.sec;
21 * the elliptic curve private key object from SEC 1
  /external/chromium_org/third_party/libxslt/libxslt/
documents.c 295 if (ctxt->sec != NULL) {
298 res = xsltCheckRead(ctxt->sec, ctxt, URI);
362 xsltSecurityPrefsPtr sec; local
370 sec = xsltGetDefaultSecurityPrefs();
371 if (sec != NULL) {
374 res = xsltCheckRead(sec, NULL, URI);
  /external/chromium_org/third_party/openssl/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,
  /external/libxslt/libxslt/
documents.c 295 if (ctxt->sec != NULL) {
298 res = xsltCheckRead(ctxt->sec, ctxt, URI);
362 xsltSecurityPrefsPtr sec; local
370 sec = xsltGetDefaultSecurityPrefs();
371 if (sec != NULL) {
374 res = xsltCheckRead(sec, NULL, URI);
  /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,
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
StringUtils.java 117 final long sec = time / 1000; local
120 return String.format("%02d:%02d:%02d.%01d", hours, mins, sec, time);
136 final long sec = time / 1000; local
137 return String.format("%02d:%02d:%02d", hours, mins, sec);
153 final long sec = time / 1000; local
157 return String.format(context.getString(R.string.seconds), sec);
159 return String.format(context.getString(R.string.minute_and_seconds), sec);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon44261::__anon44262
25 s32 nsec, sec;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon44615::__anon44616
25 s32 nsec, sec;

Completed in 2791 milliseconds

1 2 3 4 5 6 7 8 9