HomeSort by relevance Sort by last modified time
    Searched refs:copyInto (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 56 etc1_byte* copyInto = newData;
58 copyInto += ETC_PKM_HEADER_SIZE;
69 memcpy(copyInto, rowStart, origRowSzInBytes);
70 copyInto += origRowSzInBytes;
  /external/skia/bench/
ETCBitmapBench.cpp 56 etc1_byte* copyInto = newData;
58 copyInto += ETC_PKM_HEADER_SIZE;
69 memcpy(copyInto, rowStart, origRowSzInBytes);
70 copyInto += origRowSzInBytes;
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
CompareActivity.java 100 Method copyInto = hardwareLayer.getClass()
101 .getDeclaredMethod("copyInto", Bitmap.class);
102 if (!copyInto.isAccessible())
103 copyInto.setAccessible(true);
105 Trace.traceBegin(Trace.TRACE_TAG_ALWAYS, "copyInto");
106 boolean success = (Boolean) copyInto.invoke(hardwareLayer, mHardwareBitmap);
  /frameworks/base/core/java/android/view/
HardwareLayer.java 93 public boolean copyInto(Bitmap bitmap) {
TextureView.java 592 mLayer.copyInto(bitmap);
  /external/guava/guava-tests/test/com/google/common/collect/
SetOperationsTest.java 272 = Sets.union(friends, enemies).copyInto(new HashSet<String>());
290 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>());
308 = Sets.difference(friends, enemies).copyInto(new HashSet<String>());
334 .copyInto(new HashSet<String>());
343 copyInto(new HashSet<String>());
  /frameworks/base/libs/hwui/
VertexBuffer.h 93 void copyInto(const VertexBuffer& srcBuffer, float xOffset, float yOffset) {
PathTessellator.cpp 803 dstBuffer.copyInto<TYPE>(srcBuffer, points[i + 0], points[i + 1]);
    [all...]
  /libcore/luni/src/main/java/java/security/
Identity.java 161 certificates.copyInto(ret);
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java 164 vector.copyInto(as);
  /external/clang/include/clang/AST/
TemplateBase.h 599 void copyInto(TemplateArgumentListInfo &List) const;
ExprCXX.h     [all...]
Expr.h     [all...]
  /libcore/luni/src/main/java/java/util/
Vector.java 309 public synchronized void copyInto(Object[] elements) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Sets.java 532 * {@link #copyInto} and forget the {@code SetView} itself.
561 public <S extends Set<E>> S copyInto(S set) {
603 @Override public <S extends Set<E>> S copyInto(S set) {
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 520 * {@link #copyInto} and forget the {@code SetView} itself.
549 public <S extends Set<E>> S copyInto(S set) {
591 @Override public <S extends Set<E>> S copyInto(S set) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
VectorTest.java 413 * java.util.Vector#copyInto(java.lang.Object[])
416 // Test for method void java.util.Vector.copyInto(java.lang.Object [])
420 tVector.copyInto(a);
423 assertTrue("copyInto failed", a[i] == tVector.elementAt(i));
426 tVector.copyInto(null);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 1340 milliseconds

1 2 3