HomeSort by relevance Sort by last modified time
    Searched refs:Copy (Results 126 - 150 of 557) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame.cc 57 y_plane_.Copy(size_y, stride_y, buffer_y);
58 u_plane_.Copy(size_u, stride_u, buffer_u);
59 v_plane_.Copy(size_v, stride_v, buffer_v);
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 55 // b = copy A <-- cross-bank copy
56 // C = copy b <-- cross-bank copy
58 // b = copy A <-- cross-bank copy
59 // C = copy A <-- same-bank copy
62 // b = bitcast A <-- cross-bank copy
63 // C = bitcast b <-- cross-bank copy
    [all...]
  /external/regex-re2/re2/
walker-inl.h 50 // Virtual method called to copy a T,
52 virtual T Copy(T arg);
69 // Like Walk, but doesn't use Copy. This can lead to
112 template<typename T> T Regexp::Walker<T>::Copy(T arg) {
197 s->child_args[s->n] = Copy(s->child_args[s->n - 1]);
  /external/chromium_org/content/browser/fileapi/
file_system_operation_impl_unittest.cc 494 operation_runner()->Copy(URLForPath("a"), URLForPath("b"),
507 operation_runner()->Copy(src_dir, dest_dir,
522 operation_runner()->Copy(src_dir, dest_file,
538 operation_runner()->Copy(src_dir, dest_dir,
552 operation_runner()->Copy(src_file, dest_dir,
565 operation_runner()->Copy(src_dir, URLForPath("nonexistent/dest"),
588 operation_runner()->Copy(src_file, dest_file,
601 operation_runner()->Copy(src_file, dest_file,
617 operation_runner()->Copy(src_file, URLForPath("new"),
634 operation_runner()->Copy(src_dir, dest_dir
    [all...]
  /external/chromium_org/v8/src/
hydrogen-load-elimination.cc 26 // Recursively copy the entire linked list of field approximations.
27 HFieldApproximation* Copy(Zone* zone) {
28 HFieldApproximation* copy = new(zone) HFieldApproximation(); local
29 copy->object_ = this->object_;
30 copy->last_value_ = this->last_value_;
31 copy->next_ = this->next_ == NULL ? NULL : this->next_->Copy(zone);
32 return copy;
127 return pred_state->Copy(succ_block, pred_block, zone);
143 // Copy state to successor block
146 HLoadEliminationTable* copy = local
    [all...]
hydrogen-osr.cc 68 // Keep a copy of the old environment, since the OSR values need it
70 environment = environment->Copy();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 5 // You may obtain a copy of the License at
145 // Get a copy of this Fst.
146 virtual Fst<A> *Copy() const = 0;
441 isymbols_ = isyms ? isyms->Copy() : 0;
446 osymbols_ = osyms ? osyms->Copy() : 0;
488 isymbols_ = opts.isymbols->Copy();
492 osymbols_ = opts.osymbols->Copy();
arcsort.h 5 // You may obtain a copy of the License at
92 : CacheImpl<A>(opts), fst_(fst.Copy()), comp_(comp) {
101 : fst_(impl.fst_->Copy()), comp_(impl.comp_) {
233 virtual ArcSortFst<A, C> *Copy() const {
  /art/compiler/utils/mips/
assembler_mips.h 6 * You may obtain a copy of the License at
212 void Copy(FrameOffset dest, FrameOffset src, ManagedRegister mscratch, size_t size) OVERRIDE;
214 void Copy(FrameOffset dest, ManagedRegister src_base, Offset src_offset, ManagedRegister mscratch,
217 void Copy(ManagedRegister dest_base, Offset dest_offset, FrameOffset src,
220 void Copy(FrameOffset dest, FrameOffset src_base, Offset src_offset, ManagedRegister mscratch,
223 void Copy(ManagedRegister dest, Offset dest_offset, ManagedRegister src, Offset src_offset,
226 void Copy(FrameOffset dest, Offset dest_offset, FrameOffset src, Offset src_offset,
  /external/compiler-rt/make/
AppleBI.mk 44 # Copy results to DSTROOT.
81 # Copy results to DSTROOT.
117 # Copy results to DSTROOT.
  /external/clang/lib/Driver/
Multilib.cpp 319 multilib_list Copy(Ms);
320 filterInPlace(F, Copy);
321 return Copy;
  /external/chromium_org/ash/display/
display_info.h 144 // Copy the display info except for fields that can be modified by a
147 void Copy(const DisplayInfo& another_info);
  /external/chromium_org/cc/quads/
render_pass.h 70 // A shallow copy of the render pass, which does not include its quads or copy
72 scoped_ptr<RenderPass> Copy(Id new_id) const;
74 // A deep copy of the render passes in the list including the quads.
108 // If non-empty, the renderer should produce a copy of the render pass'
109 // contents as a bitmap, and give a copy of the bitmap to each callback in
render_pass_draw_quad.cc 27 scoped_ptr<RenderPassDrawQuad> RenderPassDrawQuad::Copy(
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.h 42 // This class encapsulates the drive Copy function. It is responsible for
55 // Performs the copy operation on the file at drive path |src_file_path|
61 void Copy(const base::FilePath& src_file_path,
77 // Params for Copy().
84 // Part of Copy(). Called after trying to copy locally.
  /external/chromium_org/content/public/test/
async_file_test_helper.h 33 // Performs Copy from |src| to |dest| and returns the status code.
34 static base::File::Error Copy(fileapi::FileSystemContext* context,
38 // Same as Copy, but this supports |progress_callback|.
  /external/chromium_org/crypto/
rsa_private_key_openssl.cc 107 RSAPrivateKey* RSAPrivateKey::Copy() const {
108 scoped_ptr<RSAPrivateKey> copy(new RSAPrivateKey());
112 copy->key_ = EVP_PKEY_new();
113 if (!EVP_PKEY_set1_RSA(copy->key_, rsa))
115 return copy.release();
  /external/chromium_org/extensions/browser/
event_listener_map.h 58 scoped_ptr<EventListener> Copy() const;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h 99 // Make a shallow copy of the frame. The frame buffer itself is not copied.
102 virtual VideoFrame *Copy() const = 0;
104 // Since VideoFrame supports shallow copy and the internal frame buffer might
107 // accessable to the current object. This might mean a deep copy of the frame
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 73 virtual VideoFrame* Copy() const;
webrtcvideoframe.h 103 virtual VideoFrame* Copy() const;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 57 TEST(ReflectionOpsTest, Copy) {
62 ReflectionOps::Copy(message, &message2);
67 ReflectionOps::Copy(message2, &message2);
76 ReflectionOps::Copy(message, &message2);
82 // Note: Copy is implemented in terms of Merge() so technically the Copy
109 // Note: Copy is implemented in terms of Merge() so technically the Copy
158 // Note: Copy is implemented in terms of Merge() so technically the Copy
    [all...]
  /external/chromium_org/third_party/re2/re2/
set.cc 16 options_.Copy(options);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_coding_robustness_unittest.cc 170 EXPECT_CALL(decoder_, Copy())
173 EXPECT_CALL(decoderCopy_, Copy())
237 // Spawn a decoder copy.
266 EXPECT_CALL(decoder_, Copy())
268 EXPECT_CALL(decoderCopy_, Copy())
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_autotest_defines.h 88 void Copy(AutoTestRect iRect) {

Completed in 448 milliseconds

1 2 3 4 56 7 8 91011>>