OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clone
(Results
326 - 350
of
2638
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/emma/core/java12/com/vladium/jcd/cls/
FieldCollection.java
63
public Object
clone
()
method in class:FieldCollection
67
final FieldCollection _clone = (FieldCollection) super.
clone
();
69
// deep
clone
:
74
_clone.m_fields.add (((Field_info) m_fields.get (f)).
clone
());
InterfaceCollection.java
41
public Object
clone
()
method in class:InterfaceCollection
45
final InterfaceCollection _clone = (InterfaceCollection) super.
clone
();
47
// deep
clone
:
48
_clone.m_interfaces = (IntVector) m_interfaces.
clone
();
MethodCollection.java
63
public Object
clone
()
method in class:MethodCollection
67
final MethodCollection _clone = (MethodCollection) super.
clone
();
69
// deep
clone
:
74
_clone.m_methods.add (((Method_info) m_methods.get (m)).
clone
());
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DeclaredExceptionTable.java
46
public Object
clone
()
method in class:DeclaredExceptionTable
50
final DeclaredExceptionTable _clone = (DeclaredExceptionTable) super.
clone
();
52
// deep
clone
:
53
_clone.m_exceptions = (IntVector) m_exceptions.
clone
();
ExceptionHandlerTable.java
47
public Object
clone
()
method in class:ExceptionHandlerTable
51
final ExceptionHandlerTable _clone = (ExceptionHandlerTable) super.
clone
();
53
// deep
clone
:
58
_clone.m_exceptions.add (((Exception_info) m_exceptions.get (e)).
clone
());
/external/emma/core/java12/com/vladium/util/
IntVector.java
72
public Object
clone
()
method in class:IntVector
76
final IntVector _clone = (IntVector) super.
clone
();
78
// deep
clone
:
87
_clone.m_values = (int []) m_values.
clone
();
/external/gtest/scripts/
pump.py
125
def
Clone
(self):
156
def
Clone
(self):
159
return Token(self.start.
Clone
(), self.end.
Clone
(), self.value,
189
start = cursor.
Clone
()
298
start = pos.
Clone
()
589
def
Clone
(self):
590
clone
= Env()
591
clone
.variables = self.variables[:]
592
clone
.ranges = self.ranges[:
[
all
...]
/external/hamcrest/src/org/hamcrest/core/
DescribedAs.java
25
this.values = values.
clone
();
/external/icu4c/common/unicode/
parsepos.h
108
*
Clone
this object.
111
* The caller must delete the
clone
.
113
* @return a
clone
of this object
118
ParsePosition *
clone
() const;
/external/icu4c/i18n/
currfmt.h
63
virtual Format*
clone
() const;
currunit.cpp
45
UObject* CurrencyUnit::
clone
() const {
function in class:CurrencyUnit
nultrans.h
46
virtual Transliterator*
clone
(void) const;
remtrans.h
48
virtual Transliterator*
clone
(void) const;
tmutamt.cpp
52
TimeUnitAmount::
clone
() const {
function in class:TimeUnitAmount
uni2name.h
49
virtual Transliterator*
clone
(void) const;
/external/icu4c/io/
locbund.h
57
* @param bundle The ULocaleBundle to
clone
.
/external/icu4c/test/intltest/
pptest.cpp
98
ParsePosition *ppp = pp5.
clone
();
100
errln("ParsePosition.
clone
() failed");
155
FieldPosition *pfp = fp.
clone
();
157
errln("FieldPosition.
clone
() failed");
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
SpatialTrack.java
209
* This method creates a
clone
of the current object.
210
* @return a
clone
of the current object
213
public SpatialTrack
clone
() {
method in class:SpatialTrack
216
float[] timesCopy = this.times.
clone
();
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
DistanceLodCalculator.java
110
Vector3f loc = terrainPatch.getWorldTranslation().
clone
();
129
public LodCalculator
clone
() {
method in class:DistanceLodCalculator
130
DistanceLodCalculator
clone
= new DistanceLodCalculator(size, lodMultiplier);
local
131
return
clone
;
/external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiRenderTarget.java
81
display2 = (Picture) display1.
clone
();
82
display3 = (Picture) display1.
clone
();
83
display4 = (Picture) display1.
clone
();
84
display = (Picture) display1.
clone
();
/external/jmonkeyengine/engine/src/test/jme3test/renderer/
TestMultiViews.java
69
Camera cam2 = cam.
clone
();
79
Camera cam3 = cam.
clone
();
89
Camera cam4 = cam.
clone
();
102
Camera guiCam2 = guiViewPort.getCamera().
clone
();
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ACsOpenPosition.java
26
public Object
clone
()
method in class:ACsOpenPosition
ADataCommand.java
26
public Object
clone
()
method in class:ADataCommand
ADecNumberVariable.java
26
public Object
clone
()
method in class:ADecNumberVariable
ADecimalExpression.java
26
public Object
clone
()
method in class:ADecimalExpression
Completed in 453 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>