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

1 23 4 5 6 7 8 91011>>

  /build/core/
host_shared_library.mk 40 ## Copy headers to the install tree
host_static_library.mk 40 ## Copy headers to the install tree
static_library.mk 42 ## Copy headers to the install tree
shared_library.mk 57 ## Copy headers to the install tree
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame.mm 87 // Keep a shallow copy of the video frame. The underlying frame buffer is
89 _videoFrame.reset(videoFrame->Copy());
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe_unittest.cc 63 cricket::VideoFrame* frame2 = frame1.Copy();
78 cricket::VideoFrame* frame2 = frame1->Copy();
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp6k.c 6 ** You may obtain a copy of the License at
62 Copy(mem, x, L_FIR - 1);
88 Copy(x + lg, mem, L_FIR - 1);
voAMRWBEnc.c 6 ** You may obtain a copy of the License at
107 Copy(isp_init, cod_state->ispold, M);
108 Copy(isp_init, cod_state->ispold_q, M);
133 Copy(isf_init, cod_state->isfold, M);
243 /* copy coder memory state into working space */
244 Copy(st->old_speech, old_speech, L_TOTAL - L_FRAME);
245 Copy(st->old_wsp, old_wsp, PIT_MAX / OPL_DECIM);
246 Copy(st->old_exc, old_exc, PIT_MAX + L_INTERPOL);
259 Copy(st->mem_decim, code, 2 * L_FILT16k);
270 Copy(st->mem_sig_in, code, 6)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp 6 * You may obtain a copy of the License at
58 #include "copy.h"
188 Copy(lsp_init_data, &st->lsp[0], M);
189 Copy(lsp_init_data, &st->lsp_old[0], M);
196 Copy(mean_lsf, &st->lsf_hist[0], M);
200 Copy(&st->lsf_hist[0], &st->lsf_hist[M*i], M);
308 Copy(&st->lsf_hist[0], &st->lsf_hist[M*i], M);
452 Copy( &st->lsf_hist[st->lsf_hist_ptr],&st->lsf_hist[ptr],M);
493 Copy(st->lsf_hist, st->lsf_hist_mean, 80);
554 Copy(st->lsp, st->lsp_old, M)
    [all...]
pstfilt.cpp 6 * You may obtain a copy of the License at
99 #include "copy.h"
338 Copy (syn, syn_work , L_FRAME);
365 Copy (Ap3, h, M + 1);
411 Copy (&syn_work[L_FRAME - M], &syn_work[-M], M);
466 Copy(syn, syn_work , L_FRAME);
493 Copy(Ap3, h, M + 1);
575 Copy(&syn_work[L_FRAME - M], &syn_work[-M], M);
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 149 /// SmallBitVector copy ctor.
421 SmallBitVector Copy = RHS;
422 Copy.resize(size());
423 getPointer()->operator&=(*Copy.getPointer());
469 SmallBitVector Copy = RHS;
470 Copy.resize(size());
471 getPointer()->operator|=(*Copy.getPointer());
483 SmallBitVector Copy = RHS;
484 Copy.resize(size());
485 getPointer()->operator^=(*Copy.getPointer())
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 124 Location Copy(*this);
125 Copy.Ptr = NewPtr;
126 return Copy;
130 Location Copy(*this);
131 Copy.Size = NewSize;
132 return Copy;
136 Location Copy(*this);
137 Copy.TBAATag = nullptr;
138 return Copy;
  /external/llvm/lib/Target/R600/
