HomeSort by relevance Sort by last modified time
    Searched refs:time (Results 351 - 375 of 5619) sorted by null

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
select.h 5 #include <time.h>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControls.h 45 static String formatMediaControlsTime(float time);
  /external/chromium_org/third_party/libevent/sample/
time-test.c 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
17 #include <time.h>
19 #include <sys/time.h>
37 int newtime = time(NULL);
64 lasttime = time(NULL);
  /external/chromium_org/third_party/skia/include/utils/
SkInterpolator.h 28 /** Return the start and end time for this interpolator.
30 @param startTime If not null, returns the time (in milliseconds) of the
33 @param endTime If not null, returns the time (in milliseconds) of the
50 @param repeatCount Multiplies the total time by this scalar.
62 Result timeToT(SkMSec time, SkScalar* T, int* index, SkBool* exact) const;
70 static SkScalar ComputeRelativeT(SkMSec time, SkMSec prevTime,
95 @param index The index of this frame (frames must be ordered by time)
96 @param time The millisecond time for this frame
104 bool setKeyFrame(int index, SkMSec time, const SkScalar values[]
    [all...]
  /external/chromium_org/third_party/skia/src/views/unix/
skia_unix.cpp 17 #include <sys/time.h>
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_impl.cc 33 keyframe.time, keyframe.value, CreateTimingFunction(type)));
42 keyframe.time,
48 float WebFloatAnimationCurveImpl::getValue(double time) const {
49 return curve_->GetValue(time);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
rlimit_mmap_test.cc 5 #include <sys/time.h>
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Track.java 40 * Sets the time of the animation.
46 * @param time The time in the animation
51 public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars);
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestReverb.java 40 private float time = 0; field in class:TestReverb
63 time += tpf;
65 if (time > nextTime) {
75 time = 0;
  /external/libpcap/
pcap-stdinc.h 53 #include <time.h>
  /external/netperf/
netcpu_sysctl.c 20 # include <sys/time.h>
21 # include <time.h>
24 # include <sys/time.h>
26 # include <time.h>
85 fprintf (stderr, "Cannot get CPU time!\n");
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.h 36 #include <sys/time.h>
  /external/skia/include/utils/
SkInterpolator.h 28 /** Return the start and end time for this interpolator.
30 @param startTime If not null, returns the time (in milliseconds) of the
33 @param endTime If not null, returns the time (in milliseconds) of the
50 @param repeatCount Multiplies the total time by this scalar.
62 Result timeToT(SkMSec time, SkScalar* T, int* index, SkBool* exact) const;
70 static SkScalar ComputeRelativeT(SkMSec time, SkMSec prevTime,
95 @param index The index of this frame (frames must be ordered by time)
96 @param time The millisecond time for this frame
104 bool setKeyFrame(int index, SkMSec time, const SkScalar values[]
    [all...]
  /external/skia/src/views/unix/
skia_unix.cpp 17 #include <sys/time.h>
  /external/sonivox/arm-fm-22k/lib_src/
eas_wavefile.h 48 EAS_U32 time; member in struct:s_wave_state_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wavefile.h 48 EAS_U32 time; member in struct:s_wave_state_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.h 48 EAS_U32 time; member in struct:s_wave_state_tag
  /external/tinycompress/
utils.c 57 #include <sys/time.h>
  /external/webrtc/src/system_wrappers/interface/
event_wrapper.h 37 // either immediately or some time in the future.
54 // drift over time relative to the system clock.
55 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
  /external/webrtc/src/system_wrappers/source/
event_win.h 31 virtual bool StartTimer(bool periodic, unsigned long time);
sleep.cc 19 #include <time.h>
  /frameworks/av/libvideoeditor/osal/src/
M4PSW_MemoryInterface.c 27 #include <time.h>
  /frameworks/av/media/libstagefright/
TimeSource.cpp 18 #include <sys/time.h>
  /hardware/invensense/60xx/libsensors_iio/
MPLSupport.h 21 #include <time.h>
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java 42 * only notifying a single thread at a time when items or spaces become
242 * or the specified waiting time elapses.
255 * <li>The specified waiting time elapses; or
315 * of the specified waiting time. In either case the implementation
319 * @param nanosTimeout the maximum time to wait, in nanoseconds
321 * the time spent waiting upon return from this method.
324 * the desired time. A value less than or equal to zero
325 * indicates that no time remains.
333 * or the specified waiting time elapses. This method is behaviorally
335 * <pre> {@code awaitNanos(unit.toNanos(time)) > 0}</pre
    [all...]

Completed in 823 milliseconds

<<11121314151617181920>>