HomeSort by relevance Sort by last modified time
    Searched full:cloned (Results 1 - 25 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/samples/ucnv/
flagcb.c 49 FromUFLAGContext *old, *cloned; local
56 cloned = flagCB_fromU_openContext();
58 memcpy(cloned, old, sizeof(FromUFLAGContext));
63 printf("%p: cloned subcb=%p:%p\n", cloned, cloned->subCallback,
64 cloned->subContext);
85 cloned->subCallback,
86 cloned->subContext,
91 if( cloned->subCallback != NULL )
197 debugCBContext *cloned; local
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentgetinputencoding04.js 78 Call the getInputEncoding method on a cloned UTF-8 encoded document
89 var cloned;
97 cloned = doc.cloneNode(true);
98 encodingName = cloned.inputEncoding;
documentgetxmlencoding05.js 78 Call the getXmlEncoding method on a cloned UTF-8 encoded document
89 var cloned;
97 cloned = doc.cloneNode(true);
98 encodingName = cloned.xmlEncoding;
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 53 /// being cloned, while it is being cloned.
55 /// ContainsCalls - This is set to true if the cloned code contains a normal
59 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
73 /// the basic block will be inserted into the same function that it was cloned
79 /// newly cloned block (thus, phi nodes will have to be updated). Also, this
87 /// If you have a particular suffix you'd like to use to add to any cloned
93 /// If you would like to collect additional information about the cloned
109 /// information about the cloned code if non-null.
121 /// cloned into it will be added to the end of the function. This functio
    [all...]
  /libcore/luni/src/main/java/java/text/
RuleBasedBreakIterator.java 112 RuleBasedBreakIterator cloned = (RuleBasedBreakIterator) super.clone(); local
113 cloned.wrapped = (NativeBreakIterator) wrapped.clone();
114 return cloned;
  /external/iptables/extensions/
libxt_TEE.man 7 Send the cloned packet to the host reachable at the given IP address.
  /libcore/luni/src/main/java/org/w3c/dom/
UserDataHandler.java 19 * cloned, imported, or renamed. This can be used by the application to
28 * The node is cloned, using <code>Node.cloneNode()</code>.
53 * registered is imported or cloned.
61 * @param src Specifies the node being cloned, adopted, imported, or
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
CertPathTrustManagerParametersTest.java 44 assertNotSame("Parameters were cloned incorrectly",
69 assertNotSame("Parameters were cloned incorrectly",
  /external/webkit/Source/WebCore/dom/
MessagePortChannel.h 66 // Entangles the channel with a port (called when a port has been cloned, after the clone has been marshaled to its new owning thread and is ready to receive messages).
70 // Disentangles the channel from a given port so it no longer forwards messages to the port. Called when the port is being cloned and no new owning thread has yet been established.
96 // Sends a message and optional cloned port to the remote port.
  /libcore/luni/src/main/java/javax/net/ssl/
SSLParameters.java 43 * @param cipherSuites An array of cipherSuites that is cloned for
55 * @param cipherSuites An array of cipher names that is cloned for
57 * @param protocols An array of protocol names that is cloned for
  /libcore/luni/src/test/java/libcore/java/text/
OldFormatTest.java 51 * Compare of internal variables of cloned objects.
54 // Compare of internal variables of cloned objects
  /libcore/luni/src/main/java/java/lang/
Cloneable.java 24 * checks if the object being cloned implements this interface and throws
  /libcore/luni/src/main/java/java/security/cert/
CRLSelector.java 35 * @return the cloned instance.
CertPathParameters.java 31 * @return the cloned instance.
CertPathValidatorResult.java 30 * @return the cloned instance.
CertSelector.java 35 * @return the cloned instance.
CertStoreParameters.java 29 * @return the cloned instance.
  /external/webkit/Source/WebCore/editing/
BreakBlockquoteCommand.cpp 137 // Clone startNode's ancestors into the cloned blockquote.
139 // that was cloned (i.e. the clone of either ancestors.last()
144 // Preserve list item numbering in cloned lists.
147 // The first child of the cloned list might not be a list item element,
193 // Make sure the cloned block quote renders.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 218 * The <code>List</code> is cloned.
386 * Note that the <code>Selector</code> returned is cloned to protect
416 * Note that the <code>Selector</code> specified is cloned to protect
447 * Note that the <code>X509CertSelector</code> specified is cloned to
491 * The given set is cloned.
537 * The set is cloned.
582 * The set is cloned.
625 * The given set is cloned.
  /external/ceres-solver/examples/
Makefile.example 35 # This should point to place where you unpacked or cloned Ceres.
42 # The place you unpacked or cloned Eigen. If Eigen was installed from packages,
  /external/skia/include/core/
SkTLazy.h 94 * accessor is called (if ever) the object is cloned.
130 * Returns a writable T*. The first time this is called the initial object is cloned.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
OneStepIterator.java 88 * after it is cloned.
129 * Get a cloned iterator.
149 * Get a cloned Iterator that is reset to the beginning
152 * @return A cloned NodeIterator set of the start of the query.
  /external/e2fsprogs/tests/f_dup/
expect.1 21 Multiply-claimed blocks already reassigned or cloned.
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
ParticleInfluencer.java 26 * @return cloned instance
  /external/strace/
TODO 2 * clone doesn't work; cloned processes can hang

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 91011>>