Home
last modified time | relevance | path

Searched refs:updateName (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDriverPropertyInfoTest.java68 static String updateName = "updateName"; field in DriverPropertyInfoTest
86 aDriverPropertyInfo.name = updateName; in testPublicFields()
92 assertEquals(updateName, aDriverPropertyInfo.name); in testPublicFields()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DDatabaseTestBase.java271 assertThat(updateName(1234L, "Buster"), equalTo(1)); in testUpdate()
284 assertThat(updateName(5678L, "Buster"), equalTo(0)); in testUpdateNoMatch()
298 assertThat(updateName("Belvedere"), equalTo(2)); in testUpdateAll()
572 protected int updateName(long id, String name) { in updateName() method in DatabaseTestBase
578 protected int updateName(String name) { in updateName() method in DatabaseTestBase
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1304 updateName(nullAtom, nameValue); in insertedInto()
1338 updateName(nameValue, nullAtom); in removedFrom()
3060 inline void Element::updateName(const AtomicString& oldName, const AtomicString& newName) in updateName() function in WebCore::Element
3123 updateName(oldValue, newValue); in willModifyAttribute()
3343 updateName(oldName, newName); in cloneAttributesFromElement()
DElement.h616 void updateName(const AtomicString& oldName, const AtomicString& newName);