HomeSort by relevance Sort by last modified time
    Searched full:dateval (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 72 "dateVal", "timeVal", "TS", "DT", "TBlob", "BlobVal", "MBlob",
166 + " dateVal DATE, " + " timeVal TIME, " + " TS TIMESTAMP, "
184 + "NumVal, charStr, dateVal, timeVal, TS,"
202 + "NumVal, charStr, dateVal, timeVal, TS,"
455 Date d = res.getDate("dateVal");
468 d = res.getDate("dateVal");
475 Date d = res.getDate("dateVal", testCal);
488 d = res.getDate("dateVal",testCal);
    [all...]
OldPreparedStatementTest.java 61 + " dateVal DATE, " + " timeVal TIME, " + " TS TIMESTAMP, "
72 + "NumVal, charStr, dateVal, timeVal, TS,"
    [all...]
  /ndk/sources/host-tools/make-3.81/
arscan.c 436 long int dateval;
480 sscanf (member_header_big.ar_date, "%12ld", &dateval);
512 sscanf (member_header.ar_date, "%12ld", &dateval);
526 dateval, uidval, gidval,
434 long int dateval; local

Completed in 1014 milliseconds