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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
copy.h 6 * You may obtain a copy of the License at
37 * File : copy.h
38 * Purpose : Copy vector x[] to y[]
72 * Function : Copy
73 * Purpose : Copy vector x[] to y[], vector length L
78 void Copy(
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
copy.cpp 6 * You may obtain a copy of the License at
37 * File : copy.h
47 #include "copy.h"
66 * FUNCTION: Copy
68 * PURPOSE: Copy vector x[] to y[]
75 * Function : Copy
76 * Purpose : Copy vector x[] to y[]
80 void Copy(
  /external/chromium/sdch/open-vcdiff/src/
codetablewriter_interface.h 7 // 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,
35 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
36 virtual void Copy(int32_t offset, size_t size) = 0;
47 // size arguments passed to Add(), Copy(), and Run().
encodetable_test.cc 6 // You may obtain a copy of the License at
142 // 2 instructions, each is a NOOP, ADD, RUN, or one of 5 copy modes
189 EXPECT_DEBUG_DEATH(standard_writer.Copy(6, 5),
301 standard_writer.Copy(2, 8);
302 standard_writer.Copy(2, 8);
313 ExpectByte(0x18); // COPY mode SELF, size 8
314 ExpectByte(0x78); // COPY mode SAME(0), size 8
315 ExpectByte(0x02); // COPY address (2)
316 ExpectByte(0x02); // COPY address (2)
331 // writer encodes COPY instructions because the code table write
    [all...]
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/
qtwebkit_qwebview_snippet.cpp 16 view->triggerAction(QWebPage::Copy);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_plsf.cpp 6 * You may obtain a copy of the License at
71 #include "copy.h"
160 Copy(mean_lsf, &state->past_lsf_q[0], M);
203 Copy(mean_lsf_5, &state->past_lsf_q[0], M);
lsp_avg.cpp 6 * You may obtain a copy of the License at
84 #include "copy.h"
163 Copy(mean_lsf, &st->lsp_meanSave[0], M);
199 Copy(mean_lsf_5, &st->lsp_meanSave[0], M);
  /external/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/protobuf/src/google/protobuf/
reflection_ops.h 58 static void Copy(const Message& from, Message* to);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Copy.java 6 * You may obtain a copy of the License at
24 public class Copy extends TestBase {
28 mScript = new ScriptC_copy(mRS, res, R.raw.copy);
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.h 52 Copy(that);
55 Copy(that);
58 inline void Copy(const Id& that) {
  /external/llvm/include/llvm/ADT/
ValueMap.h 213 // Make a copy that won't get changed even when *this is destroyed.
214 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.
226 // Make a copy that won't get changed even when *this is destroyed.
227 ValueMapCallbackVH Copy(*this);
228 sys::Mutex *M = Config::getMutex(Copy.Map->Data)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
cryptstring.h 45 virtual CryptStringImpl * Copy() const = 0;
59 virtual CryptStringImpl * Copy() const { return new 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 {
184 InsecureCryptStringImpl * copy = new InsecureCryptStringImpl; local
185 copy->password() = password_;
186 return copy;
  /external/chromium/chrome/browser/extensions/
extension_clipboard_api.cc 41 render_view_host->Copy();
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
util.c 6 ** You may obtain a copy of the License at
20 * Description: Reset and Copy buffer *
45 * Function: Copy() *
47 * Description: Copy vector x[] to y[] *
50 void Copy(
decim54.c 6 ** You may obtain a copy of the License at
77 Copy(mem, signal, 2 * NB_COEF_DOWN);
79 Copy(sig16k, signal + (2 * NB_COEF_DOWN), lg);
85 Copy(signal + lg, mem, 2 * NB_COEF_DOWN);
  /frameworks/ex/variablespeed/jni/
ring_buffer.h 6 * You may obtain a copy of the License at
27 // accessing a contiguous block (through direct reference or the copy in a
60 void Copy(int reader, float* destination, int num_frames) const;
93 // @param num_frames number of frames to copy back to the ring buffer.
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Copy.java 6 * You may obtain a copy of the License at
29 public class Copy extends TestBase {
33 mScript = new ScriptC_copy(mRS, res, R.raw.copy);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Copy.java 6 * You may obtain a copy of the License at
29 public class Copy extends TestBase {
33 mScript = new ScriptC_copy(mRS, res, R.raw.copy);
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.cpp 21 Mem::Copy(iSucc, &aNode, sizeof(TNode*));
52 Mem::Copy(start, aData.Ptr(), aData.Size());
  /external/openfst/src/include/fst/
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 {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 62 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 61 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );

Completed in 1009 milliseconds

1 2 3 4 5 6 7 8 91011>>