Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 30) sorted by relevance

12

/libcore/luni/src/test/java/tests/api/java/util/
DHashtableTest.java60 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 …]
DEnumSetTest.java44 …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/
DFormatter.java100 public String getHead(Handler h) { in getHead()
113 public String getTail(Handler h) { in getTail()
DXMLFormatter.java151 public String getHead(Handler h) { in getHead()
177 public String getTail(Handler h) { in getTail()
DLogger.java199 Iterator<Handler> h = handlers.iterator(); in updateDalvikLogHandler() local
/libcore/luni/src/main/java/java/lang/reflect/
DProxy.java49 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/
DRawHeadersTest.java25 RawHeaders h = new RawHeaders(); in test_caseInsensitiveButCasePreserving() local
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java141 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()
DOldFormatterTest.java32 Handler h; field in OldFormatterTest
/libcore/luni/src/main/java/java/util/concurrent/
DSynchronousQueue.java264 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
DConcurrentLinkedQueue.java222 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
DConcurrentLinkedDeque.java566 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
DLinkedBlockingQueue.java181 Node<E> h = head; in dequeue() local
708 Node<E> h = head; in drainTo() local
DConcurrentSkipListMap.java868 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/
DHandlerBaseTest.java36 private HandlerBase h = new HandlerBase(); field in HandlerBaseTest
/libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
DDefaultHandler2Test.java28 private DefaultHandler2 h = new DefaultHandler2(); field in DefaultHandler2Test
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
DDefaultHandlerTest.java37 private DefaultHandler h = new DefaultHandler(); field in DefaultHandlerTest
/libcore/luni/src/main/java/java/util/
DArrayDeque.java265 int h = head; in pollFirst() local
504 final int h = head; in delete() local
701 int h = head; in clear() local
DHashMap.java971 private static int secondaryHash(int h) { in secondaryHash()
/libcore/luni/src/main/java/java/util/concurrent/locks/
DAbstractQueuedSynchronizer.java662 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
DAbstractQueuedLongSynchronizer.java431 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/
DProxyTest.java59 protected ProxyCoonstructorTest(InvocationHandler h) { in ProxyCoonstructorTest()
/libcore/luni/src/main/java/libcore/io/
DMemory.java61 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/
DURLClassLoader.java281 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/
DObjectInputStreamTest.java603 Hashtable h = new Hashtable(); field in ObjectInputStreamTest.B1

12