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

1234567891011>>

/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.py25 return _options.Copy()
/external/chromium/sdch/open-vcdiff/src/
H A Dcodetablewriter_interface.h7 // series of Add, Copy, and Run instructions and produces an output file in the
20 // {{Add|Copy|Run}* Output}*
22 // Output() will produce an encoding using the given series of Add, Copy,
36 virtual void Copy(int32_t offset, size_t size) = 0;
47 // size arguments passed to Add(), Copy(), and Run().
H A Dencodetable_test.cc189 EXPECT_DEBUG_DEATH(standard_writer.Copy(6, 5),
301 standard_writer.Copy(2, 8);
302 standard_writer.Copy(2, 8);
336 interleaved_writer.Copy(2, 8);
337 interleaved_writer.Copy(2, 8);
368 standard_writer.Copy(2, 5);
369 standard_writer.Copy(0, 4);
399 interleaved_writer.Copy(2, 5);
400 interleaved_writer.Copy(0, 4);
433 interleaved_writer.Copy(
[all...]
/external/chromium_org/content/browser/worker_host/
H A Dworker_storage_partition.cc37 Copy(other);
42 Copy(rhs);
61 void WorkerStoragePartition::Copy(const WorkerStoragePartition& other) { function in class:content::WorkerStoragePartition
/external/chromium/third_party/libjingle/source/talk/base/
H A Dcryptstring.h45 virtual CryptStringImpl * Copy() const = 0;
59 virtual CryptStringImpl * Copy() const { return new EmptyCryptStringImpl(); } function in class:talk_base::EmptyCryptStringImpl
70 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {}
71 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {}
74 impl_.reset(other.impl_->Copy());
183 virtual CryptStringImpl * Copy() const { function in class:talk_base::InsecureCryptStringImpl
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcryptstring.h45 virtual CryptStringImpl * Copy() const = 0;
59 virtual CryptStringImpl * Copy() const { return new EmptyCryptStringImpl(); } function in class:talk_base::EmptyCryptStringImpl
70 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {}
71 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {}
74 impl_.reset(other.impl_->Copy());
183 virtual CryptStringImpl * Copy() const { function in class:talk_base::InsecureCryptStringImpl
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_id.h52 Copy(that);
55 Copy(that);
58 inline void Copy(const Id& that) { function in class:syncable::Id
/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/chrome/browser/extensions/
H A Dextension_clipboard_api.cc41 render_view_host->Copy();
/external/chromium_org/cc/quads/
H A Dshared_quad_state.h24 scoped_ptr<SharedQuadState> Copy() const;
/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/libjingle/source/talk/sound/
H A Dsounddevicelocator.h52 virtual SoundDeviceLocator *Copy() const = 0;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.h59 static void Copy(const Message& from, Message* to);
/external/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/protobuf/src/google/protobuf/
H A Dreflection_ops.h58 static void Copy(const Message& from, Message* to);
/external/llvm/include/llvm/ADT/
H A DValueMap.h214 ValueMapCallbackVH Copy(*this);
215 sys::Mutex *M = Config::getMutex(Copy.Map->Data);
218 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
219 Copy.Map->Map.erase(Copy); // Definitely destroys *this.
227 ValueMapCallbackVH Copy(*this);
228 sys::Mutex *M = Config::getMutex(Copy.Map->Data);
234 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/chromium_org/sync/api/
H A Dsync_error.cc46 Copy(other);
56 Copy(other);
60 void SyncError::Copy(const SyncError& other) { function in class:syncer::SyncError
/external/openfst/src/include/fst/
H A Dinvert.h57 SymbolTable *input = fst->InputSymbols() ? fst->InputSymbols()->Copy() : 0;
58 SymbolTable *output = fst->OutputSymbols() ? fst->OutputSymbols()->Copy() : 0;
89 // See Fst<>::Copy() for doc.
93 // Get a copy of this InvertFst. See Fst<>::Copy() for further doc.
94 virtual InvertFst<A> *Copy(bool safe = false) const { function in class:fst::InvertFst
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs62 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_selection_model.h96 void Copy(const TabStripSelectionModel& source);

Completed in 699 milliseconds

1234567891011>>