Searched refs:copy (Results 201 - 225 of 1952) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKNavigationResponse.mm55 _response = adoptNS([response copy]);
H A DWKUserScript.mm38 _source = adoptNS([source copy]);
H A DWKProcessPool.mm87 return [[_configuration copy] autorelease];
158 _configuration = adoptNS([configuration copy]);
229 auto copy = adoptNS([(NSObject *)object copy]);
236 [keyedArchiver encodeObject:copy.get() forKey:@"parameter"];
242 if (copy)
243 [_context->ensureBundleParameters() setObject:copy.get() forKey:parameter];
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-3.d4 #name: copy with setting section flags 3
/macosx-10.10/iodbc-42.5/iodbc/
H A Dbootstrap.sh43 # You should have received a copy of the GNU Library General Public
190 RUN $LIBTOOLIZE --force --copy
193 RUN automake --copy --add-missing
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dastlicense.c9 * A copy of the License is available at *
47 #undef copy macro
223 * copy s of size n to b
228 copy(register Buffer_t* b, register char* s, int n) function
237 * center and copy comment line s to p
381 copy(b, "Copyright (c) ", -1);
399 copy(b, t, 4);
441 copy(buf, file, -1);
442 copy(buf, ": no space", -1);
470 copy(bu
[all...]
/macosx-10.10/libclosure-65/objectTests/
H A Dblock_layout.m33 block = [block copy];
H A Dcopyproperty.m23 @property(copy) long (^getInt)(void);
52 fail("didn't copy block import");
H A Dweakblockrecover.m55 [listOfBlocks addObject:[block copy]];
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/
H A Dmake55.tcl36 file copy $f [file join $pkgname $type]
40 file copy DESCRIPTION.txt $pkgname
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A Drepair.tcl41 file copy tablelistWidget.tcl tablelistWidget.tcl.BAK
62 puts "\nMade backup copy \"tablelistWidget.tcl.BAK\"."
67 file copy $file $file.BAK
83 puts "\nMade backup copy \"$file.BAK\"."
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmach_vm.c15 * Please obtain a copy of the License at
166 boolean_t copy,
180 offset, copy, cur_protection, max_protection, inheritance);
200 boolean_t copy,
208 src_task, src_address, copy, cur_protection, max_protection,
251 boolean_t copy,
259 offset, copy, cur_protection, max_protection, inheritance);
279 boolean_t copy,
287 src_task, src_address, copy, cur_protection, max_protection,
158 mach_vm_map( mach_port_name_t target, mach_vm_address_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, mem_entry_name_port_t object, memory_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
192 mach_vm_remap( mach_port_name_t target, mach_vm_address_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, mach_port_name_t src_task, mach_vm_address_t src_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
243 vm_map( mach_port_name_t target, vm_address_t *address, vm_size_t size, vm_offset_t mask, int flags, mem_entry_name_port_t object, vm_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
271 vm_remap( mach_port_name_t target, vm_address_t *address, vm_size_t size, vm_offset_t mask, int flags, mach_port_name_t src_task, vm_address_t src_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_map_store_rb.c15 * Please obtain a copy of the License at
122 void vm_map_store_copy_insert_rb( vm_map_t map, __unused vm_map_entry_t after_where, vm_map_copy_t copy) argument
127 vm_map_entry_t entry = vm_map_copy_first_entry(copy);
128 int inserted=0, nentries = copy->cpy_hdr.nentries;
130 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) {
134 panic("VMSCIR1: INSERT FAILED: %d: %p, %p, %p, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx",inserted, prev, entry, vm_map_copy_to_entry(copy),
150 vm_map_store_copy_reset_rb( vm_map_copy_t copy, vm_map_entry_t entry, int nentries ) argument
152 struct vm_map_header *mapHdr = &(copy->cpy_hdr);
157 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) {
H A Dvm_map.c15 * Please obtain a copy of the License at
36 * Permission to use, copy, modify and distribute this software and its
166 vm_map_copy_t copy,
173 vm_map_copy_t copy,
187 vm_map_copy_t copy,
241 vm_map_copy_t copy,
250 boolean_t copy,
302 * Macros to copy a vm_map_entry. We must be careful to correctly
394 * this module provides for an efficient virtual copy of
404 * maps. This requires a change in the copy o
2471 vm_map_enter_mem_object_helper( vm_map_t target_map, vm_map_offset_t *address, vm_map_size_t initial_size, vm_map_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance, upl_page_list_ptr_t page_list, unsigned int page_list_count) argument
3113 vm_map_enter_mem_object( vm_map_t target_map, vm_map_offset_t *address, vm_map_size_t initial_size, vm_map_offset_t mask, int flags, ipc_port_t port, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
3152 vm_map_enter_mem_object_control( vm_map_t target_map, vm_map_offset_t *address, vm_map_size_t initial_size, vm_map_offset_t mask, int flags, memory_object_control_t control, vm_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
6133 vm_map_copy_discard( vm_map_copy_t copy) argument
6188 vm_map_copy_copy( vm_map_copy_t copy) argument
6426 vm_map_copy_overwrite_nested( vm_map_t dst_map, vm_map_address_t dst_addr, vm_map_copy_t copy, boolean_t interruptible, pmap_t pmap, boolean_t discard_on_success) argument
7043 vm_map_copy_overwrite( vm_map_t dst_map, vm_map_offset_t dst_addr, vm_map_copy_t copy, boolean_t interruptible) argument
7309 vm_map_copy_overwrite_unaligned( vm_map_t dst_map, vm_map_entry_t entry, vm_map_copy_t copy, vm_map_offset_t start, boolean_t discard_on_success) argument
7537 vm_map_copy_overwrite_aligned( vm_map_t dst_map, vm_map_entry_t tmp_entry, vm_map_copy_t copy, vm_map_offset_t start, __unused pmap_t pmap) argument
7962 vm_map_copy_t copy; local
8015 vm_map_copyout_kernel_buffer( vm_map_t map, vm_map_address_t *addr, vm_map_copy_t copy, boolean_t overwrite, boolean_t consume_on_success) argument
8127 vm_map_copy_remap( vm_map_t map, vm_map_entry_t where, vm_map_copy_t copy, vm_map_offset_t adjustment, vm_prot_t cur_prot, vm_prot_t max_prot, vm_inherit_t inheritance) argument
8182 vm_map_copyout( vm_map_t dst_map, vm_map_address_t *dst_addr, vm_map_copy_t copy) argument
8195 vm_map_copyout_internal( vm_map_t dst_map, vm_map_address_t *dst_addr, vm_map_copy_t copy, boolean_t consume_on_success, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance) argument
8612 vm_map_copy_t copy; /* Resulting copy */ local
9362 vm_map_copy_t copy; local
9438 vm_map_copy_t copy; /* Resulting copy */ local
9697 vm_map_copy_t copy; local
12509 vm_map_remap_extract( vm_map_t map, vm_map_offset_t addr, vm_map_size_t size, boolean_t copy, struct vm_map_header *map_header, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance, boolean_t pageable) argument
12882 vm_map_remap( vm_map_t target_map, vm_map_address_t *address, vm_map_size_t size, vm_map_offset_t mask, int flags, vm_map_t src_map, vm_map_offset_t memory_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DVectorElementize.cpp246 MachineInstr *copy=copies[0]; local
247 copy->setDesc(InstrInfo->get(getScalarVersion(copy)));
250 MachineOperand dest = copy->getOperand(0);
254 copy->RemoveOperand(0);
257 for (unsigned i=0, e=copy->getNumOperands(); i!=e; ++i)
258 otherOperands.push_back(copy->getOperand(i));
260 for (unsigned i=0, e=copy->getNumOperands(); i!=e; ++i)
261 copy->RemoveOperand(0);
264 copy
283 MachineInstr *copy=copies[0]; local
330 MachineInstr *copy = BuildMI(F, DL, local
362 MachineInstr *copy = BuildMI(F, DL, InstrInfo->get(getScalarVersion(Instr)), local
392 MachineInstr *copy = BuildMI(F, DL, local
422 MachineInstr *copy = BuildMI(F, DL, local
442 MachineInstr *copy=copies[0]; local
507 MachineInstr *copy = copies[i]; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcase-table.el22 ;; You should have received a copy of the GNU General Public License
79 (defun copy-case-table (case-table)
80 (let ((copy (copy-sequence case-table))
85 (set-char-table-extra-slot copy 0 (copy-sequence up)))
86 (set-char-table-extra-slot copy 1 nil)
87 (set-char-table-extra-slot copy 2 nil)
88 copy))
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h60 // - it's safe to copy linked_ptr objects concurrently,
61 // - it's safe to copy *from* a linked_ptr and read its underlying
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); }
149 copy(&ptr);
155 copy(&ptr);
162 copy(&ptr);
203 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:testing::internal::linked_ptr
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclAppInit.c301 int argc, size, inquote, copy, slashes;
341 copy = 1;
348 copy = 0;
351 copy = 1;
369 if (copy != 0) {
297 int argc, size, inquote, copy, slashes; local
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/win/
H A DwinMain.c301 int argc, size, inquote, copy, slashes;
341 copy = 1;
348 copy = 0;
351 copy = 1;
369 if (copy != 0) {
298 int argc, size, inquote, copy, slashes; local
/macosx-10.10/tcl-105/tk/tk/win/
H A DwinMain.c336 int argc, size, inquote, copy, slashes;
376 copy = 1;
383 copy = 0;
386 copy = 1;
404 if (copy != 0) {
332 int argc, size, inquote, copy, slashes; local
/macosx-10.10/tcl-105/tk84/tk/win/
H A DwinMain.c284 int argc, size, inquote, copy, slashes;
324 copy = 1;
331 copy = 0;
334 copy = 1;
352 if (copy != 0) {
281 int argc, size, inquote, copy, slashes; local
/macosx-10.10/objc4-646/runtime/
H A Dobjc-sel-old.mm9 * compliance with the License. Please obtain a copy of the License at
98 static SEL __sel_registerName(const char *name, int lock, int copy)
128 result = (SEL)(copy ? _strdup_internal(name) : name);
141 return __sel_registerName(name, 1, 1); // YES lock, YES copy
144 SEL sel_registerNameNoLock(const char *name, BOOL copy) {
145 return __sel_registerName(name, 0, copy); // NO lock, maybe copy
164 return __sel_registerName(name, 2, 1); // YES lock, YES copy
243 s(copy);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dwalkers.h9 * compliance with the License. Please obtain a copy of the License at
32 // copy, debug dumping, etc.) by defining operations classes and applying them to the
68 // CopyWalker would use to make a flat copy. This is naturally at least
93 // CopyWalker makes a deep, flat copy of a structure. The result will work
110 DEBUGWALK("copy");
160 // Make an element-by-element copy of a structure. Each pointer followed
178 T *copy = reinterpret_cast<T *>(allocator.malloc(size)); local
180 T *copy = allocator.malloc<T>(size); local
182 memcpy(copy, addr, size);
183 addr = copy;
250 T *copy(const T *obj, void *addr) function in namespace:Security::DataWalkers
260 T *copy(const T *obj, Allocator &alloc, size_t size) function in namespace:Security::DataWalkers
268 T *copy(const T *obj, Allocator &alloc = Allocator::standard()) function in namespace:Security::DataWalkers
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dwalkers.h9 * compliance with the License. Please obtain a copy of the License at
32 // copy, debug dumping, etc.) by defining operations classes and applying them to the
68 // CopyWalker would use to make a flat copy. This is naturally at least
93 // CopyWalker makes a deep, flat copy of a structure. The result will work
110 DEBUGWALK("copy");
160 // Make an element-by-element copy of a structure. Each pointer followed
178 T *copy = reinterpret_cast<T *>(allocator.malloc(size)); local
180 T *copy = allocator.malloc<T>(size); local
182 memcpy(copy, addr, size);
183 addr = copy;
250 T *copy(const T *obj, void *addr) function in namespace:Security::DataWalkers
260 T *copy(const T *obj, Allocator &alloc, size_t size) function in namespace:Security::DataWalkers
268 T *copy(const T *obj, Allocator &alloc = Allocator::standard()) function in namespace:Security::DataWalkers
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/extensions/tnc/
H A Dtnc.c260 FREE (copy);\
749 char *copy; local
811 copy = tdomstrdup (att_type);
814 if (copy[i] == ')') {
815 copy[i] = '\0';
818 &copy[start]);
821 &copy[start], &newPtr);
823 &copy[start], &newPtr);
831 FREE (copy);
834 if (copy[
1530 char *pc, *copy, save; local
[all...]

Completed in 376 milliseconds

1234567891011>>