/external/icu/icu4c/source/samples/ucnv/ |
H A D | 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 197 debugCBContext *cloned; local [all...] |
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
H A D | PerCallSettings.java | 33 OkHttpClient cloned = client.clone(); // Clone to make a customized OkHttp for this request. 34 cloned.setReadTimeout(500, TimeUnit.MILLISECONDS); 36 Response response = cloned.newCall(request).execute(); 43 OkHttpClient cloned = client.clone(); // Clone to make a customized OkHttp for this request. 44 cloned.setReadTimeout(3000, TimeUnit.MILLISECONDS); 46 Response response = cloned.newCall(request).execute();
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
H A D | ExtendableMessageNano.java | 165 M cloned = (M) super.clone(); 166 InternalNano.cloneUnknownFieldData(this, cloned); 167 return cloned;
|
H A D | InternalNano.java | 335 ExtendableMessageNano cloned) { 337 cloned.unknownFieldData = (FieldArray) original.unknownFieldData.clone(); 334 cloneUnknownFieldData(ExtendableMessageNano original, ExtendableMessageNano cloned) argument
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
H A D | TerrainLodControl.java | 141 TerrainLodControl cloned = new TerrainLodControl((Terrain) spatial, cameraClone);
142 cloned.setLodCalculator(lodCalculator.clone());
143 return cloned;
|
H A D | TerrainQuad.java | 324 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 D | OutputProperties.java | 99 OutputProperties cloned = (OutputProperties) super.clone(); 101 cloned.m_properties = (Properties) cloned.m_properties.clone(); 103 return cloned;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/ |
H A D | TestUCharacterIterator.java | 48 UCharacterIterator cloned = (UCharacterIterator)iterator.clone(); 52 if (completed != cloned.next()) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/ |
H A D | TestUCharacterIterator.java | 44 UCharacterIterator cloned = (UCharacterIterator)iterator.clone(); 48 if (completed != cloned.next()) {
|
/external/iproute2/ip/ |
H A D | iproute.c | 109 int cloned; member in struct:__anon7435 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 D | AMDILCFGStructurizer.cpp | 54 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 D | Program.inc | 306 // object destructors cloned from the parent process aren't 308 // cloned from the parent aren't redundantly written out.
|
/external/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 2252 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;
|
H A D | utxttest.cpp | 297 // 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);
|
/external/robolectric/v1/lib/main/ |
H A D | xpp3-1.1.4c.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ... |
/external/ImageMagick/www/api/ |
H A D | image.php | 240 <dd>the number of columns in the cloned image. </dd> 244 <dd>the number of rows in the cloned image. </dd> 248 <dd> With a value other than 0, the cloned image is detached from its parent I/O stream. </dd>
|
H A D | layer.php | 296 <p>In the case of a single destination image (or last image given), that image will ve cloned to match the number of images remaining in the source image list.</p>
|
H A D | morphology.php | 280 <p>CloneKernelInfo() creates a new clone of the given Kernel List so that its can be modified without effecting the original. The cloned kernel should be destroyed using DestoryKernelInfo() when no longer needed.</p> 296 <dd>the Morphology/Convolution kernel to be cloned </dd>
|
/external/valgrind/memcheck/tests/ |
H A D | unit_oset.stdout.exp | 2998 -- start cloned oset, shared pool ---------------- 3996 -- end cloned oset, shared pool ----------------
|
/external/iproute2/doc/ |
H A D | ip-cref.tex | 1565 \item \verb|cloned| or \verb|cached| 1567 --- list cloned routes i.e.\ routes which were dynamically forked from 1575 cloned routes. 1619 kuznet@amber:~ $ ip -o ro ls cloned | wc 1629 is cloned or you requested additional statistics. If the 1642 If you list cloned entries, the output contains other attributes which 1792 The second example flushes all IPv6 cloned routes:
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | readdwarf3.c | 2437 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/guice/extensions/persist/lib/ |
H A D | commons-collections.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/guice/extensions/struts2/lib/ |
H A D | ant-1.6.5.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/jarjar/lib/ |
H A D | apache-ant-1.9.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |