Home
last modified time | relevance | path

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

12345

/libcore/ojluni/src/test/java/lang/invoke/
DArrayConstructorTest.java50 MethodHandle h = LOOKUP.findConstructor(Object[].class, methodType(void.class)); in testFindConstructorArray() local
72 MethodHandle h = MethodHandles.arrayConstructor(clazz); in testArrayConstructorNegative() local
85 MethodHandle h = MethodHandles.arrayConstructor(String[].class); in testArrayConstructor() local
93 MethodHandle h = MethodHandles.arrayConstructor(String[].class); in testArrayConstructorNegativeIndex() local
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DProxy.annotated.java35 …ibcore.util.NonNull java.lang.reflect.InvocationHandler h) { throw new RuntimeException("Stub!"); } in Proxy()
39 … Class<?> @libcore.util.NonNull [] interfaces, @libcore.util.NonNull java.lang.reflect.InvocationH… in newProxyInstance()
45 protected java.lang.reflect.InvocationHandler h; field in Proxy
/libcore/luni/src/main/java/libcore/util/
DFP16.java313 public static short rint(short h) { in rint()
358 public static short ceil(short h) { in ceil()
401 public static short floor(short h) { in floor()
442 public static short trunc(short h) { in trunc()
628 public static boolean isInfinite(short h) { in isInfinite()
642 public static boolean isNaN(short h) { in isNaN()
659 public static boolean isNormalized(short h) { in isNormalized()
681 public static float toFloat(short h) { in toFloat()
820 public static String toHexString(short h) { in toHexString()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashtableTest.java57 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/util/logging/
DFormatter.java74 public String getHead(Handler h) { in getHead()
87 public String getTail(Handler h) { in getTail()
DXMLFormatter.java231 public String getHead(Handler h) { in getHead()
270 public String getTail(Handler h) { in getTail()
/libcore/luni/src/test/java/libcore/java/util/
DObjectsTest.java179 Hello h = new Hello(); in test_hashCode() local
185 Hello h = new Hello(); in test_requireNonNull_T() local
196 Hello h = new Hello(); in test_requireNonNull_T_String() local
213 Hello h = new Hello(); in test_requireNonNull_T_Supplier() local
/libcore/ojluni/annotations/hiddenapi/java/security/spec/
DECParameterSpec.java38 int h) { in ECParameterSpec()
82 private final int h; field in ECParameterSpec
/libcore/ojluni/src/main/java/java/security/spec/
DECParameterSpec.java45 private final int h; field in ECParameterSpec
61 BigInteger n, int h) { in ECParameterSpec()
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DStampedLock.java662 long next; WNode h; in unlockWriteInternal() local
694 long s, m; WNode h; in unlockRead() local
777 long a, s, next; WNode h; in tryConvertToReadLock() local
818 long a, m, s, next; WNode h; in tryConvertToOptimisticRead() local
871 long s, m; WNode h; in tryUnlockRead() local
1126 long s, m; WNode h; in unstampedUnlockRead() local
1210 private void release(WNode h) { in release()
1265 WNode h, np, pp; int ps; in acquireWrite() local
1347 WNode h; in acquireRead() local
1445 WNode h, np, pp; int ps; in acquireRead() local
[all …]
DAbstractQueuedLongSynchronizer.java250 Node h = head; in doReleaseShared() local
276 Node h = head; // Record old head for check below in setHeadAndPropagate() local
823 Node h = head; in release() local
967 Node h, s; in fullGetFirstQueuedThread() local
1021 Node h, s; in apparentlyFirstQueuedIsExclusive() local
1072 Node h, s; in hasQueuedPredecessors() local
1845 Node h; in initializeSyncQueue() local
/libcore/ojluni/src/main/java/java/util/
DProperties.java1022 Hashtable<String,Object> h = new Hashtable<>(); in propertyNames() local
1046 Hashtable<String, String> h = new Hashtable<>(); in stringPropertyNames() local
1061 Hashtable<String,Object> h = new Hashtable<>(); in list() local
1089 Hashtable<String,Object> h = new Hashtable<>(); in list() local
1107 private synchronized void enumerate(Hashtable<String,Object> h) { in enumerate()
1122 private synchronized void enumerateStringProperties(Hashtable<String, String> h) { in enumerateStringProperties() argument
DAbstractSet.java119 int h = 0; in hashCode() local
/libcore/luni/src/test/java/libcore/javax/xml/datatype/
DDurationImpl.java53 long h = millis / 3600000L; in DurationImpl() local
66 DurationImpl(int sgn, int y, int months, int d, int h, int m, float s) { in DurationImpl()
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java142 FileHandler h = new FileHandler("%t/log/string"); in testFileHandler_1params() local
492 public String getTail(Handler h) { in getTail()
496 public String getHead(Handler h) { in getHead()
DOldFormatterTest.java32 Handler h; field in OldFormatterTest
/libcore/ojluni/src/test/java/time/test/java/time/
DTestLocalTime.java87 private void check(LocalTime time, int h, int m, int s, int n) { in check()
88 assertEquals(time.getHour(), h); in check() local
/libcore/ojluni/annotations/mmodule/java/security/spec/
DECParameterSpec.annotated.java33 …llipticCurve curve, java.security.spec.ECPoint g, java.math.BigInteger n, int h) { throw new Runti… in ECParameterSpec()
/libcore/ojluni/src/main/java/java/util/concurrent/
DSynchronousQueue.java304 boolean casHead(SNode h, SNode nh) { in casHead()
353 SNode h = head; in transfer() local
472 SNode h = head; in shouldSpin() local
604 QNode h = new QNode(null, false); // initialize to dummy node. in TransferQueue() local
613 void advanceHead(QNode h, QNode nh) { in advanceHead()
670 QNode h = head; in transfer() local
781 QNode h = head; in clean() local
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKLocalDateTime.java227 private void check(LocalDateTime test, int y, int m, int d, int h, int mi, int s, int n) { in check()
231 assertEquals(test.getHour(), h); in check() local
/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java257 protected InvocationHandler h; field in Proxy
275 protected Proxy(InvocationHandler h) { in Proxy()
856 InvocationHandler h) in newProxyInstance()
1005 InvocationHandler h = proxy.h; in invoke() local
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java38 protected Proxy(java.lang.reflect.InvocationHandler h) { in Proxy()
87 java.lang.reflect.InvocationHandler h) in newProxyInstance()
121 protected java.lang.reflect.InvocationHandler h; field in Proxy
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
DHandlerBaseTest.java36 private HandlerBase h = new HandlerBase(); field in HandlerBaseTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DDefaultHandler2Test.java28 private DefaultHandler2 h = new DefaultHandler2(); field in DefaultHandler2Test
/libcore/ojluni/src/main/java/sun/util/locale/
DBaseLocale.java155 int h = hash; in hashCode() local
202 int h = language.hashCode(); in Key() local
218 int h = 0; in Key() local

12345