Searched refs:withKey (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | BstOperationsTest.java | 119 same(nodeFactory), withKey('b'), same(a), withKey('c'))) in testModifyInsertAbsentNode() 125 balancePolicy.balance(same(nodeFactory), withKey('d'), same(bWithC), same(f))) in testModifyInsertAbsentNode() 164 expect(modifier.modify(eq('a'), withKey('a'))).andReturn( in testModifyInsertPresentNode() 201 expect(modifier.modify(eq('a'), withKey('a'))).andReturn( in testModifyInsertInequivalentNode() 207 expect(nodeFactory.createNode(same(b), withKey('a'), (SimpleNode) isNull())).andReturn( in testModifyInsertInequivalentNode() 247 expect(modifier.modify(eq('a'), withKey('a'))).andReturn( in testModifyDeletePresentNode() 256 balancePolicy.balance(same(nodeFactory), withKey('b'), (SimpleNode) isNull(), in testModifyDeletePresentNode() 262 balancePolicy.balance(same(nodeFactory), withKey('d'), same(leafB), same(f))) in testModifyDeletePresentNode() 337 expect(modifier.modify(eq('a'), withKey('a'))).andReturn(BstModificationResult.identity(a)); in testModifyPathInsertPresentNode() 354 private SimpleNode withKey(final char c) { in withKey() method in BstOperationsTest
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 3519 (-[WebPreferences _setPreferenceForTestWithValue:withKey:]): added.
|