| /libcore/luni/src/test/java/tests/api/java/util/ |
| D | HashtableTest.java | 60 Hashtable h = new Hashtable(); in test_Constructor() local 70 Hashtable h = new Hashtable(9); in test_ConstructorI() local 92 Hashtable h = new java.util.Hashtable(10, 0.5f); in test_ConstructorIF() local 156 Hashtable h = hashtableClone(htfull); in test_clear() local 171 Hashtable h = (Hashtable) htfull.clone(); in test_clone() local 334 Hashtable h = hashtableClone(ht10); in test_equalsLjava_lang_Object() local 345 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 …]
|
| D | EnumSetTest.java | 44 …a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, … enumConstant 52 …a{}, b{}, c{}, d{}, e{}, f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}… enumConstant 56 …a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G,… enumConstant
|
| /libcore/luni/src/main/java/java/util/logging/ |
| D | Formatter.java | 100 public String getHead(Handler h) { in getHead() 113 public String getTail(Handler h) { in getTail()
|
| D | XMLFormatter.java | 151 public String getHead(Handler h) { in getHead() 177 public String getTail(Handler h) { in getTail()
|
| D | Logger.java | 199 Iterator<Handler> h = handlers.iterator(); in updateDalvikLogHandler() local
|
| /libcore/luni/src/main/java/java/lang/reflect/ |
| D | Proxy.java | 49 protected InvocationHandler h; field in Proxy 62 protected Proxy(InvocationHandler h) { in Proxy() 206 Class<?>[] interfaces, InvocationHandler h) in newProxyInstance() 277 native private static void constructorPrototype(InvocationHandler h); in constructorPrototype()
|
| /libcore/luni/src/test/java/libcore/net/http/ |
| D | RawHeadersTest.java | 25 RawHeaders h = new RawHeaders(); in test_caseInsensitiveButCasePreserving() 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/luni/src/main/java/java/util/concurrent/ |
| D | SynchronousQueue.java | 264 boolean casHead(SNode h, SNode nh) { in casHead() 312 SNode h = head; in transfer() local 396 SNode h = head; in awaitFulfill() local 430 SNode h = head; in shouldSpin() local 551 QNode h = new QNode(null, false); // initialize to dummy node. in TransferQueue() local 560 void advanceHead(QNode h, QNode nh) { in advanceHead() 616 QNode h = head; in transfer() local 725 QNode h = head; in clean() local
|
| D | ConcurrentLinkedQueue.java | 222 Node<E> h = null, t = null; in ConcurrentLinkedQueue() local 257 final void updateHead(Node<E> h, Node<E> p) { in updateHead() 736 Node<E> h = null, t = null; in readObject() local
|
| D | ConcurrentLinkedDeque.java | 566 Node<E> h, p, q; in updateHead() local 809 Node<E> h = null, t = null; in ConcurrentLinkedDeque() local 827 private void initHeadTail(Node<E> h, Node<E> t) { in initHeadTail() 1382 Node<E> h = null, t = null; in readObject() local
|
| D | LinkedBlockingQueue.java | 181 Node<E> h = head; in dequeue() local 708 Node<E> h = head; in drainTo() local
|
| D | ConcurrentSkipListMap.java | 868 HeadIndex<K,V> h = head; in insertIndex() local 921 private void addIndex(Index<K,V> idx, HeadIndex<K,V> h, int indexLevel) { in addIndex() 1060 HeadIndex<K,V> h = head; in tryReduceLevel() local 1411 HeadIndex<K,V> h = head; in buildFromSorted() local 1503 HeadIndex<K,V> h = head; in readObject() local
|
| /libcore/luni/src/test/java/tests/api/org/xml/sax/ |
| D | HandlerBaseTest.java | 36 private HandlerBase h = new HandlerBase(); field in HandlerBaseTest
|
| /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/ |
| D | DefaultHandler2Test.java | 28 private DefaultHandler2 h = new DefaultHandler2(); field in DefaultHandler2Test
|
| /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
| D | DefaultHandlerTest.java | 37 private DefaultHandler h = new DefaultHandler(); field in DefaultHandlerTest
|
| /libcore/luni/src/main/java/java/util/ |
| D | ArrayDeque.java | 265 int h = head; in pollFirst() local 504 final int h = head; in delete() local 701 int h = head; in clear() local
|
| D | HashMap.java | 971 private static int secondaryHash(int h) { in secondaryHash()
|
| /libcore/luni/src/main/java/java/util/concurrent/locks/ |
| D | AbstractQueuedSynchronizer.java | 662 Node h = head; in doReleaseShared() local 688 Node h = head; // Record old head for check below in setHeadAndPropagate() local 1240 Node h = head; in release() local 1384 Node h, s; in fullGetFirstQueuedThread() local 1440 Node h, s; in apparentlyFirstQueuedIsExclusive() local 1496 Node h = head; in hasQueuedPredecessors() local
|
| D | AbstractQueuedLongSynchronizer.java | 431 Node h = head; in doReleaseShared() local 457 Node h = head; // Record old head for check below in setHeadAndPropagate() local 1009 Node h = head; in release() local 1153 Node h, s; in fullGetFirstQueuedThread() local 1209 Node h, s; in apparentlyFirstQueuedIsExclusive() local 1264 Node h = head; in hasQueuedPredecessors() local
|
| /libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
| D | ProxyTest.java | 59 protected ProxyCoonstructorTest(InvocationHandler h) { in ProxyCoonstructorTest()
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | Memory.java | 61 int h = ((src[offset++] & 0xff) << 24) | in peekLong() local 75 int h = ((src[offset++] & 0xff) << 0) | in peekLong() local
|
| /libcore/luni/src/main/java/java/net/ |
| D | URLClassLoader.java | 281 URLHandler h = getSubHandler(url); in findResources() local 317 URLHandler h = getSubHandler(url); in findClass() local 390 URLHandler h = getSubHandler(url); in findResource() local
|
| /libcore/luni/src/test/java/tests/api/java/io/ |
| D | ObjectInputStreamTest.java | 603 Hashtable h = new Hashtable(); field in ObjectInputStreamTest.B1
|