OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clone
(Results
351 - 375
of
2638
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AExistsExpression.java
26
public Object
clone
()
method in class:AExistsExpression
AHexExpression.java
26
public Object
clone
()
method in class:AHexExpression
AHexNumberVariable.java
26
public Object
clone
()
method in class:AHexNumberVariable
AMultipleCommand.java
27
public Object
clone
()
method in class:AMultipleCommand
ANameVariable.java
26
public Object
clone
()
method in class:ANameVariable
ANegativeExpression.java
26
public Object
clone
()
method in class:ANegativeExpression
ANotExpression.java
26
public Object
clone
()
method in class:ANotExpression
ANumericExpression.java
26
public Object
clone
()
method in class:ANumericExpression
ASequenceExpression.java
27
public Object
clone
()
method in class:ASequenceExpression
AStringExpression.java
26
public Object
clone
()
method in class:AStringExpression
AVariableExpression.java
26
public Object
clone
()
method in class:AVariableExpression
/external/libsepol/include/sepol/
node_record.h
83
/* Create/
Clone
/Destroy */
port_record.h
57
/* Create/
Clone
/Destroy */
user_record.h
67
/* Create/
Clone
/Destroy */
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
1
//===- CloneFunction.cpp -
Clone
a function into another function ---------===//
49
Instruction *NewInst = II->
clone
();
73
//
Clone
OldFunc into NewFunc, transforming the old arguments into references to
90
//
Clone
any attributes.
123
// It is only legal to
clone
a function if a block address within that
126
// the
clone
. (This is different from the generic ValueMapper
218
/// CloneBlock - The specified block is found to be reachable,
clone
it and
225
/// CloneBlock - The specified block is found to be reachable,
clone
it and
234
// Nope,
clone
it now.
239
// It is only legal to
clone
a function if a block address within tha
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java
222
public Object
clone
() {
method in class:Authority
223
Authority retval = (Authority) super.
clone
();
225
retval.hostPort = (HostPort) this.hostPort.
clone
();
227
retval.userInfo = (UserInfo) this.userInfo.
clone
();
TelURLImpl.java
171
/** Deep copy
clone
operation.
175
public Object
clone
() {
method in class:TelURLImpl
176
TelURLImpl retval = (TelURLImpl) super.
clone
();
178
retval.telephoneNumber = (TelephoneNumber) this.telephoneNumber.
clone
();
/external/nist-sip/java/gov/nist/javax/sip/header/
AlertInfoList.java
45
public Object
clone
() {
method in class:AlertInfoList
ContentLanguageList.java
42
public Object
clone
() {
method in class:ContentLanguageList
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PathList.java
46
public Object
clone
() {
method in class:PathList
ServiceRouteList.java
48
public Object
clone
() {
method in class:ServiceRouteList
/external/nist-sip/java/javax/sip/message/
Message.java
59
Object
clone
();
method in interface:Message
/external/regex-re2/
README.android
3
hg
clone
https://re2.googlecode.com/hg re2
/external/webkit/Source/WebCore/dom/
Attr.cpp
149
RefPtr<Attr>
clone
= adoptRef(new Attr(0, document(), m_attribute->
clone
()));
local
150
cloneChildNodes(
clone
.get());
151
return
clone
.release();
/frameworks/base/core/java/android/gesture/
GesturePoint.java
48
public Object
clone
() {
method in class:GesturePoint
Completed in 306 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>