Searched refs:copy (Results 151 - 175 of 1337) sorted by relevance

1234567891011>>

/external/stlport/stlport/stl/
H A D_bvector.h18 * Permission to use or copy this software for any purpose is hereby granted
406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0));
408 this->_M_finish = _STLP_STD::copy(__position, end(), __i);
431 _STLP_STD::copy(__first, __last, this->_M_start);
453 _STLP_STD::copy(__first, __last, __position);
459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0));
460 __i = _STLP_STD::copy(__first, __last, __i);
461 this->_M_finish = _STLP_STD::copy(__position, end(), __i);
526 _STLP_STD::copy(__x.begin(), __x.end(), this->_M_start);
563 _STLP_STD::copy(__firs
[all...]
/external/apache-http/src/org/apache/http/params/
H A DHttpParams.java13 * with the License. You may obtain a copy of the License at
67 * Creates a copy of these parameters.
71 HttpParams copy(); method in interface:HttpParams
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_item_cell.h51 @property(nonatomic, copy) NSString* secondaryTitle;
/external/chromium/chrome/browser/ui/webui/
H A Dremoting_ui.cc52 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
H A Dsync_internals_html_source.cc42 std::copy(html.begin(), html.end(), bytes->data.begin());
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h17 -(id)copy;
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp29 namespace copy { namespace
31 Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy constructor may not be volatile}}
32 Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy assignment operator may not be volatile}}
61 NonConst nc; // makes implicit copy non-const
65 AssignmentRet1&& operator=(const AssignmentRet1&) = default; // expected-error {{explicitly-defaulted copy assignment operator must return 'copy::AssignmentRet1 &'}}
69 const AssignmentRet2& operator=(const AssignmentRet2&) = default; // expected-error {{explicitly-defaulted copy assignment operator must return 'copy::AssignmentRet2 &'}}
73 ConstAssignment& operator=(const ConstAssignment&) const = default; // expected-error {{an explicitly-defaulted copy assignment operator may not have 'const', 'constexpr' or 'volatile' qualifiers}}
/external/compiler-rt/BlocksRuntime/tests/
H A DobjectRRGC.c26 // local copy instead of libSystem.B.dylib copy
50 // should be a copy helper generated with a calls to above routines
58 printf("no copy dispose!!!!\n");
65 bl->descriptor->copy(destBuffer, bl);
H A Dobjectassign.c25 // local copy instead of libSystem.B.dylib copy
53 // should be a copy helper generated with a calls to above routines
57 printf("no copy dispose!!!!\n");
64 bl->descriptor->copy(destBuffer, bl);
/external/javassist/src/main/javassist/bytecode/
H A DFieldInfo.java92 invisibleAnnotations = invisibleAnnotations.copy(cp, null);
99 visibleAnnotations = visibleAnnotations.copy(cp, null);
106 signature = signature.copy(cp, null);
112 index = constPool.copy(index, cp, null);
H A DInnerClassesAttribute.java200 * Makes a copy. Class names are replaced according to the
203 * @param newCp the constant pool table used by the new copy.
207 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:InnerClassesAttribute
222 innerClass = cp.copy(innerClass, newCp, classnames);
227 outerClass = cp.copy(outerClass, newCp, classnames);
232 innerName = cp.copy(innerName, newCp, classnames);
H A DSourceFileAttribute.java60 * Makes a copy. Class names are replaced according to the
63 * @param newCp the constant pool table used by the new copy.
67 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:SourceFileAttribute
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DBufferUtils.java357 * the buffer to copy from/to
359 * the index of the vector to copy
361 * the index to copy the vector to
562 * the buffer to copy from/to
564 * the index of the vector to copy
566 * the index to copy the vector to
755 * the DoubleBuffer to copy
756 * @return the copy
764 DoubleBuffer copy;
766 copy
[all...]
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DVertexCache.java92 public void copy(VertexCache inVcache) method in class:VertexCache
/external/llvm/include/llvm/Support/
H A DPredIteratorCache.h52 std::copy(PredCache.begin(), PredCache.end(), Entry);
/external/naver-fonts/
H A DAndroid.mk5 # You may obtain a copy of the License at
16 # to copy over the NOTICE file.
/external/openssl/crypto/
H A Dpariscid.pl145 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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowWifiManager.java76 WifiConfiguration copy = shadowOf(config).copy();
77 copy.networkId = networkId;
78 return copy;
/external/skia/include/core/
H A DSkTDict.h48 char* copy = (char*)fStrings.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType); local
49 memcpy(copy, name, len);
50 copy[len] = '\0';
51 pair->fName = copy;
/external/skia/legacy/include/core/
H A DSkTDict.h48 char* copy = (char*)fStrings.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType); local
49 memcpy(copy, name, len);
50 copy[len] = '\0';
51 pair->fName = copy;
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DIFrameContentLayerAndroid.h54 virtual LayerAndroid* copy() const { return new IFrameContentLayerAndroid(*this); } function in class:WebCore::IFrameContentLayerAndroid
H A DIFrameLayerAndroid.h50 virtual LayerAndroid* copy() const { return new IFrameLayerAndroid(*this); } function in class:WebCore::IFrameLayerAndroid
H A DMediaLayer.h6 * You may obtain a copy of the License at
45 virtual LayerAndroid* copy() const { return new MediaLayer(*this); } function in class:WebCore::MediaLayer
H A DScrollableLayerAndroid.h6 * You may obtain a copy of the License at
43 virtual LayerAndroid* copy() const { return new ScrollableLayerAndroid(*this); } function in class:WebCore::ScrollableLayerAndroid
H A DVideoLayerAndroid.h56 virtual LayerAndroid* copy() const { return new VideoLayerAndroid(*this); } function in class:WebCore::VideoLayerAndroid

Completed in 421 milliseconds

1234567891011>>