HomeSort by relevance Sort by last modified time
    Searched defs:m_time (Results 1 - 10 of 10) sorted by null

  /external/skia/legacy/src/ports/
SkTime_Unix.cpp 19 time_t m_time; local
20 time(&m_time);
22 tstruct = localtime(&m_time);
  /external/skia/src/ports/
SkTime_Unix.cpp 19 time_t m_time; local
20 time(&m_time);
22 tstruct = localtime(&m_time);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
EventSendingController.h 63 double m_time; member in class:WTR::EventSendingController
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesProfiler.h 84 double m_time; member in class:WebCore::TilesProfiler
  /external/webkit/Source/WebCore/svg/animation/
SMILTime.h 37 SMILTime() : m_time(0) { }
38 SMILTime(double time) : m_time(time) { }
39 SMILTime(const SMILTime& o) : m_time(o.m_time) { }
44 SMILTime& operator=(const SMILTime& o) { m_time = o.m_time; return *this; }
45 double value() const { return m_time; }
47 bool isFinite() const { return m_time < indefiniteValue; }
48 bool isIndefinite() const { return m_time == indefiniteValue; }
49 bool isUnresolved() const { return m_time == unresolvedValue;
55 double m_time; member in class:WebCore::SMILTime
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 1291 UINT32 m_time; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 1056 UINT32 m_time; local
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 1034 UINT32 m_time; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 76 , m_time(0)
83 , m_time(time)
90 , m_time(0)
97 double time() { return m_time; }
102 double m_time; member in class:WebCore::MediaPlayerPrivateAVFoundation::Notification
  /external/blktrace/btt/
globals.h 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member in struct:io

Completed in 269 milliseconds