Home
last modified time | relevance | path

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

12

/aosp12/build/soong/cmd/sbox/
H A Dsbox.go344 func makeOutputDirs(copies []*sbox_proto.Copy, sandboxDir string) error {
357 func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir string) []error {
375 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, allowFromNotExists bool) error {
530 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string) error {
/aosp12/build/blueprint/parser/
H A Dast.go65 func (m *Module) Copy() *Module { func
97 func (p *Property) Copy() *Property { func
196 func (x *Operator) Copy() Expression { func
228 func (x *Variable) Copy() Expression { func
252 func (x *Map) Copy() Expression { func
310 func (x *List) Copy() Expression { func
342 func (x *String) Copy() Expression { func
368 func (x *Int64) Copy() Expression { func
394 func (x *Bool) Copy() Expression { func
486 func (n NotEvaluated) Copy() Expression { func
/aosp12/frameworks/base/tools/aapt2/io/
H A 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
/aosp12/build/soong/cmd/sbox/sbox_proto/
H A Dsbox.pb.go168 type Copy struct { struct
169 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"`
170 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"`
172 Executable *bool `protobuf:"varint,3,opt,name=executable" json:"executable,omitempty"`
173 XXX_NoUnkeyedLiteral struct{} `json:"-"`
174 XXX_unrecognized []byte `json:"-"`
175 XXX_sizecache int32 `json:"-"`
H A Dsbox.proto59 message Copy { message
/aosp12/frameworks/av/media/codecs/amrnb/common/src/
H A Dcopy.cpp80 void Copy( in Copy() function
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DCopy.java29 public class Copy extends TestBase { class
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DCopy.java24 public class Copy extends TestBase { class
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DCopy.java29 public class Copy extends TestBase { class
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dutil.c51 void Copy( in Copy() function
/aosp12/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc397 void X86JNIMacroAssembler::Copy(FrameOffset dest, FrameOffset src, size_t size) { in Copy() function in art::x86::X86JNIMacroAssembler
408 void X86JNIMacroAssembler::Copy(FrameOffset /*dst*/, in Copy() function in art::x86::X86JNIMacroAssembler
416 void X86JNIMacroAssembler::Copy(ManagedRegister dest_base, in Copy() function in art::x86::X86JNIMacroAssembler
427 void X86JNIMacroAssembler::Copy(FrameOffset dest, in Copy() function in art::x86::X86JNIMacroAssembler
439 void X86JNIMacroAssembler::Copy(ManagedRegister dest, in Copy() function in art::x86::X86JNIMacroAssembler
451 void X86JNIMacroAssembler::Copy(FrameOffset dest, in Copy() function in art::x86::X86JNIMacroAssembler
/aosp12/art/compiler/utils/
H A Ddedupe_set_test.cc45 const std::vector<uint8_t>* Copy(const ArrayRef<const uint8_t>& src) { in Copy() function in art::DedupeSetTestAlloc
/aosp12/build/soong/ui/build/
H A Denvironment.go123 func (e *Environment) Copy() *Environment { func
/aosp12/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc471 void X86_64JNIMacroAssembler::Copy(FrameOffset dest, FrameOffset src, size_t size) { in Copy() function in art::x86_64::X86_64JNIMacroAssembler
483 void X86_64JNIMacroAssembler::Copy(FrameOffset /*dst*/, in Copy() function in art::x86_64::X86_64JNIMacroAssembler
491 void X86_64JNIMacroAssembler::Copy(ManagedRegister dest_base, in Copy() function in art::x86_64::X86_64JNIMacroAssembler
502 void X86_64JNIMacroAssembler::Copy(FrameOffset dest, in Copy() function in art::x86_64::X86_64JNIMacroAssembler
514 void X86_64JNIMacroAssembler::Copy(ManagedRegister dest, in Copy() function in art::x86_64::X86_64JNIMacroAssembler
526 void X86_64JNIMacroAssembler::Copy(FrameOffset dest, in Copy() function in art::x86_64::X86_64JNIMacroAssembler
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dstatus_tests.cpp59 TEST(Status, Copy) { in TEST() argument
/aosp12/art/runtime/
H A Ddex2oat_environment_test.h137 static void Copy(const std::string& src, const std::string& dst) { in Copy() function
/aosp12/art/compiler/jni/quick/
H A Djni_compiler.cc402 __ Copy(out_off, method_offset, static_cast<size_t>(kPointerSize)); in ArtJniCompileMethodInternal() local
537 __ Copy(out_off, method_offset, static_cast<size_t>(kPointerSize)); in ArtJniCompileMethodInternal() local
716 __ Copy(out_off, in_off, param_size); in CopyParameter() local
/aosp12/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc791 void ArmVIXLJNIMacroAssembler::Copy(FrameOffset dest, FrameOffset src, size_t size) { in Copy() function in art::arm::ArmVIXLJNIMacroAssembler
806 void ArmVIXLJNIMacroAssembler::Copy(FrameOffset dest ATTRIBUTE_UNUSED, in Copy() function in art::arm::ArmVIXLJNIMacroAssembler
814 void ArmVIXLJNIMacroAssembler::Copy(ManagedRegister dest_base ATTRIBUTE_UNUSED, in Copy() function in art::arm::ArmVIXLJNIMacroAssembler
822 void ArmVIXLJNIMacroAssembler::Copy(FrameOffset dst ATTRIBUTE_UNUSED, in Copy() function in art::arm::ArmVIXLJNIMacroAssembler
830 void ArmVIXLJNIMacroAssembler::Copy(ManagedRegister dest ATTRIBUTE_UNUSED, in Copy() function in art::arm::ArmVIXLJNIMacroAssembler
839 void ArmVIXLJNIMacroAssembler::Copy(FrameOffset dst ATTRIBUTE_UNUSED, in Copy() function in art::arm::ArmVIXLJNIMacroAssembler
/aosp12/art/compiler/utils/arm64/
H A Djni_macro_assembler_arm64.cc489 void Arm64JNIMacroAssembler::Copy(FrameOffset dest, FrameOffset src, size_t size) { in Copy() function in art::arm64::Arm64JNIMacroAssembler
497 void Arm64JNIMacroAssembler::Copy(FrameOffset dest, in Copy() function in art::arm64::Arm64JNIMacroAssembler
519 void Arm64JNIMacroAssembler::Copy(ManagedRegister m_dest_base, in Copy() function in art::arm64::Arm64JNIMacroAssembler
541 void Arm64JNIMacroAssembler::Copy(FrameOffset /*dst*/, in Copy() function in art::arm64::Arm64JNIMacroAssembler
549 void Arm64JNIMacroAssembler::Copy(ManagedRegister m_dest, in Copy() function in art::arm64::Arm64JNIMacroAssembler
582 void Arm64JNIMacroAssembler::Copy(FrameOffset /*dst*/, in Copy() function in art::arm64::Arm64JNIMacroAssembler
/aosp12/art/tools/
H A Dstream-trace-converter.py63 def Copy(input, output, length): function
/aosp12/art/openjdkjvmti/
H A Dti_properties.cc148 static jvmtiError Copy(jvmtiEnv* env, const char* in, char** out) { in Copy() function
/aosp12/art/libartbase/base/
H A Darena_allocator.cc108 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy() function in art::ArenaAllocatorStatsImpl
H A Dbit_vector.cc294 void BitVector::Copy(const BitVector *src) { in Copy() function in art::BitVector
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dtypedefs.h195 #define Copy voAWB_Copy macro
/aosp12/art/compiler/driver/
H A Dcompiled_method_storage.cc95 const LengthPrefixedArray<T>* Copy(const ArrayRef<const T>& array) { in Copy() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc

12