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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/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/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java1240 AbstractHashedMap cloned = (AbstractHashedMap) super.clone();
1241 cloned.data = new HashEntry[data.length];
1242 cloned.entrySet = null;
1243 cloned.keySet = null;
1244 cloned.values = null;
1245 cloned.modCount = 0;
1246 cloned.size = 0;
1247 cloned.init();
1248 cloned.putAll(this);
1249 return cloned;
[all...]
/external/iproute2/ip/
H A Diproute.c96 int cloned; member in struct:__anon22390
142 if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED))
1128 filter.cloned = 1;
1137 matches(*argv, "cloned") == 0) {
1138 filter.cloned = 1;
1275 if (filter.cloned) {
1301 if (round == 0 && (!filter.cloned || do_ipv6 == AF_INET6))
1326 if (!filter.cloned) {
1363 filter.cloned = 2;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp54 STATISTIC(numClonedBlock, "CFGStructurizer cloned blocks");
55 STATISTIC(numClonedInstr, "CFGStructurizer cloned instructions");
655 // consider cloned blocks ??
820 int cloned = 0; local
851 cloned += improveSimpleJumpintoIf(curBlk, trueBlk, falseBlk, &landBlk);
856 ++cloned;
861 ++cloned;
868 numClonedBlock += cloned;
870 return 1 + cloned;
2065 int cloned local
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp54 STATISTIC(numClonedBlock, "CFGStructurizer cloned blocks");
55 STATISTIC(numClonedInstr, "CFGStructurizer cloned instructions");
655 // consider cloned blocks ??
820 int cloned = 0; local
851 cloned += improveSimpleJumpintoIf(curBlk, trueBlk, falseBlk, &landBlk);
856 ++cloned;
861 ++cloned;
868 numClonedBlock += cloned;
870 return 1 + cloned;
2065 int cloned local
[all...]
/external/llvm/lib/Support/Unix/
H A DProgram.inc309 // object destructors cloned from the parent process aren't
311 // cloned from the parent aren't redundantly written out.
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp2200 UnicodeSet *cloned=(UnicodeSet *)frozen.clone(); local
2201 if(!cloned->isFrozen() || *cloned!=frozen || cloned->containsSome(0xd802, 0xd805)) {
2204 cloned->add(0xd802, 0xd805);
2205 if(cloned->containsSome(0xd802, 0xd805)) {
2208 delete cloned;
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2200 UnicodeSet *cloned=(UnicodeSet *)frozen.clone(); local
2201 if(!cloned->isFrozen() || *cloned!=frozen || cloned->containsSome(0xd802, 0xd805)) {
2204 cloned->add(0xd802, 0xd805);
2205 if(cloned->containsSome(0xd802, 0xd805)) {
2208 delete cloned;
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp614 2) Errors cannot be cloned (or serialized):
/external/valgrind/main/memcheck/tests/
H A Dunit_oset.stdout.exp2998 -- start cloned oset, shared pool ----------------
3996 -- end cloned oset, shared pool ----------------
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c2042 XArray* cloned = VG_(cloneXA)( "di.readdwarf3.pvD.2", xa ); local
2043 tv->rngMany = cloned;
2044 VG_(addToFM)( rangestree, (UWord)cloned, 0 );
2059 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
1746 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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 496 milliseconds