Searched defs:cloned (Results 1 - 24 of 24) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DInternalNano.java335 ExtendableMessageNano cloned) {
337 cloned.unknownFieldData = (FieldArray) original.unknownFieldData.clone();
334 cloneUnknownFieldData(ExtendableMessageNano original, ExtendableMessageNano cloned) argument
/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/opencv3/modules/photo/src/
H A Dseamless_cloning_impl.cpp326 void Cloning::evaluate(const Mat &I, const Mat &wmask, const Mat &cloned) argument
337 merge(output,cloned);
340 void Cloning::normalClone(const Mat &destination, const Mat &patch, const Mat &binaryMask, Mat &cloned, int flag) argument
405 evaluate(destination,binaryMask,cloned);
408 void Cloning::localColorChange(Mat &I, Mat &mask, Mat &wmask, Mat &cloned, float red_mul=1.0, argument
418 evaluate(I,wmask,cloned);
421 void Cloning::illuminationChange(Mat &I, Mat &mask, Mat &wmask, Mat &cloned, float alpha, float beta) argument
448 evaluate(I,wmask,cloned);
452 float high_threshold, int kernel_size, Mat &cloned)
468 evaluate(I,wmask,cloned);
451 textureFlatten(Mat &I, Mat &mask, Mat &wmask, float low_threshold, float high_threshold, int kernel_size, Mat &cloned) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp297 // The UText is deep-cloned prior to each operation, so that the original UText remains unchanged.
416 // clone the UText. The test will be run in the cloned copy
494 // clone the target UText. The test will be run in the cloned copy
1386 // Clone fails to update chunkContentPointer in the cloned copy.
1498 UText *cloned = utext_clone(NULL, ut, TRUE, TRUE, &status); local
1499 TEST_ASSERT(cloned == NULL);
H A Dusettest.cpp2252 UnicodeSet *cloned=(UnicodeSet *)frozen.clone(); local
2253 if(!cloned->isFrozen() || *cloned!=frozen || cloned->containsSome(0xd802, 0xd805)) {
2256 cloned->add(0xd802, 0xd805);
2257 if(cloned->containsSome(0xd802, 0xd805)) {
2260 delete cloned;
/external/iproute2/ip/
H A Diproute.c109 int cloned; member in struct:__anon7263
158 if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED))
1353 filter.cloned = 1;
1362 matches(*argv, "cloned") == 0) {
1363 filter.cloned = 1;
1504 if (filter.cloned) {
1530 if (round == 0 && (!filter.cloned || do_ipv6 == AF_INET6))
1555 if (!filter.cloned) {
1592 filter.cloned = 2;
/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/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c2437 XArray* cloned = VG_(cloneXA)( "di.readdwarf3.pvD.2", xa ); local
2438 tv->rngMany = cloned;
2439 VG_(addToFM)( rangestree, (UWord)cloned, 0 );
2454 VG_(printf)("XXXX %d tot, %d cloned\n", ntot, ngt);
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 485 milliseconds