HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 151 - 175 of 420) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/wpa_supplicant_8/wpa_supplicant/
bgscan_simple.c 229 if (now.sec > data->last_bgscan.sec + 1 &&
238 else if (data->last_bgscan.sec + data->long_interval >
239 now.sec + data->scan_interval) {
263 if (now.sec > data->last_bgscan.sec + 10)
  /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/v8/src/
date.js 72 function MakeTime(hour, min, sec, ms) {
75 if (!$isFinite(sec)) return $NaN;
79 + TO_INTEGER(sec) * msPerSecond
537 function DateSetSeconds(sec, ms) {
540 sec = ToNumber(sec);
542 var time = MakeTime(LOCAL_HOUR(this), LOCAL_MIN(this), sec, ms);
548 function DateSetUTCSeconds(sec, ms) {
551 sec = ToNumber(sec);
    [all...]
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 165 time_t sec = nowTs.tv_sec - mWriteTs.tv_sec; local
167 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
171 --sec;
174 if (sec == 0) {
  /external/elfutils/libdwfl/
derelocate.c 153 for (struct secref *sec = refs; sec != NULL; sec = sec->next)
154 if (sec->scn == tscn)
156 sec->relocs = scn;
  /external/kernel-headers/original/linux/
module.h 175 #define __CRC_SYMBOL(sym, sec) \
179 __attribute__((section("__kcrctab" sec), unused)) \
182 #define __CRC_SYMBOL(sym, sec)
186 #define __EXPORT_SYMBOL(sym, sec) \
188 __CRC_SYMBOL(sym, sec) \
194 __attribute__((section("__ksymtab" sec), unused)) \
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventContainer.java 173 public int sec; /* seconds since Epoch */ field in class:EventContainer
191 sec = entry.sec;
198 EventContainer(int tag, int pid, int tid, int sec, int nsec, Object data) {
205 this.sec = sec;
LogReceiver.java 45 public int sec; field in class:LogReceiver.LogEntry
236 entry.sec = ArrayHelper.swap32bitFromArray(data, offset);
  /external/webkit/Source/WebCore/xml/
XSLTProcessorLibxslt.cpp 67 SOFT_LINK(libxslt, xsltFreeSecurityPrefs, void, (xsltSecurityPrefsPtr sec), (sec))
68 SOFT_LINK(libxslt, xsltSetSecurityPrefs, int, (xsltSecurityPrefsPtr sec, xsltSecurityOption option, xsltSecurityCheck func), (sec, option, func))
69 SOFT_LINK(libxslt, xsltSetCtxtSecurityPrefs, int, (xsltSecurityPrefsPtr sec, xsltTransformContextPtr ctxt), (sec, ctxt))
70 SOFT_LINK(libxslt, xsltSecurityForbid, int, (xsltSecurityPrefsPtr sec, xsltTransformContextPtr ctxt, const char* value), (sec, ctxt, value))
  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.c 97 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
111 int sec; local
118 sec = pmksa->pmksa->expiration - now.sec;
119 if (sec < 0)
120 sec = 0;
121 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL);
257 entry->expiration = now.sec;
hw_features.c 273 int sec = oper->ht_param & local
275 if (sec == HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE)
277 else if (sec == HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW)
301 * Switch PRI/SEC channels if Beacons were detected on selected SEC
320 * Match PRI/SEC channel with any existing HT40 BSS on the same
374 int sec = pri; local
381 sec = pri - 20;
383 sec = pri + 20;
387 (sec < affected_start || sec > affected_end)
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 52 int32_t hour, int32_t min, int32_t sec)
57 min >= 0 && min <= 59 && sec >= 0 && sec <= 59)
66 int32_t year, mon, day, hour, min, sec; local
126 sec = atoi((char *)pHead);
128 if (0 != drm_checkDate(year, mon, day, hour, min, sec))
131 YMD_HMS_2_INT(year, mon, day, dateTime->date, hour, min, sec,
238 int32_t year, mon, day, hour, min, sec; local
400 sec = atoi((char *)pHead);
406 || min < 0 || sec < 0
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
ECNamedCurveTable.java 8 import org.bouncycastle.asn1.sec.SECNamedCurves;
  /external/icu4c/test/intltest/
calregts.h 81 static UDate makeDate(int32_t y, int32_t m = 0, int32_t d = 0, int32_t hr = 0, int32_t min = 0, int32_t sec = 0);
loctest.h 98 static UDate date(int32_t y, int32_t m, int32_t d, int32_t hr = 0, int32_t min = 0, int32_t sec = 0);
  /external/netperf/
netcpu_kstat.c 263 sec, local
300 sec = time2.tv_sec - time1.tv_sec;
302 elapsed = (float)sec + ((float)usec/(float)1000000.0);
306 fprintf(where,"\tsec = %ld usec = %ld\n",sec,usec);
338 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
netcpu_perfstat.c 129 sec, local
201 sec = time2.tv_sec - time1.tv_sec;
203 elapsed = (float)sec + ((float)usec/(float)1000000.0);
226 fprintf(where,"\tsec = %ld usec = %ld\n",sec,usec);
259 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
netcpu_pstat.c 112 sec, local
167 sec = time2.tv_sec - time1.tv_sec;
169 elapsed = (float)sec + ((float)usec/(float)1000000.0);
173 fprintf(where,"\tsec = %ld usec = %ld\n",sec,usec);
216 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom_c.h 54 #define kAbsMSFPosition 1 /* Position at the specified Min/Sec/Frame (in BCD) */
133 unsigned char sec; /* Start of track (BCD) */ member in struct:CDTrackData::__anon12056
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 423 $min .":". $sec ."\n";
428 ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) =
434 $sec = &zero_pad($sec);
  /frameworks/av/services/audioflinger/
FastMixer.cpp 35 #define FAST_DEFAULT_NS 999999999L // ~1 sec: default time to sleep
455 time_t sec = newTs.tv_sec - oldTs.tv_sec;
457 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
461 --sec;
471 measuredWarmupTs.tv_sec += sec;
487 if (sec > 0 || nsec > underrunNs) {
492 ALOGV("underrun: time since last cycle %d.%03ld sec",
493 (int) sec, nsec / 1000000L);
501 ALOGV("overrun: time since last cycle %d.%03ld sec",
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.c 163 unsigned long sec, usec, time; local
165 sec = stop->tv_sec - start->tv_sec;
170 sec--;
173 time = sec * 1000000 + (usec);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 31 aligned_be64 sec; member in struct:nfulnl_msg_packet_timestamp
nfnetlink_queue.h 28 aligned_be64 sec; member in struct:nfqnl_msg_packet_timestamp

Completed in 1036 milliseconds

1 2 3 4 5 67 8 91011>>