/external/openssl/apps/ |
openssl.cnf | 343 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
dsaparam.c | 308 BIO_printf(bio_err,"(though I'll stop it if not done within %d secs)\n",
|
/external/quake/quake/src/QW/ |
qwchangelog.txt | 33 - default floodprot, 4 lines in 8 secs, wait for 10 on activation
|
/frameworks/base/media/libstagefright/ |
AudioPlayer.cpp | 398 LOGV("%d frames left to play, %lld us (%.2f secs)",
|
MPEG2TSWriter.cpp | 647 LOGV("lastAccessUnitTimeUs[%d] = %.2f secs", 675 LOGV("writing access unit at time %.2f secs (index %d)",
|
/frameworks/media/libvideoeditor/lvpp/ |
AudioPlayerBase.cpp | 390 LOGV("%d frames left to play, %lld us (%.2f secs)",
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiStatusTest.java | 305 // Set all to unknown since the threads will take a few secs to update.
|
/system/media/wilhelm/tests/ |
mimeUri_test.cpp | 58 const int MP3_DURATION = 71030; //71 secs
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mdls.c | 324 -32768, /* EG1 delay time: 0 secs */ 325 -32768, /* EG1 attack time: 0 secs */ 326 -32768, /* EG1 hold time: 0 secs */ 327 -32768, /* EG1 decay time: 0 secs */ 329 -32768, /* EG1 release time: 0 secs */ 335 -32768, /* EG2 delay time: 0 secs */ 336 -32768, /* EG2 attack time: 0 secs */ 337 -32768, /* EG2 hold time: 0 secs */ 338 -32768, /* EG2 decay time: 0 secs */ 340 -32768, /* EG2 release time: 0 secs */ [all...] |
/device/moto/stingray/ril/ |
libmoto_cdma_ril.so | |
libmoto_ril.so | |
/external/chromium/base/ |
file_util_posix.cc | 124 // 1. Get |comparison_time| by Time::Now() and the value is 10.1 (secs). 125 // 2. Create a file and the current time is 10.3 (secs).
|
/external/netperf/ |
nettest_unix.c | 210 bytes bytes bytes secs. %s/sec \n\n"; 222 bytes bytes bytes secs. %-8.8s/s %% %% us/KB us/KB\n\n"; [all...] |
/external/qemu/block/ |
vvfat.c | 361 sector = spos % (bs->secs); spos/= bs->secs; 972 bootsector->sectors_per_track=cpu_to_le16(s->bs->secs); 1018 bs->cyls=1024; bs->heads=16; bs->secs=63; 1038 bs->cyls = 80; bs->heads = 2; bs->secs = 36; 1041 s->sector_count=bs->cyls*bs->heads*bs->secs; 1067 bs->total_sectors=bs->cyls*bs->heads*bs->secs; 1079 bs->heads = bs->cyls = bs->secs = 0; [all...] |
/external/srec/srec/EventLog/src/ |
EventLogImpl.c | 239 ct = localtime_r(×tamp.secs, &ct_r); 478 ct = localtime_r(×tamp.secs, &ct_r);
|
/external/tcpdump/ |
print-radius.c | 627 printf( "%02d secs", timeout); 722 /* Print an attribute of 'secs since */ [all...] |
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayer.cpp | 513 LOGV("kWhatSeek seekTimeUs=%lld us (%.2f secs)", 766 LOGV("feeding %s input buffer at media time %.2f secs",
|
/packages/apps/VideoEditor/res/values/ |
strings.xml | 319 <string name="minute_and_seconds">1 min <xliff:g id="seconds">%d</xliff:g> secs</string> 320 <string name="seconds"><xliff:g id="seconds">%d</xliff:g> secs</string>
|
/external/qemu/ |
qemu-char.c | 301 int secs; local 307 secs = ti / 1000; 310 secs / 3600, 311 (secs / 60) % 60, 312 secs % 60, [all...] |
/packages/apps/Music/src/com/android/music/ |
TrackBrowserActivity.java | [all...] |
/bionic/libc/include/net/ |
ethertypes.h | 223 #define ETHERTYPE_BOFL 0x8102 /* Wellfleet; BOFL (Breath OF Life) pkts [every 5-10 secs.] */
|
/development/ndk/platforms/android-3/include/net/ |
ethertypes.h | 223 #define ETHERTYPE_BOFL 0x8102 /* Wellfleet; BOFL (Breath OF Life) pkts [every 5-10 secs.] */
|
/external/blktrace/ |
blktrace.c | 512 long secs = tsp->tv_nsec / 1000000000L; local 514 tsp->tv_sec += secs; 515 tsp->tv_nsec -= (secs * 1000000000L); [all...] |
/external/chromium/third_party/libevent/ |
evrpc.h | 417 * Sets the timeout in secs after which a request has to complete. The
|
/external/iproute2/tc/ |
tc_util.c | 238 strcasecmp(p, "secs")==0)
|