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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 71 unsigned int copy :1; /* Must be copied by the linker */ member in struct:aux_id
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
63 * it does not perform reference-count or copy-on-write, and that
70 * Second, the C++ standard requires basic_string to copy elements
71 * using char_traits<>::assign, char_traits<>::copy, and
678 _Traits::copy(__res, __f, __l - __f);
765 _Traits::copy(__res, __f, __l - __f);
933 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const { function in class:basic_string
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
63 * it does not perform reference-count or copy-on-write, and that
70 * Second, the C++ standard requires basic_string to copy elements
71 * using char_traits<>::assign, char_traits<>::copy, and
678 _Traits::copy(__res, __f, __l - __f);
765 _Traits::copy(__res, __f, __l - __f);
933 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const { function in class:basic_string
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
63 * it does not perform reference-count or copy-on-write, and that
70 * Second, the C++ standard requires basic_string to copy elements
71 * using char_traits<>::assign, char_traits<>::copy, and
678 _Traits::copy(__res, __f, __l - __f);
765 _Traits::copy(__res, __f, __l - __f);
933 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const { function in class:basic_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.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
365 copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
371 copy(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
374 { return std::copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
775 // [23.2.1.1] construct/copy/destroy
807 * @param __value An element to copy.
820 * @param __value An element to copy
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
63 * it does not perform reference-count or copy-on-write, and that
70 * Second, the C++ standard requires basic_string to copy elements
71 * using char_traits<>::assign, char_traits<>::copy, and
678 _Traits::copy(__res, __f, __l - __f);
765 _Traits::copy(__res, __f, __l - __f);
933 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const { function in class:basic_string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string.h 11 * Permission to use or copy this software for any purpose is hereby granted
63 * it does not perform reference-count or copy-on-write, and that
70 * Second, the C++ standard requires basic_string to copy elements
71 * using char_traits<>::assign, char_traits<>::copy, and
678 _Traits::copy(__res, __f, __l - __f);
765 _Traits::copy(__res, __f, __l - __f);
933 size_type copy(_CharT* __s, size_type __n, size_type __pos = 0) const { function in class:basic_string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.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
365 copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
371 copy(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
374 { return std::copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
775 // [23.2.1.1] construct/copy/destroy
807 * @param __value An element to copy.
820 * @param __value An element to copy
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_deque.h 20 // You should have received a copy of the GNU General Public License and
21 // a copy of the GCC Runtime Library Exception along with this program;
30 * Permission to use, copy, modify, distribute and sell this software
42 * Permission to use, copy, modify, distribute and sell this software
364 copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*>,
370 copy(_Deque_iterator<_Tp, _Tp&, _Tp*> __first, function
373 { return std::copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
777 // [23.2.1.1] construct/copy/destroy
809 * @param __value An element to copy.
822 * @param __value An element to copy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 38 from copy import deepcopy
218 copy(src, dst, mkdirs=1)
336 # When building a standalone app with Python.framework, we need to copy
338 # specifies exactly what items we'll copy.
758 def copy(src, dst, mkdirs=0): function
759 """Copy a file or a directory."""
768 """Copy a file or a directory to an existing directory."""
770 copy(src, dst)
782 """Copy a file or a directory."""
830 --no-zipimport Do not copy code into a zip fil
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_array.py 87 import copy namespace
89 b = copy.copy(a)
94 import copy namespace
96 b = copy.deepcopy(a)
    [all...]
test_bytes.py 11 import copy namespace
815 # copy the bytes.
    [all...]
test_copy.py 1 """Unit tests for the copy module."""
3 import copy namespace
12 # Attempt full line coverage of copy.py from top to bottom
15 self.assertTrue(copy.Error is copy.error)
16 self.assertTrue(issubclass(copy.Error, Exception))
18 # The copy() method
22 y = copy.copy(x)
32 y = copy.copy(x
    [all...]
test_itertools.py 10 import copy namespace
356 # check copy, deepcopy, pickle
359 self.assertEqual(next(copy.copy(c)), value)
360 self.assertEqual(next(copy.deepcopy(c)), value)
    [all...]
test_xml_etree.py 461 def copy(): function
463 Test copy handling (etc).
465 >>> import copy
467 >>> e2 = copy.copy(e1)
468 >>> e3 = copy.deepcopy(e1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 3 import copy namespace
188 options = copy.copy(self._options)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 19 # 2007-12-15 fl added C14N hooks, copy method (experimental)
35 # Permission to use, copy, modify, and distribute this software and
208 attrib = attrib.copy()
229 # shallow copy; subelements will be shared with the original tree.
233 def copy(self): member in class:Element
528 attrib = attrib.copy()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_array.py 87 import copy namespace
89 b = copy.copy(a)
94 import copy namespace
96 b = copy.deepcopy(a)
    [all...]
test_bytes.py 11 import copy namespace
815 # copy the bytes.
    [all...]
test_copy.py 1 """Unit tests for the copy module."""
3 import copy namespace
12 # Attempt full line coverage of copy.py from top to bottom
15 self.assertTrue(copy.Error is copy.error)
16 self.assertTrue(issubclass(copy.Error, Exception))
18 # The copy() method
22 y = copy.copy(x)
32 y = copy.copy(x
    [all...]
test_itertools.py 10 import copy namespace
356 # check copy, deepcopy, pickle
359 self.assertEqual(next(copy.copy(c)), value)
360 self.assertEqual(next(copy.deepcopy(c)), value)
    [all...]
test_xml_etree.py 461 def copy(): function
463 Test copy handling (etc).
465 >>> import copy
467 >>> e2 = copy.copy(e1)
468 >>> e3 = copy.deepcopy(e1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 3 import copy namespace
188 options = copy.copy(self._options)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 19 # 2007-12-15 fl added C14N hooks, copy method (experimental)
35 # Permission to use, copy, modify, and distribute this software and
208 attrib = attrib.copy()
229 # shallow copy; subelements will be shared with the original tree.
233 def copy(self): member in class:Element
528 attrib = attrib.copy()
    [all...]
  /sdk/emulator/qtools/
trace_reader_base.h 327 char *copy = new char[len + 1]; local
328 strcpy(copy, src);
329 return copy;

Completed in 1044 milliseconds

<<31323334353637383940>>