Searched refs:year (Results 1 – 9 of 9) sorted by relevance
/development/scripts/ |
D | add3prf.py | 88 year, month, day = "", "", "" 95 year = match.group(2) 103 year, month, day = match.group(1), match.group(2), match.group(3) 104 if year and month and day: 105 print("### Reuse date in METADATA:", year, month, day) 106 return int(year), int(month), int(day) 108 return today.year, today.month, today.day 117 year, month, day = get_metadata_date() 124 license_comment=license_comment, year=year, month=month, day=day))
|
D | aday | 11 year = 2009 + (month / 12) 14 return datetime.date(year, month + 1, 1) + datetime.timedelta(days=day - 1)
|
/development/tools/repo_diff/service/repodiff/utils/ |
D | time.go | 15 year, month, day := t.Unix(int64(timestamp), 0).Date() 16 return fmt.Sprintf("%04d-%02d-%02d", year, month, day)
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | DateWidgets1.java | 131 public void onDateSet(DatePicker view, int year, int monthOfYear, 133 mYear = year;
|
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/ |
D | PhoneMainActivity.java | 76 public void onDateSet(DatePicker view, int year, int monthOfYear, int dayOfMonth) { in onDateSet() argument 82 calendar.set(Calendar.YEAR, year); in onDateSet()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PrintCustomContent.java | 499 item.year = years[i]; in loadMotoGpStats() 509 String year; field in PrintCustomContent.MotoGpStatItem 550 TextView yearView = (TextView) convertView.findViewById(R.id.year); in getView() 551 yearView.setText(item.year); in getView()
|
/development/testrunner/ |
D | create_test.py | 110 "YEAR":datetime.date.today().year}
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 345 more than one year after the cause of action arose. Each party waives 1000 Copyright (C) <year> <name of author> 1889 Copyright (C) <year> <name of author> 1911 Gnomovision version 69, Copyright (C) year name of author 4683 Portions of this software are copyright � <year> The FreeType 4687 Please replace <year> with the value from the FreeType version you 5322 Copyright (C) <year> <name of author> 6239 Copyright (C) <year> <name of author> 6260 Gnomovision version 69, Copyright (C) year name of author 7061 Copyright (C) <year> <name of author> [all …]
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 60 annual - j. occurring or payable every year
|