/external/igt-gpu-tools/tests/i915/ |
D | gem_close.c | 31 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/ |
D | base_image_unittest.py | 78 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/ |
D | TestNGMethod.java | 210 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/ |
D | objc-methods.m | 3 // This tests if we search for clones in Objective-C methods.
|
/external/ImageMagick/MagickCore/ |
D | constitute.c | 650 *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/ |
D | preserve-mssa.ll | 88 ; Test against failure in MemorySSAUpdater, when rotate clones instructions as Value.
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/X86/ |
D | critedge-assume.ll | 5 ; when it clones the llvm.assume call as part of creating a critical
|
/external/python/cpython3/Doc/c-api/ |
D | sys.rst | 33 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/ |
D | utext.h.patch | 182 - * 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/ |
D | revisit.ll | 61 ; visit their clones, and then we visit the original loops re-parented.
|
/external/llvm-project/mlir/test/Dialect/Standard/ |
D | bufferize.mlir | 138 // The dynamic_tensor_from_elements op clones each op in its body.
|
/external/grpc-grpc/templates/ |
D | gRPC-Core.podspec.template | 128 # Cocoapods effectively clones the repo under `<Podfile dir>/Pods/gRPC-Core/`, and sets a build
|
/external/skia/site/docs/dev/contrib/ |
D | submit.md | 67 it needs to run on a clone of <https://skia.googlesource.com/skia>. Using clones
|
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | nontrivial-unswitch-cost.ll | 123 ; branch, if that code would be kept in only one of the unswitched clones it
|
/external/libnl/ |
D | ChangeLog | 10 o Have nl_object_clone() make real clones without
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 1784 // 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/ |
D | spvtoolsfuzz.proto | 1784 // 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/ |
D | Path.inc | 1230 // COPYFILE_CLONE clones the symlink instead of following it
|
/external/okhttp/ |
D | CHANGELOG.md | 249 Previously clones shared interceptors, which made it difficult to customize
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Path.inc | 1363 // COPYFILE_CLONE clones the symlink instead of following it
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.td | 1582 "Report all clones, even less suspicious ones.",
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | ScriptData.txt | 64 Spacing Modifier Letters - Spacing clones of diacritics
|
/external/curl/docs/ |
D | INTERNALS.md | 190 All printf()-style functions use the supplied clones in `lib/mprintf.c`. This
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 1691 * Aliases for clones.
|
/external/grpc-grpc/ |
D | gRPC-Core.podspec | 69 # Cocoapods effectively clones the repo under `<Podfile dir>/Pods/gRPC-Core/`, and sets a build
|