/frameworks/base/services/java/com/android/server/am/ |
UsageStatsService.java | 269 // Update current stats which are binned by date 281 * Utility method to convert date into string. 887 String date, boolean isCompactOutput, HashSet<String> packages) { [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthWeekEventsView.java | 916 String date = Utils.formatDateRange(context, millis, millis, local [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
CallDetailActivity.java | 181 CallLog.Calls.DATE, 546 long date = callCursor.getLong(DATE_COLUMN_INDEX); local 585 new int[]{ callType }, date, duration, [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
MenuHelper.java | 55 import java.util.Date; 432 Date date = new Date(image.getDateTaken()); 434 value = dateFormat.format(date); [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageUtils.java | 170 // Date: *** 257 // Date: *** 337 long date = cursor.getLong(MessageListAdapter.COLUMN_SMS_DATE); local 338 details.append(MessageUtils.formatTimeStampString(context, date, true)); 414 // If the message is from a different year, show the date and year. 418 // If it is from a different day than today, show only the date. 425 // If the caller has asked for full details, make sure to show the date [all...] |
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 21 import java.util.Date; 601 Date date = new Date(current); local 604 String title = formatter.format(date);
|
/sdk/emulator/gps/ |
gps_qemu.c | 262 // no date yet, get current one 288 nmea_reader_update_date( NmeaReader* r, Token date, Token time ) 290 Token tok = date; 294 D("date not properly formatted: '%.*s'", tok.end-tok.p, tok.p); 302 D("date not properly formatted: '%.*s'", tok.end-tok.p, tok.p);
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 270 """Determine freshness from the Date, Expires and Cache-Control headers. 311 elif response_headers.has_key('date'): 312 date = calendar.timegm(email.Utils.parsedate_tz(response_headers['date'])) 314 current_age = max(0, now - date) 325 freshness_lifetime = max(0, calendar.timegm(expires) - date) [all...] |
/external/valgrind/main/massif/ |
ms_main.c | 98 cmd: date 121 n1: 5 0x8049821: (within /bin/date) 141 --------------------------------------------------------------------------------Command: date [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageViewFragmentBase.java | 930 String date = formatDate(mMessage.mTimeStamp, true); local [all...] |
/external/chromium/third_party/libevent/ |
http.c | 424 if (evhttp_find_header(headers, "Date") == NULL) { 425 char date[50]; local 437 if (strftime(date, sizeof(date), 439 evhttp_add_header(headers, "Date", date); [all...] |
/external/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 230 if(!preg_match("/\/\*\*((?!\*\/).)*?Date Started:((?!\*\/).)*?\*\//s", $langfile_content)) { 231 report_error(TYPE_WARNING, 'Language file does not contain a specification of the date it was started!'); [all...] |
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
ll.S | 148 @ compiled date
|
/external/webkit/Source/WebCore/platform/network/ |
ResourceResponseBase.cpp | 283 DEFINE_STATIC_LOCAL(const AtomicString, dateHeader, ("date")); 403 // This handles all date formats required by RFC2616: 413 double ResourceResponseBase::date() const function in class:WebCore::ResourceResponseBase 418 DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("date"));
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardStatusViewManager.java | 27 import java.util.Date; 168 mDateView = (TextView) findViewById(R.id.date); 406 mDateView.setText(DateFormat.format(mDateFormatString, new Date()));
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
CalendarAppWidgetService.java | 228 updateTextView(views, R.id.date, View.VISIBLE, dayInfo.mDayLabel);
|
/build/core/tasks/ |
cts.mk | 99 # javalib.jar is up-to-date, then classes.jar is as well. Depending
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 56 import java.util.Date; 1251 int date = Integer.parseInt(nitzSubs[2]); local [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 64 import java.util.Date; 1319 int date = Integer.parseInt(nitzSubs[2]); local [all...] |
/system/core/toolbox/ |
newfs_msdos.c | 150 u_int8_t date[2]; /* creation date */ member in struct:de 718 mk2(de->date, x);
|
/external/chromium/chrome/browser/autofill/ |
autofill_manager_unittest.cc | 222 "Expiration Date", "ccmonth", "", "month", &field); 226 "Expiration Date", "ccmonth", "", "text", &field); 359 std::string date; local 361 date = exp_year + "-" + exp_month; 363 "Expiration Date", "ccmonth", date.c_str(), "month", &field); 367 "Expiration Date", "ccmonth", expiration_month, "text", &field); [all...] |
/external/v8/src/ |
mirror-debugger.js | 325 * Check whether the mirror reflects a date. 326 * @returns {boolean} True if the mirror reflects a date 993 * @param {Date} value The Date object reflected by this mirror [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
scm_unittest.py | 46 from datetime import date namespace 257 git_failure_message="Merge conflict during commit: Your file or directory 'WebCore/ChangeLog' is probably out-of-date: resource out of date; try updating at /usr/local/libexec/git-core//git-svn line 469" 259 svn: File or directory 'ChangeLog' is out of date; try updating 260 svn: resource out of date; try updating 467 # svn-apply will update ChangeLog entries with today's date. 468 return changelog_entry.replace('DATE_HERE', date.today().isoformat()) [all...] |
/packages/apps/Camera/src/com/android/camera/ |
VideoCamera.java | 75 import java.util.Date; 331 Date date = new Date(dateTaken); local 335 return dateFormat.format(date); 525 // calculate the up-to-date orientationCompensation. [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorFragment.java | 94 import java.util.Date; 967 Date date = new Date(System.currentTimeMillis()); local [all...] |