/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
VertexCache.java | 92 public void copy(VertexCache inVcache)
method in class:VertexCache
|
/external/llvm/include/llvm/Support/ |
PredIteratorCache.h | 52 std::copy(PredCache.begin(), PredCache.end(), Entry);
|
/external/mesa3d/src/glsl/ |
link_functions.cpp | 5 * copy of this software and associated documentation files (the "Software"), 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 142 ir_instruction *copy = original->clone(linked, ht); local 143 formal_parameters.push_tail(copy); 151 ir_instruction *copy = original->clone(linked, ht); local 152 linked_sig->body.push_tail(copy);
|
/external/openssl/crypto/ |
pariscid.pl | 145 copy $cnt,$rv 147 copy $tick,$lasttick 157 copy $tick,$lasttick 178 copy $cnt,$rv 182 copy $tick,$lasttick 192 copy $tick,$lasttick 194 copy $diff,$lastdiff 205 copy $tick,$lasttick
|
/external/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(),
|
/external/webkit/Source/WebCore/css/ |
CSSValueList.h | 15 * You should have received a copy of the GNU Library General Public License 57 PassRefPtr<CSSValueList> copy();
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
CanvasLayer.h | 48 virtual LayerAndroid* copy() const { return new CanvasLayer(*this); } function in class:WebCore::CanvasLayer
|
MediaLayer.h | 6 * You may obtain a copy of the License at 45 virtual LayerAndroid* copy() const { return new MediaLayer(*this); } function in class:WebCore::MediaLayer
|
ScrollableLayerAndroid.h | 6 * You may obtain a copy of the License at 43 virtual LayerAndroid* copy() const { return new ScrollableLayerAndroid(*this); } function in class:WebCore::ScrollableLayerAndroid
|
/external/webkit/Source/WebCore/platform/network/ |
ResourceErrorBase.cpp | 34 ResourceError ResourceErrorBase::copy() const function in class:WebCore::ResourceErrorBase
|
SocketStreamErrorBase.h | 43 // Makes a deep copy. Useful for when you need to use a SocketStreamError on another thread. 44 SocketStreamError copy() const;
|
/external/webkit/Source/WebCore/platform/text/ |
LineEnding.cpp | 43 virtual void copy(const CString&) = 0; 62 virtual void copy(const CString& source) function in class:__anon14902::CStringBuffer 88 virtual void copy(const CString& source) function in class:__anon14902::VectorCharAppendBuffer 121 buffer.copy(from); 128 // Make a copy of the string. 181 // If no need to fix the string, just copy the string over. 187 // Make a copy of the string.
|
/external/webkit/Source/WebCore/rendering/style/ |
DataRef.h | 17 * You should have received a copy of the GNU Library General Public License 41 m_data = m_data->copy();
|
StyleBoxData.h | 18 * You should have received a copy of the GNU Library General Public License 38 PassRefPtr<StyleBoxData> copy() const { return adoptRef(new StyleBoxData(*this)); } function in class:WebCore::StyleBoxData
|
/external/webkit/Source/WebCore/storage/ |
StorageMap.h | 60 PassRefPtr<StorageMap> copy();
|
StorageNamespaceImpl.h | 52 virtual PassRefPtr<StorageNamespace> copy();
|
/external/webkit/Source/WebCore/svg/ |
SVGPathByteStream.h | 14 * You should have received a copy of the GNU Library General Public License 54 PassOwnPtr<SVGPathByteStream> copy() function in class:WebCore::SVGPathByteStream
|
/external/webkit/Source/WebKit/chromium/public/ |
WebFileSystem.h | 62 virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebFileSystem
|
/external/webkit/Tools/DumpRenderTree/mac/ |
NavigationController.m | 55 pendingScript = [script copy]; 63 pendingRequest = [request copy];
|
/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/android-ndk-r5/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);
|