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

1 2 3 4 5 6

  /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(
  /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(
  /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/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);
  /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/chromium/chrome/browser/sync/syncable/
syncable_id.h 52 Copy(that);
55 Copy(that);
58 inline void Copy(const Id& that) {
  /external/llvm/unittests/ADT/
BitVectorTest.cpp 89 TypeParam Copy = Vec;
93 EXPECT_TRUE(Copy == Alt);
97 std::swap(Copy, Vec);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
invert.h 5 // You may obtain a copy of the License at
71 virtual InvertFst<A> *Copy() const { return new InvertFst(*this); }
closure.h 5 // You may obtain a copy of the License at
113 virtual ClosureFst<A> *Copy() const { return new ClosureFst<A>(*this); }
difference.h 5 // You may obtain a copy of the License at
82 virtual DifferenceFst<A> *Copy() const {
132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
intersect.h 5 // You may obtain a copy of the License at
73 virtual IntersectFst<A> *Copy() const {
122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
project.h 5 // You may obtain a copy of the License at
89 virtual ProjectFst<A> *Copy() const { return new ProjectFst(*this); }
  /frameworks/av/media/libstagefright/codecs/common/include/
voMem.h 6 ** You may obtain a copy of the License at
46 VO_U32 (VO_API * Copy) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 35 value Copy = copy_string(StringRep);
37 return Copy;
  /external/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/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/protobuf/src/google/protobuf/
reflection_ops.cc 44 void ReflectionOps::Copy(const Message& from, Message* to) {
  /frameworks/ex/variablespeed/jni/
ring_buffer.cc 6 * You may obtain a copy of the License at
101 void RingBuffer::Copy(int reader, float* destination, int num_frames) const {
127 Copy(reader, temp_read_buffer_, num_frames);
135 // Otherwise, copy samples from the temp buffer back to the ring buffer.
  /external/chromium/base/win/
scoped_variant.cc 84 VARIANT ScopedVariant::Copy() const {
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.cc 137 void TabStripSelectionModel::Copy(const TabStripSelectionModel& source) {
  /external/chromium/sdch/open-vcdiff/src/
encodetable.cc 6 // You may obtain a copy of the License at
127 // opcode 0xA3 (ADD size 1 + COPY size 4 mode 0).
134 // double-instruction opcode (say, COPY size 0 mode 0 + ADD size 0)
135 // followed by the size of the COPY, then by the size of the ADD.
136 // If using the SDCH interleaved format, the address of the COPY instruction
138 // [Compound Opcode][Size of COPY][Address of COPY][Size of ADD]
216 void VCDiffCodeTableWriter::Copy(int32_t offset, size_t size) {
218 LOG(DFATAL) << "VCDiffCodeTableWriter::Copy() called without calling Init()"

Completed in 397 milliseconds

1 2 3 4 5 6