HomeSort by relevance Sort by last modified time
    Searched defs:arraycopy (Results 276 - 300 of 1254) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
AbstractKeyboardBuilder.java 130 System.arraycopy(newElements, columnIndex, newElements, columnIndex + 1,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DeclareStyleableInfo.java 61 System.arraycopy(parents, 0, mParents, 0, parents.length);
69 System.arraycopy(attrs, 0, mAttributes, 0, attrs.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ListValueCellEditor.java 53 System.arraycopy(items, 0, mItems, 0, items.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 123 System.arraycopy(classpath, 0, newClasspath, 0, classpath.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkCommandLauncher.java 82 System.arraycopy(args, 0, newargs, 1, args.length);
  /tools/apksig/src/test/java/com/android/apksig/util/
DataSourceFromRAFChunkTest.java 70 System.arraycopy(contents, 0, fullContents, 2, contents.length);
  /art/test/137-cfi/src/
Main.java 93 System.arraycopy(cmdline, 0, secCmdLine, 0, cmdline.length);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Util.java 53 System.arraycopy(data, 0, result, 0, length);
55 System.arraycopy(data, 0, result, 0, data.length);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
PipeShort.java 51 System.arraycopy(buffer, offset, mBuffer, rear, written);
57 System.arraycopy(buffer, offset + written, mBuffer, 0, count);
102 // In particular, an overrun during the System.arraycopy will result in reading corrupt data
103 System.arraycopy(mBuffer, front, buffer, offset, red);
110 System.arraycopy(mBuffer, 0, buffer, offset + red, count);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java 169 System.arraycopy(ats, atsIndex, historical_bytes, 0, bytesToCopy);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
HceFReaderActivity.java 64 System.arraycopy(nfcid2, 0, echo_cmd, 2, nfcid2.length);
65 System.arraycopy(payload, 0, echo_cmd, 2 + nfcid2.length, payload.length);
73 System.arraycopy(nfcid2, 0, cmd, 2, nfcid2.length);
  /cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
UriHelper.java 156 System.arraycopy(selectionArgs, 0, args, 1, selectionArgs.length);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ANativeWindowTest.java 144 System.arraycopy(MIRROR_VERTICAL_MATRIX, 0, computedTransform, 0, 16);
218 System.arraycopy(tmp, 0, result, 0, 16);
  /cts/tests/tests/media/src/android/media/cts/
TestMediaDataSource.java 81 System.arraycopy(mData, (int)position, buffer, offset, size);
  /cts/tests/tests/net/src/android/net/ipv6/cts/
PingTest.java 73 System.arraycopy(PING_HEADER, 0, packet, 0, PING_HEADER.length);
  /cts/tests/tests/proto/src/android/util/proto/cts/
EncodedBufferTest.java 328 // This *should* be the same as System.arraycopy
329 System.arraycopy(expected, srcOffset, expected, destOffset, size);
ProtoOutputStreamStringTest.java 71 System.arraycopy(utf8, 0, expected, 4, utf8.length);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 65 //System.arraycopy(kernelMatrix, 0, kernelStack, kernelInfo.get_offset(m),
67 System.arraycopy(kernelMatrix, 0, kernelStack, (int)infoArray[4*m],
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 66 System.arraycopy(kernelMatrix, 0, kernelStack, kernelInfo.get_offset(m),
  /dalvik/dexgen/src/com/android/dexgen/util/
BitIntSet.java 53 System.arraycopy(bits, 0, newBits, 0, bits.length);
ByteArray.java 212 System.arraycopy(bytes, start, out, offset, size);
324 System.arraycopy(bytes, cursor + start, arr, offset, length);
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 68 System.arraycopy(stack, 0, result.stack, 0, stack.length);
69 System.arraycopy(local, 0, result.local, 0, local.length);
OneLocalsArray.java 52 System.arraycopy(locals, 0, result.locals, 0, locals.length);
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 96 System.arraycopy(argArray, i, files, 0, files.length);
  /dalvik/dx/src/com/android/dx/util/
BitIntSet.java 53 System.arraycopy(bits, 0, newBits, 0, bits.length);

Completed in 605 milliseconds

<<11121314151617181920>>