| /libcore/luni/src/main/java/org/xml/sax/helpers/ |
| NamespaceSupport.java | 209 System.arraycopy(contexts, 0, newContexts, 0, max);
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| OldSystemTest.java | 32 // Test for method void java.lang.System.arraycopy(java.lang.Object, 39 System.arraycopy(new Object(), 0, b, 0, 0); 47 System.arraycopy(a, 0, new Object(), 0, 0); 55 System.arraycopy(new char[] {'a'}, 0, new String[1], 0, 1); 63 System.arraycopy(new String[] {"a"}, 0, new char[1], 0, 1); 71 System.arraycopy(new char[] {'a'}, 0, new int[1], 0, 1); 79 System.arraycopy(new Character[] {'a'}, 0, new Integer[1], 0, 1); 87 System.arraycopy(null, 0, new int[1], 0, 1); 95 System.arraycopy(new int[]{'1'}, 0, null, 0, 1); 102 System.arraycopy(a, a.length + 1, b, 0, 1) [all...] |
| SystemTest.java | 70 System.arraycopy(new char[5], 0, "Hello", 0, 3); 79 System.arraycopy("Hello", 0, new char[5], 0, 3); 88 System.arraycopy(new char[5], 0, new Object[5], 0, 3); 97 System.arraycopy(new Object[] { null, 5, "hello" }, 0, 107 System.arraycopy(null, 0, new char[5], 0, 3); 113 System.arraycopy(new char[5], 0, null, 0, 3); 121 * System.arraycopy() must never copy objects into arrays that can't store 134 // it's a Thread it isn't safe for arrayCopy; when its null it is! 144 System.arraycopy(source, 0, target, 0, source.length);
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| BitSetTest.java | 79 System.arraycopy(longs, 0, paddedLongs, 1, longs.length); 127 System.arraycopy(bytes, 0, paddedBytes, 1, bytes.length);
|
| /libcore/luni/src/test/java/libcore/java/util/zip/ |
| GZIPInputStreamTest.java | 116 System.arraycopy(HELLO_WORLD_GZIPPED, 0, data, 0, length); 117 System.arraycopy(HELLO_WORLD_GZIPPED, 0, data, length, length); 127 System.arraycopy(HELLO_WORLD_GZIPPED, 0, data, 0, length); 142 System.arraycopy(HELLO_WORLD_GZIPPED, 0, data, 0, length); 143 System.arraycopy(HELLO_WORLD_GZIPPED, 0, data, length, 10); 152 System.arraycopy(HELLO_WORLD_GZIPPED, 0, data, 0, length); 153 System.arraycopy(HELLO_WORLD_GZIPPED, 0, data, length, length - 4);
|
| /libcore/luni/src/test/java/libcore/javax/net/ssl/ |
| KeyManagerFactoryTest.java | 149 System.arraycopy(KEY_TYPES_ONLY, 0, 154 System.arraycopy(KEY_TYPES_WITH_EMPTY, 0,
|
| /libcore/ojluni/src/main/java/java/io/ |
| BufferedReader.java | 145 System.arraycopy(cb, markedChar, cb, 0, delta); 161 System.arraycopy(cb, markedChar, ncb, 0, delta); 237 System.arraycopy(cb, nextChar, cbuf, off, n);
|
| Console.java | 389 System.arraycopy(rcb, 0, b, 0, len); 400 System.arraycopy(rcb, 0, t, 0, rcb.length);
|
| DataInputStream.java | 529 System.arraycopy(lineBuffer, 0, buf, 0, offset);
|
| /libcore/ojluni/src/main/java/java/text/ |
| ChoiceFormat.java | 251 System.arraycopy(newChoiceLimits, 0, choiceLimits, 0, count); 253 System.arraycopy(newChoiceFormats, 0, choiceFormats, 0, count); 629 System.arraycopy(array, 0, newArray, 0, oldSize); 636 System.arraycopy(array, 0, newArray, 0, oldSize);
|
| /libcore/ojluni/src/main/java/java/util/ |
| ComparableTimSort.java | 277 // Switch is just an optimization for arraycopy in default case 282 default: System.arraycopy(a, left, a, left + 1, n); 658 System.arraycopy(a, base1, tmp, cursor1, len1); 663 System.arraycopy(tmp, cursor1, a, dest, len1); 667 System.arraycopy(a, cursor2, a, dest, len2); 708 System.arraycopy(tmp, cursor1, a, dest, count1); 721 System.arraycopy(a, cursor2, a, dest, count2); 741 System.arraycopy(a, cursor2, a, dest, len2); 749 System.arraycopy(tmp, cursor1, a, dest, len1); 772 System.arraycopy(a, base2, tmp, tmpBase, len2) [all...] |
| DualPivotQuicksort.java | 171 System.arraycopy(a, left, work, workBase, blen); 619 System.arraycopy(a, left, work, workBase, blen); [all...] |
| TimSort.java | 311 // Switch is just an optimization for arraycopy in default case 316 default: System.arraycopy(a, left, a, left + 1, n); 690 System.arraycopy(a, base1, tmp, cursor1, len1); 695 System.arraycopy(tmp, cursor1, a, dest, len1); 699 System.arraycopy(a, cursor2, a, dest, len2); 741 System.arraycopy(tmp, cursor1, a, dest, count1); 754 System.arraycopy(a, cursor2, a, dest, count2); 774 System.arraycopy(a, cursor2, a, dest, len2); 782 System.arraycopy(tmp, cursor1, a, dest, len1); 804 System.arraycopy(a, base2, tmp, tmpBase, len2) [all...] |
| /libcore/ojluni/src/main/java/sun/misc/ |
| FDBigInt.java | 52 System.arraycopy( other.data, 0, data, 0, nWords ); 114 System.arraycopy( s, 0, t, wordcount, nWords ); 305 System.arraycopy( r, 0, s, 0, r.length );
|
| FormattedFloatingDecimal.java | 170 System.arraycopy(digits, 0, mantissa, startIndex, nDigits); 177 System.arraycopy(digits, 0, mantissa, startIndex, exp); 179 System.arraycopy(digits, exp, mantissa, startIndex+exp+1, t); 182 System.arraycopy(digits, 0, mantissa, startIndex, nDigits); 197 System.arraycopy(digits, 0, mantissa, startIndex + 2 + zeros, t); 204 System.arraycopy(digits, 0, mantissa, startIndex + 2, t); 214 System.arraycopy(digits, 1, mantissa, startIndex + 2, nDigits - 1); 268 System.arraycopy(digits, 0, mantissa, startIndex, nDigits); 276 System.arraycopy(digits, 0, mantissa, startIndex, exp); 282 System.arraycopy(digits, exp, mantissa, startIndex + exp + 1, t) [all...] |
| /libcore/ojluni/src/main/java/sun/net/www/ |
| MessageHeader.java | 347 System.arraycopy(keys, 0, nk, 0, nkeys); 349 System.arraycopy(values, 0, nv, 0, nkeys); 480 System.arraycopy(s, 0, ns, 0, len);
|
| /libcore/ojluni/src/main/java/sun/security/util/ |
| DerIndefLenConverter.java | 190 System.arraycopy(lenBytes, 0, newData, newDataPos, 352 System.arraycopy(indefData, dataSize,
|
| DerInputBuffer.java | 70 System.arraycopy(buf, pos, retval, 0, len); 81 System.arraycopy(buf, startPos, result, 0, size); 159 System.arraycopy(buf, pos, bytes, 0, len); 213 System.arraycopy(buf, pos + 1, retval, 0, len - 1); 249 System.arraycopy(buf, pos + 1, bits, 0, len - 1);
|
| DerInputStream.java | 132 System.arraycopy(data, offset, inData, 0, len);
|
| ObjectIdentifier.java | 201 System.arraycopy(tmp, 0, encoding, 0, pos); 292 System.arraycopy(tmp, 0, encoding, 0, pos); 546 System.arraycopy(pack, firstNonZero, out, ooffset, pack.length-firstNonZero); 565 System.arraycopy(pack, firstNonZero, out, ooffset, pack.length-firstNonZero);
|
| /libcore/ojluni/src/main/java/sun/security/x509/ |
| NetscapeCertTypeExtension.java | 150 System.arraycopy(bitString, 0, tmp, 0, bitString.length);
|
| /libcore/ojluni/src/main/java/sun/util/calendar/ |
| AbstractCalendar.java | 80 System.arraycopy(eras, 0, e, 0, eras.length);
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
| AdvertiseHelper.java | 85 System.arraycopy(manufacturerData, 0, concated, 2, manufacturerData.length); 145 System.arraycopy(uuid, 0, concated, 0, uuidLen); 148 System.arraycopy(serviceData, 0, concated, uuidLen, serviceData.length);
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| BluetoothOppReceiveFileInfo.java | 178 System.arraycopy(oldfilename, 0, newfilename, 0, OPP_LENGTH_OF_FILE_NAME);
|
| /packages/apps/Camera2/src/com/android/camera/exif/ |
| ExifData.java | 233 System.arraycopy(buf, 0, code, 0, 8);
|