Searched refs:cloned (Results 1 - 18 of 18) sorted by relevance

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentgetinputencoding04.js78 Call the getInputEncoding method on a cloned UTF-8 encoded document
89 var cloned;
97 cloned = doc.cloneNode(true);
98 encodingName = cloned.inputEncoding;
H A Ddocumentgetxmlencoding05.js78 Call the getXmlEncoding method on a cloned UTF-8 encoded document
89 var cloned;
97 cloned = doc.cloneNode(true);
98 encodingName = cloned.xmlEncoding;
/external/icu4c/samples/ucnv/
H A Dflagcb.c49 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
197 debugCBContext *cloned; local
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainLodControl.java141 TerrainLodControl cloned = new TerrainLodControl((Terrain) spatial, cameraClone);
142 cloned.setLodCalculator(lodCalculator.clone());
143 return cloned;
H A DTerrainQuad.java324 List<Vector3f> cloned = new ArrayList<Vector3f>();
326 cloned.add(l.clone());
327 return cloned;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java99 OutputProperties cloned = (OutputProperties) super.clone();
101 cloned.m_properties = (Properties) cloned.m_properties.clone();
103 return cloned;
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DBreakIteratorTest.java67 BreakIterator cloned = (BreakIterator) iterator.clone();
68 assertNotSame(cloned, iterator);
69 assertEquals(cloned, iterator);
H A DDecimalFormatTest.java689 DecimalFormat cloned = (DecimalFormat) format.clone();
690 cloned.setDecimalFormatSymbols(new DecimalFormatSymbols(Locale.US));
691 assertEquals(format, cloned);
694 cloned.setCurrency(c);
696 assertEquals(format, cloned);
772 DecimalFormat cloned = (DecimalFormat) format.clone();
773 assertEquals(cloned.getDecimalFormatSymbols(), format
1374 // The returned symbols may be cloned in two spots
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArrayDequeTest.java878 ArrayDeque<Object> cloned = testQue.clone();
879 assertEquals(0, cloned.size());
880 assertFalse(cloned == testQue);
887 cloned = testQue.clone();
888 assertEquals(6, cloned.size());
890 assertEquals(testQue.remove(), cloned.remove());
/external/iproute2/ip/
H A Diproute.c88 int cloned; member in struct:__anon6304
163 if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED))
1061 filter.cloned = 1;
1070 matches(*argv, "cloned") == 0) {
1071 filter.cloned = 1;
1203 if (filter.cloned) {
1229 if (round == 0 && (!filter.cloned || do_ipv6 == AF_INET6))
1254 if (!filter.cloned) {
/external/kernel-headers/original/linux/
H A Dskbuff.h204 * @cloned: Head may be cloned (check refcnt to be sure)
279 cloned:1, member in struct:sk_buff
447 return skb->cloned &&
462 if (!skb->cloned)
502 * If the buffer is shared the buffer is cloned and the old copy
1043 * pskb_trim_unique - remove end from a paged unique (not cloned) buffer
1048 * the skb is not cloned so we should never get an error due to out-
/external/v8/src/
H A Djsregexp.h653 static C* EnsureSibling(C* node, NodeInfo* info, bool* cloned) {
654 return static_cast<C*>(node->EnsureSibling(info, cloned));
695 RegExpNode* EnsureSibling(NodeInfo* info, bool* cloned);
H A Djsregexp.cc4657 RegExpNode* RegExpNode::EnsureSibling(NodeInfo* info, bool* cloned) { argument
4658 ASSERT_EQ(false, *cloned);
4667 *cloned = true;
4676 bool cloned = false; local
4677 return RegExpNode::EnsureSibling(node, &full_info, &cloned);
/external/llvm/lib/Support/Unix/
H A DProgram.inc282 // object destructors cloned from the parent process aren't
284 // cloned from the parent aren't redundantly written out.
/external/icu4c/test/intltest/
H A Dusettest.cpp2199 UnicodeSet *cloned=(UnicodeSet *)frozen.clone(); local
2200 if(!cloned->isFrozen() || *cloned!=frozen || cloned->containsSome(0xd802, 0xd805)) {
2203 cloned->add(0xd802, 0xd805);
2204 if(cloned->containsSome(0xd802, 0xd805)) {
2207 delete cloned;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c1817 XArray* cloned = VG_(cloneXA)( "di.readdwarf3.pvD.2", xa ); local
1818 tv->rngMany = cloned;
1819 VG_(addToFM)( rangestree, (UWord)cloned, 0 );
1834 VG_(printf)("XXXX %d tot, %d cloned\n", ntot, ngt);
/external/iproute2/doc/
H A Dip-cref.tex1519 \item \verb|cloned| or \verb|cached|
1521 --- list cloned routes i.e.\ routes which were dynamically forked from
1529 cloned routes.
1573 kuznet@amber:~ $ ip -o ro ls cloned | wc
1583 is cloned or you requested additional statistics. If the
1596 If you list cloned entries, the output contains other attributes which
1711 The second example flushes all IPv6 cloned routes:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 517 milliseconds