/external/iproute2/ip/ |
ipntable.c | 49 " [ thresh1 VAL ] [ thresh2 VAL ] [ thresh3 VAL ] [ gc_int MSEC ]\n" 53 "PARMS := [ base_reachable MSEC ] [ retrans MSEC ] [ gc_stale MSEC ]\n" 54 " [ delay_probe MSEC ] [ queue LEN ]\n" 56 " [ anycast_delay MSEC ] [ proxy_delay MSEC ] [ proxy_queue LEN ]\n" 57 " [ locktime MSEC ]\n" 322 static const char *ntable_strtime_delta(__u32 msec) 329 if (msec == 0 [all...] |
/dalvik/tests/028-array-write/src/ |
Main.java | 19 + " msec");
|
/dalvik/tests/055-enum-performance/src/ |
Main.java | 44 System.out.printf("basis time: %.3g msec\n", basisMsec); 45 System.out.printf("test1: %.3g msec per iteration\n", msec1); 46 System.out.printf("test2: %.3g msec per iteration\n", msec2); 47 System.out.printf("test3: %.3g msec per iteration\n", msec3);
|
/external/icu4c/test/intltest/ |
tzrulets.h | 47 int32_t hour=0, int32_t min=0, int32_t sec=0, int32_t msec=0);
|
/external/kernel-headers/original/asm-arm/ |
delay.h | 26 * Use only for very small delays ( < 1 msec). Should probably use a
|
/external/kernel-headers/original/linux/ |
msm_q6vdec.h | 144 int timestamp_lo; /* lower 32 bits timestamp, in msec */ 145 int timestamp_hi; /* higher 32 bits timestamp, in msec */ 146 int cal_timestamp_lo; /* lower 32 bits cal timestamp, in msec */ 147 int cal_timestamp_hi; /* higher 32 bits cal timestamp, in msec */
|
/external/zlib/contrib/testzlib/ |
testzlib.c | 221 printf("time = %u msec = %f sec\n",dwGetTick,dwGetTick/(double)1000.);
222 printf("defcpr time QP = %u msec = %f sec\n",dwMsecQP,dwMsecQP/(double)1000.);
262 printf("time = %u msec = %f sec\n",dwGetTick,dwGetTick/(double)1000.);
263 printf("uncpr time QP = %u msec = %f sec\n",dwMsecQP,dwMsecQP/(double)1000.);
|
/hardware/ti/wlan/wl1271/platforms/hw/linux/ |
host_platform.c | 125 int wifi_set_power( int on, unsigned long msec ) 134 if( msec ) 135 mdelay(msec); 139 int wifi_set_reset( int on, unsigned long msec ) 145 if( msec ) 146 mdelay(msec); 196 /* Should not be changed, 50 msec cause failures */
|
/system/wlan/ti/wilink_6_1/platforms/hw/linux/ |
host_platform.c | 125 int wifi_set_power( int on, unsigned long msec ) 134 if( msec ) 135 mdelay(msec); 139 int wifi_set_reset( int on, unsigned long msec ) 145 if( msec ) 146 mdelay(msec); 196 /* Should not be changed, 50 msec cause failures */
|
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 392 android_media_MediaPlayer_seekTo(JNIEnv *env, jobject thiz, int msec) 399 LOGV("seekTo: %d(msec)", msec); 400 process_media_player_call( env, thiz, mp->seekTo(msec), NULL, NULL ); 446 int msec; local 447 process_media_player_call( env, thiz, mp->getCurrentPosition(&msec), NULL, NULL ); 448 LOGV("getCurrentPosition: %d (msec)", msec); 449 return msec; 460 int msec; local [all...] |
/external/quake/quake/src/QW/client/ |
cl_ents.c | 659 int msec;
local 688 msec = MSG_ReadByte ();
689 state->state_time = parsecounttime - msec*0.001;
799 int msec;
local 868 msec = 500*(playertime - state->state_time);
869 if (msec <= 0 || (!cl_predict_players.value && !cl_predict_players2.value))
877 if (msec > 255)
878 msec = 255;
879 state->command.msec = msec;
956 int msec; local [all...] |
/dalvik/vm/ |
Sync.h | 113 void dvmThreadSleep(u8 msec, u4 nsec); 160 s8 msec, s4 nsec);
|
/external/blktrace/ |
blkiomon.h | 110 minmax_print(fp, "throughput read (bytes/msec)", &p->thrput_r); 111 minmax_print(fp, "throughput write (bytes/msec)", &p->thrput_w);
|
/external/blktrace/btt/ |
q2d.c | 38 long msec = (long)(q2d / 0.001); local 40 switch (msec) {
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_tickcount.inl | 115 OSCL_COND_EXPORT_REF OSCL_INLINE uint32 OsclTickCount::MsecToTicks(uint32 msec) 118 return msec;
|
/external/stlport/test/unit/cppunit/ |
file_reporter.h | 102 fprintf(_file, " %f msec", m_testTimer.elapsedMilliseconds()); 127 fprintf(_file, " %f msec", m_globalTimer.elapsedMilliseconds());
|
/frameworks/base/media/java/android/media/ |
AmrInputStream.java | 38 // frame is 20 msec at 8.000 khz 86 // fetch a 20 msec frame of pcm
|
/frameworks/base/media/libmediaplayerservice/ |
TestPlayerStub.h | 87 virtual status_t seekTo(int msec) {return mPlayer->seekTo(msec);}
|
/frameworks/base/media/tests/omxjpegdecoder/ |
jpeg_decoder_bench.cpp | 64 printf("Decoding Time in BoundsMode %.1f msec.\n", delay / 1000.0f); 80 printf("Decoding Time in PixelsMode %.1f msec.\n", delay / 1000.0f);
|
/sdk/traceview/src/com/android/traceview/ |
TraceUnits.java | 65 return "msec";
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_imelodydata.h | 53 EAS_I32 time; /* current time in 256ths of a msec */ 54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */ 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_imelodydata.h | 53 EAS_I32 time; /* current time in 256ths of a msec */ 54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */ 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_imelodydata.h | 53 EAS_I32 time; /* current time in 256ths of a msec */ 54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */ 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
|
/frameworks/base/include/media/ |
MediaPlayerInterface.h | 115 virtual status_t seekTo(int msec) = 0; 116 virtual status_t getCurrentPosition(int *msec) = 0; 117 virtual status_t getDuration(int *msec) = 0;
|
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/ |
DaemonProxy.java | 176 + (i * sleepTime) + " msec"); 192 private void sleep(int msec) { 194 Thread.currentThread().sleep(msec);
|