/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Proxy.annotated.java | 35 …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/ |
D | FP16.java | 238 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/ |
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/util/logging/ |
D | Formatter.java | 74 public String getHead(Handler h) { in getHead() 87 public String getTail(Handler h) { in getTail()
|
D | XMLFormatter.java | 231 public String getHead(Handler h) { in getHead() 270 public String getTail(Handler h) { in getTail()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | ObjectsTest.java | 179 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/ |
D | ECParameterSpec.java | 45 private final int h; field in ECParameterSpec 61 BigInteger n, int h) { in ECParameterSpec()
|
/libcore/ojluni/annotations/hiddenapi/java/security/spec/ |
D | ECParameterSpec.java | 38 int h) { in ECParameterSpec() 82 private final int h; field in ECParameterSpec
|
/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
D | StampedLock.java | 538 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 …]
|
D | AbstractQueuedLongSynchronizer.java | 249 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/ |
D | Properties.java | 1022 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
|
D | AbstractSet.java | 121 int h = 0; in hashCode() local
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldFileHandlerTest.java | 142 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()
|
D | OldFormatterTest.java | 32 Handler h; field in OldFormatterTest
|
/libcore/ojluni/src/test/java/time/test/java/time/ |
D | TestLocalTime.java | 87 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/ |
D | ECParameterSpec.annotated.java | 33 …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/ |
D | SynchronousQueue.java | 305 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/ |
D | TCKLocalDateTime.java | 228 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/ |
D | Proxy.java | 257 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/ |
D | HandlerBaseTest.java | 36 private HandlerBase h = new HandlerBase(); field in HandlerBaseTest
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Proxy.java | 38 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/ |
D | DefaultHandler2Test.java | 28 private DefaultHandler2 h = new DefaultHandler2(); field in DefaultHandler2Test
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | BaseLocale.java | 155 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/ |
D | DefaultHandlerTest.java | 37 private DefaultHandler h = new DefaultHandler(); field in DefaultHandlerTest
|
/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
D | AclEntry.java | 359 private static int hash(int h, Object o) { in hash() 374 int h = type.hashCode(); in hashCode() local
|