Searched refs:Copy (Results 1 - 25 of 460) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/shared_impl/
H A Dcompositor_layer_data.cc12 void Copy(scoped_ptr<T>* a, const scoped_ptr<T>& b) { function in namespace:ppapi::__anon10162
29 Copy(&color, other.color);
30 Copy(&texture, other.texture);
31 Copy(&image, other.image);
/external/lzma/CPP/7zip/Compress/
H A DCopyRegister.cpp12 { CreateCodec, CreateCodec, 0x00, L"Copy", 1, false };
14 REGISTER_CODEC(Copy)
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Doptions_for_unittests.py28 return _options[-1].Copy()
/external/chromium_org/third_party/webrtc/common_video/
H A Dplane.h32 // Copy the entire plane data.
34 int Copy(const Plane& plane);
36 // Copy buffer: If current size is smaller
39 int Copy(int size, int stride, const uint8_t* buffer);
H A Dplane.cc54 int Plane::Copy(const Plane& plane) { function in class:webrtc::Plane
64 int Plane::Copy(int size, int stride, const uint8_t* buffer) { function in class:webrtc::Plane
/external/chromium_org/v8/src/
H A Dtype-feedback-vector.cc14 Handle<TypeFeedbackVector> TypeFeedbackVector::Copy( function in class:v8::internal::TypeFeedbackVector
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils_nss.cc43 return it->second->Copy();
51 return keypair->Copy();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dpacket.h23 // Copy the buffer, and address reference
24 void Copy(const void* buffer, size_t len, PP_Resource addr);
H A Dpacket.cc24 void Packet::Copy(const void* buffer, size_t len, PP_Resource addr) { function in class:nacl_io::Packet
/external/chromium_org/third_party/webrtc/base/
H A Dcryptstring.h30 virtual CryptStringImpl * Copy() const = 0;
44 virtual CryptStringImpl * Copy() const { return new EmptyCryptStringImpl(); } function in class:rtc::EmptyCryptStringImpl
55 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {}
56 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {}
59 impl_.reset(other.impl_->Copy());
168 virtual CryptStringImpl * Copy() const { function in class:rtc::InsecureCryptStringImpl
/external/chromium_org/sync/syncable/
H A Dsyncable_id.h50 Copy(that);
53 Copy(that);
56 inline void Copy(const Id& that) { function in class:syncer::syncable::Id
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DJSystem.cs61 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_interactive_browsertest.cc41 browser()->tab_strip_model()->GetActiveWebContents()->Copy();
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer.h41 // Copy |video_frame| on |canvas|.
42 void Copy(const scoped_refptr<VideoFrame>&, SkCanvas* canvas);
/external/chromium_org/sdch/open-vcdiff/src/
H A Dcodetablewriter_interface.h19 // series of Add, Copy, and Run instructions and produces an output file in the
34 // {{Add|Copy|Run}* Output}*
36 // Output() will produce an encoding using the given series of Add, Copy,
60 virtual void Copy(int32_t offset, size_t size) = 0;
77 // size arguments passed to Add(), Copy(), and Run().
H A Dencodetable_test.cc173 EXPECT_DEBUG_DEATH(standard_writer.Copy(6, 5),
279 standard_writer.Copy(2, 8);
280 standard_writer.Copy(2, 8);
304 interleaved_writer.Copy(2, 8);
305 interleaved_writer.Copy(2, 8);
326 standard_writer.Copy(2, 5);
327 standard_writer.Copy(0, 4);
350 interleaved_writer.Copy(2, 5);
351 interleaved_writer.Copy(0, 4);
377 interleaved_writer.Copy(
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.h59 static void Copy(const Message& from, Message* to);
/external/chromium_org/third_party/webrtc/sound/
H A Dsounddevicelocator.h35 virtual SoundDeviceLocator *Copy() const = 0;
/external/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp99 // Insert a Copy from TLSBaseAddrReg to x0, which is where the rest of the
101 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), local
108 return Copy;
125 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), local
129 return Copy;
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h58 static void Copy(const Message& from, Message* to);
/external/llvm/include/llvm/IR/
H A DValueMap.h217 ValueMapCallbackVH Copy(*this); variable
218 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
221 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
222 Copy.Map->Map.erase(Copy); // Definitely destroys *this.
230 ValueMapCallbackVH Copy(*this); variable
231 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
237 Config::onRAUW(Copy.Map->Data, Copy
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.cpp21 Mem::Copy(iSucc, &aNode, sizeof(TNode*));
52 Mem::Copy(start, aData.Ptr(), aData.Size());
/external/valgrind/main/none/tests/s390x/
H A Dex.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
H A Dexrl.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
H A Dmvc.stdout.exp1 ------- Copy 17 bytes from BUFFER to TARGET

Completed in 1753 milliseconds

1234567891011>>