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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/shared_impl/
compositor_layer_data.cc 12 void Copy(scoped_ptr<T>* a, const scoped_ptr<T>& b) {
29 Copy(&color, other.color);
30 Copy(&texture, other.texture);
31 Copy(&image, other.image);
  /external/lzma/CPP/7zip/Compress/
CopyRegister.cpp 12 { CreateCodec, CreateCodec, 0x00, L"Copy", 1, false };
14 REGISTER_CODEC(Copy)
  /external/chromium_org/third_party/webrtc/common_video/
plane.h 32 // 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);
plane.cc 54 int Plane::Copy(const Plane& plane) {
64 int Plane::Copy(int size, int stride, const uint8_t* buffer) {
  /external/chromium_org/tools/telemetry/telemetry/unittest/
options_for_unittests.py 28 return _options[-1].Copy()
  /external/chromium_org/v8/src/
type-feedback-vector.cc 14 Handle<TypeFeedbackVector> TypeFeedbackVector::Copy(
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_nss.cc 43 return it->second->Copy();
51 return keypair->Copy();
  /external/chromium_org/media/filters/
skcanvas_video_renderer.h 41 // Copy |video_frame| on |canvas|.
42 void Copy(const scoped_refptr<VideoFrame>&, SkCanvas* canvas);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
packet.h 23 // Copy the buffer, and address reference
24 void Copy(const void* buffer, size_t len, PP_Resource addr);
packet.cc 24 void Packet::Copy(const void* buffer, size_t len, PP_Resource addr) {
  /external/chromium_org/sdch/open-vcdiff/src/
codetablewriter_interface.h 6 // You may obtain a copy of the License at
19 // 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,
59 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
60 virtual void Copy(int32_t offset, size_t size) = 0;
77 // size arguments passed to Add(), Copy(), and Run().
jsonwriter.h 6 // You may obtain a copy of the License at
36 // * Each COPY is represented by two numbers. The first is an offset into
52 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
53 virtual void Copy(int32_t offset, size_t size);
72 // size arguments passed to Add(), Copy(), and Run().
85 // The sum of all the size arguments passed to Add(), Copy() and Run().
encodetable_test.cc 6 // You may obtain a copy of the License at
126 // 2 instructions, each is a NOOP, ADD, RUN, or one of 5 copy modes
173 EXPECT_DEBUG_DEATH(standard_writer.Copy(6, 5),
279 standard_writer.Copy(2, 8);
280 standard_writer.Copy(2, 8);
291 ExpectByte(0x18); // COPY mode SELF, size 8
292 ExpectByte(0x78); // COPY mode SAME(0), size 8
293 ExpectByte(0x02); // COPY address (2)
294 ExpectByte(0x02); // COPY address (2)
299 // writer encodes COPY instructions because the code table write
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 216 // Make a copy that won't get changed even when *this is destroyed.
217 ValueMapCallbackVH Copy(*this);
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.
229 // Make a copy that won't get changed even when *this is destroyed.
230 ValueMapCallbackVH Copy(*this);
231 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
cryptstring.h 30 virtual CryptStringImpl * Copy() const = 0;
44 virtual CryptStringImpl * Copy() const { return new 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 {
169 InsecureCryptStringImpl * copy = new InsecureCryptStringImpl; local
170 copy->password() = password_;
171 return copy;
  /external/chromium_org/sync/syncable/
syncable_id.h 50 Copy(that);
53 Copy(that);
56 inline void Copy(const Id& that) {
  /bionic/libc/arch-arm64/bionic/
__bionic_clone.S 34 # Copy 'fn' and 'arg' onto the child stack.
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_interactive_browsertest.cc 41 browser()->tab_strip_model()->GetActiveWebContents()->Copy();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops.h 59 static void Copy(const Message& from, Message* to);
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
media_codec_video_decoder.h 46 virtual VideoDecoder* Copy() {
  /external/chromium_org/third_party/webrtc/sound/
sounddevicelocator.h 35 virtual SoundDeviceLocator *Copy() const = 0;
  /external/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 90 // Replace the TLS_base_addr instruction I with a copy from
99 // Insert a Copy from TLSBaseAddrReg to x0, which is where the rest of the
101 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(),
102 TII->get(TargetOpcode::COPY),
108 return Copy;
112 // inserting a copy instruction after I. Returns the new instruction.
123 // Insert a copy from X0 to TLSBaseAddrReg for later.
125 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(),
126 TII->get(TargetOpcode::COPY),
129 return Copy;
    [all...]
  /dalvik/dx/
Android.mk 5 # We use copy-file-to-new-target so that the installed
24 @echo "Copy: $(PRIVATE_MODULE) ($@)"
25 $(copy-file-to-new-target)
42 @echo "Copy: $(PRIVATE_MODULE) ($@)"
43 $(copy-file-to-new-target)
84 @echo "Copy: $(PRIVATE_MODULE) ($@)"
85 $(copy-file-to-new-target)
105 @echo "Copy: $(PRIVATE_MODULE) ($@)"
106 $(copy-file-to-new-target)
123 @echo "Copy: $(PRIVATE_MODULE) ($@)
    [all...]
  /external/chromium_org/content/browser/shared_worker/
worker_storage_partition.cc 40 Copy(other);
45 Copy(rhs);
65 void WorkerStoragePartition::Copy(const WorkerStoragePartition& other) {
  /external/chromium_org/sync/api/
sync_error.cc 29 Copy(other);
39 Copy(other);
43 void SyncError::Copy(const SyncError& other) {

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>