HomeSort by relevance Sort by last modified time
    Searched full:clone (Results 426 - 450 of 5242) sorted by null

<<11121314151617181920>>

  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 222 TiXmlNode* node = addThis.Clone();
242 TiXmlNode* node = addThis.Clone();
275 TiXmlNode* node = addThis.Clone();
312 TiXmlNode* node = withThis.Clone();
859 // Clone the attributes, then clone the children.
871 target->LinkEndChild( node->Clone() );
889 TiXmlNode* TiXmlElement::Clone() const
891 TiXmlElement* clone = new TiXmlElement( Value() ); local
892 if ( !clone )
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 579 self.confirm(keys1 == keys2, "clone of element has same attribute keys")
588 , "clone of attribute node has proper attribute values")
590 "clone of attribute node correctly owned")
595 clone = root.cloneNode(deep)
597 root, clone, "testCloneElement" + (deep and "Deep" or "Shallow"))
602 return dom, clone
605 dom, clone = self._setupCloneElement(0)
606 self.confirm(len(clone.childNodes) == 0
607 and clone.childNodes.length == 0
608 and clone.parentNode is Non
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 579 self.confirm(keys1 == keys2, "clone of element has same attribute keys")
588 , "clone of attribute node has proper attribute values")
590 "clone of attribute node correctly owned")
595 clone = root.cloneNode(deep)
597 root, clone, "testCloneElement" + (deep and "Deep" or "Shallow"))
602 return dom, clone
605 dom, clone = self._setupCloneElement(0)
606 self.confirm(len(clone.childNodes) == 0
607 and clone.childNodes.length == 0
608 and clone.parentNode is Non
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprWalker.java 144 public Object clone() throws CloneNotSupportedException method in class:FilterExprWalker
147 FilterExprWalker clone = (FilterExprWalker) super.clone(); local
150 clone.m_exprObj = (XNodeSet) m_exprObj.clone();
152 return clone;
221 /** The result of executing m_expr. Needs to be deep cloned on clone op. */
  /external/chromium_org/third_party/icu/source/test/intltest/
sdtfmtts.cpp 118 // ======= Test clone(), assignment, and equality
120 logln("Testing clone(), assignment and equality operators");
131 Format *clone = def.clone(); local
132 if( ! (*clone == def) ) {
133 errln("ERROR: Clone() (or ==) failed");
135 delete clone;
reptest.cpp 72 virtual Replaceable *clone() const { function in class:TestReplaceable
245 if((p=noop.clone())!=NULL) {
246 errln("Replaceable::clone() does not return NULL");
258 if((p=noop2.clone())!=NULL) {
259 errln("noop2.Replaceable::clone() does not return NULL");
266 if((p=noop3.clone())!=NULL) {
267 errln("noop3.Replaceable::clone() does not return NULL");
289 // test clone()
290 TestReplaceable *tr2 = (TestReplaceable *)tr->clone();
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_vec_index_to_cond_assign.cpp 114 new(base_ir) ir_swizzle(cond_deref->clone(ir, NULL), i, 0, 0, 0, 1);
116 /* Just clone the rest of the deref chain when trying to get at the
120 new(base_ir) ir_swizzle(orig_deref->array->clone(mem_ctx, NULL),
214 new(ir) ir_swizzle(cond_deref->clone(ir, NULL), i, 0, 0, 0, 1);
217 /* Just clone the rest of the deref chain when trying to get at the
221 new(ir) ir_swizzle(orig_deref->array->clone(mem_ctx, NULL),
234 /* No need to clone the condition because the IR that it hangs on is
  /external/icu/icu4c/source/test/intltest/
sdtfmtts.cpp 118 // ======= Test clone(), assignment, and equality
120 logln("Testing clone(), assignment and equality operators");
131 Format *clone = def.clone(); local
132 if( ! (*clone == def) ) {
133 errln("ERROR: Clone() (or ==) failed");
135 delete clone;
reptest.cpp 72 virtual Replaceable *clone() const { function in class:TestReplaceable
245 if((p=noop.clone())!=NULL) {
246 errln("Replaceable::clone() does not return NULL");
258 if((p=noop2.clone())!=NULL) {
259 errln("noop2.Replaceable::clone() does not return NULL");
266 if((p=noop3.clone())!=NULL) {
267 errln("noop3.Replaceable::clone() does not return NULL");
289 // test clone()
290 TestReplaceable *tr2 = (TestReplaceable *)tr->clone();
  /external/ltrace/
vect.h 49 * CLONE is non-NULL, it's evoked on each element, and should clone
51 * failure. DATA is passed to CLONE verbatim. This function returns
54 * with the same DATA. If one of CLONE, DTOR is non-NULL, then both
57 int (*clone)(void *tgt, const void *src, void *data),
62 #define VECT_CLONE(TGT_VEC, SRC_VEC, ELT_TYPE, CLONE, DTOR, DATA) \
70 void *) = CLONE; \
  /external/mesa3d/src/glsl/
lower_vec_index_to_cond_assign.cpp 114 new(base_ir) ir_swizzle(cond_deref->clone(ir, NULL), i, 0, 0, 0, 1);
116 /* Just clone the rest of the deref chain when trying to get at the
120 new(base_ir) ir_swizzle(orig_deref->array->clone(mem_ctx, NULL),
214 new(ir) ir_swizzle(cond_deref->clone(ir, NULL), i, 0, 0, 0, 1);
217 /* Just clone the rest of the deref chain when trying to get at the
221 new(ir) ir_swizzle(orig_deref->array->clone(mem_ctx, NULL),
234 /* No need to clone the condition because the IR that it hangs on is
  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 174 SkPicture* SkPicture::clone() const { function in class:SkPicture
176 this->clone(clonedPicture, 1);
180 void SkPicture::clone(SkPicture* pictures, int count) const { function in class:SkPicture
184 SkPicture* clone = &pictures[i]; local
186 clone->needsNewGenID();
187 clone->fWidth = fWidth;
188 clone->fHeight = fHeight;
189 SkDELETE(clone->fPlayback);
199 /* The alternative to doing this is to have a clone method on the paint and have it
211 // FIXME: Put this on the stack inside SkPicture::clone
    [all...]
  /external/skia/src/core/
SkPicture.cpp 174 SkPicture* SkPicture::clone() const { function in class:SkPicture
176 this->clone(clonedPicture, 1);
180 void SkPicture::clone(SkPicture* pictures, int count) const { function in class:SkPicture
184 SkPicture* clone = &pictures[i]; local
186 clone->needsNewGenID();
187 clone->fWidth = fWidth;
188 clone->fHeight = fHeight;
189 SkDELETE(clone->fPlayback);
199 /* The alternative to doing this is to have a clone method on the paint and have it
211 // FIXME: Put this on the stack inside SkPicture::clone
    [all...]
  /external/chromium_org/extensions/common/api/sockets/
sockets_manifest_permission_unittest.cc 161 // Clone()/Equal()
162 scoped_ptr<SocketsManifestPermission> clone(
163 static_cast<SocketsManifestPermission*>(permission->Clone()));
164 AssertEmptyPermission(clone.get());
166 EXPECT_TRUE(permission->Equal(clone.get()));
179 static_cast<SocketsManifestPermission*>(permission->Diff(clone.get())));
183 static_cast<SocketsManifestPermission*>(permission->Union(clone.get())));
188 permission->Intersect(clone.get())));
398 static_cast<SocketsManifestPermission*>(permission->Clone()));
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 114 // Clone the page dictionary///////////
124 pCurPageDict->SetAt(cbSrcKeyStr, pObj->Clone());
140 pCurPageDict->SetAt("MediaBox", pInheritable->Clone());
153 pCurPageDict->SetAt("MediaBox", pInheritable->Clone());
164 pCurPageDict->SetAt("Resources", pInheritable->Clone());
171 pCurPageDict->SetAt("CropBox", pInheritable->Clone());
178 pCurPageDict->SetAt("Rotate", pInheritable->Clone());
313 CPDF_Object* pClone = pRef->GetDirect()->Clone();
457 pDstDict->SetAt(FX_BSTRC("ViewerPreferences"), pSrcDict->Clone(TRUE));
  /external/srec/portable/include/
ArrayList.h 144 * Returns a clone of the ArrayList.
147 * @param clone [out] Clone of the ArrayList (created externally, populated internally)
151 ESR_ReturnCode(*clone)(struct ArrayList_t* self, struct ArrayList_t* clone); member in struct:ArrayList_t
274 * Returns a clone of the ArrayList.
277 * @param clone [out] Clone of the ArrayList (created externally, populated internally)
281 PORTABLE_API ESR_ReturnCode ArrayListClone(ArrayList* self, ArrayList* clone);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
SerializeOptions.java 382 * @return Returns clone of this SerializeOptions-object with the same options set.
385 public Object clone() throws CloneNotSupportedException method in class:SerializeOptions
387 SerializeOptions clone; local
390 clone = new SerializeOptions(getOptions());
391 clone.setBaseIndent(baseIndent);
392 clone.setIndent(indent);
393 clone.setNewline(newline);
394 clone.setPadding(padding);
395 return clone;
  /frameworks/base/core/java/android/util/
LongSparseArray.java 87 public LongSparseArray<E> clone() { method in class:LongSparseArray
88 LongSparseArray<E> clone = null; local
90 clone = (LongSparseArray<E>) super.clone();
91 clone.mKeys = mKeys.clone();
92 clone.mValues = mValues.clone();
96 return clone;
SparseArray.java 87 public SparseArray<E> clone() { method in class:SparseArray
88 SparseArray<E> clone = null; local
90 clone = (SparseArray<E>) super.clone();
91 clone.mKeys = mKeys.clone();
92 clone.mValues = mValues.clone();
96 return clone;
  /frameworks/support/v4/java/android/support/v4/util/
LongSparseArray.java 79 public LongSparseArray<E> clone() { method in class:LongSparseArray
80 LongSparseArray<E> clone = null; local
82 clone = (LongSparseArray<E>) super.clone();
83 clone.mKeys = mKeys.clone();
84 clone.mValues = mValues.clone();
88 return clone;
SparseArrayCompat.java 59 public SparseArrayCompat<E> clone() { method in class:SparseArrayCompat
60 SparseArrayCompat<E> clone = null; local
62 clone = (SparseArrayCompat<E>) super.clone();
63 clone.mKeys = mKeys.clone();
64 clone.mValues = mValues.clone();
68 return clone;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
PositionMap.java 61 public PositionMap<E> clone() { method in class:PositionMap
62 PositionMap<E> clone = null; local
64 clone = (PositionMap<E>) super.clone();
65 clone.mKeys = mKeys.clone();
66 clone.mValues = mValues.clone();
70 return clone;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RotationVectorTestActivity.java 94 SensorManager.getRotationMatrixFromVector(mReference[i], mLastEvent[i].clone());
114 SensorManager.getRotationMatrixFromVector(finalVector, mLastEvent[i].clone());
215 mLastEvent[ROTATION_VECTOR_INDEX] = event.values.clone();
218 mLastEvent[GEOMAGNETIC_ROTATION_VECTOR_INDEX] = event.values.clone();
221 mLastEvent[GAME_ROTATION_VECTOR_INDEX] = event.values.clone();
  /development/ndk/sources/android/libportable/arch-mips/
clone.c 34 * This function maps the clone function call defined in:
38 * $TOP/bionic/libc/unistd/arch-mips/bionic/clone.S
51 int WRAP(clone)(int (*fn)(void *), void *child_stack, int port_flags, void *arg, ...) function
118 ALOGV("%s: clone(%p, %p, 0x%x, %p, %p, %p, %p);", __func__,
121 ret = REAL(clone)(fn, child_stack, mips_flags, arg, parent_tidptr,
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_indexed_db_helper.cc 115 CannedBrowsingDataIndexedDBHelper* CannedBrowsingDataIndexedDBHelper::Clone() {
117 CannedBrowsingDataIndexedDBHelper* clone = local
120 clone->pending_indexed_db_info_ = pending_indexed_db_info_;
121 clone->indexed_db_info_ = indexed_db_info_;
122 return clone;

Completed in 911 milliseconds

<<11121314151617181920>>