HomeSort by relevance Sort by last modified time
    Searched refs:bdate (Results 1 - 6 of 6) sorted by null

  /libcore/ojluni/src/main/java/sun/util/calendar/
BaseCalendar.java 192 Date bdate = (Date) date; local
193 if (bdate.isNormalized()) {
196 int month = bdate.getMonth();
200 int d = bdate.getDayOfMonth();
201 if (d <= 0 || d > getMonthLength(bdate.getNormalizedYear(), month)) {
204 int dow = bdate.getDayOfWeek();
205 if (dow != Date.FIELD_UNDEFINED && dow != getDayOfWeek(bdate)) {
213 bdate.setNormalized(true);
222 Date bdate = (Date) date; local
223 TimeZone zi = bdate.getZone()
273 Date bdate = (Date) date; local
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go 73 exec(t, db, "CREATE|people|name=string,age=int32,photo=blob,dead=bool,bdate=datetime")
76 exec(t, db, "INSERT|people|name=Chris,age=?,photo=CPHOTO,bdate=?", 3, chrisBirthday)
118 exec(t, db, "CREATE|people|name=string,age=int32,photo=blob,dead=bool,bdate=datetime")
748 err = db.QueryRow("SELECT|people|bdate|age=?", 3).Scan(&birthday)
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go 73 exec(t, db, "CREATE|people|name=string,age=int32,photo=blob,dead=bool,bdate=datetime")
76 exec(t, db, "INSERT|people|name=Chris,age=?,photo=CPHOTO,bdate=?", 3, chrisBirthday)
118 exec(t, db, "CREATE|people|name=string,age=int32,photo=blob,dead=bool,bdate=datetime")
748 err = db.QueryRow("SELECT|people|bdate|age=?", 3).Scan(&birthday)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 162 milliseconds