Searched refs:clone (Results 1 - 25 of 590) sorted by relevance

1234567891011>>

/macosx-10.10/curl-83.1.2/curl/lib/
H A Ddotdot.c53 char *clone; local
63 clone = strdup(input);
64 if(!clone) {
68 orgclone = clone;
76 queryp = strchr(clone, '?');
85 if(!strncmp("./", clone, 2)) {
86 clone+=2;
89 else if(!strncmp("../", clone, 3)) {
90 clone+=3;
97 else if(!strncmp("/./", clone,
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dparsepos.cpp17 ParsePosition::clone() const { function in class:ParsePosition
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/t/
H A D13_Tree_Simple_clone_test.t41 my $clone = $tree->clone();
42 isa_ok($clone, 'Tree::Simple');
45 is($clone->getParent(), Tree::Simple->ROOT, '... the clones parent is a root');
47 for my $child ($clone->getAllChildren()) {
48 is($child->getParent(), $clone, '... the clones childrens parent should be our clone');
51 isnt($clone, $tree, '... these should be refs');
53 is($clone->getChild(0)->getNodeValue(), $tree->getChild(0)->getNodeValue(), '... these should be the same value');
56 is(ref($clone
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/Transforms/Utils/
H A DCloning.cpp29 T *clone(T *V1) { function in class:__anon10845::CloneInstruction
30 Value *V2 = V1->clone();
60 BinaryOperator *AddClone = this->clone(Add);
61 BinaryOperator *SubClone = this->clone(Sub);
62 BinaryOperator *MulClone = this->clone(Mul);
77 AddClone = this->clone(Add);
78 SubClone = this->clone(Sub);
79 MulClone = this->clone(Mul);
94 AddClone = this->clone(Add);
95 SubClone = this->clone(Su
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTemplateElement.cpp76 RefPtr<Node> clone = cloneElementWithChildren();
78 content()->cloneChildNodes(toHTMLTemplateElement(clone.get())->content());
79 return clone.release();
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateNode.cpp49 // to clone the relationship pointers, so don't copy that information from the original node.
77 RefPtr<ScrollingStateNode> clone = this->clone(adoptiveTree); local
82 cloneAndResetChildren(*clone, adoptiveTree);
83 return clone.release();
86 void ScrollingStateNode::cloneAndResetChildren(ScrollingStateNode& clone, ScrollingStateTree& adoptiveTree) argument
92 clone.appendChild(child->cloneAndReset(adoptiveTree));
/macosx-10.10/ruby-106/ruby/bin/
H A Dgem18 args = ARGV.clone
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dnultrans.cpp25 Transliterator* NullTransliterator::clone(void) const { function in class:NullTransliterator
H A Dnultrans.h46 virtual Transliterator* clone(void) const;
H A Dremtrans.h48 virtual Transliterator* clone(void) const;
H A Dtolowtrn.cpp59 Transliterator* LowercaseTransliterator::clone(void) const { function in class:LowercaseTransliterator
H A Dtolowtrn.h51 virtual Transliterator* clone(void) const;
H A Dtoupptrn.cpp59 Transliterator* UppercaseTransliterator::clone(void) const { function in class:UppercaseTransliterator
H A Dtoupptrn.h51 virtual Transliterator* clone(void) const;
H A Dtztrans.cpp22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
32 fFrom = source.fFrom->clone();
36 fTo = source.fTo->clone();
50 TimeZoneTransition::clone(void) const { function in class:TimeZoneTransition
100 fFrom = from.clone();
116 fTo = to.clone();
H A Dcurrfmt.cpp30 fmt = (NumberFormat*) other.fmt->clone();
37 Format* CurrencyFormat::clone() const { function in class:CurrencyFormat
H A Dmeasure.cpp44 unit = (MeasureUnit*) other.unit->clone();
49 UObject *Measure::clone() const { function in class:Measure
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_mvwin.c72 WINDOW *clone = dupwin(win);
73 if (clone) {
74 /* now we have the clone, so relocate win */
85 err = copywin(clone, win,
90 if (ERR == delwin(clone))
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dcloneable.rb6 # The hook that invoked by 'clone' and 'dup' methods.
11 value = src_value.clone rescue src_value
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemoteCustom.mm95 PassRefPtr<WebCore::PlatformCALayer> PlatformCALayerRemoteCustom::clone(PlatformCALayerClient* owner) const
115 RefPtr<PlatformCALayerRemote> clone = adoptRef(new PlatformCALayerRemoteCustom(layerType(), clonedLayer.get(), owner, *context()));
116 context()->layerWasCreated(*clone, clone->layerType());
118 updateClonedLayerProperties(*clone, copyContents);
120 clone->setClonedLayer(this);
121 return clone.release();
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtstnrapi.cpp37 // test clone(), ==, and hashCode()
38 Normalizer *clone=copy.clone(); local
39 if(*clone!=copy) {
40 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()!=copy");
42 // clone must have the same hashCode()
43 if(clone->hashCode()!=copy.hashCode()) {
44 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->hashCode()!=copy.hashCode()");
46 if(clone->next()!=0x4e3d) {
47 dataerrln("error in Normalizer(Normalizer(CharacterIterator)).clone()
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DRequirements.cpp42 mReq = req->clone();
58 mReq = req->clone();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DRequirements.cpp42 mReq = req->clone();
58 mReq = req->clone();
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DTivoli.pm16 my $z = $dt->clone->set_time_zone( 'GMT' );
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DTivoli.pm14 my $z = $dt->clone->set_time_zone('GMT');

Completed in 297 milliseconds

1234567891011>>