Searched defs:Time (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A DTimeUtils.h31 * This class is the core implementation of the android.util.Time java
38 class Time class in namespace:android
57 static int compare(Time& a, Time& b);
59 Time();
H A DTime.cpp8 dump(const Time& t)
21 Time::Time() function in class:android::Time
44 Time::compare(Time& a, Time& b)
81 Time::switchTimezone(const char* timezone)
88 Time::format(const char *format, const struct strftime_locale *locale) const
114 Time::format2445(short* buf, bool hasTime) const
154 Time
[all...]
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoType.h192 VO_S64 Time; /*!< The time of the buffer */ member in struct:__anon693
/frameworks/base/core/java/android/text/format/
H A DTime.java26 * {@link java.util.GregorianCalendar} classes. An instance of the Time class represents
31 public class Time { class
112 * The timezone for this Time. Should not be null.
155 * Construct a Time object in the timezone named by the string
160 public Time(String timezone) { method in class:Time
173 * Construct a Time object in the default timezone. The time is initialized to
176 public Time() { method in class:Time
181 * A copy constructor. Construct a Time object by copying the given
182 * Time object. No normalization occurs.
186 public Time(Tim method in class:Time
[all...]

Completed in 256 milliseconds