HomeSort by relevance Sort by last modified time
    Searched defs:copy (Results 676 - 700 of 1328) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
689 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const function in class:basic_string
690 { return _M_non_dbg_impl.copy(__s, __n, __pos); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 21 // You should have received a copy of the GNU General Public License and
22 // a copy of the GCC Runtime Library Exception along with this program;
31 * Permission to use, copy, modify, distribute and sell this software
43 * Permission to use, copy, modify, distribute and sell this software
263 // normally) otherwise return it untouched. See copy, fill, ...
300 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
458 copy(_II __first, _II __last, _OI __result) function
506 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::copy(_Tp, _Up, _Vp)
616 * The function has the same effect as copy, but starts at the end of the
623 * Result may not be in the range [first,last). Use copy instead. Not
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 18 * Permission to use or copy this software for any purpose is hereby granted
173 // copy
176 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
291 inline _OutputIter copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function
335 inline _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) \
392 return _STLP_STD::pair<_RAIter, _OutputIter>(__last, _STLP_STD::copy(__first, __last, __result));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
689 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const function in class:basic_string
690 { return _M_non_dbg_impl.copy(__s, __n, __pos); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 21 // You should have received a copy of the GNU General Public License and
22 // a copy of the GCC Runtime Library Exception along with this program;
31 * Permission to use, copy, modify, distribute and sell this software
43 * Permission to use, copy, modify, distribute and sell this software
263 // normally) otherwise return it untouched. See copy, fill, ...
300 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
458 copy(_II __first, _II __last, _OI __result) function
506 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::copy(_Tp, _Up, _Vp)
616 * The function has the same effect as copy, but starts at the end of the
623 * Result may not be in the range [first,last). Use copy instead. Not
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 18 * Permission to use or copy this software for any purpose is hereby granted
173 // copy
176 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
291 inline _OutputIter copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function
335 inline _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) \
392 return _STLP_STD::pair<_RAIter, _OutputIter>(__last, _STLP_STD::copy(__first, __last, __result));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
689 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const function in class:basic_string
690 { return _M_non_dbg_impl.copy(__s, __n, __pos); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algobase.h 21 // You should have received a copy of the GNU General Public License and
22 // a copy of the GCC Runtime Library Exception along with this program;
31 * Permission to use, copy, modify, distribute and sell this software
43 * Permission to use, copy, modify, distribute and sell this software
263 // normally) otherwise return it untouched. See copy, fill, ...
300 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
458 copy(_II __first, _II __last, _OI __result) function
506 #define _GLIBCXX_MOVE3(_Tp, _Up, _Vp) std::copy(_Tp, _Up, _Vp)
616 * The function has the same effect as copy, but starts at the end of the
623 * Result may not be in the range [first,last). Use copy instead. Not
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 18 * Permission to use or copy this software for any purpose is hereby granted
173 // copy
176 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
291 inline _OutputIter copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function
335 inline _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) \
392 return _STLP_STD::pair<_RAIter, _OutputIter>(__last, _STLP_STD::copy(__first, __last, __result));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
689 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const function in class:basic_string
690 { return _M_non_dbg_impl.copy(__s, __n, __pos); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algobase.h 18 * Permission to use or copy this software for any purpose is hereby granted
173 // copy
176 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
291 inline _OutputIter copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function
335 inline _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) \
392 return _STLP_STD::pair<_RAIter, _OutputIter>(__last, _STLP_STD::copy(__first, __last, __result));
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
689 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const function in class:basic_string
690 { return _M_non_dbg_impl.copy(__s, __n, __pos); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_weakrefset.py 91 def copy(self): member in class:WeakSet
127 newset = self.copy()
175 newset = self.copy()
collections.py 180 inst_dict = vars(self).copy()
187 def copy(self): member in class:OrderedDict
188 'od.copy() -> a shallow copy of od'
270 'Return self as a plain tuple. Used by copy and pickle.'
557 def copy(self): member in class:Counter
558 'Return a shallow copy.'
gettext.py 49 import locale, copy, os, re, struct, sys namespace
479 # Copy the translation object to allow setting fallbacks and
482 t = copy.copy(t)
sets.py 145 def copy(self): member in class:BaseSet
146 """Return a shallow copy of a set."""
151 __copy__ = copy # For the copy module
154 """Return a deep copy of a set; used by copy module."""
156 # early, in case the deep copy recurses into another reference
160 from copy import deepcopy
540 # Return a copy of self as an immutable set
shutil.py 3 XXX The functions here don't copy the resource fork or other metadata on Mac.
25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
47 """copy data from file-like object fsrc to file-like object fdst"""
67 """Copy data from src to dst"""
87 """Copy mode bits from src to dst"""
94 """Copy all stat info (mode bits, atime, mtime, flags) from src to dst"""
111 def copy(src, dst): function
112 """Copy data and mode bits ("cp src dst").
123 """Copy data and all stat info ("cp -p src dst").
146 """Recursively copy a directory tree using copy2()
    [all...]
webbrowser.py 76 an entry in the BROWSER environment variable -- we can copy a general
95 import copy namespace
96 controller = copy.copy(controller)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 22 import copy namespace
415 newcolumnlist = copy.copy(oldcolumnlist)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 15 def copy(self, _no_object=None, _attributes={}, **_arguments): member in class:Finder_Basics_Events
16 """copy: (NOT AVAILABLE YET) Copy the selected items to the clipboard (the Finder must be the front application)
20 _subcode = 'copy'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_coercion.py 1 import copy namespace
273 z = copy.copy(a)
274 except copy.Error:
test_fractions.py 11 from copy import copy, deepcopy namespace
93 """Dummy Fraction subclass for copy and deepcopy testing."""
589 self.assertEqual(id(r), id(copy(r)))
591 self.assertNotEqual(id(dr), id(copy(dr)))
593 self.assertTypedEquals(dr, copy(dr))
test_site.py 17 from copy import copy namespace
41 """Save a copy of sys.path"""
46 self.old_vars = copy(sysconfig._CONFIG_VARS)
170 env = os.environ.copy()
177 env = os.environ.copy()
183 env = os.environ.copy()
190 env = os.environ.copy()
316 """Make a copy of sys.path"""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 330 def copy(self): member in class:AttributesImpl
371 def copy(self): member in class:AttributesNSImpl
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_weakrefset.py 91 def copy(self): member in class:WeakSet
127 newset = self.copy()
175 newset = self.copy()

Completed in 1049 milliseconds

<<21222324252627282930>>