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/
H A DDriverPropertyInfoTest.java68 static String updateName = "updateName"; field in class:DriverPropertyInfoTest
86 aDriverPropertyInfo.name = updateName;
92 assertEquals(updateName, aDriverPropertyInfo.name);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDatabaseTestBase.java271 assertThat(updateName(1234L, "Buster"), equalTo(1));
284 assertThat(updateName(5678L, "Buster"), equalTo(0));
298 assertThat(updateName("Belvedere"), equalTo(2));
572 protected int updateName(long id, String name) { method in class:DatabaseTestBase
578 protected int updateName(String name) { method in class:DatabaseTestBase
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp1251 updateName(nullAtom, nameValue);
1293 updateName(nameValue, nullAtom);
2752 inline void Element::updateName(const AtomicString& oldName, const AtomicString& newName)
2815 updateName(oldValue, newValue);
3035 updateName(oldName, newName);
H A DElement.h726 void updateName(const AtomicString& oldName, const AtomicString& newName);

Completed in 140 milliseconds