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

1 2 3 4 5 6 7 891011>>

  /bionic/libc/bionic/
strftime_l.cpp 29 #include <time.h>
  /bionic/libc/upstream-netbsd/android/include/
port_before.h 22 #include <time.h>
  /bionic/libstdc++/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /development/ndk/sources/android/ndk_helper/
perfMonitor.cpp 48 struct timeval Time;
49 gettimeofday( &Time, NULL );
51 double time = Time.tv_sec + Time.tv_usec * 1.0 / 1000000.0; local
52 double tick = time - last_tick_;
54 last_tick_ = time;
56 if( Time.tv_sec - tv_last_sec_ >= 1 )
58 double time = Time.tv_sec + Time.tv_usec * 1.0 / 1000000.0 local
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 20 #include <time.h>
24 #include <sys/time.h>
25 #include <time.h>
28 #include <sys/time.h>
  /external/chromium_org/components/translate/core/browser/
translate_event_details.cc 15 time = base::Time::Now();
  /external/chromium_org/content/browser/power_profiler/
power_event.h 8 #include "base/time/time.h"
27 base::TimeTicks time; // Time that power data was read. member in struct:content::PowerEvent
  /external/chromium_org/third_party/WebKit/public/platform/
WebFloatAnimationCurve.h 47 virtual float getValue(double time) const = 0;
  /external/compiler-rt/test/msan/
tzset.cc 5 #include <time.h>
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
EntryStruct.java 26 public long time; field in class:EntryStruct
  /external/lldb/test/functionalities/longjmp/
main.c 11 #include <time.h>
  /external/ltrace/testsuite/ltrace.minor/
time-record.c 1 /* Ltrace Test : time-record.c.
3 time inside each call.
7 #include <time.h>
  /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
  /external/valgrind/main/coregrind/
vgdb-invoker-none.c 32 #include <sys/time.h>
  /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 140 long time = Long.MAX_VALUE; local
156 if (t < time) {
158 time = t;
168 long time = Long.MAX_VALUE; local
182 time = t < time ? t : time;
185 return time;
190 long time = Long.MAX_VALUE;
203 time = t < time ? t : time
    [all...]
  /hardware/ril/librilutils/
librilutils.c 18 #include <time.h>
  /ndk/sources/android/support/include/
time.h 33 #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;

Completed in 607 milliseconds

1 2 3 4 5 6 7 891011>>