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

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/Compress/
CopyRegister.cpp 12 { CreateCodec, CreateCodec, 0x00, L"Copy", 1, false };
14 REGISTER_CODEC(Copy)
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
copy.h 6 * You may obtain a copy of the License at
37 * File : copy.h
38 * Purpose : Copy vector x[] to y[]
72 * Function : Copy
73 * Purpose : Copy vector x[] to y[], vector length L
78 void Copy(
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
copy.cpp 6 * You may obtain a copy of the License at
37 * File : copy.h
47 #include "copy.h"
66 * FUNCTION: Copy
68 * PURPOSE: Copy vector x[] to y[]
75 * Function : Copy
76 * Purpose : Copy vector x[] to y[]
80 void Copy(
  /art/runtime/gc/space/
image_space_test.cc 6 * You may obtain a copy of the License at
31 Copy(GetDexSrc1(), dex1);
32 Copy(GetMultiDexSrc1(), multidex1);
33 Copy(GetDexSrc2(), dex2);
57 Copy(GetDexSrc2(), dex1);
61 Copy(GetDexSrc1(), dex1);
65 Copy(GetMultiDexSrc2(), multidex1);
69 Copy(GetMultiDexSrc1(), multidex1);
73 Copy(GetDexSrc1(), dex2);
77 Copy(GetDexSrc2(), dex2)
    [all...]
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
variadic_copy.fail.cpp 30 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}}
35 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}}
40 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}}
  /external/llvm/unittests/ADT/
FunctionRefTest.cpp 17 // Ensure that copies of a function_ref copy the underlying state rather than
19 TEST(FunctionRefTest, Copy) {
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 101 MemoryLocation Copy(*this);
102 Copy.Ptr = NewPtr;
103 return Copy;
107 MemoryLocation Copy(*this);
108 Copy.Size = NewSize;
109 return Copy;
113 MemoryLocation Copy(*this);
114 Copy.AATags = AAMDNodes();
115 return Copy;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-big-delta.d 8 \[0x.*\] Copy
11 \[0x.*\] Copy
14 \[0x.*\] Copy
lns-common-1-alt.d 10 \[0x.*\] Copy
14 \[0x.*\] Copy
18 \[0x.*\] Copy
23 \[0x.*\] Copy
28 \[0x.*\] Copy
32 \[0x.*\] Copy
36 \[0x.*\] Copy
40 \[0x.*\] Copy
lns-duplicate.d 7 \[0x.*\] Copy
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 6 * You may obtain a copy of the License at
89 Copy(GetDexSrc1(), dex_location);
100 Copy(GetDexSrc1(), dex_location);
112 Copy(GetDexSrc1(), dex_location);
124 Copy(GetMultiDexSrc1(), dex_location);
135 Copy(GetMultiDexSrc1(), dex_location);
140 Copy(GetMultiDexSrc2(), dex_location);
153 Copy(GetDexSrc1(), dex_location);
155 Copy(GetDexSrc2(), dex_location);
166 Copy(GetDexSrc1(), dex_location)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
options_for_unittests.py 28 return _options[-1].Copy()
  /external/google-breakpad/src/google_breakpad/processor/
code_module.h 85 // Creates a new copy of this CodeModule object, which the caller takes
89 virtual const CodeModule* Copy() const = 0;
code_modules.h 85 // Creates a new copy of this CodeModules object, which the caller takes
91 // returns objects in may differ between a copy and the original CodeModules
93 virtual const CodeModules* Copy() const = 0;
  /external/webrtc/webrtc/base/
cryptstring.cc 29 CryptStringImpl* EmptyCryptStringImpl::Copy() const {
41 : impl_(other.impl_->Copy()) {
44 CryptString::CryptString(const CryptStringImpl& impl) : impl_(impl.Copy()) {
63 CryptStringImpl* InsecureCryptStringImpl::Copy() const {
64 InsecureCryptStringImpl* copy = new InsecureCryptStringImpl; local
65 copy->password() = password_;
66 return copy;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_plsf.cpp 6 * You may obtain a copy of the License at
71 #include "copy.h"
160 Copy(mean_lsf, &state->past_lsf_q[0], M);
203 Copy(mean_lsf_5, &state->past_lsf_q[0], M);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Copy.java 6 * You may obtain a copy of the License at
24 public class Copy extends TestBase {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspenum.h 11 template <class Base,const IID *piid,class T,class Copy,class ThreadModel = CComObjectThreadModel>
12 class ATL_NO_VTABLE CSafeComEnum : public CComEnumImpl<Base,piid,T,Copy>,public CComObjectRootEx< ThreadModel >
14 typedef CSafeComEnum<Base,piid,T,Copy,ThreadModel> ThisClass;
15 typedef CComEnumImpl<Base,piid,T,Copy> BaseClass;
  /external/curl/tests/libtest/
test610.pl 9 use File::Copy;
  /external/pdfium/core/fxge/ge/
cfx_graphstatedata.cpp 23 Copy(src);
26 void CFX_GraphStateData::Copy(const CFX_GraphStateData& src) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/lns/
lns-duplicate.d 8 \[0x.*\] Copy
  /external/pdfium/core/fpdfapi/page/
cpdf_allstates.h 23 void Copy(const CPDF_AllStates& src);
cpdf_color.h 23 void Copy(const CPDF_Color* pSrc);
  /external/pdfium/core/fxge/
cfx_graphstatedata.h 20 void Copy(const CFX_GraphStateData& src);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMemRep4.c 34 Copy Length bytes from Source to Destination.
38 Destination - Target of copy
40 Source - Place to copy from
42 Length - Number of bytes to copy
62 jae _CopyBackward ; Copy backward if overlapped
67 rep movsd ; Copy as many Dwords as possible
75 rep movsb ; Copy bytes backward

Completed in 1668 milliseconds

1 2 3 4 5 6 7 8 91011>>