Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tools/aapt2/io/
DUtil.cpp90 bool Copy(OutputStream* out, InputStream* in) { in Copy() function
109 bool Copy(OutputStream* out, const StringPiece& in) { in Copy() function
128 bool Copy(ZeroCopyOutputStream* out, InputStream* in) { in Copy() function
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dcopy.cpp80 void Copy( in Copy() function
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DCopy.java29 public class Copy extends TestBase { class
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DCopy.java29 public class Copy extends TestBase { class
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DCopy.java24 public class Copy extends TestBase { class
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dutil.c51 void Copy( in Copy() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DByteArray.cs50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) in Copy() method in Google.Protobuf.ByteArray
/frameworks/native/libs/vr/libpdx/
Dstatus_tests.cpp59 TEST(Status, Copy) { in TEST() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstatus_test.cc80 TEST(Status, Copy) { in TEST() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dreflection_ops.cc48 void ReflectionOps::Copy(const Message& from, Message* to) { in Copy() function in google::protobuf::internal::ReflectionOps
Dreflection_ops_unittest.cc58 TEST(ReflectionOpsTest, Copy) { in TEST() argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dtypedefs.h195 #define Copy voAWB_Copy macro
/frameworks/base/tools/aapt2/util/
DUtil.cpp456 std::unique_ptr<uint8_t[]> Copy(const BigBuffer& buffer) { in Copy() function
/frameworks/av/media/codec2/core/include/
DC2Param.h446 inline static std::unique_ptr<C2Param> Copy(const C2Param &orig) { in Copy() function