/libcore/ojluni/src/main/java/java/beans/ |
D | ChangeListenerMap.java | 47 abstract class ChangeListenerMap<L extends EventListener> { 48 private Map<String, L[]> map; 59 protected abstract L[] newArray(int length); in newArray() 68 protected abstract L newProxy(String name, L listener); in newProxy() 77 public final synchronized void add(String name, L listener) { in add() 81 L[] array = this.map.get(name); in add() 86 L[] clone = newArray(size + 1); in add() 102 public final synchronized void remove(String name, L listener) { in remove() 104 L[] array = this.map.get(name); in remove() 110 L[] clone = newArray(size); in remove() [all …]
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | InvokeWithArgumentsTest.java | 41 static final MethodHandles.Lookup L = MethodHandles.lookup(); field in InvokeWithArgumentsTest 49 MethodHandle mh = L.findStatic(L.lookupClass(), "arity", in testArity() 70 MethodHandle mh = L.findStatic(L.lookupClass(), "passThrough", in testArrayNoPassThrough() 87 MethodHandle mh = L.findStatic(L.lookupClass(), "pack", in testArrayPack() 103 MethodHandle mh = L.findStatic(L.lookupClass(), "intArray", in testPrimitiveArrayWithNull() 113 MethodHandle mh = L.findStatic(L.lookupClass(), "intArray", in testPrimitiveArrayWithRef() 127 MethodHandle mh = L.findStatic(L.lookupClass(), "numberArray", in testRefArrayWithCast()
|
D | JavaDocExamplesTest.java | 786 Class<?> L = List.class; in testWhileLoop() local 787 MH_initZip = LOOKUP.findStatic(THIS_CLASS, "initZip", methodType(L, IT, IT)); in testWhileLoop() 788 MH_zipPred = LOOKUP.findStatic(THIS_CLASS, "zipPred", methodType(boolean.class, L, IT, IT)); in testWhileLoop() 789 MH_zipStep = LOOKUP.findStatic(THIS_CLASS, "zipStep", methodType(L, L, IT, IT)); in testWhileLoop() 893 Class<?> L = List.class, S = String.class; in testIteratedLoop() local 894 MH_newArrayList = LOOKUP.findStatic(THIS_CLASS, "newArrayList", methodType(L)); in testIteratedLoop() 895 MH_reverseStep = LOOKUP.findStatic(THIS_CLASS, "reverseStep", methodType(L, L, S)); in testIteratedLoop()
|
/libcore/ojluni/src/tools/make/gensrc/ |
D | GensrcBuffer.gmk | 366 $(eval $(call SetupGenBuffer,ByteBufferAsCharBufferL, $(BYTE_X_BUF), type:=char, BO:=L)) 367 $(eval $(call SetupGenBuffer,ByteBufferAsCharBufferRL, $(BYTE_X_BUF), type:=char, RW:=R, BO:=L)) 368 $(eval $(call SetupGenBuffer,ByteBufferAsShortBufferL, $(BYTE_X_BUF), type:=short, BO:=L)) 369 $(eval $(call SetupGenBuffer,ByteBufferAsShortBufferRL, $(BYTE_X_BUF), type:=short, RW:=R, BO:=L)) 370 $(eval $(call SetupGenBuffer,ByteBufferAsIntBufferL, $(BYTE_X_BUF), type:=int, BO:=L)) 371 $(eval $(call SetupGenBuffer,ByteBufferAsIntBufferRL, $(BYTE_X_BUF), type:=int, RW:=R, BO:=L)) 372 $(eval $(call SetupGenBuffer,ByteBufferAsLongBufferL, $(BYTE_X_BUF), type:=long, BO:=L)) 373 $(eval $(call SetupGenBuffer,ByteBufferAsLongBufferRL, $(BYTE_X_BUF), type:=long, RW:=R, BO:=L)) 374 $(eval $(call SetupGenBuffer,ByteBufferAsFloatBufferL, $(BYTE_X_BUF), type:=float, BO:=L)) 375 $(eval $(call SetupGenBuffer,ByteBufferAsFloatBufferRL, $(BYTE_X_BUF), type:=float, RW:=R, BO:=L)) [all …]
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | exceptions | 38 8421532232154627783L 46 1457525358470002989L \ 52 1490765524727386367L \
|
/libcore/ojluni/src/main/native/ |
D | java_util_zip_ZipFile.h | 38 #define java_util_zip_ZipFile_STORED 0L 46 #define java_util_zip_ZipFile_JZENTRY_NAME 0L
|
D | sun_nio_ch_UnixAsynchronousSocketChannelImpl.h | 13 #define sun_nio_ch_UnixAsynchronousSocketChannelImpl_ST_UNCONNECTED 0L
|
D | sun_nio_ch_ServerSocketChannelImpl.h | 40 #define sun_nio_ch_ServerSocketChannelImpl_ST_INUSE 0L
|
D | sun_nio_ch_PollArrayWrapper.h | 40 #define sun_nio_ch_PollArrayWrapper_FD_OFFSET 0L
|
D | sun_nio_ch_SocketChannelImpl.h | 13 #define sun_nio_ch_SocketChannelImpl_ST_UNCONNECTED 0L
|
D | java_io_FileSystem.h | 54 #define java_io_FileSystem_SPACE_TOTAL 0L
|
D | Deflater.c | 205 return 0L; in Deflater_deflateBytesBytes() 212 return 0L; in Deflater_deflateBytesBytes() 239 return 0L; in Deflater_deflateBytesBuffer() 265 return 0L; in Deflater_deflateBufferBytes()
|
D | Inflater.c | 202 return 0L; in Inflater_inflateBytesBytes() 209 return 0L; in Inflater_inflateBytesBytes() 235 return 0L; in Inflater_inflateBytesBuffer() 260 return 0L; in Inflater_inflateBufferBytes()
|
D | sun_nio_ch_FileChannelImpl.h | 42 #define sun_nio_ch_FileChannelImpl_MAP_RO 0L
|
D | sun_nio_ch_FileDispatcherImpl.h | 40 #define sun_nio_ch_FileDispatcherImpl_LOCKED 0L
|
D | java_io_UnixFileSystem.h | 52 #define java_io_UnixFileSystem_SPACE_TOTAL 0L
|
D | jlong_md.h | 65 #define jlong_zero_init ((jlong) 0L)
|
D | FileInputStream.c | 101 if ((ret = IO_Lseek(fd, 0L, SEEK_CUR)) == -1) { in Java_java_io_FileInputStream_position0()
|
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
D | TestEnum1b.java | 4 Z, F, L, A, B enumConstant
|
D | TestEnum1.java | 4 Z, F, L, A, B enumConstant
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | RandomTest.java | 81 public void test_ints$L() { in test_ints$L() 162 public void test_longs$L() { in test_longs$L() 241 public void test_doubles$L() { in test_doubles$L()
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | certs-pk7.pem | 43 gYA4soytrrIrQq6gwm2HanT8coIChr3/Et8rMamj7gS1yT9kH8HNGf217XtE3f/L
|
/libcore/ojluni/src/tools/ |
D | gensrc_android.sh | 76 cp ${JAVA_NIO_OUT}/${clazz}L.java ${OJLUNI_NIO_ROOT}/${clazz}.java
|
/libcore/ojluni/src/test/java/util/regex/ |
D | TestCases.txt | 495 \p{L} 501 \p{L} 505 \p{L} 596 \p{L}bc 701 a[\p{L}&&[\P{InGreek}]]c 705 a[\p{L}&&[\P{InGreek}]]c 709 a[\p{L}&&[\P{InGreek}]]c
|
D | SupplementaryTestCases.txt | 536 \p{L} 546 \p{L}bc 651 \ud800\udc61[\p{L}&&[\P{InGreek}]]c 655 \ud800\udc61[\p{L}&&[\P{InGreek}]]c 659 \ud800\udc61[\p{L}&&[\P{InGreek}]]c 671 // Test \p{L} 672 \p{L} 676 ^a\p{L}z$ 682 \ud800\udf00\p{L}{2,3}\P{L}*supp->\ud900\udc00<-\P{InDeseret} 686 \ud800\udf00\p{L}{2,3}\P{L}*supp->\ud900\udc00<-\P{InDeseret} [all …]
|