Home
last modified time | relevance | path

Searched full:current_date (Results 1 – 17 of 17) sorted by relevance

/external/python/google-api-python-client/.github/workflows/
Dmain.yml32 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/
Dpysqlite_datetime.py17 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/
Dpysqlite_datetime.py17 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/
Ddata_use_tracker.cc122 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/
Dinitfile.dict98 CURRENT_DATE="CURRENT_DATE"
Ddocommand.dict98 CURRENT_DATE="CURRENT_DATE"
Dsql.dict96 keyword_CURRENT_DATE="CURRENT_DATE"
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_initfile.dict98 CURRENT_DATE="CURRENT_DATE"
Dfuzz_docommand.dict98 CURRENT_DATE="CURRENT_DATE"
/external/oss-fuzz/projects/sqlite3/
Dsql.dict96 keyword_CURRENT_DATE="CURRENT_DATE"
/external/rust/crates/rusqlite/src/types/
Dchrono.rs289 let result: Result<NaiveDate> = db.one_column("SELECT CURRENT_DATE"); in test_sqlite_functions()
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2262 …NSTRAINT|CONTAINS|CONTAINSTABLE|CONTINUE|CONVERT|CREATE|CROSS|CURRENT|CURRENT_DATE|CURRENT_TIME|CU…
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c23146 ** 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/
Dsqlite3.c25462 ** 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/
Dsqlite3.c24935 ** 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/
Dsqlite3.c25462 ** 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/
Dsqlite3.c24935 ** 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 */