Searched full:current_date (Results 1 – 17 of 17) sorted by relevance
| /external/python/google-api-python-client/.github/workflows/ |
| D | main.yml | 32 run: echo "::set-output name=current_date::$(date +'%Y-%m-%d')" 41 git checkout -b update-discovery-artifacts-${{ steps.date.outputs.current_date }} 71 …git push -f --set-upstream origin update-discovery-artifacts-${{ steps.date.outputs.current_date }} 92 const branch = 'update-discovery-artifacts-${{ steps.date.outputs.current_date }}'
|
| /external/python/cpython2/Doc/includes/sqlite3/ |
| D | pysqlite_datetime.py | 17 cur.execute('select current_date as "d [date]", current_timestamp as "ts [timestamp]"') 19 print "current_date", row[0], type(row[0])
|
| /external/python/cpython3/Doc/includes/sqlite3/ |
| D | pysqlite_datetime.py | 17 cur.execute('select current_date as "d [date]", current_timestamp as "ts [timestamp]"') 19 print("current_date", row[0], type(row[0]))
|
| /external/cronet/components/metrics/ |
| D | data_use_tracker.cc | 122 const base::Time current_date = GetCurrentMeasurementDate(); in RemoveExpiredEntriesForPref() local 123 const base::Time week_ago = current_date - base::Days(7); in RemoveExpiredEntriesForPref()
|
| /external/AFLplusplus/dictionaries/ |
| D | initfile.dict | 98 CURRENT_DATE="CURRENT_DATE"
|
| D | docommand.dict | 98 CURRENT_DATE="CURRENT_DATE"
|
| D | sql.dict | 96 keyword_CURRENT_DATE="CURRENT_DATE"
|
| /external/oss-fuzz/projects/mysql-server/targets/ |
| D | fuzz_initfile.dict | 98 CURRENT_DATE="CURRENT_DATE"
|
| D | fuzz_docommand.dict | 98 CURRENT_DATE="CURRENT_DATE"
|
| /external/oss-fuzz/projects/sqlite3/ |
| D | sql.dict | 96 keyword_CURRENT_DATE="CURRENT_DATE"
|
| /external/rust/crates/rusqlite/src/types/ |
| D | chrono.rs | 289 let result: Result<NaiveDate> = db.one_column("SELECT CURRENT_DATE"); in test_sqlite_functions()
|
| /external/doclava/res/assets/templates-sdk/assets/js/ |
| D | android_3p-bundle.js | 2262 …NSTRAINT|CONTAINS|CONTAINSTABLE|CONTINUE|CONVERT|CREATE|CROSS|CURRENT|CURRENT_DATE|CURRENT_TIME|CU…
|
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.c | 23146 ** current_date() 23178 ** of the functions current_time(), current_date() and current_timestamp() 23234 DFUNCTION(current_date, 0, 0, 0, cdateFunc ), in sqlite3RegisterDateTimeFunctions() 23237 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions() 162667 ** 48: CURRENT_TIME CURRENT_DATE 162851 testcase( i==80 ); /* CURRENT_DATE */
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3.c | 25462 ** current_date() 25605 ** of the functions current_time(), current_date() and current_timestamp() 25663 DFUNCTION(current_date, 0, 0, 0, cdateFunc ), in sqlite3RegisterDateTimeFunctions() 25666 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions() 176390 ** 48: CURRENT_TIME CURRENT_DATE 176574 testcase( i==81 ); /* CURRENT_DATE */
|
| /external/sqlite/dist/sqlite-autoconf-3420000/ |
| D | sqlite3.c | 24935 ** current_date() 24967 ** of the functions current_time(), current_date() and current_timestamp() 25024 DFUNCTION(current_date, 0, 0, 0, cdateFunc ), in sqlite3RegisterDateTimeFunctions() 25027 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions() 173534 ** 48: CURRENT_TIME CURRENT_DATE 173718 testcase( i==81 ); /* CURRENT_DATE */
|
| /external/sqlite/dist/sqlite-autoconf-3440300/ |
| D | sqlite3.c | 25462 ** current_date() 25605 ** of the functions current_time(), current_date() and current_timestamp() 25663 DFUNCTION(current_date, 0, 0, 0, cdateFunc ), in sqlite3RegisterDateTimeFunctions() 25666 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions() 176406 ** 48: CURRENT_TIME CURRENT_DATE 176590 testcase( i==81 ); /* CURRENT_DATE */
|
| /external/sqlite/dist/sqlite-autoconf-3420000/orig/ |
| D | sqlite3.c | 24935 ** current_date() 24967 ** of the functions current_time(), current_date() and current_timestamp() 25024 DFUNCTION(current_date, 0, 0, 0, cdateFunc ), in sqlite3RegisterDateTimeFunctions() 25027 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions() 173518 ** 48: CURRENT_TIME CURRENT_DATE 173702 testcase( i==81 ); /* CURRENT_DATE */
|