Searched defs:copy (Results 226 - 250 of 425) sorted by relevance

1234567891011>>

/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java6 * You may obtain a copy of the License at
383 public void copy(String hdfpath, HDF src) { method in class:JniHdf
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h220 /// copy - Copy elements from another node.
224 /// @param Count Number of elements to copy.
226 void copy(const NodeBase<T1, T2, M> &Other, unsigned i, function in class:llvm::IntervalMapImpl::NodeBase
239 /// @param Count Number of elements to copy.
242 copy(*this, i, j, Count);
248 /// @param Count Number of elements to copy.
287 Sib.copy(*this, 0, SSize, Count);
299 Sib.copy(*this, Size-Count, 0, Count);
311 // We want to grow, copy from sib.
316 // We want to shrink, copy t
[all...]
/external/openfst/src/include/fst/
H A Dfactor-weight.h5 // You may obtain a copy of the License at
417 FactorWeightFst(const FactorWeightFst<A, F> &fst, bool copy) argument
418 : ImplToFst<Impl>(fst, copy) {}
420 // Get a copy of this FactorWeightFst. See Fst<>::Copy() for further doc.
421 virtual FactorWeightFst<A, F> *Copy(bool copy = false) const {
422 return new FactorWeightFst<A, F>(*this, copy);
/external/openssh/
H A Dauthfile.c282 Buffer copy; local
299 buffer_init(&copy);
300 buffer_append(&copy, buffer_ptr(blob), buffer_len(blob));
301 buffer_consume(&copy, sizeof(authfile_id_string));
304 (void) buffer_get_char(&copy); /* cipher type */
305 (void) buffer_get_int(&copy); /* reserved */
308 (void) buffer_get_int(&copy);
310 buffer_get_bignum(&copy, pub->rsa->n);
311 buffer_get_bignum(&copy, pub->rsa->e);
313 *commentp = buffer_get_string(&copy, NUL
426 Buffer copy; local
[all...]
/external/openssl/crypto/evp/
H A Devp_locl.h297 int (*copy)(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src); member in struct:evp_pkey_method_st
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc322 void* copy = operator new(size); local
323 memcpy(copy, encoded_file_descriptor, size);
324 files_to_delete_.push_back(copy);
325 return Add(copy, size);
527 copy(results.begin(), results.end(),
534 copy(merged_results.begin(), merged_results.end(),
/external/qemu/
H A Dcutils.c6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
245 size_t copy; local
249 copy = count;
250 if (copy > qiov->iov[i].iov_len)
251 copy = qiov->iov[i].iov_len;
252 memcpy(qiov->iov[i].iov_base, p, copy);
253 p += copy;
254 count -= copy;
/external/skia/legacy/src/animator/
H A DSkDrawGroup.cpp73 SkGroup* SkGroup::copy() { function in class:SkGroup
85 SkDisplayable* copy = INHERITED::deepCopy(maker); local
89 ((SkGroup*)copy)->add(*maker, deeperCopy);
91 return copy;
/external/skia/src/animator/
H A DSkDrawGroup.cpp73 SkGroup* SkGroup::copy() { function in class:SkGroup
85 SkDisplayable* copy = INHERITED::deepCopy(maker); local
89 ((SkGroup*)copy)->addChild(*maker, deeperCopy);
91 return copy;
/external/skia/tests/
H A DBitmapCopyTest.cpp329 SkBitmap copy; local
331 subset.copyTo(&copy, subset.config()));
332 REPORTER_ASSERT(reporter, copy.width() == 1);
333 REPORTER_ASSERT(reporter, copy.height() == 1);
334 REPORTER_ASSERT(reporter, copy.rowBytes() <= 4);
337 SkAutoLockPixels alp1(copy);
341 (copy.getColorTable() != NULL) == hasCT);
459 // Either copy src or extract into 'subset', which is used
463 // The extractedSubset() test case allows us to test copy-
517 // Then attempt to copy wit
[all...]
H A DClipStackTest.cpp51 SkClipStack copy = s; local
52 REPORTER_ASSERT(reporter, s == copy);
57 REPORTER_ASSERT(reporter, s != copy);
65 REPORTER_ASSERT(reporter, s == copy);
75 REPORTER_ASSERT(reporter, s != copy);
87 REPORTER_ASSERT(reporter, s != copy);
98 REPORTER_ASSERT(reporter, s != copy);
104 copy.restore();
105 REPORTER_ASSERT(reporter, 2 == copy.getSaveCount());
106 REPORTER_ASSERT(reporter, s == copy);
[all...]
/external/smack/src/org/xbill/DNS/
H A DName.java123 copy(Name src, Name dst) { method in class:Name
210 copy(empty, this);
212 copy(origin, this);
215 copy(root, this);
404 * @param n The number of labels to remove from the beginning in the copy
430 copy(prefix, newname);
446 copy(this, newname);
466 copy(wild, newname);
614 * Retrieve the nth label of a Name. This makes a copy of the label; changing
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py12 You may obtain a copy of the License at
27 import copy namespace
38 """ Handles cut/copy/pasting of events and segments """
41 self.objSave = copy.deepcopy(objSave)
46 objSave = copy.deepcopy(self.objSave)
93 """ Saves the state for cut/copy/paste """
95 self.jet_file = copy.deepcopy(jet_file)
485 #make copy of object so we can modify it
486 jet_file = copy.deepcopy(jetFile)
759 jet_file = copy
[all...]
/external/strace/
H A Dmem.c640 struct modify_ldt_ldt_s copy; local
644 || umove(tcp, tcp->u_arg[1], &copy) == -1)
647 tprintf(", {entry_number:%d, ", copy.entry_number);
651 print_ldt_entry(&copy);
663 struct modify_ldt_ldt_s copy; local
665 if (umove(tcp, tcp->u_arg[0], &copy) != -1) {
666 if (copy.entry_number == -1)
668 copy.entry_number);
673 if (umove(tcp, tcp->u_arg[0], &copy) != -1) {
674 tprintf("%d, ", copy
692 struct modify_ldt_ldt_s copy; local
[all...]
/external/tinyxml/
H A Dxmltest.cpp587 XmlTest( "Copy/Assign: element copy #1.", "element", elementCopy.Value() );
588 XmlTest( "Copy/Assign: element copy #2.", "value", elementCopy.Attribute( "name" ) );
598 XmlTest( "Copy/Assign: comment copy.", "comment", commentCopy.Value() );
607 XmlTest( "Copy/Assign: unknown copy.", "[unknown]", unknownCopy.Value() );
614 XmlTest( "Copy/Assign: text copy.", "TextNode", textCopy.Value() );
623 XmlTest( "Copy/Assign: declaration copy.", "UTF-8", decCopy.Encoding() );
637 std::string original, copy, assign; local
639 copy << docCopy;
641 XmlTest( "Copy/Assign: document copy.", original.c_str(), copy
[all...]
/external/v8/src/
H A Dflags.cc305 // make a copy so we can NUL-terminate flag name
472 // make a 0-terminated copy of str
478 char* copy = SkipWhiteSpace(copy0.start()); local
482 for (char* p = copy; *p != '\0'; argc++) {
492 for (char* p = copy; *p != '\0'; argc++) {
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp14 You should have received a copy of the GNU Library General Public License
297 // copy constructor
441 QScriptSyntaxCheckResult copy = result; local
442 QCOMPARE(copy.state(), result.state());
443 QCOMPARE(copy.errorLineNumber(), result.errorLineNumber());
444 QCOMPARE(copy.errorColumnNumber(), result.errorColumnNumber());
445 QCOMPARE(copy.errorMessage(), result.errorMessage());
448 QScriptSyntaxCheckResult copy(result);
449 QCOMPARE(copy.state(), result.state());
450 QCOMPARE(copy
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertyMapHashTable.h14 * You should have received a copy of the GNU Library General Public License
144 // Constructor is passed an initial capacity, a PropertyTable to copy, or both.
179 // Copy this PropertyTable, ensuring the copy has at least the capacity provided.
180 PassOwnPtr<PropertyTable> copy(JSGlobalData&, JSCell* owner, unsigned newCapacity);
451 inline PassOwnPtr<PropertyTable> PropertyTable::copy(JSGlobalData& globalData, JSCell* owner, unsigned newCapacity) function in class:JSC::PropertyTable
/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.cpp225 Vector<ScriptDebugListener*> copy; local
226 copyToVector(listeners, copy);
227 for (size_t i = 0; i < copy.size(); ++i)
228 copy[i]->didParseSource(sourceID, url, data, lineOffset, columnOffset, isContentScript);
237 Vector<ScriptDebugListener*> copy; local
238 copyToVector(listeners, copy);
239 for (size_t i = 0; i < copy.size(); ++i)
240 copy[i]->failedToParseSource(url, data, firstLine, errorLine, errorMessage);
284 Vector<ScriptDebugListener*> copy; local
285 copyToVector(listeners, copy);
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageBufferAndroid.cpp102 SkBitmap copy; local
104 orig.copyTo(&copy, orig.config());
106 SkBitmapRef* ref = new SkBitmapRef(copy);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DFixedPositioning.h101 virtual FixedPositioning* copy(LayerAndroid* layer) const { function in class:WebCore::FixedPositioning
170 virtual FixedPositioning* copy(LayerAndroid* layer) const { function in class:WebCore::BackgroundImagePositioning
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageBufferCG.cpp205 // We're drawing into our own buffer. In order for this to work, we need to copy the source buffer first.
206 RefPtr<Image> copy = copyImage(); local
207 destContext->drawImage(copy.get(), ColorSpaceDeviceRGB, destRect, srcRect, op, useLowQualityScale);
213 RefPtr<Image> copy = copyImage(); local
215 destContext->drawImage(copy.get(), colorSpace, destRect, srcRect, op, useLowQualityScale);
224 // We're drawing into our own buffer. In order for this to work, we need to copy the source buffer first.
225 RefPtr<Image> copy = copyImage(); local
226 copy->drawPattern(destContext, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
232 RefPtr<Image> copy = copyImage(); local
233 copy
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp89 // QRasterPixmapData::toImage() will deep-copy the backing QImage if there's an active QPainter on it.
139 // We're drawing into our own buffer. In order for this to work, we need to copy the source buffer first.
140 RefPtr<Image> copy = copyImage(); local
141 destContext->drawImage(copy.get(), ColorSpaceDeviceRGB, destRect, srcRect, op, useLowQualityScale);
150 // We're drawing into our own buffer. In order for this to work, we need to copy the source buffer first.
151 RefPtr<Image> copy = copyImage(); local
152 copy->drawPattern(destContext, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h15 * You should have received a copy of the GNU Library General Public License
107 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), copy); member in class:WebCore::SVGElementInstance
/external/webkit/Source/WebKit/chromium/src/
H A DWorkerFileSystemCallbacksBridge.cpp54 static Type copy(const WebKit::WebFileInfo& info) function in struct:WebCore::CrossThreadCopierBase
56 // Perform per-field copy to make sure we don't do any (unexpected) non-thread safe copy here.
68 static Type copy(const WebKit::WebVector<WebKit::WebFileSystemEntry>& entries) function in struct:WebCore::CrossThreadCopierBase
234 fileSystem->copy(sourcePath, destinationPath, MainThreadFileSystemCallbacks::createLeakedPtr(bridge, mode));

Completed in 1048 milliseconds

1234567891011>>