HomeSort by relevance Sort by last modified time
    Searched refs:day_of_week (Results 1 - 18 of 18) sorted by null

  /external/chromium/base/
time_posix.cc 92 exploded->day_of_week = timestruct.tm_wday;
109 timestruct.tm_wday = exploded.day_of_week; // mktime/timegm ignore this
time.cc 124 is_in_range(day_of_week, 0, 6) &&
time_win.cc 187 st.wDayOfWeek = exploded.day_of_week;
233 exploded->day_of_week = st.wDayOfWeek;
time_unittest.cc 217 exploded.day_of_week = 0; // Should be unusued.
time.h 211 int day_of_week; // 0-based day of week (0 = Sunday, etc.) member in struct:base::Time::Exploded
  /external/chromium/chrome/browser/history/
history_publisher_win.cc 74 system_time.wDayOfWeek = exploded.day_of_week;
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 149 day_of_week(); method
170 final public String day_of_week() throws ParseException { method in class:DateTimeParser
  /external/chromium/base/metrics/
field_trial.cc 57 exploded.day_of_week = 0; // Should be unused.
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetProvider.java 142 views.setTextViewText(R.id.day_of_week, dayOfWeek);
  /external/chromium/crypto/
nss_util.cc 706 exploded.day_of_week = prxtime.tm_wday;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 113 unsigned char day_of_week;
loc_api_common_xdr.c 137 if (!xdr_u_char (xdrs, &objp->day_of_week))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 113 unsigned char day_of_week;
loc_api_common_xdr.c 137 if (!xdr_u_char (xdrs, &objp->day_of_week))
    [all...]
  /external/chromium/net/base/
x509_certificate_win.cc 155 system_time->wDayOfWeek = exploded.day_of_week;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 80 u_char day_of_week; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 74 u_char day_of_week; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 397 milliseconds