/external/harfbuzz_ng/ |
D | TESTING.md | 4 Values defined in `hb-debug.hh`. 8 time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \ 9 && (make -j4 -C test/api check || cat test/api/test-suite.log)) 12 time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \ 13 && make -j4 -C src check \ 14 && make -j4 -C test/api check \ 15 && make -j4 -C test/subset check) 18 time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \ 19 && make -j4 check) 30 …ols tell asan how to symoblize. Note that it doesn't like versioned copies like llvm-symbolizer-3.8 [all …]
|
/external/llvm-project/flang/test/Semantics/ |
D | modfile17.f90 | 12 integer(kind=k4) :: j4 component 19 integer(kind=8), kind :: n8 = 12 - n4 29 integer(kind=x1111%j4%kind) :: res03_1 34 integer(kind=x8888%j4%kind) :: res07_8 39 integer(kind=x2481%j4%kind) :: res11_8 44 integer(kind=x2184%j4%kind) :: res15_8 49 integer(kind=x1248%cap%j4%kind) :: res19_4 54 integer(kind=x2484%cap%j4%kind) :: res23_8 59 integer(kind=x1242%cap%j4%kind) :: res27_4 64 integer(kind=x11111%cap%j4%kind) :: res31_1 [all …]
|
D | canondo04.f90 | 1 ! RUN: %f18 -funparse-with-symbols %s 2>&1 | FileCheck %s 2 ! CHECK-NOT: do [1-9] 22 do 3 j4=1,2 25 results(count) = 10*j3 + j4 34 do 4 j4=3,4 36 results(count) = 10*j3 + j4 44 do 5 j1=5,6 ! adjacent non-block DO loops 47 do 6 j1=7,8 ! non-block DO loop at end of execution part
|
/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 apt-get update && apt-get install -y libssl-dev 24 mkdir -p "third_party/abseil-cpp/cmake/build" 25 pushd "third_party/abseil-cpp/cmake/build" 26 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../.. 27 make -j4 install 30 # Install c-ares 31 # If the distribution provides a new-enough version of c-ares, 33 # apt-get install -y libc-ares-dev [all …]
|
D | run_distrib_test_cmake_pkgconfig.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 apt-get update && apt-get install -y libssl-dev 24 mkdir -p "third_party/abseil-cpp/cmake/build" 25 pushd "third_party/abseil-cpp/cmake/build" 26 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../.. 27 make -j4 install 30 # Install c-ares 31 mkdir -p "third_party/cares/cares/cmake/build" 33 cmake -DCMAKE_BUILD_TYPE=Release ../.. [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | pr3154.ll | 1 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 2 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 -relocation-model=pic -disable-fp-elim 29 %12 = mul i32 %11, -4 ; <i32> [#uses=2] 31 %14 = and i32 %13, -4 ; <i32> [#uses=2] 40 …-1*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 … 44 …-2*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 … 52 %j4.042 = phi i32 [ 0, %bb28.preheader ], [ %indvar.next45, %bb27 ] ; <i32> [#uses=2] 53 %19 = sub i32 %j4.042, %lag ; <i32> [#uses=1] 56 %indvar.next45 = add i32 %j4.042, 1 ; <i32> [#uses=2] 66 %22 = mul i32 %len, -8 ; <i32> [#uses=2] [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr3154.ll | 1 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 2 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 -relocation-model=pic -frame-pointer=all 29 %12 = mul i32 %11, -4 ; <i32> [#uses=2] 31 %14 = and i32 %13, -4 ; <i32> [#uses=2] 40 …-1*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 … 44 …-2*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 … 52 %j4.042 = phi i32 [ 0, %bb28.preheader ], [ %indvar.next45, %bb27 ] ; <i32> [#uses=2] 53 %19 = sub i32 %j4.042, %lag ; <i32> [#uses=1] 56 %indvar.next45 = add i32 %j4.042, 1 ; <i32> [#uses=2] 66 %22 = mul i32 %len, -8 ; <i32> [#uses=2] [all …]
|
/external/python/cpython3/ |
D | .travis.yml | 4 # To cache doc-building dependencies and C compiler output. 6 - pip 7 - ccache 8 - directories: 9 - $HOME/multissl 13 - OPENSSL=1.1.1f 14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}" 15 - PATH="${OPENSSL_DIR}/bin:$PATH" 16 - CFLAGS="-I${OPENSSL_DIR}/include" 17 - LDFLAGS="-L${OPENSSL_DIR}/lib" [all …]
|
/external/grpc-grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 20 echo "deb http://ftp.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/jessie-… 21 apt-get update 22 apt-get install -t jessie-backports -y libssl-dev 24 # Install c-ares 27 git checkout cares-1_13_0 28 mkdir -p cmake/build 30 cmake -DCMAKE_BUILD_TYPE=Release ../.. 31 make -j4 install [all …]
|
D | run_distrib_test_routeguide.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 22 ./configure && make -j4 && make install && ldconfig 24 cd ../.. && make -j4 && make install
|
/external/python/cryptography/ |
D | tox.ini | 17 # the paths like .tox/py34/lib/python3.4/site-packages/cryptography/__init__.py 19 coverage run --parallel-mode -m pytest --capture=no --strict {posargs} 21 coverage report -m 25 [testenv:pypy-nocoverage] 29 pytest --capture=no --strict {posargs} 33 [testenv:pypy3-nocoverage] 37 pytest --capture=no --strict {posargs} 45 sphinx-build -j4 -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html 46 sphinx-build -j4 -T -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex 47 sphinx-build -j4 -T -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html [all …]
|
/external/python/cpython3/.github/workflows/ |
D | build.yml | 3 # bpo-40548: "paths-ignore" is not used to skip documentation-only PRs, because 5 # mandatory but not scheduled because of "paths-ignore". 9 - master 10 - 3.9 11 - 3.8 12 - 3.7 15 - master 16 - 3.9 17 - 3.8 18 - 3.7 [all …]
|
D | doc.yml | 6 # - master 7 # - 3.9 8 # - 3.8 9 # - 3.7 11 # - 'Doc/**' 14 - master 15 - 3.9 16 - 3.8 17 - 3.7 19 - 'Doc/**' [all …]
|
/external/exoplayer/tree/extensions/ffmpeg/src/main/jni/ |
D | build_ffmpeg.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 23 --target-os=android 24 --disable-static 25 --enable-shared 26 --disable-doc 27 --disable-programs 28 --disable-everything 29 --disable-avdevice 30 --disable-avformat 31 --disable-swscale [all …]
|
/external/python/cpython2/ |
D | .travis.yml | 6 # To cache doc-building dependencies and C compiler output. 8 - pip 9 - ccache 13 # Use -O3 because we don't use debugger on Travis-CI 14 - CFLAGS="-O3" 18 - master 19 - /^\d\.\d$/ 20 - buildbot-custom 25 - env: OPTIONAL=true 27 - os: linux [all …]
|
/external/protobuf/kokoro/release/protoc/macos/ |
D | build.sh | 3 set -ex 4 CXXFLAGS_COMMON="-std=c++14 -DNDEBUG -mmacosx-version-min=10.9" 10 export CXXFLAGS="$CXXFLAGS_COMMON -m32" 11 ../configure --disable-shared 12 make -j4 14 otool -L src/protoc | grep dylib 18 export CXXFLAGS="$CXXFLAGS_COMMON -m64" 19 ../configure --disable-shared 20 make -j4 22 otool -L src/protoc | grep dylib
|
/external/python/cpython3/.azure-pipelines/ |
D | macos-steps.yml | 2 - checkout: self 6 - script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-azd… 9 - script: make -j4 12 - script: make pythoninfo 15 - script: make buildbottest TESTOPTS="-j4 -uall,-cpu --junit-xml=$(build.binariesDirectory)/test-re… 20 - task: PublishTestResults@2 23 testResultsFiles: '$(build.binariesDirectory)/test-results.xml'
|
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_cxx/ |
D | build_interop.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 19 mkdir -p /var/local/git 23 && git submodule update --init --reference /var/local/jenkins/grpc/${name} \ 27 cp -r /var/local/jenkins/service_account $HOME || true 32 mkdir -p /usr/local/share/grpc 36 mkdir -p cmake/build 38 cmake -DgRPC_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release ../.. 39 make interop_client interop_server -j4 40 make http2_client -j4
|
/external/llvm-project/llvm/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 4 ; RUN: opt < %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br 11 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] ; <i32> [#uses=2] 32 %j4 = phi i32 [ 1, %BB5 ], [ %k2, %BB6 ] ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 4 ; RUN: opt < %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br 11 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] ; <i32> [#uses=2] 32 %j4 = phi i32 [ 1, %BB5 ], [ %k2, %BB6 ] ; <i32> [#uses=1]
|
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_php7/ |
D | build_interop.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -ex 19 mkdir -p /var/local/git 23 && git submodule update --init --reference /var/local/jenkins/grpc/${name} \ 27 cp -r /var/local/jenkins/service_account $HOME || true 33 make -j4 shared_c static_c 38 GRPC_LIB_SUBDIR=libs/opt ./configure --enable-grpc="${grpc_root}" 39 make -j4 46 php -d extension=ext/grpc/modules/grpc.so /usr/local/bin/composer install && DONE=1 && break
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/ |
D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 26 using clang-10.0.0 28 using gcc-9 36 if [[ ! -d "$dir" ]]; then 43 if [[ -d "$dir" ]]; then 44 rm -fr "$dir" 49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1 51 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 26 using clang-10.0.0 28 using gcc-9 36 if [[ ! -d "$dir" ]]; then 43 if [[ -d "$dir" ]]; then 44 rm -fr "$dir" 49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1 51 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd [all …]
|
/external/openssh/ |
D | chacha.c | 2 chacha-merged.c version 20080118 25 (U32V((v) << (n)) | ((v) >> (32 - (n)))) 52 static const char sigma[16] = "expand 32-byte k"; 53 static const char tau[16] = "expand 16-byte k"; 60 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 61 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 62 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup() 63 x->input[7] = U8TO32_LITTLE(k + 12); in chacha_keysetup() 70 x->input[8] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 71 x->input[9] = U8TO32_LITTLE(k + 4); in chacha_keysetup() [all …]
|
/external/openssh/openbsd-compat/ |
D | chacha_private.h | 2 chacha-merged.c version 20080118 24 (U32V((v) << (n)) | ((v) >> (32 - (n)))) 51 static const char sigma[16] = "expand 32-byte k"; 52 static const char tau[16] = "expand 16-byte k"; 59 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 60 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 61 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup() 62 x->input[7] = U8TO32_LITTLE(k + 12); in chacha_keysetup() 69 x->input[8] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 70 x->input[9] = U8TO32_LITTLE(k + 4); in chacha_keysetup() [all …]
|