Searched refs:size (Results 176 - 200 of 5301) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.base/share/classes/javax/net/ssl/
H A DSSLSessionContext.java119 * Sets the size of the cache used for storing
123 * @param size the new session cache size limit; zero means there is no
125 * @exception IllegalArgumentException if the specified size is {@code < 0}.
128 public void setSessionCacheSize(int size) argument
132 * Returns the size of the cache used for storing
136 * @return size of the session cache; zero means there is no size limit.
/openjdk10/jdk/src/java.desktop/unix/native/common/awt/medialib/
H A Dmlib_v_ImageCopy_f.c30 * mlib_v_ImageCopy_a1 - 1-D, Aligned8, size 8x
40 * size size in 8-bytes, bytes, or SHORTs
67 * 8-byte aligned. And size is in 8-bytes.
72 mlib_s32 size)
77 for (i = 0; i < size; i++) {
122 mlib_s32 size,
131 mlib_s32 b_size; /* size in bytes */
135 if (size <- 0) return;
137 if (size < (
70 mlib_v_ImageCopy_a1(mlib_d64 *sp, mlib_d64 *dp, mlib_s32 size) argument
120 mlib_ImageCopy_bit_al(const mlib_u8 *sa, mlib_u8 *da, mlib_s32 size, mlib_s32 offset) argument
202 mlib_ImageCopy_na(const mlib_u8 *sa, mlib_u8 *da, mlib_s32 size) argument
[all...]
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/
H A DCrc32CksumType.java66 public byte[] calculateChecksum(byte[] data, int size) { argument
67 return crc32.byte2crc32sum_bytes(data, size);
70 public byte[] calculateKeyedChecksum(byte[] data, int size, argument
75 public boolean verifyKeyedChecksum(byte[] data, int size, argument
/openjdk10/jdk/test/java/awt/ScrollPane/ScrollPanePreferredSize/
H A DScrollPanePreferredSize.java50 final Dimension size = frame.getSize();
51 if (size.width < expected.width || size.height < expected.height) {
53 "Expected size: >= " + expected + ", actual size: " + size);
/openjdk10/jdk/test/java/awt/Window/GetScreenLocation/
H A DGetScreenLocationTest.java48 Dimension size = frame.getSize();
49 if(size.width != 200 || size.height != 100) {
51 throw new RuntimeException("getSize() is wrong " + size);
/openjdk10/jdk/test/com/sun/jndi/ldap/LdapName/
H A DCase.java40 name.size(); // will throw exception if rdns is null
/openjdk10/jdk/test/java/awt/datatransfer/SystemFlavorMap/
H A DDuplicatedNativesTest.java46 if (new HashSet<>(natives).size() != natives.size()) {
54 if (new HashSet<>(natives).size() != natives.size()) {
/openjdk10/jdk/test/java/net/Inet4Address/
H A DtextToNumericFormat.java94 if (goodList.size() > 0 || badList.size() > 0) {
95 throw new RuntimeException((goodList.size() > 0?
98 (badList.size() > 0 ?
/openjdk10/jdk/test/java/nio/channels/FileChannel/
H A DTruncate.java70 if (fc.size() != testSize)
79 // check new size
81 if (fc.size() != testSize)
82 throw new RuntimeException("Attempt to expand file changed size");
84 if (fc.size() != newSize)
85 throw new RuntimeException("Unexpected size after truncate");
91 throw new RuntimeException("Position greater than size");
114 if (fc.size() != newSize)
122 if (fc.size() != (newSize+1))
123 throw new RuntimeException("Unexpected size");
178 checkException(FileChannel fc, long size, Class<?>... expected) argument
208 initTestFile(File blah, long size) argument
[all...]
/openjdk10/jdk/test/sun/java2d/marlin/
H A DCrashPaintTest.java167 private int size; field in class:CrashPaintTest.CustomPaint
169 CustomPaint(final int size) { argument
170 super(new BufferedImage(size, size,
172 new Rectangle2D.Double(0, 0, size, size)
174 this.size = size;
190 g2d.clearRect(0, 0, size, size);
[all...]
/openjdk10/langtools/test/tools/javac/TryWithResources/
H A DT7164542.java34 void copy(S s, T t, int size) throws Exception { argument
/openjdk10/hotspot/src/share/vm/oops/
H A Dsymbol.hpp126 static int size(int length) { function in class:Symbol
137 void* operator new(size_t size, int len, TRAPS) throw();
138 void* operator new(size_t size, int len, Arena* arena, TRAPS) throw();
139 void* operator new(size_t size, int len, ClassLoaderData* loader_data, TRAPS) throw();
147 int size() { return size(utf8_length()); } function in class:Symbol
153 // Returns the largest size symbol we can safely hold.
220 char* as_C_string(char* buf, int size) const;
221 // Use buf if needed buffer length is <= size.
222 char* as_C_string_flexible_buffer(Thread* t, char* buf, int size) cons
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DArrayList.java36 * this class provides methods to manipulate the size of the array that is
40 * <p>The {@code size}, {@code isEmpty}, {@code get}, {@code set},
48 * the size of the array used to store the elements in the list. It is always
49 * at least as large as the list size. As elements are added to an ArrayList,
138 * The size of the ArrayList (the number of elements it contains).
142 private int size; field in class:ArrayList
179 if ((size = elementData.length) != 0) {
183 elementData = Arrays.copyOf(elementData, size, Object[].class);
192 * list's current size. An application can use this operation to minimize
197 if (size < elementDat
282 public int size() { method in class:ArrayList
1038 private int size; field in class:ArrayList.SubList
1076 public int size() { method in class:ArrayList.SubList
[all...]
/openjdk10/hotspot/src/share/vm/classfile/
H A DsharedClassUtil.hpp38 static SharedPathsMiscInfo* allocate_shared_paths_misc_info(char* buf, int size) { argument
39 return new SharedPathsMiscInfo(buf, size);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64/src/org/graalvm/compiler/asm/aarch64/
H A DAArch64MacroAssembler.java125 * @param transferSize the memory transfer size in bytes. The log2 of this specifies how much
170 * @param transferSize the memory transfer size in bytes. The log2 of this specifies how much
237 * transfer size to allow some optimizations when building the address.
241 * @param transferSize the memory transfer size in bytes.
260 * @param transferSize the memory transfer size in bytes. The log2 of this specifies how much
277 * @param transferSize the memory transfer size in bytes. The log2 of this specifies how much
324 public void mov(int size, Register dst, Register src) { argument
326 add(size, dst, src, 0);
328 or(size, dst, zr, src);
394 * In AArch64 mode the virtual address space is 48-bits in size, s
495 cmov(int size, Register result, Register trueValue, Register falseValue, ConditionFlag cond) argument
517 add(int size, Register dst, Register src1, Register src2) argument
533 adds(int size, Register dst, Register src1, Register src2) argument
549 subs(int size, Register dst, Register src1, Register src2) argument
565 sub(int size, Register dst, Register src1, Register src2) argument
584 add(int size, Register dst, Register src1, Register src2, ShiftType shiftType, int shiftAmt) argument
600 sub(int size, Register dst, Register src1, Register src2, ShiftType shiftType, int shiftAmt) argument
612 neg(int size, Register dst, Register src) argument
625 add(int size, Register dst, Register src, int immediate) argument
652 adds(int size, Register dst, Register src, int immediate) argument
670 sub(int size, Register dst, Register src, int immediate) argument
697 subs(int size, Register dst, Register src, int immediate) argument
714 mul(int size, Register dst, Register src1, Register src2) argument
726 umulh(int size, Register dst, Register src1, Register src2) argument
747 smulh(int size, Register dst, Register src1, Register src2) argument
768 rem(int size, Register dst, Register n, Register d) argument
786 urem(int size, Register dst, Register n, Register d) argument
853 shl(int size, Register dst, Register src, long shiftAmt) argument
866 shl(int size, Register dst, Register src, Register shift) argument
878 lshr(int size, Register dst, Register src, long shiftAmt) argument
891 lshr(int size, Register dst, Register src, Register shift) argument
903 ashr(int size, Register dst, Register src, long shiftAmt) argument
916 ashr(int size, Register dst, Register src, Register shift) argument
928 clampShiftAmt(int size, long shiftAmt) argument
940 and(int size, Register dst, Register src1, Register src2) argument
952 eor(int size, Register dst, Register src1, Register src2) argument
964 or(int size, Register dst, Register src1, Register src2) argument
977 or(int size, Register dst, Register src, long bimm) argument
988 not(int size, Register dst, Register src) argument
1013 csneg(int size, Register dst, Register src, ConditionFlag condition) argument
1044 fmov(int size, Register dst, Register src) argument
1065 fmov(int size, Register dst, double imm) argument
1101 fcmov(int size, Register result, Register trueValue, Register falseValue, ConditionFlag condition) argument
1113 frem(int size, Register dst, Register n, Register d) argument
1130 cmp(int size, Register x, Register y) argument
1142 cmp(int size, Register x, int y) argument
1159 ands(int size, Register dst, Register x, Register y) argument
1171 mulvs(int size, Register dst, Register x, Register y) argument
1264 cbnz(int size, Register cmp, Label label) argument
1285 cbz(int size, Register cmp, Label label) argument
[all...]
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DMachOByteBuffer.java32 static ByteBuffer allocate(int size) { argument
33 ByteBuffer buf = ByteBuffer.allocate(size);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DObjectHistogramElement.java36 private long size; // Total size of all these instances field in class:ObjectHistogramElement
41 size = 0;
46 size = size + obj.getObjectSize();
50 return (int) (other.size - size);
63 /** Total size of all these instances */
65 return size;
114 tty.print(count + "\t" + size
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DLivenessPathList.java36 public int size() { method in class:LivenessPathList
37 return list.size();
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferQueue.java49 public int size() method in class:BufferQueue
51 return list.size();
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DPECoff.java49 IMAGE_FILE_HEADER(int offset, int size) { argument
51 this.sz = size;
87 IMAGE_SECTION_HEADER(int offset, int size) { argument
89 this.sz = size;
149 IMAGE_SYMBOL(int offset, int size) { argument
151 this.sz = size;
183 IMAGE_RELOCATION(int offset, int size) { argument
185 this.sz = size;
/openjdk10/hotspot/test/gc/stress/gclocker/
H A DlibTestGCLocker.c28 jsize size = (*env)->GetArrayLength(env, arr); local
31 for (i = 0; i < size; i++) {
/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djutils.c104 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
105 #define FMEMZERO(target,size) MEMZERO(target,size)
108 #define FMEMCOPY(dest,src,size) _fmemcpy((void FAR *)(dest), (const void FAR *)(src), (size_t)(size))
109 #define FMEMZERO(target,size) _fmemset((void FAR *)(target), 0, (size_t)(size))
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsPromotionLAB.inline.hpp32 HeapWord* PSYoungPromotionLAB::allocate(size_t size) { argument
40 HeapWord* new_top = obj + size;
41 // The 'new_top>obj' check is needed to detect overflow of obj+size.
/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/
H A DSeekableByteChannel.java39 * the current <i>size</i> of the entity to which the channel is connected. The
40 * size increases when bytes are written beyond its current size; the size
99 * <p> Setting the position to a value that is greater than the current size
100 * is legal but does not change the size of the entity. A later attempt to
128 * Returns the current size of entity to which this channel is connected.
130 * @return The current size, measured in bytes
137 long size() throws IOException; method in interface:SeekableByteChannel
141 * size
167 truncate(long size) argument
[all...]
/openjdk10/jdk/test/com/sun/management/OperatingSystemMXBean/
H A DTestTotalSwap.java38 * This test tests the actual swap size on linux and solaris.
52 * Usage: GetTotalSwapSpaceSize <expected swap size | "sanity-only"> [trace]
69 // Min size for pass dynamically determined below.
75 // yocto might ignore the request to report swap size in bytes
85 long size = mbean.getTotalSwapSpaceSize();
87 System.out.println("Total swap space size in bytes: " + size);
90 if (size != expected_swap_size) {
91 // try the expected size in kiloBytes
92 if (!(swapInKB && expected_swap_size * 1024 == size)) {
[all...]

Completed in 240 milliseconds

1234567891011>>