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.cc123 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/
Dupload_lexan_crashes_to_forcey.py84 seen_urls: Iterable[str], state_file: str, current_date: datetime.date
91 "most_recent_date": to_ymd(current_date),
/external/AFLplusplus/dictionaries/
Ddocommand.dict98 CURRENT_DATE="CURRENT_DATE"
Dinitfile.dict98 CURRENT_DATE="CURRENT_DATE"
Dsql.dict96 keyword_CURRENT_DATE="CURRENT_DATE"
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_docommand.dict98 CURRENT_DATE="CURRENT_DATE"
Dfuzz_initfile.dict98 CURRENT_DATE="CURRENT_DATE"
/external/oss-fuzz/projects/sqlite3/
Dsql.dict96 keyword_CURRENT_DATE="CURRENT_DATE"
/external/rust/crates/rusqlite/src/types/
Dchrono.rs291 let result: Result<NaiveDate> = db.query_row("SELECT CURRENT_DATE", [], |r| r.get(0)); in test_sqlite_functions()
/external/grpc-grpc/tools/run_tests/
Drun_tests.py87 timestamp >= DATE_ADD(CURRENT_DATE(), -1, "WEEK")
/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/sqlite/dist/orig/
Dsqlite3.c24516 ** 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/
Dsqlite3.c24516 ** 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/
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 */