Home
last modified time | relevance | path

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

1234

/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.java238 public static short rint(short h) { in rint()
281 public static short ceil(short h) { in ceil()
322 public static short floor(short h) { in floor()
361 public static short trunc(short h) { in trunc()
531 public static boolean isInfinite(short h) { in isInfinite()
543 public static boolean isNaN(short h) { in isNaN()
558 public static boolean isNormalized(short h) { in isNormalized()
578 public static float toFloat(short h) { in toFloat()
713 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/src/main/java/java/security/spec/
DECParameterSpec.java45 private final int h; field in ECParameterSpec
61 BigInteger n, int h) { in ECParameterSpec()
/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/util/concurrent/locks/
DStampedLock.java538 WNode h; in unlockWrite() local
555 long s, m; WNode h; in unlockRead() local
581 long a = stamp & ABITS, m, s; WNode h; in unlock() local
657 long a = stamp & ABITS, m, s, next; WNode h; in tryConvertToReadLock() local
696 long a = stamp & ABITS, m, s, next; WNode h; in tryConvertToOptimisticRead() local
738 long s; WNode h; in tryUnlockWrite() local
756 long s, m; WNode h; in tryUnlockRead() local
920 WNode h; long s; in unstampedUnlockWrite() local
930 long s, m; WNode h; in unstampedUnlockRead() local
1010 private void release(WNode h) { in release()
[all …]
DAbstractQueuedLongSynchronizer.java249 Node h = head; in doReleaseShared() local
275 Node h = head; // Record old head for check below in setHeadAndPropagate() local
820 Node h = head; in release() local
964 Node h, s; in fullGetFirstQueuedThread() local
1018 Node h, s; in apparentlyFirstQueuedIsExclusive() local
1073 Node h = head; in hasQueuedPredecessors() local
1848 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.java121 int h = 0; in hashCode() local
/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.java305 boolean casHead(SNode h, SNode nh) { in casHead()
354 SNode h = head; in transfer() local
470 SNode h = head; in shouldSpin() local
606 QNode h = new QNode(null, false); // initialize to dummy node. in TransferQueue() local
615 void advanceHead(QNode h, QNode nh) { in advanceHead()
672 QNode h = head; in transfer() local
780 QNode h = head; in clean() local
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKLocalDateTime.java228 private void check(LocalDateTime test, int y, int m, int d, int h, int mi, int s, int n) { in check()
232 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/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
DHandlerBaseTest.java36 private HandlerBase h = new HandlerBase(); field in HandlerBaseTest
/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/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
189 int h = language.hashCode(); in Key() local
205 int h = 0; in Key() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DDefaultHandlerTest.java37 private DefaultHandler h = new DefaultHandler(); field in DefaultHandlerTest
/libcore/ojluni/src/main/java/java/nio/file/attribute/
DAclEntry.java359 private static int hash(int h, Object o) { in hash()
374 int h = type.hashCode(); in hashCode() local

1234