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

1 2 3 4 5 6 7 891011>>

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimChannel.java 60 private float time; field in class:AnimChannel
168 * @return The time of the currently playing animation. The time
174 return time;
178 * @param time Set the time of the currently playing animation, the time
181 public void setTime(float time) {
182 this.time = FastMath.clamp(time, 0, getAnimMaxTime())
    [all...]
  /external/openssl/crypto/
o_time.h 62 #include <time.h>
  /external/proguard/src/proguard/gui/splash/
CircleSprite.java 59 public void paint(Graphics graphics, long time)
61 int xt = x.getInt(time);
62 int yt = y.getInt(time);
63 int r = radius.getInt(time);
ConstantColor.java 26 * This VariableColor is constant over time.
47 public Color getColor(long time)
ConstantFont.java 26 * This VariableFont is constant over time.
42 public Font getFont(long time)
ConstantString.java 24 * This VariableString is constant over time.
45 public String getString(long time)
  /external/srec/portable/include/
ptimestamp.h 25 #include <time.h>
36 * Time stamp structure with two fields: seconds and milliseconds. The secs
55 * Sets the time stamp to represent current time. Sets both secs field and
  /frameworks/av/include/media/
AudioTimestamp.h 20 #include <time.h>
  /frameworks/base/opengl/java/android/opengl/
EGLExt.java 37 // C function EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
42 long time
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 124 long time = Long.MAX_VALUE; local
140 if (t < time) {
142 time = t;
152 long time = Long.MAX_VALUE; local
166 time = t < time ? t : time;
169 return time;
174 long time = Long.MAX_VALUE;
187 time = t < time ? t : time
    [all...]
  /hardware/ril/librilutils/
librilutils.c 18 #include <time.h>
  /ndk/sources/android/support/include/
time.h 31 #include_next <time.h>
  /ndk/sources/cxx-stl/gabi++/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /ndk/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /packages/apps/Nfc/nci/jni/
IntervalTimer.h 21 #include <time.h>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Statistics.java 76 // Timers to count average time to enter a key, first press a delete key,
110 // The last time that a tap was performed
160 public void recordChar(int codePoint, long time) {
166 recordUserAction(time, true /* isDeletion */);
178 recordUserAction(time, false /* isDeletion */);
197 public void recordGestureInput(final int numCharsEntered, final long time) {
200 recordUserAction(time, false /* isDeletion */);
208 public void recordGestureDelete(final int length, final long time) {
210 recordUserAction(time, true /* isDeletion */);
213 public void recordManualSuggestion(final long time) {
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
51 using ::time;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
51 using ::time;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
select.h 32 #include <sys/time.h>
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;

Completed in 402 milliseconds

1 2 3 4 5 6 7 891011>>