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

<<11121314151617181920>>

  /external/jmdns/src/javax/jmdns/impl/
NetworkTopologyEventImpl.java 75 * @see java.lang.Object#clone()
78 public NetworkTopologyEventImpl clone() throws CloneNotSupportedException { method in class:NetworkTopologyEventImpl
  /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" );
  /frameworks/base/services/core/java/com/android/server/pm/
GrantedPermissions.java 37 grantedPermissions = (HashSet<String>) base.grantedPermissions.clone();
40 gids = base.gids.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
  /packages/apps/OMA-DM/engine/dmlib/linux_java/test/dm12/
testinput12 380 # Clone a char type ESN
382 delete ./CLONE
383 clone ./TEST CLONE
384 get ./CLONE/lob
391 delete ./CLONE/lob
418 # Clone a binary type ESN
420 delete ./CLONE
421 clone ./TEST CLONE
    [all...]
  /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...]

Completed in 582 milliseconds

<<11121314151617181920>>