Searched defs:time (Results 51 - 75 of 448) sorted by relevance

1234567891011>>

/macosx-10.10/Libsystem-1213/
H A DCompatibilityHacks.c61 SYM(time); variable
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioParamTimeline.h79 ParamEvent(Type type, float value, float time, float timeConstant, float duration, PassRefPtr<Float32Array> curve) argument
91 float time() const { return m_time; } function in class:WebCore::AudioParamTimeline::ParamEvent
H A DAudioParam.h88 void setValueAtTime(float value, float time) { m_timeline.setValueAtTime(value, time); } argument
89 void linearRampToValueAtTime(float value, float time) { m_timeline.linearRampToValueAtTime(value, time); } argument
90 void exponentialRampToValueAtTime(float value, float time) { m_timeline.exponentialRampToValueAtTime(value, time); } argument
91 void setTargetAtTime(float target, float time, float timeConstant) { m_timeline.setTargetAtTime(target, time, timeConstant); } argument
92 void setValueCurveAtTime(Float32Array* curve, float time, float duration) { m_timeline.setValueCurveAtTime(curve, time, duratio argument
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityMediaControls.cpp280 float time = toHTMLInputElement(node)->value().toFloat(); local
332 float time = element->currentValue(); local
/macosx-10.10/WebCore-7600.1.25/html/
H A DInputTypeNames.cpp152 const AtomicString& time() function in namespace:WebCore::InputTypeNames
H A DMediaFragmentURIParser.cpp244 bool MediaFragmentURIParser::parseNPTTime(const LChar* timeString, unsigned length, unsigned& offset, double& time) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSourceBufferPrivateClient.h78 virtual MediaTime sourceBufferPrivateFastSeekTimeForMediaTime(SourceBufferPrivate*, const MediaTime& time, const MediaTime&, const MediaTime&) { return time; } argument
/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteFileSystem.cpp132 time_t time; local
138 time_t time; local
/macosx-10.10/apr-32/apr/apr/time/win32/
H A Dtime.c90 FILETIME time; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Datimer.c308 EMACS_TIME now, time; local
[all...]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dschedule.c163 sched_get_time(schedule_ref ref, time_t *time) argument
[all...]
/macosx-10.10/ntp-92/libsntp/
H A Dlibsntp.h65 typedef bool (^sntp_query_result_handler_t) (sntp_query_result_t query_result, struct timeval time, double delay, double dispersion, bool more_servers); variable in typeref:struct:timeval
102 typedef bool (^sntp_query_extended_result_handler_t) (sntp_query_result_t query_result, uint64_t mach_timestamp, struct timeval time, double delay, double dispersion, bool more_servers, const char *ip_addr, const char *port, int retry_attempts); variable in typeref:struct:timeval
[all...]
/macosx-10.10/remote_cmds-47/talkd.tproj/
H A Dtable.c78 long time; member in struct:table_entry
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXoscmds.c233 double time; local
/macosx-10.10/xnu-2782.1.97/libkern/uuid/
H A Duuid.c99 uint64_t time; local
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.h79 unsigned int time; member in struct:vc_progress_element
/macosx-10.10/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c55 test_absolute_kevent(int time, int scale) argument
102 test_oneshot_kevent(int time, int scale) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dps-bdf.el[all...]
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDACallback.c108 CFAbsoluteTime time = 0; local
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Duperf.h118 virtual double time(int32_t n, UErrorCode* status) { function in class:UPerfFunction
184 int32_t time; member in class:UPerfTest
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c141 uint64_t time = (((uint64_t) shmem[index]->vblTime.hi) << 32 | shmem[index]->vblTime.lo); local
/macosx-10.10/MITKerberosShim-66/test/
H A Dtest_collection.c165 tests_set_stop_time(test_collection_t *tt, time_t time) argument
186 tests_set_start_time(test_collection_t *tt, time_t time) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.h57 static inline double dateToJulian(CFDateRef time) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.h57 static inline double dateToJulian(CFDateRef time) argument
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkey_create.c156 parse_time(const char *time, CFAbsoluteTime *ptime) argument

Completed in 311 milliseconds

1234567891011>>