/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/ |
WNafMultiplier.java | 79 System.arraycopy(wnaf, 0, wnafShort, 0, length); 197 System.arraycopy(oldPreComp, 0, preComp, 0, preCompLen);
|
/external/clang/include/clang/Frontend/ |
HeaderSearchOptions.h | 22 /// searches the system group, etc. 26 System, ///< Like Angled, but marks system directories. 27 CXXSystem, ///< Like System, but only used for C++. 28 After ///< Like System, but searched after the system directories. 53 /// If non-empty, the directory to use as a "virtual system root" for include 60 /// A (system-path) delimited list of include paths to be added from the 79 /// Include the system standard include search directories. 82 /// Include the system standard C++ library include search directories [all...] |
/external/emma/core/java12/com/vladium/util/ |
ByteArrayOStream.java | 63 System.arraycopy (mbuf, 0, newbuf, 0, pos); 87 System.arraycopy (mbuf, 0, newbuf, 0, pos); 112 System.arraycopy (mbuf, 0, newbuf, 0, pos); 137 // System.out.println ("available = " + chunk); 156 // System.out.println ("reallocation"); 162 // System.arraycopy (m_buf, 0, newbuf, 0, m_pos); 191 // System.arraycopy (mbuf, 0, newbuf, 0, pos); 216 System.arraycopy (mbuf, 0, result, 0, pos); 255 System.arraycopy (mbuf, 0, newbuf, 0, pos); 284 System.arraycopy (mbuf, 0, newbuf, 0, pos) [all...] |
IntVector.java | 55 System.arraycopy (m_values, 0, result, 0, size); 135 System.arraycopy (m_values, 0, values, 0, capacity);
|
/external/guava/src/com/google/common/base/ |
Throwables.java | 128 * type is only for client code to make Java type system happy in case a 229 System.arraycopy(causeTrace, 0, combined, 0, causeTrace.length); 230 System.arraycopy(outerTrace, 0, combined, causeTrace.length, outerTrace.length);
|
/external/jsilver/src/org/clearsilver/jni/ |
JNI.java | 26 * path specified in the 'java.library.path' system property. However, this 37 * System.exit(1). 41 System.err.println("Could not load '" + libraryName + "'. Searched:"); 42 String platformLibraryName = System.mapLibraryName(libraryName); 44 System.err.println(" " + 47 System.err.println( 50 System.exit(1); 71 = System.getProperty("java.library.path", ".").split( 91 String platformLibraryName = System.mapLibraryName(libraryName); 95 System.load(new File(path, platformLibraryName).getAbsolutePath()) [all...] |
/external/proguard/src/proguard/classfile/editor/ |
ClassEditor.java | 61 System.arraycopy(interfaces, 0, 69 System.out.println(targetClass.getName()+": adding interface ["+targetClass.getClassName(interfaceConstantIndex)+"]"); 87 System.arraycopy(interfaces, interfaceIndex+1, 129 System.arraycopy(fields, 0, 137 System.out.println(targetClass.getName()+": adding field ["+field.getName(targetClass)+" "+field.getDescriptor(targetClass)+"]"); 157 System.arraycopy(fields, fieldIndex+1, 199 System.arraycopy(methods, 0, 207 System.out.println(targetClass.getName()+": adding method ["+method.getName(targetClass)+method.getDescriptor(targetClass)+"]"); 227 System.arraycopy(methods, methodIndex+1,
|
ConstantPoolSorter.java | 112 System.arraycopy(newConstantPool, 0, programClass.constantPool, 0, newLength);
|
/external/proguard/src/proguard/gui/ |
ProGuardRunnable.java | 68 // Redirect the System's out and err streams to the console text area. 69 PrintStream oldOut = System.out; 70 PrintStream oldErr = System.err; 75 System.setOut(printStream); 76 System.setErr(printStream); 87 System.out.println("Processing completed successfully"); 94 System.out.println(ex.getMessage()); 105 System.gc(); 108 System.out.println(msg("outOfMemoryInfo", configurationFileName)); 121 // Restore the old System's out and err streams [all...] |
ReTraceRunnable.java | 71 // Redirect the stack trace string to the System's in stream, and the 73 InputStream oldIn = System.in; 74 PrintStream oldOut = System.out; 75 PrintStream oldErr = System.err; 83 System.setIn(inputStream); 84 System.setOut(printStream); 85 System.setErr(printStream); 100 System.out.println(ex.getMessage()); 111 System.gc(); 114 System.out.println(msg("outOfMemory")) [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
LivenessAnalyzer.java | 187 System.out.println(); 188 System.out.println("Liveness analysis: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)); 309 System.out.print((aliveBefore & variableMask) == 0L ? '.' : 315 System.out.println(" "+ InstructionFactory.create(codeAttribute.code, offset).toString(offset)); 321 System.out.print((aliveAfter & variableMask) == 0L ? '.' : 326 System.out.println();
|
/external/proguard/src/proguard/shrink/ |
Shrinker.java | 97 System.out.println(); 118 System.out; 124 if (ps != System.out) 153 System.out.println("Removing unused program classes and class elements..."); 154 System.out.println(" Original number of program classes: " + originalProgramClassPoolSize); 155 System.out.println(" Final number of program classes: " + newProgramClassPoolSize);
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
ByteStringMicro.java | 85 System.arraycopy(bytes, offset, copy, 0, size); 127 System.arraycopy(bytes, 0, target, offset, bytes.length); 141 System.arraycopy(bytes, sourceOffset, target, targetOffset, size); 150 System.arraycopy(bytes, 0, copy, 0, size);
|
/frameworks/base/core/java/android/net/dhcp/ |
DhcpRequestPacket.java | 65 System.arraycopy(mClientMac, 0, clientId, 1, 6);
|
/frameworks/base/core/java/android/os/ |
Broadcaster.java | 86 System.arraycopy(oldTargets, 0, r.targets, 0, n); 88 System.arraycopy(oldWhats, 0, r.targetWhats, 0, n); 125 System.arraycopy(targets, 0, r.targets, 0, i); 126 System.arraycopy(whats, 0, r.targetWhats, 0, i); 131 System.arraycopy(targets, i+1, r.targets, i, 133 System.arraycopy(whats, i+1, r.targetWhats, i, 144 * For debugging purposes, print the registrations to System.out 150 System.out.println("Broadcaster " + this + " {"); 154 System.out.println(" senderWhat=" + r.senderWhat); 157 System.out.println(" [" + r.targetWhats[i [all...] |
/frameworks/base/core/java/android/text/ |
AlteredCharSequence.java | 112 System.arraycopy(mChars, start - mStart, dest, off, end - start);
|
PackedObjectVector.java | 118 System.arraycopy(mValues, 0, newvalues, 0, mColumns * mRowGapStart); 119 System.arraycopy(mValues, (mRows - after) * mColumns, newvalues, (newsize - after) * mColumns, after * mColumns); 178 System.out.print(val + " "); 180 System.out.print("(" + val + ") "); 183 System.out.print(" << \n"); 186 System.out.print("-----\n\n");
|
/frameworks/base/core/java/android/util/ |
Base64InputStream.java | 127 System.arraycopy(coder.output, outputStart, b, off, bytes);
|
SparseBooleanArray.java | 90 System.arraycopy(mKeys, i + 1, mKeys, i, mSize - (i + 1)); 91 System.arraycopy(mValues, i + 1, mValues, i, mSize - (i + 1)); 116 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length); 117 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); 125 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i); 126 System.arraycopy(mValues, i, mValues, i + 1, mSize - i); 211 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length); 212 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListGetCheckItemIdsTest.java | 47 System.arraycopy(checkItemIds, 0, sortedCheckItemsIds, 0, checkItemIds.length); 51 System.arraycopy(expectedIds, 0, sortedExpectedIds, 0, expectedIds.length);
|
/frameworks/base/graphics/java/android/renderscript/ |
ScriptC.java | 78 System.arraycopy(pgm, 0, buf2, 0, pgm.length); 95 // E.g, /system/apps/Fountain.apk
|
/frameworks/base/media/java/android/media/ |
AmrInputStream.java | 32 System.loadLibrary("media_jni"); 98 System.arraycopy(mBuf, mBufOut, b, offset, length);
|
ResampleInputStream.java | 32 System.loadLibrary("media_jni"); 93 System.arraycopy(mBuf, 0, bf, 0, mBufCount); 116 if (mBufCount > 0) System.arraycopy(mBuf, nFwd, mBuf, 0, mBufCount);
|
/frameworks/base/obex/javax/obex/ |
PrivateInputStream.java | 122 System.arraycopy(mData, mIndex, b, offset1, currentDataLength); 134 System.arraycopy(mData, mIndex, b, offset1, remainReadLength); 152 System.arraycopy(mData, mIndex, temp, 0, mData.length - mIndex); 153 System.arraycopy(body, start, temp, mData.length - mIndex, body.length - start);
|
PrivateOutputStream.java | 132 System.arraycopy(temp, 0, result, 0, size);
|