HomeSort by relevance Sort by last modified time
    Searched full:arraycopy (Results 101 - 125 of 1189) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
HtmlEscapeFunction.java 56 System.arraycopy(ESCAPE_CHARS, 0, UNQUOTED_ESCAPE_CHARS, 33, ESCAPE_CHARS.length);
57 System.arraycopy(UNQUOTED_EXTRA_CHARS, 0, UNQUOTED_ESCAPE_CHARS, 33 + ESCAPE_CHARS.length,
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ChoiceCallback.java 47 //FIXME: System.arraycopy(choices, 0 , new String[choices.length], 0, choices.length);
107 //System.arraycopy(selections, 0, this.selections, 0, this.selections.length);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
SparseArray.java 161 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
162 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
170 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i);
171 System.arraycopy(mValues, i, mValues, i + 1, mSize - i);
301 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
302 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
327 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
328 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
  /frameworks/base/core/java/android/util/
SparseIntArray.java 123 System.arraycopy(mKeys, index + 1, mKeys, index, mSize - (index + 1));
124 System.arraycopy(mValues, index + 1, mValues, index, mSize - (index + 1));
148 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
149 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
157 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i);
158 System.arraycopy(mValues, i, mValues, i + 1, mSize - i);
254 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
255 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
  /frameworks/base/obex/javax/obex/
PasswordAuthentication.java 56 System.arraycopy(userName, 0, mUserName, 0, userName.length);
60 System.arraycopy(password, 0, mPassword, 0, password.length);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
SparseWeakArray.java 150 System.arraycopy(mKeys, 0, nkeys, 0, newSize);
151 System.arraycopy(mValues, 0, nvalues, 0, newSize);
191 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
192 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
200 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i);
201 System.arraycopy(mValues, i, mValues, i + 1, mSize - i);
331 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
332 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
  /libcore/luni/src/main/java/javax/crypto/spec/
PSource.java 93 System.arraycopy(p, 0, this.p, 0, p.length);
103 System.arraycopy(p, 0, result, 0, p.length);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ParameterColor.java 66 System.arraycopy(p.mHSVO, 0, mHSVO, 0, 4);
105 System.arraycopy(parameterColor.mBasColors,0,mBasColors,0,mBasColors.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidNature.java 163 System.arraycopy(natures, 0, newNatures, 1, natures.length);
166 System.arraycopy(natures, 0, newNatures, 0, natures.length);
196 System.arraycopy(commands, 0, newCommands, 1, commands.length);
240 System.arraycopy(commands, 0, newCommands, 0, index);
248 System.arraycopy(commands, index, newCommands, index + 1, commands.length-index);
268 System.arraycopy(commands, 0, newCommands, 0, commands.length);
289 System.arraycopy(commands, 0, newCommands, 0, i);
290 System.arraycopy(commands, i + 1, newCommands, i, commands.length - i - 1);
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEvent.java 35 System.arraycopy(event.values, 0, values, 0, event.values.length);
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.java 22 // Then the subsequent arraycopy will need a whole new set of 5 registers
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RSACoreEngine.java 105 System.arraycopy(in, inOff, block, 0, inLen);
132 System.arraycopy(output, 1, tmp, 0, tmp.length);
141 System.arraycopy(output, 0, tmp, tmp.length - output.length, output.length);
152 System.arraycopy(output, 1, tmp, 0, tmp.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS12ParametersGenerator.java 123 System.arraycopy(S, 0, I, 0, S.length);
124 System.arraycopy(P, 0, I, S.length, P.length);
153 System.arraycopy(A, 0, dKey, (i - 1) * u, dKey.length - ((i - 1) * u));
157 System.arraycopy(A, 0, dKey, (i - 1) * u, A.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 78 System.arraycopy(iv, 0, IV, 0, iv.length);
157 System.arraycopy(IV, 0, cbcV, 0, IV.length);
201 System.arraycopy(out, outOff, cbcV, 0, cbcV.length);
230 System.arraycopy(in, inOff, cbcNextV, 0, blockSize);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
Tables1kGCMExponentiator.java 39 System.arraycopy(y, 0, output, 0, 16);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
CTRMode.java 40 System.arraycopy(iv, 0, X, 0, blockSize);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketChannelOpenConfirmation.java 36 System.arraycopy(payload, off, this.payload, 0, len);
PacketChannelOpenFailure.java 36 System.arraycopy(payload, off, this.payload, 0, len);
PacketChannelWindowAdjust.java 31 System.arraycopy(payload, off, this.payload, 0, len);
PacketDisconnect.java 25 System.arraycopy(payload, off, this.payload, 0, len);
PacketIgnore.java 34 System.arraycopy(payload, off, this.payload, 0, len);
PacketKexDHReply.java 28 System.arraycopy(payload, off, this.payload, 0, len);
PacketKexDhGexReply.java 28 System.arraycopy(payload, off, this.payload, 0, len);
PacketOpenSessionChannel.java 34 System.arraycopy(payload, off, this.payload, 0, len);
PacketServiceAccept.java 29 System.arraycopy(payload, off, this.payload, 0, len);

Completed in 191 milliseconds

1 2 3 45 6 7 8 91011>>