Home
last modified time | relevance | path

Searched defs:setTimestamp (Results 1 – 6 of 6) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanWithSqlTimestamp.java26 public void setTimestamp(java.sql.Timestamp timestamp) { in setTimestamp() method in JavaBeanWithSqlTimestamp
DJavaBeanWithNullValues.java95 public void setTimestamp(Timestamp timestamp) { in setTimestamp() method in JavaBeanWithNullValues
/external/skia/src/gpu/
DGrGpuResourceCacheAccess.h77 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DBuildProperties.java224 public void setTimestamp(String timestamp) { in setTimestamp() method in BuildProperties
/external/doclava/src/com/google/doclava/
DPageMetadata.java721 public Builder setTimestamp(String mTimestamp) {this.mTimestamp = mTimestamp; return this;} in setTimestamp() method in PageMetadata.Node.Builder
1018 public void setTimestamp(String timestamp) { in setTimestamp() method in PageMetadata.Node
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java227 public void setTimestamp(int parameterIndex, Timestamp theTimestamp, in setTimestamp() method in Impl_RowSet
231 public void setTimestamp(int parameterIndex, Timestamp theTimestamp) in setTimestamp() method in Impl_RowSet
1251 public void setTimestamp(String parameterName, Timestamp theTimestamp) in setTimestamp() method in Impl_RowSet
1256 public void setTimestamp(String parameterName, Timestamp theTimestamp, in setTimestamp() method in Impl_RowSet