Searched refs:CURRENT_TIME (Results 1 – 10 of 10) sorted by relevance
/external/yaffs2/yaffs2/ |
D | yportenv.h | 70 #define Y_CURRENT_TIME CURRENT_TIME.tv_sec 73 #define Y_CURRENT_TIME CURRENT_TIME
|
/external/kernel-headers/original/linux/ |
D | time.h | 104 #define CURRENT_TIME (current_kernel_time()) macro
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | alter4.test | 143 alter table t1 add column d DEFAULT CURRENT_TIME;
|
D | alter3.test | 156 alter table t1 add column d DEFAULT CURRENT_TIME;
|
D | table.test | 592 # Test the ability to have default values of CURRENT_TIME, CURRENT_DATE 599 tm text DEFAULT CURRENT_TIME,
|
D | pragma.test | 613 five DEFAULT CURRENT_TIME 622 {4 five {} 0 CURRENT_TIME 0} \
|
D | expr.test | 789 # Test the CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP expressions. 794 execsql {SELECT CURRENT_TIME} 805 execsql {SELECT CURRENT_TIME==time('now');}
|
D | e_createtable.test | 877 # 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
|
D | fkey2.test | 947 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 }
|
D | e_expr.test | 653 do_execsql_test e_expr-12.2.6 {SELECT CURRENT_TIME} {00:00:01} 677 6 CURRENT_TIME
|