HomeSort by relevance Sort by last modified time
    Searched full:clone (Results 126 - 150 of 5316) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/content/browser/dom_storage/
session_storage_namespace_impl.cc 51 SessionStorageNamespaceImpl* SessionStorageNamespaceImpl::Clone() {
52 return new SessionStorageNamespaceImpl(session_->Clone());
61 DOMStorageSession* clone)
62 : session_(clone) {
  /external/chromium_org/mojo/services/public/cpp/input_events/lib/
mojo_extended_key_event_data.cc 19 ui::ExtendedKeyEventData* MojoExtendedKeyEventData::Clone() const {
  /external/chromium_org/third_party/android_webview_glue/
README.chromium 5 SOURCE CODE: git clone https://android.googlesource.com/platform/frameworks/webview.git
  /external/chromium_org/third_party/icu/source/test/perf/usetperf/
bitset.h 14 * A simple, limited clone of the java.util.BitSet.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
SConscript 3 env = env.Clone()
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
SConscript 3 env = env.Clone()
  /external/chromium_org/third_party/webgl/
README.chromium 5 SOURCE CODE: git clone https://github.com/KhronosGroup/WebGL.git
  /external/icu/icu4c/source/test/perf/usetperf/
bitset.h 14 * A simple, limited clone of the java.util.BitSet.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
EOF.java 23 public Object clone() method in class:EOF
  /external/mesa3d/src/gallium/drivers/svga/
SConscript 3 env = env.Clone()
  /external/mesa3d/src/gallium/winsys/svga/drm/
SConscript 3 env = env.Clone()
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseBooleanArray.java 76 public SparseBooleanArray clone() { method in class:ShadowSparseBooleanArray
77 SparseBooleanArray clone = new SparseBooleanArray(); local
79 clone.put(keyAt(i), valueAt(i));
81 return clone;
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S 22 clone: label
23 mov $56,%rax # clone syscall
25 # Note, clone syscall is different than the glibc implementation
27 # int clone (flags, stack_pointer,parent_tidptr,child_tidptr,tls)
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 22 clone: label
23 mov $120,%eax # clone syscall
25 # Note, clone syscall is different than the glibc implementation
27 # int clone (flags, stack_pointer,parent_tidptr,child_tidptr,tls)
  /libcore/luni/src/main/java/java/net/
PasswordAuthentication.java 43 this.password = password.clone();
47 * Gets a clone of the password stored by this instance. The user is
48 * responsible to finalize the returned array if the password clone is no
54 return password.clone();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_throw.py 29 exc = results["exc"].clone()
39 val = val.clone()
41 args = [c.clone() for c in val.children[1:-1]]
49 tb = results["tb"].clone()
fix_exec.py 33 args = [a.clone()]
36 args.extend([Comma(), b.clone()])
38 args.extend([Comma(), c.clone()])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_throw.py 29 exc = results["exc"].clone()
39 val = val.clone()
41 args = [c.clone() for c in val.children[1:-1]]
49 tb = results["tb"].clone()
fix_exec.py 33 args = [a.clone()]
36 args.extend([Comma(), b.clone()])
38 args.extend([Comma(), c.clone()])
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 176 public Object clone() throws CloneNotSupportedException { method in class:HttpRequestBase
177 HttpRequestBase clone = (HttpRequestBase) super.clone(); local
178 clone.abortLock = new ReentrantLock();
179 clone.aborted = false;
180 clone.releaseTrigger = null;
181 clone.connRequest = null;
182 clone.headergroup = (HeaderGroup) CloneUtils.clone(this.headergroup);
183 clone.params = (HttpParams) CloneUtils.clone(this.params)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CollectionStoreParameters.java 37 * Returns a shallow clone. The returned contents are not copied, so adding
40 * @return a shallow clone.
42 public Object clone() method in class:X509CollectionStoreParameters
  /external/chromium_org/cc/animation/
scroll_offset_animation_curve_unittest.cc 85 // Verify that a clone behaves exactly like the original.
86 TEST(ScrollOffsetAnimationCurveTest, Clone) {
96 scoped_ptr<AnimationCurve> clone(curve->Clone().Pass());
98 EXPECT_EQ(AnimationCurve::ScrollOffset, clone->Type());
99 EXPECT_EQ(duration, clone->Duration());
102 clone->ToScrollOffsetAnimationCurve()->GetValue(-1.0));
104 clone->ToScrollOffsetAnimationCurve()->GetValue(0.0));
107 clone->ToScrollOffsetAnimationCurve()->GetValue(duration / 2.0));
110 clone->ToScrollOffsetAnimationCurve()->GetValue(duration))
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdown.js 36 * Constructs a new clone of this timer, while overriding its callback.
38 * @return {!Countdown} new clone.
40 Countdown.prototype.clone = function(cb) {};
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 32 m_pImage = pSrcObj->m_pImage->Clone();
52 CPDF_Image* CPDF_Image::Clone()
58 pImage->LoadImageF((CPDF_Stream*)((CPDF_Object*)m_pStream)->Clone(), m_bInline);
60 CPDF_Dictionary *pInlineDict = (CPDF_Dictionary*)m_pInlineDict->Clone(TRUE);
106 m_pInlineDict = (CPDF_Dictionary*)pDict->Clone();
  /external/qemu/android/skin/
image.h 77 /* create a skin image clone. the clone is not part of the cache and will
79 * if you need to modify the content of the clone (e.g. blending)
83 /* create a skin image clone, the clone is a rotated version of a source image
89 /* apply blending to a source skin image and copy the result to a target clone image */
90 extern void skin_image_blend_clone( SkinImage* clone, SkinImage* source, int blend );

Completed in 1728 milliseconds

1 2 3 4 56 7 8 91011>>