Home
last modified time | relevance | path

Searched full:ppa (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/openssl/.github/workflows/
Dcompiler-zoo.yml69 llvm-ppa-name: jammy
79 llvm_ppa_name="${{ matrix.zoo.llvm-ppa-name }}"
81 # In the Matrix above, we set llvm-ppa-name if an LLVM version isn't
91 …t.gpg.key] http://apt.llvm.org/${{ matrix.zoo.llvm-ppa-name }}/ llvm-toolchain-${{ matrix.zoo.llvm…
93 …t.gpg.key] http://apt.llvm.org/${{ matrix.zoo.llvm-ppa-name }}/ llvm-toolchain-${{ matrix.zoo.llvm…
/third_party/ejdb/installer/debian/
Ddput.cf.in1 [ppa]
2 fqdn = ppa.launchpad.net
5 incoming = ~%(ppa)s/ubuntu/@DPUT_DIST@
/third_party/iowow/installer/debian/
Ddput.cf.in1 [ppa]
2 fqdn = ppa.launchpad.net
5 incoming = ~%(ppa)s/ubuntu/@DPUT_DIST@
/third_party/iowow/
DCMakeLists.txt20 set(PROJECT_PPA "ppa:adamansky/iowow")
45 option(ENABLE_PPA "Enable PPA package build" OFF)
46 option(UPLOAD_PPA "Upload debian packages to the launchpad ppa repository" OFF)
47 set(PPA_DEBIAN_VERSION "ppa1" CACHE STRING "PPA version suffix for debian packages")
48 set(PROJECT_PPA_DISTRIB_TARGET "focal;bionic;xenial" CACHE STRING "Ubuntu PPA distrubutive names")
/third_party/libfuse/
D.travis.yml5 - curl https://spot.fedorapeople.org/spotfoss-ppa.key | sudo apt-key add -
6 - wget https://launchpad.net/~spotfoss/+archive/ubuntu/ppa/+files/valgrind_3.16.1-2_amd64.deb
14 - sourceline: 'ppa:ubuntu-toolchain-r/test'
/third_party/ejdb/
DCMakeLists.txt21 set(PROJECT_PPA "ppa:adamansky/ejdb2")
55 option(ENABLE_PPA "Enable PPA package build" OFF)
56 option(UPLOAD_PPA "Upload debian packages to the launchpad ppa repository" OFF)
60 CACHE STRING "PPA version suffix for debian packages")
64 CACHE STRING "Ubuntu PPA distribution names")
DChangelog111 * EJDB2 Java binding now in Ubuntu ppa:adamansky/ejdb2
506 * Fixed #238 Disable network access for PPA Lunchpad builds
/third_party/ejdb/src/bindings/ejdb2_jni/example/
DREADME.md15 or install binary package from [our PPA repository](https://launchpad.net/~adamansky/+archive/ubunt…
18 sudo add-apt-repository ppa:adamansky/ejdb2
33 the `libejdb2jni.so` library is located. For Linux systems `ejdb2-java` PPA debian package installs
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemCopyImageToBufferTests.cpp383 for (int ppa = 0; ppa < DE_LENGTH_OF_ARRAY(pipelineProtectedAccess); ++ppa) { in createCopyImageToFloatBufferTests() local
389 …const std::string name = "copy_" + de::toString(ndx + 1) + (pipelineProtectedAccess[ppa] ? "_prote… in createCopyImageToFloatBufferTests()
390 …stData[ndx].data, cmdBufferType, vk::VK_FORMAT_R32G32B32A32_SFLOAT, pipelineProtectedAccess[ppa])); in createCopyImageToFloatBufferTests()
400 for (int ppa = 0; ppa < DE_LENGTH_OF_ARRAY(pipelineProtectedAccess); ++ppa) { in createCopyImageToFloatBufferTests() local
401 …const std::string name = "copy_" + de::toString(ndx + 1) + (pipelineProtectedAccess[ppa] ? "_prote… in createCopyImageToFloatBufferTests()
420 …alue.color, data, cmdBufferType, vk::VK_FORMAT_R32G32B32A32_SFLOAT, pipelineProtectedAccess[ppa])); in createCopyImageToFloatBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyImageToBufferTests.cpp383 for (int ppa = 0; ppa < DE_LENGTH_OF_ARRAY(pipelineProtectedAccess); ++ppa) { in createCopyImageToFloatBufferTests() local
389 …const std::string name = "copy_" + de::toString(ndx + 1) + (pipelineProtectedAccess[ppa] ? "_prote… in createCopyImageToFloatBufferTests()
390 …stData[ndx].data, cmdBufferType, vk::VK_FORMAT_R32G32B32A32_SFLOAT, pipelineProtectedAccess[ppa])); in createCopyImageToFloatBufferTests()
400 for (int ppa = 0; ppa < DE_LENGTH_OF_ARRAY(pipelineProtectedAccess); ++ppa) { in createCopyImageToFloatBufferTests() local
401 …const std::string name = "copy_" + de::toString(ndx + 1) + (pipelineProtectedAccess[ppa] ? "_prote… in createCopyImageToFloatBufferTests()
420 …alue.color, data, cmdBufferType, vk::VK_FORMAT_R32G32B32A32_SFLOAT, pipelineProtectedAccess[ppa])); in createCopyImageToFloatBufferTests()
/third_party/ejdb/src/bindings/ejdb2_jni/
DREADME.md33 ## Install from Ubuntu PPA
36 sudo add-apt-repository ppa:adamansky/ejdb2
42 the `libejdb2jni.so` library is located. For Linux systems `ejdb2-java` PPA debian package installs
/third_party/iowow/cmake/Modules/
DUploadPPA.cmake14 # This CMake module uploads a project to a PPA. It creates all the files
16 # package and upload it to a PPA. A PPA is a Personal Package Archive and can
20 # See https://help.launchpad.net/Packaging/PPA for further information
336 # dput ppa:your-lp-id/ppa <source.changes>
337 message(STATUS "Upload PPA is ${UPLOAD_PPA}")
/third_party/ejdb/cmake/Modules/
DUploadPPA.cmake14 # This CMake module uploads a project to a PPA. It creates all the files
16 # package and upload it to a PPA. A PPA is a Personal Package Archive and can
20 # See https://help.launchpad.net/Packaging/PPA for further information
335 # dput ppa:your-lp-id/ppa <source.changes>
336 message(STATUS "Upload PPA is ${UPLOAD_PPA}")
/third_party/jerryscript/
D.travis.yml123 - sourceline: ppa:team-gcc-arm-embedded/ppa
153 - sourceline: ppa:team-gcc-arm-embedded/ppa
/third_party/mesa3d/docs/
Dprecompiled.rst11 - Debian/Ubuntu based distros - PPA: xorg-edgers, oibaf and padoka
/third_party/lz4/.circleci/images/primary/
DDockerfile5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
/third_party/mbedtls/tests/docker/bionic/
DDockerfile34 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
/third_party/libexif/
D.travis.yml110 - ppa:ubuntu-toolchain-r/test
122 - ppa:ubuntu-toolchain-r/test
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/
Dcontinuous.sh17 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
/third_party/benchmark/.github/workflows/
Dbuild-and-test.yml122 sudo add-apt-repository -y "ppa:ubuntu-toolchain-r/test"
/third_party/benchmark/
D.travis.yml166 sudo add-apt-repository -y "ppa:ubuntu-toolchain-r/test";
/third_party/gptfdisk/
DREADME-efi.txt55 rEFInd PPA distributes unsigned binaries and signs them with a local key
/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile13 RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d…
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2645 png_const_bytep ppa, ppb; in compare_two_images() local
2651 ppa = rowa; in compare_two_images()
2658 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images()
2665 png_byte aval = ppa[x]; in compare_two_images()
2852 png_const_bytep ppa, ppb; in compare_two_images() local
2855 for (x=0, ppa=rowa, ppb=rowb; x<width; ++x) in compare_two_images()
2860 psa = (png_const_bytep)a->colormap + a_sample * *ppa++; in compare_two_images()
2862 psa = ppa, ppa += a_sample; in compare_two_images()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2645 png_const_bytep ppa, ppb; in compare_two_images() local
2651 ppa = rowa; in compare_two_images()
2658 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images()
2665 png_byte aval = ppa[x]; in compare_two_images()
2852 png_const_bytep ppa, ppb; in compare_two_images() local
2855 for (x=0, ppa=rowa, ppb=rowb; x<width; ++x) in compare_two_images()
2860 psa = (png_const_bytep)a->colormap + a_sample * *ppa++; in compare_two_images()
2862 psa = ppa, ppa += a_sample; in compare_two_images()

1234