Searched defs:copy (Results 101 - 125 of 718) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/impl/client/
H A DClientParamsStack.java13 * with the License. You may obtain a copy of the License at
120 * Creates a copy of a parameter stack.
124 * @param stack the stack to copy
135 * Creates a modified copy of a parameter stack.
270 * Does <i>not</i> copy parameters.
273 * that, they are read-only. The typical copy operation to prevent
276 * Create a new stack if you really need a copy.
282 public HttpParams copy() { method in class:ClientParamsStack
/external/apache-http/src/org/apache/http/message/
H A DHeaderGroup.java13 * with the License. You may obtain a copy of the License at
284 * Returns a copy of this object
286 * @return copy of this object
288 public HeaderGroup copy() { method in class:HeaderGroup
/external/apache-http/src/org/apache/http/params/
H A DBasicHttpParams.java13 * with the License. You may obtain a copy of the License at
128 * Creates a copy of these parameters.
130 * then calls {@link #copyParams(HttpParams)} to populate the copy.
132 * @return a new set of params holding a copy of the
135 public HttpParams copy() { method in class:BasicHttpParams
149 * This method is called from {@link #copy()}.
151 * @param target the parameters to which to copy
H A DHttpParams.java13 * with the License. You may obtain a copy of the License at
72 * Creates a copy of these parameters.
76 HttpParams copy(); method in interface:HttpParams
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dtokenutil.py7 # You may obtain a copy of the License at
22 import copy namespace
251 new_token.metadata = copy.copy(token.metadata)
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat2.js65 mat2.copy = function(out, a) {
H A Dmat2d.js84 mat2d.copy = function(out, a) {
/external/chromium_org/build/android/buildbot/
H A Dbb_run_bot.py8 import copy namespace
213 bot_map[to_id] = copy.deepcopy(bot_map[from_id])._replace(bot_id=to_id)
/external/chromium_org/cc/resources/
H A Dpicture_unittest.cc191 // copy now points to the same spot as iterator,
193 Picture::PixelRefIterator copy = iterator; local
200 EXPECT_TRUE(copy);
201 EXPECT_TRUE(*copy == discardable_bitmap[2][1].pixelRef());
202 EXPECT_TRUE(++copy);
203 EXPECT_TRUE(*copy == discardable_bitmap[2][3].pixelRef());
204 EXPECT_TRUE(++copy);
205 EXPECT_TRUE(*copy == discardable_bitmap[3][2].pixelRef());
206 EXPECT_FALSE(++copy);
291 // copy no
293 Picture::PixelRefIterator copy = iterator; local
[all...]
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map.cc110 DOMStorageMap* copy = new DOMStorageMap(quota_); local
111 copy->values_ = values_;
112 copy->bytes_used_ = bytes_used_;
113 copy->ResetKeyIterator();
114 return copy;
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_helpers_unittest.py6 import copy namespace
65 te_info_map2 = copy.copy(te_info_map1)
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dtype_conversion_unittest.cc193 NamedRegionPtr copy = NamedRegion::From(redmond_region); local
194 RedmondNamedRegion redmond_region2 = copy.To<RedmondNamedRegion>();
/external/chromium_org/net/base/
H A Daddress_list_unittest.cc78 AddressList copy; local
79 copy = list;
80 ASSERT_EQ(kNumElements, copy.size());
82 // Check if copy is independent.
83 copy[1] = IPEndPoint(copy[2].address(), 0xBEEF);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSKeyframesRule.h60 PassRefPtrWillBeRawPtr<StyleRuleKeyframes> copy() const { return adoptRefWillBeNoop(new StyleRuleKeyframes(*this)); } function in class:blink::FINAL
H A DCSSValueList.cpp15 * You should have received a copy of the GNU Library General Public License
65 PassRefPtrWillBeRawPtr<CSSValueList> CSSValueList::copy() function in class:blink::CSSValueList
H A DMediaList.h15 * You should have received a copy of the GNU Library General Public License
62 PassRefPtrWillBeRawPtr<MediaQuerySet> copy() const { return adoptRefWillBeNoop(new MediaQuerySet(*this)); } function in class:blink::MediaQuerySet
H A DMediaQueryExp.h95 PassOwnPtrWillBeRawPtr<MediaQueryExp> copy() const { return adoptPtrWillBeNoop(new MediaQueryExp(*this)); } function in class:blink::MediaQueryExp
H A DMediaValuesCached.cpp74 PassRefPtr<MediaValues> MediaValuesCached::copy() const function in class:blink::MediaValuesCached
H A DMediaValuesDynamic.cpp35 PassRefPtr<MediaValues> MediaValuesDynamic::copy() const function in class:blink::MediaValuesDynamic
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBoxData.h18 * 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:blink::StyleBoxData
H A DStyleGridData.h45 PassRefPtr<StyleGridData> copy() const { return adoptRef(new StyleGridData(*this)); } function in class:blink::StyleGridData
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathByteStream.h14 * You should have received a copy of the GNU Library General Public License
43 PassOwnPtr<SVGPathByteStream> copy() const function in class:blink::SVGPathByteStream
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCrossThreadCopier.h58 static Type copy(const T& parameter) function in struct:blink::CrossThreadCopierPassThrough
70 // To allow a type to be passed across threads using its copy constructor, add a forward declaration of the type and
78 // Custom copy methods.
91 static Type copy(const T& refPtr) function in struct:blink::CrossThreadCopierBase
99 static Type copy(Type ownPtr) function in struct:blink::CrossThreadCopierBase
107 static Type copy(Type ptr) function in struct:blink::CrossThreadCopierBase
115 PLATFORM_EXPORT static Type copy(const KURL&);
120 PLATFORM_EXPORT static Type copy(const String&);
125 PLATFORM_EXPORT static Type copy(const ResourceError&);
130 PLATFORM_EXPORT static Type copy(cons
141 static Type copy(const T& ptr) function in struct:blink::CrossThreadCopierBase
149 static Type copy(const Type& ptr) function in struct:blink::CrossThreadCopierBase
157 static Type copy(const Member<T>& ptr) function in struct:blink::CrossThreadCopierBase
165 static Type copy(const WeakMember<T>& ptr) function in struct:blink::CrossThreadCopierBase
199 static Type copy(const AllowCrossThreadAccessWrapper<T>& wrapper) { return wrapper.value(); } function in struct:blink::CrossThreadCopierBase
219 static Type copy(const AllowAccessLaterWrapper<T>& wrapper) { return wrapper.value(); } function in struct:blink::CrossThreadCopierBase
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dbaselineoptimizer.py29 import copy namespace
179 new_results_by_directory = copy.copy(results_by_directory)
/external/chromium_org/third_party/boringssl/src/crypto/engine/
H A Dengine.c3 * Permission to use, copy, modify, and/or distribute this software for any
51 * |*out_member| to point to a copy of it. The copy is |compiled_size| bytes
55 void *copy = OPENSSL_malloc(compiled_size); local
56 if (copy == NULL) {
60 memset(copy, 0, compiled_size);
65 memcpy(copy, method, method_size);
68 *out_member = copy;

Completed in 714 milliseconds

1234567891011>>