HomeSort by relevance Sort by last modified time
    Searched refs:copy (Results 276 - 300 of 4741) sorted by null

<<11121314151617181920>>

  /frameworks/base/libs/hwui/
GradientCache.h 6 * You may obtain a copy of the License at
41 copy(colors, positions, count);
45 copy(entry.colors, entry.positions, entry.count);
58 copy(entry.colors, entry.positions, entry.count);
81 void copy(uint32_t* colors, float* positions, uint32_t count) { function in struct:android::uirenderer::GradientCacheEntry
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.permutation.generators/
next_permutation.pass.cpp 46 std::copy(ia, ia+e, prev);
next_permutation_comp.pass.cpp 48 std::copy(ia, ia+e, prev);
prev_permutation.pass.cpp 46 std::copy(ia, ia+e, prev);
prev_permutation_comp.pass.cpp 48 std::copy(ia, ia+e, prev);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 19 * Permission to use or copy this software for any purpose is hereby granted
153 copy(this->_M_first + __n, this->_M_first + this->size(),
158 copy(this->_M_first, this->_M_first + this->size() + __n,
177 copy(this->_M_first, this->_M_first + __n,
179 copy(this->_M_first + __n, this->_M_first + this->size(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 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;
27 // Permission to use, copy, modify, sell, and distribute this software
95 std::copy(m_a_entries, m_a_entries + left, a_entries);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
150 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
151 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
merge.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;
76 target = std::copy(begin1, begin1 + max_length, target);
81 target = std::copy(begin2, begin2 + max_length, target);
145 target = std::copy(begin1, begin1 + max_length, target);
150 target = std::copy(begin2, begin2 + max_length, target);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 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;
28 // Permission to use, copy, modify, sell, and distribute this software
96 std::copy(m_a_entries, m_a_entries + left, a_entries);
97 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
151 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
152 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 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;
28 // Permission to use, copy, modify, sell, and distribute this software
96 std::copy(m_a_entries, m_a_entries + left, a_entries);
97 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
151 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
152 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 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;
27 // Permission to use, copy, modify, sell, and distribute this software
95 std::copy(m_a_entries, m_a_entries + left, a_entries);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
150 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
151 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 19 * Permission to use or copy this software for any purpose is hereby granted
153 copy(this->_M_first + __n, this->_M_first + this->size(),
158 copy(this->_M_first, this->_M_first + this->size() + __n,
177 copy(this->_M_first, this->_M_first + __n,
179 copy(this->_M_first + __n, this->_M_first + this->size(),
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 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;
27 // Permission to use, copy, modify, sell, and distribute this software
95 std::copy(m_a_entries, m_a_entries + left, a_entries);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
150 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
151 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 19 * Permission to use or copy this software for any purpose is hereby granted
153 copy(this->_M_first + __n, this->_M_first + this->size(),
158 copy(this->_M_first, this->_M_first + this->size() + __n,
177 copy(this->_M_first, this->_M_first + __n,
179 copy(this->_M_first + __n, this->_M_first + this->size(),
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 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;
27 // Permission to use, copy, modify, sell, and distribute this software
95 std::copy(m_a_entries, m_a_entries + left, a_entries);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
150 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
151 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 19 * Permission to use or copy this software for any purpose is hereby granted
153 copy(this->_M_first + __n, this->_M_first + this->size(),
158 copy(this->_M_first, this->_M_first + this->size() + __n,
177 copy(this->_M_first, this->_M_first + __n,
179 copy(this->_M_first + __n, this->_M_first + this->size(),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 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;
27 // Permission to use, copy, modify, sell, and distribute this software
95 std::copy(m_a_entries, m_a_entries + left, a_entries);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
150 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
151 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 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;
28 // Permission to use, copy, modify, sell, and distribute this software
96 std::copy(m_a_entries, m_a_entries + left, a_entries);
97 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
151 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
152 std::copy(other.m_a_entries, other.m_a_entries + other.m_size, a_entries + m_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 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;
28 // Permission to use, copy, modify, sell, and distribute this software
86 std::copy(m_a_entries, m_a_entries + left, a_entries);
87 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
141 std::copy(m_a_entries, m_a_entries + m_size, a_entries);
142 std::copy(other.m_a_entries, other.m_a_entries + other.m_size,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 19 * Permission to use or copy this software for any purpose is hereby granted
153 copy(this->_M_first + __n, this->_M_first + this->size(),
158 copy(this->_M_first, this->_M_first + this->size() + __n,
177 copy(this->_M_first, this->_M_first + __n,
179 copy(this->_M_first + __n, this->_M_first + this->size(),
  /build/core/tasks/
factory_ramdisk.mk 6 # You may obtain a copy of the License at
45 $(eval $(call copy-one-file,$(_iofrm_src),$(_fulldest))) \
68 $(eval $(call copy-one-file,$(TARGET_OUT)/build.prop,$(TARGET_FACTORY_RAMDISK_OUT)/system/build.prop))
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 8 * You may obtain a copy of the License at
94 /** Copy the first 0,1 ... ASCII_MAX values into an array */
153 * making a mutable copy, {@link #mutableCopyOf(CharInfo)}.
500 // Put the common copy of charInfo in the cache, but return
501 // a copy of it.
531 * Create a mutable copy of the cached one.
536 CharInfo copy = new CharInfo();
539 System.arraycopy(charInfo.array_of_bits,0,copy.array_of_bits,0,max);
541 copy.firstWordNotUsed = charInfo.firstWordNotUsed;
544 System.arraycopy(charInfo.shouldMapAttrChar_ASCII,0,copy.shouldMapAttrChar_ASCII,0,max)
    [all...]
  /external/e2fsprogs/lib/uuid/
Android.mk 6 copy.c \
  /external/grub/stage2/
terminfo.c 16 * You should have received a copy of the GNU General Public License
255 ti_get_term(struct terminfo *copy)
257 grub_memmove (copy, &term, sizeof (struct terminfo));
  /external/guava/guava/src/com/google/common/io/
Resources.java 6 * You may obtain a copy of the License at
139 public static void copy(URL from, OutputStream to) throws IOException {
140 ByteStreams.copy(newInputStreamSupplier(from), to);

Completed in 946 milliseconds

<<11121314151617181920>>