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 | 123 const base::Time current_date = GetCurrentMeasurementDate(); in RemoveExpiredEntriesForPref() local 124 const base::Time week_ago = current_date - base::Days(7); in RemoveExpiredEntriesForPref()
|
| /external/toolchain-utils/llvm_tools/ |
| D | upload_lexan_crashes_to_forcey.py | 84 seen_urls: Iterable[str], state_file: str, current_date: datetime.date 91 "most_recent_date": to_ymd(current_date),
|
| /external/AFLplusplus/dictionaries/ |
| D | docommand.dict | 98 CURRENT_DATE="CURRENT_DATE"
|
| D | initfile.dict | 98 CURRENT_DATE="CURRENT_DATE"
|
| D | sql.dict | 96 keyword_CURRENT_DATE="CURRENT_DATE"
|
| /external/oss-fuzz/projects/mysql-server/targets/ |
| D | fuzz_docommand.dict | 98 CURRENT_DATE="CURRENT_DATE"
|
| D | fuzz_initfile.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 | 291 let result: Result<NaiveDate> = db.query_row("SELECT CURRENT_DATE", [], |r| r.get(0)); in test_sqlite_functions()
|
| /external/grpc-grpc/tools/run_tests/ |
| D | run_tests.py | 87 timestamp >= DATE_ADD(CURRENT_DATE(), -1, "WEEK")
|
| /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/sqlite/dist/orig/ |
| D | sqlite3.c | 24516 ** current_date() 24548 ** of the functions current_time(), current_date() and current_timestamp() 24605 DFUNCTION(current_date, 0, 0, 0, cdateFunc ), 24608 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc), 169232 ** 48: CURRENT_TIME CURRENT_DATE 169416 testcase( i==80 ); /* CURRENT_DATE */
|
| /external/sqlite/dist/ |
| D | sqlite3.c | 24516 ** current_date() 24548 ** of the functions current_time(), current_date() and current_timestamp() 24605 DFUNCTION(current_date, 0, 0, 0, cdateFunc ), 24608 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc), 169248 ** 48: CURRENT_TIME CURRENT_DATE 169432 testcase( i==80 ); /* CURRENT_DATE */
|
| /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 */
|