HomeSort by relevance Sort by last modified time
    Searched full:time (Results 901 - 925 of 15385) sorted by null

<<31323334353637383940>>

  /external/proguard/src/proguard/gui/splash/
ConstantFont.java 26 * This VariableFont is constant over time.
42 public Font getFont(long time)
ConstantInt.java 24 * This VariableInt is constant over time.
45 public int getInt(long time)
ConstantString.java 24 * This VariableString is constant over time.
45 public String getString(long time)
ConstantTiming.java 24 * This Timing is constant over time.
53 public double getTiming(long time)
SplashPanel.java 53 * @param processorLoad the fraction of processing time to be spend on
64 * for a limited period of time.
66 * @param processorLoad the fraction of processing time to be spend on
116 // Repaint the SplashPanel one last time.
155 long time = System.currentTimeMillis(); local
156 if (time > startTime + stopTime)
161 // Do a repaint and time it.
165 long repaintTime = System.currentTimeMillis() - time;
  /external/qemu/
compatfd.h 33 uint64_t ssi_utime; /* User CPU time consumed (SIGCHLD) */
34 uint64_t ssi_stime; /* System CPU time consumed (SIGCHLD) */
  /external/skia/bench/
BenchSysTimer_posix.cpp 3 //Time
4 #include <time.h>
  /external/stlport/stlport/stl/
_ctime.h 28 # include <time.h>
49 using _STLP_VENDOR_CSTD::time;
  /external/stlport/test/unit/
stldbg_include.cpp 2 * This is compile-time test for situation below not happen.
22 * This lead to compile-time error.
  /external/valgrind/main/docs/internals/
m_replacemalloc.txt 12 uses a client request each time it needs to call one of these.
14 This means that the following sequence occurs each time a tool that uses
  /external/valgrind/main/drd/tests/
hold_lock.c 10 #include <time.h>
40 fprintf(stderr, "Usage: %s [-i <interval time in ms>].\n", argv[0]);
  /external/valgrind/main/perf/
sarp.c 12 #include <time.h>
38 // Pause for a bit so that the native run-time is not 0.00, which leads
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
onload-completion-test.html 17 <p>This test verifies that at the time a body onload function is
20 dimensions at the time of the onload event, and prints its result
  /external/webkit/Source/JavaScriptCore/runtime/
TimeoutChecker.cpp 58 // Returns the time the current thread has spent executing, in milliseconds.
70 unsigned time = info.user_time.seconds * 1000 + info.user_time.microseconds / 1000; local
71 time += info.system_time.seconds * 1000 + info.system_time.microseconds / 1000;
73 return time;
96 // timer from the time the device was powered on.
100 // FIXME: We should return the time the current thread has spent executing.
102 // use a relative time from first call in order to avoid an overflow
144 // preferred script check time interval.
  /external/webrtc/src/system_wrappers/source/
event_linux.h 17 #include <time.h>
39 virtual bool StartTimer(bool periodic, unsigned long time);
  /frameworks/base/core/java/android/animation/
TimeInterpolator.java 20 * A time interpolator defines the rate of change of an animation. This allows animations
28 * value of an animation to derive the animated value at the current elapsed animation time.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteMisuseException.java 21 * threads in the application use it at the same time.
22 * Sqlite returns this error if bind and execute methods on this object occur at the same time
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 29 void goToSleep(long time);
30 void goToSleepWithReason(long time, int reason);
LocalPowerManager.java 33 void goToSleep(long time);
42 void userActivity(long time, boolean noChangeLights, int eventType);
  /frameworks/base/core/java/android/util/
TimingLogger.java 59 /** Used to track whether Log.isLoggable was enabled at reset time. */
62 /** Stores the time of each split. */
71 * least the Log.VERBOSE level for that tag at creation time then
83 * least the Log.VERBOSE level for that tag at creation time then
99 * level for that tag at creation time then the addSplit and
116 * Add a split for the current time, labeled with splitLabel. If
118 * the specified tag at construction or reset() time then this
132 * construction or reset() time then this call does nothing.
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_time.c 28 return time(NULL);
43 time(&t);
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
block_switch.h 47 Word32 windowNrg[2][BLOCK_SWITCH_WINDOWS]; /* time signal energy in Subwindows (last and current) */
48 Word32 windowNrgF[2][BLOCK_SWITCH_WINDOWS]; /* filtered time signal energy in segments (last and current) */
  /frameworks/base/media/libstagefright/include/
MP3Seeker.h 31 // Given a request seek time in "*timeUs", find the byte offset closest
33 // the actual time that seekpoint represents.
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
rsdebug.rs 22 // This test focuses primarily on compilation-time, not run-time.
rstypes.rs 32 // This test focuses primarily on compilation-time, not run-time.

Completed in 1278 milliseconds

<<31323334353637383940>>