/external/llvm/test/CodeGen/Thumb/ |
2009-07-20-TwoAddrBug.ll | 5 define i64 @millisecs() nounwind {
|
/packages/apps/Browser/res/values/ |
integers.xml | 21 <!-- The duration of the tab animations in millisecs --> 31 <!-- The duration of the titlebar animation in millisecs -->
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_delay_np.c | 86 DWORD millisecs; local 104 /* convert secs to millisecs */ 107 /* convert nanosecs to millisecs (rounding up) */ 108 millisecs = (interval->tv_nsec + 999999L) / 1000000L; 119 if (0 > (wait_time = secs_in_millisecs + millisecs))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_pppol2tp.h | 44 * REORDERTO - reorder timeout (in millisecs). If 0, don't try to reorder.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_pppol2tp.h | 44 * REORDERTO - reorder timeout (in millisecs). If 0, don't try to reorder.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_pppol2tp.h | 44 * REORDERTO - reorder timeout (in millisecs). If 0, don't try to reorder.
|
/external/kernel-headers/original/linux/ |
if_pppol2tp.h | 60 * REORDERTO - reorder timeout (in millisecs). If 0, don't try to reorder.
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
OMX_AacEncoder.h | 54 #define AACENC_TIMEOUT (1000) /* millisecs, default timeout used to come out of blocking calls*/
|
/external/chromium_org/tools/perf/metrics/ |
media.js | 158 // Return delta time since start in millisecs.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
blitzbasic.php | 80 'MouseX','MouseHit','MouseDown','Mod','Millisecs','MidHandle','Mid','MaskImage','LSet','Lower',
|
/external/chromium_org/chrome/tools/tracing/ |
trace.html | 211 var bucket_size = 50000; // millisecs
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
openssl.cnf | 343 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
/external/openssl/apps/ |
openssl.cnf | 343 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/ |
sg.h | 126 unsigned int duration; /* millisecs elapsed since written (req_state==1)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
sg.h | 126 unsigned int duration; /* millisecs elapsed since written (req_state==1)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
sg.h | 126 unsigned int duration; /* millisecs elapsed since written (req_state==1)
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
Filter.java | 164 protected void delayNextProcess(int millisecs) { 165 mSleepDelay = millisecs;
|
/external/srec/portable/include/ |
ptrd.h | 177 * @param timeoutMs The amount of time (in millisecs) to wait for
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
nacltest.js | 281 this.log('NaClPerf [' + event + '] ' + timeMS + ' millisecs');
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
OMX_G711Decoder.h | 74 #define G711D_TIMEOUT (1000) /* millisecs */
|
OMX_G711Dec_Utils.h | 148 #define G711D_TIMEOUT (1000) /* millisecs */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
OMX_G722Dec_Utils.h | 95 #define G722D_TIMEOUT (1000) /* millisecs */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
OMX_G729Decoder.h | 74 #define G729D_TIMEOUT (1000) /* millisecs */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
OMX_WbAmrDecoder.h | 82 #define WBAMR_DEC_TIMEOUT (1000) /* millisecs */
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | 683 uint32 duration; /* millisecs spent sampling this channel */ 684 uint32 congest_ibss; /* millisecs in our bss (presumably this traffic will */ 687 uint32 interference; /* millisecs detecting a non 802.11 interferer. */ [all...] |