Searched refs:duration (Results 201 - 225 of 242) sorted by relevance

12345678910

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelinePresentationModel.js579 var duration = endTime - startTime; variable
583 var durationText = WebInspector.UIString("%s (at %s)", Number.secondsToString(duration, true),
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp354 double duration; member in struct:_Ewk_View_Private_Data::__anon5542::__anon5543
1190 if (delta > priv->animatedZoom.time.duration)
1191 delta = priv->animatedZoom.time.duration;
1195 delta /= priv->animatedZoom.time.duration;
1902 Eina_Bool ewk_view_zoom_animated_set(Evas_Object* ewkView, float zoom, float duration, Evas_Coord centerX, Evas_Coord centerY) argument
1938 priv->animatedZoom.time.end = now + duration;
1939 priv->animatedZoom.time.duration = duration;
H A Dewk_view.h1370 * and duration (@a duration parameter).
1381 * @param duration time in seconds the animation should take.
1387 EAPI Eina_Bool ewk_view_zoom_animated_set(Evas_Object *o, float zoom, float duration, Evas_Coord cx, Evas_Coord cy);
/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_config.c645 apr_time_t duration = apr_time_now() - r->request_time; local
646 return apr_psprintf(r->pool, "%" APR_TIME_T_FMT, apr_time_sec(duration));
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dlocks_i386.c463 l->debug.duration[0] = l->debug.duration[1] = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.cpp65 // If we send a duration of 0 to CA, then it will use the default duration
2241 double duration = anim->duration(); local
2242 if (duration <= 0)
2243 duration = cAnimationAlmostZeroDuration;
2267 propertyAnim->setDuration(duration);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dlread.c495 double duration = extract_float (seconds);
497 sec = (int) duration;
498 usec = (duration - sec) * 1000000;
493 double duration = extract_float (seconds); local
H A Dkeyboard.c4039 EMACS_TIME duration;
4040 EMACS_GET_TIME (duration);
4041 if (EMACS_TIME_GE (duration, *end_time))
4045 EMACS_SUB_TIME (duration, *end_time, duration);
4046 wait_reading_process_output (EMACS_SECS (duration),
4047 EMACS_USECS (duration),
4023 EMACS_TIME duration; local
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Ddate.c971 * @duration: string to analyze
973 * Parses a duration string
978 exsltDateParseDuration (const xmlChar *duration) argument
980 const xmlChar *cur = duration;
985 if (duration == NULL)
993 /* duration must start with 'P' (after sign) */
1027 /* update duration based on item type */
1066 "Parsed duration %f\n", dur->value.dur.sec);
1099 * Formats @dt in xs:duration format.
1630 * Calculate the difference between @x and @y as a duration
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSerializer.pm175 duration 80
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DRenderThemeBlackBerry.cpp929 float position = mediaElement->duration() > 0 ? (mediaElement->currentTime() / mediaElement->duration()) : 0;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c71 time_t hfl_duration; /* duration of sample period */
479 hotfileinfo.duration = SWAP_BE32 (HFC_DEFAULT_DURATION);
1916 hotfileinfo->duration = SWAP_BE32 (HFC_DEFAULT_DURATION);
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/
H A DSSLeay.pm121 at least for the duration of the build (it may be removed afterwards).
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DMediaPlayer.cpp517 double MediaPlayer::duration() const function in class:WebCore::MediaPlayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovie.cpp352 float QTMovie::duration() const function in class:QTMovie
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeWinCE.cpp524 float pt = (mediaElement->currentTime() - mediaElement->startTime()) / mediaElement->duration();
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSound.h497 int duration; member in struct:jkQueuedSound
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h153 @param newService The IOService object the notification is delivering. It is retained for the duration of the handler's invocation and doesn't need to be released by the handler. */
166 @param provider The IOService object who is delivering the notification. It is retained for the duration of the handler's invocation and doesn't need to be released by the handler.
1647 virtual void clampPowerOn( unsigned long duration );
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DMoviePlayer.c430 static void TaskNeededSoonerCallback( TimeValue duration,
2199 Tcl_WrongNumArgs( interp, 2, objv, "?startTime? ?duration?" );
4522 * Add images to a media with a duration of duration.
4536 TimeValue durationPerFrame, /* the duration of one frame in media's time scale (in) */
4872 durationPerFrame, /* frame duration */
4926 * Add images to a media with a duration of duration.
4940 TimeValue duration, /* the duration o
4938 AddImageFileToMovie( Tcl_Interp *interp, Media myMedia, TimeValue duration, char *fileName, long optFlags, int showDialog, CodecType codecType, CodecQ spatialQuality, CodecQ temporalQuality, short colorDepth, long keyFrameRate, TimeValue *sampleTimePtr ) argument
6049 TaskNeededSoonerCallback( TimeValue duration, unsigned long flags, void *refcon ) argument
[all...]
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardWin.mm456 [self performSelector:@selector(hideLogContainer:) withObject:nil afterDelay:[[NSAnimationContext currentContext] duration]];
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2Login.cpp1758 // late arriving status will be discarded unless timeout duration is changed to zero
3172 void IOFireWireSBP2Login::startFetchAgentRetryTimer( UInt32 duration )
3180 fFetchAgentRetryTimerCommand->reinit( duration,
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp2329 const struct timeval *start, const struct timeval *duration)
2337 timeradd(start, duration, &delta); // Delay Till = start + duration
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg/lib/DateTime/Format/
H A DPg.pm546 Given a string containing a duration (SQL type INTERVAL) representation,
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm555 Given a string containing a duration (SQL type INTERVAL) representation,
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h3116 @abstract Sets the duration of the timeout for this command. \
3118 @param duration A timeout value in microseconds \
3120 void (*SetTimeoutDuration)(IOFireWireLibCommandRef self, UInt32 duration ); \

Completed in 277 milliseconds

12345678910