OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clone
(Results
276 - 300
of
5316
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AOptimizedMultipleCommand.java
30
public Object
clone
() {
method in class:AOptimizedMultipleCommand
31
return this; // Immutable object.
Clone
not necessary.
/external/linux-tools-perf/perf-3.12.0/arch/ia64/include/asm/
unistd.h
21
#define __IGNORE_fork /*
clone
() */
27
#define __IGNORE_vfork /*
clone
() */
/external/ltrace/testsuite/ltrace.minor/
trace-clone.exp
3
set testfile "trace-
clone
"
32
set pattern "
clone
"
/external/nanopb-c/tests/buffer_only/
SConscript
13
opts = env.
Clone
()
17
strict = opts.
Clone
()
/external/nanopb-c/tests/field_size_16/
SConscript
14
opts = env.
Clone
()
18
strict = opts.
Clone
()
/external/nanopb-c/tests/field_size_32/
SConscript
14
opts = env.
Clone
()
18
strict = opts.
Clone
()
/external/nanopb-c/tests/no_errmsg/
SConscript
13
opts = env.
Clone
()
17
strict = opts.
Clone
()
/external/valgrind/main/memcheck/tests/linux/
stack_switch.c
48
if ( ( pid =
clone
( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL ) ) == -1 )
50
perror( "
clone
" );
/libcore/luni/src/main/java/java/lang/
Cloneable.java
23
* support cloning. The implementation of {@code
clone
()} in {@code Object}
27
* @see Object#
clone
/libcore/luni/src/main/java/javax/net/ssl/
CertPathTrustManagerParameters.java
40
param = (CertPathParameters) parameters.
clone
();
49
return (CertPathParameters) param.
clone
();
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertStoreParameters.java
36
public Object
clone
() {
method in class:MyCertStoreParameters
38
return super.
clone
();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspenum.h
21
STDMETHOD(
Clone
)(Base **ppEnum) {
23
return BaseClass::
Clone
(ppEnum);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py
31
fake = pytree.Node(syms.listmaker, [single.
clone
()])
39
literal.extend(n.
clone
() for n in items.children)
fix_except.py
50
tail = [n.
clone
() for n in results["tail"]]
52
try_cleanup = [ch.
clone
() for ch in results["cleanup"]]
61
target = N.
clone
()
64
new_N = new_N.
clone
()
92
children = [c.
clone
() for c in node.children[:3]] + try_cleanup + tail
fix_raise.py
41
exc = results["exc"].
clone
()
57
exc = exc.children[1].children[0].
clone
()
66
val = results["val"].
clone
()
68
args = [c.
clone
() for c in val.children[1:-1]]
74
tb = results["tb"].
clone
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py
31
fake = pytree.Node(syms.listmaker, [single.
clone
()])
39
literal.extend(n.
clone
() for n in items.children)
fix_except.py
50
tail = [n.
clone
() for n in results["tail"]]
52
try_cleanup = [ch.
clone
() for ch in results["cleanup"]]
61
target = N.
clone
()
64
new_N = new_N.
clone
()
92
children = [c.
clone
() for c in node.children[:3]] + try_cleanup + tail
fix_raise.py
41
exc = results["exc"].
clone
()
57
exc = exc.children[1].children[0].
clone
()
66
val = results["val"].
clone
()
68
args = [c.
clone
() for c in val.children[1:-1]]
74
tb = results["tb"].
clone
()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLAbstractAtomicProperty.java
53
public IGLProperty
clone
() {
method in class:GLAbstractAtomicProperty
55
return (IGLProperty) super.
clone
();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
page_selection.js
27
this.sel_ = sel.
clone
();
55
if (!this.wasBegin_ && this.sel_.absEquals(curSel.
clone
().normalize())) {
94
this.sel_ = sel.
clone
();
102
sel.end.
clone
() : sel.start.
clone
();
/external/chromium_org/chrome/browser/ui/views/frame/
contents_web_view.cc
71
// Our layer has been recreated and we have a
clone
of the WebContents
74
//
clone
of the WebContents layer (|cloned_layer_tree_|). Another
clone
75
// is not created as the
clone
has no owner (see CloneChildren()). Because we
76
// want the WebContents layer
clone
to be animated we move it to the
/external/chromium_org/ui/events/gesture_detection/
motion_event_generic_unittest.cc
49
TEST(MotionEventGenericTest,
Clone
) {
56
scoped_ptr<MotionEvent>
clone
= event.
Clone
();
local
57
ASSERT_TRUE(
clone
);
58
EXPECT_EQ(event, *
clone
);
/external/tinyxml/
tinyxml.cpp
212
TiXmlNode* node = addThis.
Clone
();
225
TiXmlNode* node = addThis.
Clone
();
251
TiXmlNode* node = addThis.
Clone
();
277
TiXmlNode* node = withThis.
Clone
();
854
//
Clone
the attributes, then
clone
the children.
866
target->LinkEndChild( node->
Clone
() );
871
TiXmlNode* TiXmlElement::
Clone
() const
873
TiXmlElement*
clone
= new TiXmlElement( Value() );
local
874
if ( !
clone
)
1127
TiXmlDocument*
clone
= new TiXmlDocument();
local
1316
TiXmlComment*
clone
= new TiXmlComment();
local
1376
TiXmlText*
clone
= 0;
local
1476
TiXmlDeclaration*
clone
= new TiXmlDeclaration();
local
1508
TiXmlUnknown*
clone
= new TiXmlUnknown();
local
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java
328
* This method makes a
clone
of this object.
331
public Object
clone
() throws CloneNotSupportedException {
method in class:NamespaceMappings
332
NamespaceMappings
clone
= new NamespaceMappings();
local
333
clone
.m_nodeStack = (NamespaceMappings.Stack) m_nodeStack.
clone
();
334
clone
.count = this.count;
335
clone
.m_namespaces = (Hashtable) m_namespaces.
clone
();
337
clone
.count = count;
338
return
clone
;
379
public Object
clone
() throws CloneNotSupportedException {
method in class:NamespaceMappings.Stack
380
NamespaceMappings.Stack
clone
= new NamespaceMappings.Stack();
local
[
all
...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CollectionCertStoreParametersTest.java
148
* Test #1 for <code>
clone
()</code> method<br>
157
(CollectionCertStoreParameters) cp1.
clone
();
163
* Test #2 for <code>
clone
()</code> method<br>
173
(CollectionCertStoreParameters) cp1.
clone
();
179
* Test #3 for <code>
clone
()</code> method<br>
187
(CollectionCertStoreParameters) cp1.
clone
();
189
(CollectionCertStoreParameters) cp2.
clone
();
Completed in 1129 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>