SIFixSGPRCopies.cpp 18 /// %vreg1 <vsrc> = COPY %vreg0 <sgpr>
23 /// %vreg3 <vsrc> = COPY %vreg2 <vgpr>
29 /// The coalescer will begin at BB0 and eliminate its copy, then the resulting
38 /// %vreg3 <vsrc> = COPY %vreg2 <vgpr>
53 /// %vreg3 <sgpr> = COPY %vreg2 <vgpr>
58 /// Now this code contains an illegal copy from a VGPR to an SGPR.
64 /// will be unable to perform the COPY removal from the above example which
65 /// ultimately led to the creation of an illegal COPY.
95 bool isVGPRToSGPRCopy(const MachineInstr &Copy, const SIRegisterInfo *TRI,
131 /// that isn't a COPY returns the register class of that instruction
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
jsonwriter_test.cc 6 // You may obtain a copy of the License at
68 TEST_F(JSONWriterTest, Copy) {
69 coder_.Copy(3, 5);
97 coder_.Copy(3, 5);
  /art/compiler/utils/arm64/
assembler_arm64.h 6 * You may obtain a copy of the License at
98 // Copy instructions out of assembly buffer into the given region of memory.
141 void Copy(FrameOffset dest, FrameOffset src, ManagedRegister scratch, size_t size) OVERRIDE;
142 void Copy(FrameOffset dest, ManagedRegister src_base, Offset src_offset, ManagedRegister scratch,
144 void Copy(ManagedRegister dest_base, Offset dest_offset, FrameOffset src, ManagedRegister scratch,
146 void Copy(FrameOffset dest, FrameOffset src_base, Offset src_offset, ManagedRegister scratch,
148 void Copy(ManagedRegister dest, Offset dest_offset, ManagedRegister src, Offset src_offset,
150 void Copy(FrameOffset dest, Offset dest_offset, FrameOffset src, Offset src_offset,
  /developers/build/
build.gradle 6 * You may obtain a copy of the License at
102 task emitAnt(type:Copy) {
119 task emitGradle(type:Copy) {
123 // Copy entire sample into output -- since it's already in Gradle format, we'll explicitly exclude content that
154 // Copy AndroidManifest.xml
179 task emitBrowseable(type:Copy) {
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation_unittest.cc 59 // TransferFileFromLocalToRemote stores a copy of the local file in the cache,
92 // TransferFileFromLocalToRemote stores a copy of the local file in the cache,
135 // New copy is created.
226 operation_->Copy(src_path,
248 operation_->Copy(src_path,
274 operation_->Copy(src_path,
313 // Copy.
314 operation_->Copy(src_path,
360 operation_->Copy(src_path,
381 operation_->Copy(src_path
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 5 // You may obtain a copy of the License at
104 // Note: the copy constructor is undefined.
116 // If there is an old buffer, copy it into the new buffer.
147 void UnicodeText::Repr::Copy(const char* data, int size) {
198 // Copy constructor
200 Copy(src);
217 // ----- Copy -----
221 Copy(src);
226 UnicodeText& UnicodeText::Copy(const UnicodeText& src) {
227 repr_.Copy(src.repr_.data_, src.repr_.size_)
    [all...]
  /bionic/libc/arch-x86/bionic/
__bionic_clone.S 16 # Copy 'fn' and 'arg' onto the child stack
  /cts/tests/print/
Android.mk 5 # You may obtain a copy of the License at
29 # Copy the shell script to run the print instrument Jar to the CTS out folder.
31 $(copy-file-to-target)
33 # Copy the built print instrument library Jar to the CTS out folder.
35 $(copy-file-to-target)
  /device/sample/products/
sample_addon.mk 7 # Manually copy the optional library XML files in the system image.
14 # Copy the manifest and hardware files for the SDK add-on.
19 $(call find-copy-subdir-files,*,device/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
22 # Add this to PRODUCT_SDK_ADDON_COPY_FILES to copy the files for an
24 #$(call find-copy-subdir-files,*,device/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
26 # Copy the jar files for the optional libraries that are exposed as APIs.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs 53 Array.Copy(stackTrace, 1, frames, 0, stackTrace.Length);
  /external/chromium_org/cc/quads/
render_pass_draw_quad.h 47 scoped_ptr<RenderPassDrawQuad> Copy(
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 24 bool copy) {
33 DCHECK(copy || bookmark_utils::CanAllBeEditedByUser(model->client(),
36 // Drag from same profile. Copy or move nodes.
38 if (copy) {
39 model->Copy(dragged_nodes[i], parent_node, index);
45 return copy ? ui::DragDropTypes::DRAG_COPY : ui::DragDropTypes::DRAG_MOVE;
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.h 59 void Copy(JNIEnv*, jobject);

Completed in 754 milliseconds

1 23 4 5 6 7 8 91011>>