Home
last modified time | relevance | path

Searched refs:clones (Results 1 – 25 of 38) sorted by relevance

12

/external/igt-gpu-tools/tests/i915/
Dgem_close.c31 uint32_t clones[1024]; in test_many_handles() local
45 for (int i = 0; i < ARRAY_SIZE(clones); i++) { in test_many_handles()
46 clones[i] = gem_open(fd, gem_flink(fd, original)); in test_many_handles()
47 obj[0].handle = clones[i]; in test_many_handles()
57 for (int i = 0; i < ARRAY_SIZE(clones); i++) { in test_many_handles()
58 obj[1].handle = clones[i]; in test_many_handles()
62 obj[1].handle = clones[0]; /* (last, first) */ in test_many_handles()
72 for (int i = 0; i < ARRAY_SIZE(clones); i++) { in test_many_handles()
73 obj[0].handle = clones[i]; in test_many_handles()
77 gem_close(fd, clones[i]); in test_many_handles()
/external/autotest/site_utils/lxc/
Dbase_image_unittest.py78 clones = []
80 clones.append(lxc.Container.clone(src=base,
86 for container in clones:
94 for container in clones:
/external/testng/src/main/java/org/testng/internal/
DTestNGMethod.java210 ITestNGMethod[] clones= new ITestNGMethod[sources.length]; in clone() local
212 clones[i]= sources[i].clone(); in clone()
215 return clones; in clone()
/external/llvm-project/clang/test/Analysis/copypaste/
Dobjc-methods.m3 // This tests if we search for clones in Objective-C methods.
/external/ImageMagick/MagickCore/
Dconstitute.c650 *clones; in ReadImage() local
652 clones=CloneImages(image,read_info->scenes,exception); in ReadImage()
653 if (clones != (Image *) NULL) in ReadImage()
656 image=GetFirstImageInList(clones); in ReadImage()
/external/llvm-project/llvm/test/Transforms/LoopRotate/
Dpreserve-mssa.ll88 ; Test against failure in MemorySSAUpdater, when rotate clones instructions as Value.
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/X86/
Dcritedge-assume.ll5 ; when it clones the llvm.assume call as part of creating a critical
/external/python/cpython3/Doc/c-api/
Dsys.rst33 that clones the current process.
49 or any similar function that clones the current process, regardless
66 or any similar function that clones the current process, if there is
/external/icu/tools/icu4c_srcgen/doc_patches/patches/unicode/
Dutext.h.patch182 - * required to support deep clones. The user of clone() must check the status return
186 - * a copy of the underlying text. Shallow clones can be used as an efficient way to
194 - * This is true for both shallow and deep clones.
203 - * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Drevisit.ll61 ; visit their clones, and then we visit the original loops re-parented.
/external/llvm-project/mlir/test/Dialect/Standard/
Dbufferize.mlir138 // The dynamic_tensor_from_elements op clones each op in its body.
/external/grpc-grpc/templates/
DgRPC-Core.podspec.template128 # Cocoapods effectively clones the repo under `<Podfile dir>/Pods/gRPC-Core/`, and sets a build
/external/skia/site/docs/dev/contrib/
Dsubmit.md67 it needs to run on a clone of <https://skia.googlesource.com/skia>. Using clones
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Dnontrivial-unswitch-cost.ll123 ; branch, if that code would be kept in only one of the unswitched clones it
/external/libnl/
DChangeLog10 o Have nl_object_clone() make real clones without
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1784 // Concretely, the transformation clones the propagated instruction
1816 // Concretely, this transformation clones some particular instruction from
1826 // The instruction is propagated by creating a number of clones - one clone for
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1784 // Concretely, the transformation clones the propagated instruction
1816 // Concretely, this transformation clones some particular instruction from
1826 // The instruction is propagated by creating a number of clones - one clone for
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc1230 // COPYFILE_CLONE clones the symlink instead of following it
/external/okhttp/
DCHANGELOG.md249 Previously clones shared interceptors, which made it difficult to customize
/external/llvm-project/llvm/lib/Support/Unix/
DPath.inc1363 // COPYFILE_CLONE clones the symlink instead of following it
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td1582 "Report all clones, even less suspicious ones.",
/external/cldr/tools/java/org/unicode/cldr/draft/
DScriptData.txt64 Spacing Modifier Letters - Spacing clones of diacritics
/external/curl/docs/
DINTERNALS.md190 All printf()-style functions use the supplied clones in `lib/mprintf.c`. This
/external/curl/packages/OS400/
Dcurl.inc.in1691 * Aliases for clones.
/external/grpc-grpc/
DgRPC-Core.podspec69 # Cocoapods effectively clones the repo under `<Podfile dir>/Pods/gRPC-Core/`, and sets a build

12