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

  /external/webkit/WebCore/html/
DateComponents.h 45 // * Time type: hour-minute-second-millisecond
46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
62 int millisecond() const { return m_millisecond; } function in class:WebCore::DateComponents
72 None, // Suppress the second part and the millisecond part if they are 0.
73 Second, // Always show the second part, and suppress the millisecond part if it is 0.
74 Millisecond // Always show the second part and the millisecond part.
100 // Sets hour, minute, second and millisecond.
102 // Sets year, month, monthDay, hour, minute, second and millisecond.
104 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone
    [all...]
DateComponents.cpp 241 // Parses a timezone part, and adjust year, month, monthDay, hour, minute, second, millisecond.
383 int millisecond = 0; local
397 ok = toInt(src, length, index, 1, millisecond);
398 millisecond *= 100;
400 ok = toInt(src, length, index, 2, millisecond);
401 millisecond *= 10;
403 ok = toInt(src, length, index, 3, millisecond);
413 m_millisecond = millisecond;
640 effectiveFormat = Millisecond;
652 case Millisecond
    [all...]
  /external/chromium/base/
time.h 73 // to the next full millisecond.
210 int millisecond; // Milliseconds within the current second (0-999) member in struct:base::Time::Exploded
418 // is hardware dependent and may or may not return sub-millisecond
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 85 rpc_uint16 millisecond; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 79 rpc_uint16 millisecond; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 85 milliseconds