Home
last modified time | relevance | path

Searched refs:CURRENT_TIME (Results 1 – 10 of 10) sorted by relevance

/external/yaffs2/yaffs2/
Dyportenv.h70 #define Y_CURRENT_TIME CURRENT_TIME.tv_sec
73 #define Y_CURRENT_TIME CURRENT_TIME
/external/kernel-headers/original/linux/
Dtime.h104 #define CURRENT_TIME (current_kernel_time()) macro
/external/chromium_org/third_party/sqlite/src/test/
Dalter4.test143 alter table t1 add column d DEFAULT CURRENT_TIME;
Dalter3.test156 alter table t1 add column d DEFAULT CURRENT_TIME;
Dtable.test592 # Test the ability to have default values of CURRENT_TIME, CURRENT_DATE
599 tm text DEFAULT CURRENT_TIME,
Dpragma.test613 five DEFAULT CURRENT_TIME
622 {4 five {} 0 CURRENT_TIME 0} \
Dexpr.test789 # Test the CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP expressions.
794 execsql {SELECT CURRENT_TIME}
805 execsql {SELECT CURRENT_TIME==time('now');}
De_createtable.test877 # keywords CURRENT_TIME, CURRENT_DATE or CURRENT_TIMESTAMP.
889 i DEFAULT CURRENT_TIME,
993 # CURRENT_TIME, CURRENT_DATE or CURRENT_DATETIME, then the value used in
1007 a DEFAULT CURRENT_TIME,
1018 # EVIDENCE-OF: R-62327-53843 For CURRENT_TIME, the format of the value
Dfkey2.test947 catchsql { ALTER TABLE t2 ADD COLUMN g DEFAULT CURRENT_TIME REFERENCES t1 }
1034 catchsql { ALTER TABLE t2 ADD COLUMN g DEFAULT CURRENT_TIME REFERENCES t1 }
1116 catchsql { ALTER TABLE t2 ADD COLUMN g DEFAULT CURRENT_TIME REFERENCES t1 }
De_expr.test653 do_execsql_test e_expr-12.2.6 {SELECT CURRENT_TIME} {00:00:01}
677 6 CURRENT_TIME