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

<<11121314151617181920>>

/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleFlexibleBoxData.cpp52 PassRef<StyleFlexibleBoxData> StyleFlexibleBoxData::copy() const function in class:WebCore::StyleFlexibleBoxData
H A DStyleGridItemData.h46 PassRef<StyleGridItemData> copy() const;
H A DStyleMarqueeData.cpp15 * You should have received a copy of the GNU Library General Public License
48 PassRef<StyleMarqueeData> StyleMarqueeData::copy() const function in class:WebCore::StyleMarqueeData
H A DStyleMultiColData.h18 * You should have received a copy of the GNU Library General Public License
41 PassRef<StyleMultiColData> copy() const;
H A DStyleVisualData.h18 * You should have received a copy of the GNU Library General Public License
38 PassRef<StyleVisualData> copy() const;
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageNamespace.h48 virtual PassRefPtr<StorageNamespace> copy(Page* newPage) = 0;
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathByteStream.h14 * You should have received a copy of the GNU Library General Public License
53 std::unique_ptr<SVGPathByteStream> copy() const function in class:WebCore::SVGPathByteStream
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DSourceCodeRevision.js84 copy: function()
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKElementAction.h55 @property (nonatomic, copy) WKElementActionDismissalHandler dismissalHandler;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMRange.h49 @property(readonly, copy) NSString *text;
/macosx-10.10/bootp-298/bootplib/
H A Ddynarray.h9 * compliance with the License. Please obtain a copy of the License at
60 boolean_t dynarray_dup(dynarray_t * source, dynarray_t * copy);
/macosx-10.10/dtrace-147/test/cmd/baddof/
H A Dbaddof.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
191 unsigned char *dof, *copy; local
218 if ((copy = malloc(len)) == NULL)
219 fatal("could not allocate copy of %d bytes", len);
222 bcopy(dof, copy, len);
231 corrupt(fd, copy, len);
/macosx-10.10/libclosure-65/objectTests/
H A DobjectRRGC.c26 // local copy instead of libSystem.B.dylib copy
50 // should be a copy helper generated with a calls to above routines
57 fail("no copy dispose!!!!");
63 bl->descriptor->copy(destBuffer, bl);
H A Dobjectassign.c26 // local copy instead of libSystem.B.dylib copy
50 // should be a copy helper generated with a calls to above routines
54 fail("no copy dispose!!!!");
62 desc2->copy(destBuffer, bl);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dalgobase.h16 // You should have received a copy of the GNU General Public License along
35 * Permission to use, copy, modify, distribute and sell this software
46 * Permission to use, copy, modify, distribute and sell this software
71 using std::copy;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp16 // You should have received a copy of the GNU General Public License
33 // Permission to use, copy, modify, sell, and distribute this software
101 std::copy(m_a_entries, m_a_entries + left, a_entries);
102 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
156 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
157 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DPredIteratorCache.h52 std::copy(PredCache.begin(), PredCache.end(), Entry);
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DinstallData.tcl36 file copy -force $f [file join $d2 $ftail]
/macosx-10.10/libclosure-65/
H A Druntime.c310 (*desc->copy)(result, aBlock); // do fixup
329 // Copy, or bump refcount, of a block. If really copying, call the copy helper if present.
355 // Its a stack block. Make a copy.
369 // This allows the copy helper routines to make non-refcounted block copies under GC
376 // if we copy a malloc block to a GC block then we need to clear NEEDS_FREE.
403 // Otherwise we need to copy it and update the stack forwarding pointer
415 struct Block_byref *copy = (struct Block_byref *)_Block_allocator(src->size, false, isWeak); local
416 copy->flags = src->flags | _Byref_flag_initial_value; // non-GC one for caller, one for stack
417 copy->forwarding = copy; // patc
[all...]
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dconch-ciphers.sh7 COPY=${OBJ}/copy
28 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dputty-ciphers.sh7 COPY=${OBJ}/copy
26 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Drekey.sh7 COPY=${OBJ}/copy
24 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dsftp.sh7 COPY=${OBJ}/copy
29 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
30 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dstderr-after-eof.sh8 COPY=${OBJ}/copy
H A Dstderr-data.sh7 COPY=${OBJ}/copy

Completed in 221 milliseconds

<<11121314151617181920>>