/external/lzma/CPP/7zip/Compress/ |
CopyRegister.cpp | 13 REGISTER_CODEC_2(Copy, CreateCodec, CreateCodec, 0, "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;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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;
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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;
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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;
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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
|
/art/dexoptanalyzer/ |
dexoptanalyzer_test.cc | 6 * You may obtain a copy of the License at 90 Copy(GetDexSrc1(), dex_location); 101 Copy(GetDexSrc1(), dex_location); 113 Copy(GetDexSrc1(), dex_location); 124 Copy(GetDexSrc1(), dex_location); 135 Copy(GetMultiDexSrc1(), dex_location); 146 Copy(GetMultiDexSrc1(), dex_location); 151 Copy(GetMultiDexSrc2(), dex_location); 164 Copy(GetDexSrc1(), dex_location); 166 Copy(GetDexSrc2(), dex_location) [all...] |
/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;
|