/frameworks/base/core/java/android/webkit/ |
WebSyncManager.java | 29 // time delay in millisec for a sync (now) message 30 private static int SYNC_NOW_INTERVAL = 100; // 100 millisec 31 // time delay in millisec for a sync (later) message
|
CookieManager.java | 579 * @param last The given time in millisec [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
debug.c | 93 int millisec; local 101 millisec = tv.tv_usec / 1000; 104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerImpl.h | 47 size_t BORT; /* beginning of recognition time (millisec) */ 48 size_t DURS; /* amount of speech processed (millisec) */ 49 size_t EORT; /* end of recognition time (millisec) */ 53 size_t EOST; /* instant where end of speech signal occurred (millisec) */
|
/external/webkit/WebCore/platform/android/ |
SharedTimerAndroid.cpp | 54 LOGV("setSharedTimerFireTime: in %ld millisec", timeInMs);
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
RecentCallsListActivityTests.java | 263 * @param date In millisec since epoch. Use NOW to use the current time. 290 * @param date In millisec since epoch. Use NOW to use the current time. 299 * @param date In millisec since epoch. Use NOW to use the current time. 308 * @param date In millisec since epoch. Use NOW to use the current time.
|
/cts/tools/host/src/com/android/cts/ |
HostUtils.java | 248 * @param milliSec The time in milliseconds. 254 public static String getFormattedTimeString(long milliSec, String separator, 257 cal.setTimeInMillis(milliSec);
|
TestSession.java | 509 long millisec = diff % MSEC_PER_SECOND; local 510 println("Time: " + seconds + "." + millisec + "s\n");
|
/external/opencore/engines/player/config/core/ |
pv_player_config.h | 75 // reposition point in millisec
|
/development/host/windows/usb/legacy/driver/ |
android_usb_driver_defines.h | 141 /// Initial timeout (in millisec) set for this request
|
/frameworks/base/include/media/ |
Metadata.h | 64 static const Type kDuration = 10; // Integer(millisec)
|
/packages/apps/Phone/src/com/android/phone/ |
HapticFeedback.java | 66 private static final long DURATION = 10; // millisec.
|
/frameworks/base/media/java/android/media/ |
Metadata.java | 75 public static final int DURATION = 10; // Integer(millisec) 149 private int mDuration; // millisec 379 final int duration = mParcel.readInt(); // millisec
|
/external/opencore/baselibs/gen_data_structures/src/ |
rtsp_time_formats.h | 278 *We return valid start and stop times(in millisec) if we see that the delta
|
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
mpeg4_enc.cpp | 748 vid_in.timestamp = ((ULong) aInTimeStamp / 1000); //converting microsec to millisec 772 *aOutTimeStamp = ((OMX_TICKS) vid_out.timestamp * 1000); //converting millisec to microsec
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
ticon.c | 442 {(PS8)"Interval (in millisec)", CON_PARM_RANGE, 0, 3600000, 1000 }, 460 {(PS8)"Min dwell time (in millisec)", CON_PARM_RANGE, 1, 1000, 15 }, 461 {(PS8)"Max dwell time (in millisec)", CON_PARM_RANGE, 1, 1000, 100 }, [all...] |
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
ticon.c | 431 {(PS8)"Interval (in millisec)", CON_PARM_RANGE, 0, 3600000, 1000 }, 449 {(PS8)"Min dwell time (in millisec)", CON_PARM_RANGE, 1, 1000, 15 }, 450 {(PS8)"Max dwell time (in millisec)", CON_PARM_RANGE, 1, 1000, 100 }, [all...] |
/external/opencore/codecs_v2/omx/omx_h264enc/src/ |
avc_enc.cpp | 604 iTimeStamp = Oscl_Int64_Utils::get_uint64_lower32(aInTimeStamp / 1000); //timestamp in millisec
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | [all...] |
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/ |
pvmf_jitter_buffer.h | 787 "aDuration" specifies the amount of data(in millisec) Jb should accumuate before letting any data out of it. [all...] |
/external/opencore/android/ |
playerdriver.cpp | [all...] |
/external/opencore/engines/player/src/ |
pv_player_engine.cpp | [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset1.h | 448 * -# Check playback position every 100 millisec and stop after 4 sec [all...] |
test_pv_player_engine_testset7.cpp | [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
mp4enc_api.cpp | [all...] |