/libcore/luni/src/test/java/libcore/java/util/ |
D | ObjectsTest.java | 74 Hello h = new Hello(); in test_hashCode() local 80 Hello h = new Hello(); in test_requireNonNull_T() local 91 Hello h = new Hello(); in test_requireNonNull_T_String() local 108 Hello h = new Hello(); in test_requireNonNull_T_Supplier() local
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | Formatter.java | 74 public String getHead(Handler h) { in getHead() 87 public String getTail(Handler h) { in getTail()
|
D | XMLFormatter.java | 229 public String getHead(Handler h) { in getHead() 268 public String getTail(Handler h) { in getTail()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | HashtableTest.java | 57 Hashtable h = new Hashtable(); in test_Constructor() local 67 Hashtable h = new Hashtable(9); in test_ConstructorI() local 82 Hashtable h = new java.util.Hashtable(10, 0.5f); in test_ConstructorIF() local 140 Hashtable h = hashtableClone(htfull); in test_clear() local 155 Hashtable h = (Hashtable) htfull.clone(); in test_clone() local 326 Hashtable h = hashtableClone(ht10); in test_equalsLjava_lang_Object() local 337 Hashtable h = hashtableClone(htfull); in test_getLjava_lang_Object() local 603 Hashtable h = hashtableClone(ht100); in test_putLjava_lang_ObjectLjava_lang_Object() local 634 Hashtable h = new Hashtable(); in test_putAllLjava_util_Map() local 657 Hashtable h = hashtableClone(htfull); in test_removeLjava_lang_Object() local [all …]
|
/libcore/ojluni/src/main/java/java/security/spec/ |
D | ECParameterSpec.java | 45 private final int h; field in ECParameterSpec 61 BigInteger n, int h) { in ECParameterSpec()
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
D | StampedLock.java | 509 WNode h; in unlockWrite() local 526 long s, m; WNode h; in unlockRead() local 552 long a = stamp & ABITS, m, s; WNode h; in unlock() local 628 long a = stamp & ABITS, m, s, next; WNode h; in tryConvertToReadLock() local 667 long a = stamp & ABITS, m, s, next; WNode h; in tryConvertToOptimisticRead() local 709 long s; WNode h; in tryUnlockWrite() local 727 long s, m; WNode h; in tryUnlockRead() local 891 WNode h; long s; in unstampedUnlockWrite() local 901 long s, m; WNode h; in unstampedUnlockRead() local 981 private void release(WNode h) { in release() [all …]
|
D | AbstractQueuedLongSynchronizer.java | 220 Node h = head; in doReleaseShared() local 246 Node h = head; // Record old head for check below in setHeadAndPropagate() local 791 Node h = head; in release() local 935 Node h, s; in fullGetFirstQueuedThread() local 989 Node h, s; in apparentlyFirstQueuedIsExclusive() local 1044 Node h = head; in hasQueuedPredecessors() local 1819 Node h; in initializeSyncQueue() local
|
D | AbstractQueuedSynchronizer.java | 687 Node h = head; in doReleaseShared() local 713 Node h = head; // Record old head for check below in setHeadAndPropagate() local 1261 Node h = head; in release() local 1406 Node h, s; in fullGetFirstQueuedThread() local 1460 Node h, s; in apparentlyFirstQueuedIsExclusive() local 1515 Node h = head; in hasQueuedPredecessors() local 2288 Node h; in initializeSyncQueue() local
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Proxy.java | 261 protected InvocationHandler h; field in Proxy 301 protected Proxy(InvocationHandler h) { in Proxy() 731 InvocationHandler h) in newProxyInstance() 754 private static Object newInstance(Constructor<?> cons, InvocationHandler h) { in newInstance() 812 InvocationHandler h = proxy.h; in invoke() local
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Hashing.java | 48 int h = k.hashCode(); in singleWordWangJenkinsHash() local
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldFileHandlerTest.java | 141 FileHandler h = new FileHandler("%t/log/string"); in testFileHandler_1params() local 464 FileHandler h = new FileHandler("%t/log/stringPublish"); in testClose() local 488 public String getTail(Handler h) { in getTail() 492 public String getHead(Handler h) { in getHead()
|
D | OldFormatterTest.java | 32 Handler h; field in OldFormatterTest
|
/libcore/ojluni/src/main/java/java/util/ |
D | Properties.java | 990 Hashtable h = new Hashtable(); in propertyNames() local 1014 Hashtable<String, String> h = new Hashtable<>(); in stringPropertyNames() local 1029 Hashtable h = new Hashtable(); in list() local 1057 Hashtable h = new Hashtable(); in list() local 1075 private synchronized void enumerate(Hashtable h) { in enumerate() 1090 private synchronized void enumerateStringProperties(Hashtable<String, String> h) { in enumerateStringProperties() argument
|
D | AbstractSet.java | 121 int h = 0; in hashCode() local
|
D | ArrayDeque.java | 279 final int h = head; in pollFirst() local 523 final int h = head; in delete() local 738 int h = head; in clear() local 935 int t = getFence(), h = index, n = deq.elements.length; in trySplit() local
|
/libcore/ojluni/src/main/java/sun/net/www/http/ |
D | KeepAliveCache.java | 133 public synchronized void remove (HttpClient h, Object obj) { in remove() 198 HttpClient h = e.hc; in run() local 272 synchronized void put(HttpClient h) { in put()
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | SynchronousQueue.java | 276 boolean casHead(SNode h, SNode nh) { in casHead() 325 SNode h = head; in transfer() local 441 SNode h = head; in shouldSpin() local 577 QNode h = new QNode(null, false); // initialize to dummy node. in TransferQueue() local 586 void advanceHead(QNode h, QNode nh) { in advanceHead() 643 QNode h = head; in transfer() local 751 QNode h = head; in clean() local
|
D | ConcurrentLinkedQueue.java | 224 Node<E> h = null, t = null; in ConcurrentLinkedQueue() local 258 final void updateHead(Node<E> h, Node<E> p) { in updateHead() 680 Node<E> h, p, q; in Itr() local 768 Node<E> h = null, t = null; in readObject() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ |
D | HandlerBaseTest.java | 36 private HandlerBase h = new HandlerBase(); field in HandlerBaseTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/ |
D | DefaultHandler2Test.java | 28 private DefaultHandler2 h = new DefaultHandler2(); field in DefaultHandler2Test
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | BaseLocale.java | 154 int h = hash; in hashCode() local 188 int h = language.hashCode(); in Key() local 204 int h = 0; in Key() local
|
/libcore/ojluni/src/main/java/sun/security/ec/ |
D | NamedCurve.java | 57 ECPoint g, BigInteger n, int h) throws IOException { in NamedCurve() 121 String a, String b, String x, String y, String n, int h) { in add()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
D | DefaultHandlerTest.java | 37 private DefaultHandler h = new DefaultHandler(); field in DefaultHandlerTest
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
D | Striped64.java | 194 int h; in longAccumulate() local 278 int h; in doubleAccumulate() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | ThreadLocal.java | 355 int h = key.threadLocalHashCode & (len - 1); in ThreadLocalMap() local 572 int h = k.threadLocalHashCode & (len - 1); in expungeStaleEntry() local 657 int h = k.threadLocalHashCode & (newLen - 1); in resize() local
|