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

  /external/clang/test/Analysis/inlining/
RetainCountExamples.m 85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) {
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
  /external/chromium_org/dbus/
object_manager.cc 158 UpdateObject(object_path, &dict_entry_reader);
178 UpdateObject(object_path, &reader);
214 void ObjectManager::UpdateObject(const ObjectPath& object_path,
object_manager.h 254 void UpdateObject(const ObjectPath& object_path, MessageReader* reader);
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 409 writableTarget.updateObject("family","bird");
413 target.updateObject("family","bird");
OldConnectionTest.java 124 rs.updateObject("family", "bird");
147 rs.updateObject("family", "bird");
992 rs.updateObject("family", "bird");
1018 rs.updateObject("family", "bird");
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 713 public void updateObject(int columnIndex, Object x, int scale)
717 public void updateObject(int columnIndex, Object x) throws SQLException {
720 public void updateObject(String columnName, Object x, int scale)
724 public void updateObject(String columnName, Object x) throws SQLException {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 1133 public void updateObject(int colIndex, Object obj) throws SQLException {
1137 public void updateObject(int colIndex, Object obj, int s)
1237 public void updateObject(String colName, Object obj)
1240 updateObject(col, obj);
1243 public void updateObject(String colName, Object obj, int s)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 405 case UPDATE: UpdateObject(); break;
431 void UpdateObject() {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 405 case UPDATE: UpdateObject(); break;
431 void UpdateObject() {
    [all...]
  /libcore/luni/src/main/java/java/sql/
ResultSet.java     [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 1208 milliseconds