Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/IdentityHashMap/
DBasic.java412 Box newKey = new Box(k1a); in testPutNew() local
438 Box newKey = new Box(k1a); in testPutAll() local
466 Box newKey = new Box(k1a); in testPutIfAbsentAddsNew() local
581 Box newKey = new Box(k1a); in testComputeAN() local
593 Box newKey = new Box(k1a); in testComputeAV() local
630 Box newKey = new Box(k1a); in testComputeIfAbsentIsCalled() local
659 Box newKey = new Box(k1a); in testComputeIfAbsentNullReturn() local
712 Box newKey = new Box(k1a); in testMergeAbsent() local
/libcore/tools/go/certutil/
Dcertutil.go41 func newKey() *ecdsa.PrivateKey { func