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

1 2 3 4 5 6 7

  /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/chromium_org/v8/src/
type-feedback-vector.cc 14 Handle<TypeFeedbackVector> TypeFeedbackVector::Copy(
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
packet.cc 24 void Packet::Copy(const void* buffer, size_t len, PP_Resource addr) {
  /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/third_party/webrtc/common_video/
plane.cc 54 int Plane::Copy(const Plane& plane) {
64 int Plane::Copy(int size, int stride, const uint8_t* buffer) {
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
media_codec_video_decoder.h 46 virtual VideoDecoder* Copy() {
  /external/chromium_org/crypto/
rsa_private_key_openssl.cc 106 RSAPrivateKey* copy = new RSAPrivateKey();
107 copy->key_ = EVP_PKEY_dup(key);
108 return copy;
120 RSAPrivateKey* RSAPrivateKey::Copy() const {
121 scoped_ptr<RSAPrivateKey> copy(new RSAPrivateKey());
125 copy->key_ = EVP_PKEY_new();
126 if (!EVP_PKEY_set1_RSA(copy->key_, rsa.get()))
128 return copy.release();
  /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...]
  /external/llvm/unittests/ADT/
BitVectorTest.cpp 89 TypeParam Copy = Vec;
93 EXPECT_TRUE(Copy == Alt);
97 std::swap(Copy, Vec);
  /external/lzma/CPP/Windows/
PropVariant.cpp 147 HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc)
208 HRESULT hr = Copy(pSrc);
  /external/chromium_org/sdch/open-vcdiff/src/
jsonwriter.cc 6 // You may obtain a copy of the License at
82 void JSONCodeTableWriter::Copy(int32_t offset, size_t size) {
  /external/chromium_org/sync/syncable/
syncable_id.h 50 Copy(that);
53 Copy(that);
56 inline void Copy(const Id& that) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops.cc 48 void ReflectionOps::Copy(const Message& from, Message* to) {
  /external/openfst/src/include/fst/
closure.h 5 // You may obtain a copy of the License at
119 // See Fst<>::Copy() for doc.
123 // Get a copy of this ClosureFst. See Fst<>::Copy() for further doc.
124 virtual ClosureFst<A> *Copy(bool safe = false) const {
difference.h 5 // You may obtain a copy of the License at
109 // See Fst<>::Copy() for doc.
113 // Get a copy of this DifferenceFst. See Fst<>::Copy() for further doc.
114 virtual DifferenceFst<A> *Copy(bool safe = false) const {
167 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
171 dopts.gc_limit = 0; // Cache only the last state for fastest copy.
175 dopts.gc_limit = 0; // Cache only the last state for fastest copy.
179 dopts.gc_limit = 0; // Cache only the last state for fastest copy.
intersect.h 5 // You may obtain a copy of the License at
93 // See Fst<>::Copy() for doc.
97 // Get a copy of this IntersectFst. See Fst<>::Copy() for further doc.
98 virtual IntersectFst<A> *Copy(bool safe = false) const {
150 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
154 iopts.gc_limit = 0; // Cache only the last state for fastest copy.
158 iopts.gc_limit = 0; // Cache only the last state for fastest copy.
162 iopts.gc_limit = 0; // Cache only the last state for fastest copy.
invert.h 5 // You may obtain a copy of the License at
57 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 {
map.h 5 // You may obtain a copy of the License at
72 // See Fst<>::Copy() for doc.
76 // Get a copy of this MapFst. See Fst<>::Copy() for further doc.
77 virtual MapFst<A, B, C> *Copy(bool safe = false) const {
  /external/chromium_org/base/win/
scoped_variant.cc 84 VARIANT ScopedVariant::Copy() const {
  /external/chromium_org/cc/quads/
render_pass.cc 69 scoped_ptr<RenderPass> RenderPass::Copy(RenderPassId new_id) const {
85 // Since we can't copy these, it's wrong to use CopyAll in a situation where
  /external/chromium_org/content/public/test/
async_file_test_helper.cc 93 base::File::Error AsyncFileTestHelper::Copy(
107 context->operation_runner()->Copy(src,
  /external/chromium_org/media/filters/
skcanvas_video_renderer.cc 152 // TODO(fbarchard, mtomasz): Use libyuv, then copy the alpha channel.
369 void SkCanvasVideoRenderer::Copy(const scoped_refptr<VideoFrame>& video_frame,
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 52 Copy a fully specified src to a fully specified dst. If src and dst are
67 # If the source is a single file, copy it individually
69 # We can not copy over a directory with a file.
78 # Now copy to the non-existent fully qualified target
79 shutil.copy(src, dst)
88 # We can not copy over a file with a directory.
97 # Now copy all members
105 def Copy(args):
106 """A Unix cp style copy.
110 allows the copy to skip certain types of files.""
    [all...]
  /external/chromium_org/sync/api/
sync_error.cc 29 Copy(other);
39 Copy(other);
43 void SyncError::Copy(const SyncError& other) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 70 virtual VideoFrame *Copy() const { return NULL; }

Completed in 1039 milliseconds

1 2 3 4 5 6 7