/external/tensorflow/tensorflow/tools/ci_build/nightly_release/windows/ |
D | upload_nightly_pip.sh | 34 for f in $(ls "${KOKORO_GFILE_DIR}"/tf_nightly_gpu*dev*cp3*-cp3*-win_amd64.whl); do 39 for f in $(ls "${KOKORO_GFILE_DIR}"/tf_nightly*dev*cp3*-cp3*-win_amd64.whl); do
|
/external/llvm-project/flang/test/Semantics/ |
D | allocate03.f90 | 30 type(SomeType(1,*,:)), pointer :: cp3, cp4(:) local 53 allocate(cp3) 84 allocate(SomeType(1,*,5):: cp3, cp4(2)) !OK, but segfaults gfortran 87 allocate(cp3, cp4(2), mold = cp3mold) 90 allocate(cp3, cp4(2), source = cp3mold)
|
/external/tensorflow/tensorflow/tools/ci_build/release/windows/gpu_py39_full/ |
D | release_pip_rename.sh | 22 for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*-win_amd64.whl); do
|
/external/tensorflow/tensorflow/tools/ci_build/release/windows/gpu_py38_full/ |
D | release_pip_rename.sh | 22 for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*-win_amd64.whl); do
|
/external/tensorflow/tensorflow/tools/ci_build/release/windows/gpu_py36_full/ |
D | release_pip_rename.sh | 22 for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*m-win_amd64.whl); do
|
/external/tensorflow/tensorflow/tools/ci_build/release/windows/gpu_py37_full/ |
D | release_pip_rename.sh | 22 for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*m-win_amd64.whl); do
|
/external/tensorflow/tensorflow/tools/ci_build/release/windows/cpu_py36_full/ |
D | release_pip_rename.sh | 22 for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*m-win_amd64.whl); do
|
/external/tensorflow/tensorflow/tools/ci_build/release/windows/cpu_py37_full/ |
D | release_pip_rename.sh | 22 for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*m-win_amd64.whl); do
|
/external/tensorflow/tensorflow/tools/ci_build/release/windows/cpu_py38_full/ |
D | release_pip_rename.sh | 22 for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*m-win_amd64.whl); do
|
/external/tensorflow/tensorflow/tools/ci_build/release/windows/cpu_py39_full/ |
D | release_pip_rename.sh | 22 for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*m-win_amd64.whl); do
|
/external/llvm-project/clang/test/SemaCXX/ |
D | complex-overload.cpp | 9 …char *cp3 = foo(fc); // expected-error {{implicit conversion from '_Complex float' to 'float' is n… in test_foo_1() local 52 int *cp3 = promote_or_convert3(1il); in test_promote_or_convert3() local
|
D | err_reference_bind_drops_quals.cpp | 19 const ptr& cp3 = rp; // expected-error {{drops '__restrict' qualifier}} in test1() local
|
/external/clang/test/SemaCXX/ |
D | complex-overload.cpp | 8 char *cp3 = foo(fc); in test_foo_1() local 51 int *cp3 = promote_or_convert3(1il); in test_promote_or_convert3() local
|
D | err_reference_bind_drops_quals.cpp | 19 const ptr& cp3 = rp; // expected-error {{drops 'restrict' qualifier}} in test1() local
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 1854 uint32* cp3 = cp2+w+toskew; in putcontig8bitYCbCrGenericTile() local 1894 YCbCrtoRGB(cp3[0], pp[12]); in putcontig8bitYCbCrGenericTile() 1895 YCbCrtoRGB(cp3[1], pp[13]); in putcontig8bitYCbCrGenericTile() 1896 YCbCrtoRGB(cp3[2], pp[14]); in putcontig8bitYCbCrGenericTile() 1897 YCbCrtoRGB(cp3[3], pp[15]); in putcontig8bitYCbCrGenericTile() 1899 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in putcontig8bitYCbCrGenericTile() 1902 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in putcontig8bitYCbCrGenericTile() 1915 uint32* cp3 = cp2+w+toskew; in DECLAREContigPutFunc() local 1940 YCbCrtoRGB(cp3[0], pp[12]); in DECLAREContigPutFunc() 1941 YCbCrtoRGB(cp3[1], pp[13]); in DECLAREContigPutFunc() [all …]
|
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/ |
D | placeholders.pass.cpp | 49 constexpr decltype(std::placeholders::_3) cp3 = std::placeholders::_3; variable 63 ((void)cp3); in use_placeholders_to_prevent_unused_warning()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/ |
D | placeholders.pass.cpp | 48 constexpr decltype(std::placeholders::_3) cp3 = std::placeholders::_3; variable 62 ((void)cp3); in use_placeholders_to_prevent_unused_warning()
|
/external/clang/test/SemaObjC/ |
D | nonnull.m | 30 foo (int i1, int i2, int i3, void (^cp1)(), void (^cp2)(), void (^cp3)()) 39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argu… 40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null arg…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | nonnull.m | 30 foo (int i1, int i2, int i3, void (^cp1)(), void (^cp2)(), void (^cp3)()) 39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argu… 40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null arg…
|
/external/clang/test/Analysis/ |
D | malloc-sizeof.c | 19 char *cp3 = malloc(5 * sizeof(char) + 2); // no warning in foo() local
|
/external/llvm-project/clang/test/Analysis/ |
D | malloc-sizeof.c | 19 char *cp3 = malloc(5 * sizeof(char) + 2); // no warning in foo() local
|
/external/clang/test/Sema/ |
D | overloadable-complex.c | 8 char *cp3 = foo(fc); in test_foo_1() local
|
/external/llvm-project/clang/test/Sema/ |
D | overloadable-complex.c | 8 char *cp3 = foo(fc); in test_foo_1() local
|
/external/python/cryptography/.jenkins/ |
D | Jenkinsfile-cryptography-wheel-builder | 116 PY_LIMITED_API="--build-option --py-limited-api=cp3\${BASH_REMATCH[1]}" 145 REGEX="cp3([0-9])*" 147 PY_LIMITED_API="--build-option --py-limited-api=cp3\${BASH_REMATCH[1]}"
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | seh-catchpad.ll | 82 %cp3 = catchpad within %cs2 [i8* bitcast (i32 (i8*, i8*)* @"\01?filt$0@0@main@@" to i8*)] 83 catchret from %cp3 to label %__except.9
|