Searched refs:copy (Results 251 - 275 of 1287) sorted by relevance

<<11121314151617181920>>

/external/elfutils/src/libdw/
H A Dcfi.c50 Dwarf_Frame *copy = malloc (size); local
51 if (likely (copy != NULL))
53 memcpy (copy, original, size);
54 copy->prev = prev;
56 return copy;
314 /* Duplicate the state and chain the copy on. */
315 Dwarf_Frame *copy = duplicate_frame_state (fs, fs); local
316 if (unlikely (copy == NULL))
321 fs = copy;
/external/eyes-free/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/icu/icu4c/source/common/
H A Dunistr_case.cpp104 // copy the stack buffer contents because it will be overwritten
163 UnicodeString copy(*str);
164 return copy.foldCase().hashCode();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicPeriodFormatterFactory.java196 customizations = customizations.copy();
223 public Customizations copy() { method in class:BasicPeriodFormatterFactory.Customizations
/external/javassist/sample/vector/
H A DVectorAssistant.java97 vec.addMethod(CtNewMethod.copy(addmethod, "add", vec, map));
98 vec.addMethod(CtNewMethod.copy(atmethod, "at", vec, map));
/external/javassist/src/main/javassist/bytecode/
H A DExceptionsAttribute.java38 * Constructs a copy of an exceptions attribute.
62 * Makes a copy. Class names are replaced according to the
65 * @param newCp the constant pool table used by the new copy.
69 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:ExceptionsAttribute
75 * Specified class names are replaced during the copy.
91 ByteArray.write16bit(srcCp.copy(index, destCp, classnames),
/external/jmdns/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/jsilver/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/libopus/win32/
H A Dgenversion.bat42 copy /y "%1_temp" "%1"
/external/linux-tools-perf/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/llvm/unittests/ADT/
H A DArrayRefTest.cpp42 ArrayRef<uint16_t> Array1c = Array1.copy(Alloc);
43 ArrayRef<uint16_t> Array2c = Array2.copy(Alloc);;
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dutil.hpp5 // copy of this software and associated documentation files (the "Software"),
7 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
52 std::copy(src.begin(), src.end(), dst);
72 std::copy(v.begin(), v.end(), (T *)buf);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa.c6 * copy of this software and associated documentation files (the
8 * without limitation the rights to use, copy, modify, merge, publish,
462 exa->copy.src = src_priv;
463 exa->copy.dst = priv;
480 debug_assert(exaGetPixmapDriverPrivate(pDstPixmap) == exa->copy.dst);
484 /* If source and destination overlap, we have to copy to/from a scratch
487 if (exa->copy.dst == exa->copy.src &&
492 if (!exa->copy.tmp_pix) {
493 exa->copy
[all...]
/external/mp4parser/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/openfst/src/include/fst/script/
H A Drelabel.h4 // You may obtain a copy of the License at
57 // copy the reassignments
61 copy(args->arg2.begin(), args->arg2.end(), converted_ipairs.begin());
64 copy(args->arg3.begin(), args->arg3.end(), converted_opairs.begin());
/external/owasp/sanitizer/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/safe-iop/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/tagsoup/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/valgrind/
H A DAndroid.clean.mk5 # You may obtain a copy of the License at
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A DAndroid.mk5 # You may obtain a copy of the License at
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBigMatrix.java7 * the License. You may obtain a copy of the License at
37 * Returns a (deep) copy of this.
39 * @return matrix copy
41 BigMatrix copy(); method in interface:BigMatrix
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DAbstractStorelessUnivariateStatistic.java7 * the License. You may obtain a copy of the License at
98 public abstract StorelessUnivariateStatistic copy(); method in class:AbstractStorelessUnivariateStatistic
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
H A DPercentile.java7 * the License. You may obtain a copy of the License at
123 * @param original the {@code Percentile} instance to copy
126 copy(original, this);
475 public Percentile copy() { method in class:Percentile
477 copy(this, result);
485 * @param source Percentile to copy
486 * @param dest Percentile to copy to
489 public static void copy(Percentile source, Percentile dest) { method in class:Percentile
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DSHA384Digest.java31 * Copy constructor. This will copy the state of the provided
93 public Memoable copy() method in class:SHA384Digest
H A DSHA512Digest.java31 * Copy constructor. This will copy the state of the provided
95 public Memoable copy() method in class:SHA512Digest

Completed in 2898 milliseconds

<<11121314151617181920>>