HomeSort by relevance Sort by last modified time
    Searched full:cloned (Results 1 - 25 of 315) 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...]
  /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
  /external/webkit/WebCore/dom/
MessagePortChannel.h 65 // 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).
69 // 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.
94 // Sends a message and optional cloned port to the remote port.
  /libcore/luni/src/main/java/java/text/
RuleBasedBreakIterator.java 202 RuleBasedBreakIterator cloned = (RuleBasedBreakIterator) super.clone(); local
203 cloned.wrapped = (NativeBreakIterator) wrapped.clone();
204 return cloned;
  /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/test/java/tests/api/javax/net/ssl/
CertPathTrustManagerParametersTest.java 56 assertNotSame("Parameters were cloned incorrectly",
87 assertNotSame("Parameters were cloned incorrectly",
  /development/simulator/wrapsim/
SimMgr.h 12 * NOTE: this is cloned from SimRuntime.h -- fix this.
  /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/WebCore/editing/
BreakBlockquoteCommand.cpp 141 // Clone startNode's ancestors into the cloned blockquote.
143 // that was cloned (i.e. the clone of either ancestors.last()
148 // Preserve list item numbering in cloned lists.
151 // The first child of the cloned list might not be a list item element,
197 // Make sure the cloned block quote renders.
  /external/bouncycastle/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/e2fsprogs/tests/f_dup/
expect.1 21 Multiply-claimed blocks already reassigned or cloned.
  /external/strace/
TODO 2 * clone doesn't work; cloned processes can hang
  /libcore/luni/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.
ChildTestIterator.java 100 * Get a cloned Iterator that is reset to the beginning
103 * @return A cloned NodeIterator set of the start of the query.
119 * after it is cloned.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
waitflags.h 38 #define __WCLONE 0x80000000 /* Wait for cloned process. */
  /external/chromium/third_party/icu/source/test/cintltst/
cbiapts.c 394 log_err("FAIL: Cloned Iterator failed to deal correctly with null status\n");
400 log_err("FAIL: Cloned Iterator failed to deal correctly with incoming error status\n");
407 log_err("FAIL: Cloned Iterator failed to deal correctly with null bufferSize pointer\n");
415 log_err("FAIL: Cloned Iterator failed a sizing request ('preflighting')\n");
425 log_err("FAIL: Iterator can't be cloned with run-time size\n");
433 log_err("FAIL: Cloned Iterator failed to deal correctly with too-small buffer size\n");
443 log_err("FAIL: Cloned Iterator failed to deal correctly with null buffer pointer\n");
457 log_err("FAIL: Cloned Iterator failed with misaligned buffer pointer\n");
460 log_err("FAIL: Cloned Iterator allocated when using a mis-aligned buffer.\n");
467 log_err("FAIL: Cloned Iterator failed to align correctly with misaligned buffer pointer\n")
    [all...]
  /external/icu4c/test/cintltst/
cbiapts.c 396 log_err("FAIL: Cloned Iterator failed to deal correctly with null status\n");
402 log_err("FAIL: Cloned Iterator failed to deal correctly with incoming error status\n");
409 log_err("FAIL: Cloned Iterator failed to deal correctly with null bufferSize pointer\n");
417 log_err("FAIL: Cloned Iterator failed a sizing request ('preflighting')\n");
427 log_err("FAIL: Iterator can't be cloned with run-time size\n");
435 log_err("FAIL: Cloned Iterator failed to deal correctly with too-small buffer size\n");
445 log_err("FAIL: Cloned Iterator failed to deal correctly with null buffer pointer\n");
459 log_err("FAIL: Cloned Iterator failed with misaligned buffer pointer\n");
462 log_err("FAIL: Cloned Iterator allocated when using a mis-aligned buffer.\n");
469 log_err("FAIL: Cloned Iterator failed to align correctly with misaligned buffer pointer\n")
    [all...]
  /bionic/libc/kernel/common/linux/
skbuff.h 145 cloned:1, member in struct:sk_buff
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 145 cloned:1, member in struct:sk_buff

Completed in 274 milliseconds

1 2 3 4 5 6 7 8 91011>>