/third_party/protobuf/protoc-artifacts/ |
D | README.md | 1 # Build scripts that publish pre-compiled protoc artifacts 16 * [pom.xml](pom.xml): script to upload artifacts to maven. 17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in 21 The published protoc artifacts are available on Maven here: 33 Note that artifacts for linux/macos also have the `.exe` suffix but they are 57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc 61 $ cd protoc-artifacts 66 protoc-artifacts directory. 69 script. We only use this script to build artifacts on Ubuntu and MacOS (both 80 $ docker build -t protoc-artifacts . [all …]
|
/third_party/node/deps/v8/src/heap/ |
D | read-only-heap.cc | 39 std::shared_ptr<ReadOnlyArtifacts> artifacts; in InitializeSharedReadOnlyArtifacts() local 41 artifacts = std::make_shared<PointerCompressedReadOnlyArtifacts>(); in InitializeSharedReadOnlyArtifacts() 43 artifacts = std::make_shared<SingleCopyReadOnlyArtifacts>(); in InitializeSharedReadOnlyArtifacts() 45 *read_only_artifacts_.Pointer() = artifacts; in InitializeSharedReadOnlyArtifacts() 46 return artifacts; in InitializeSharedReadOnlyArtifacts() 73 std::shared_ptr<ReadOnlyArtifacts> artifacts = in SetUp() local 75 if (!artifacts) { in SetUp() 76 artifacts = InitializeSharedReadOnlyArtifacts(); in SetUp() 77 artifacts->InitializeChecksum(read_only_snapshot_data); in SetUp() 78 ro_heap = CreateInitalHeapForBootstrapping(isolate, artifacts); in SetUp() [all …]
|
D | read-only-spaces.h | 66 // Artifacts used to construct a new SharedReadOnlySpace 126 // Artifacts used to construct a new SharedReadOnlySpace when pointer 144 // Artifacts used to construct a new SharedReadOnlySpace when pointer 178 // Detach the pages and add them to artifacts for using in creating a 182 std::shared_ptr<ReadOnlyArtifacts> artifacts); 284 PointerCompressedReadOnlyArtifacts* artifacts); 290 SharedReadOnlySpace(Heap* heap, SingleCopyReadOnlyArtifacts* artifacts);
|
/third_party/protobuf/kokoro/release/ |
D | collect_all_artifacts.sh | 11 # The directory with all resulting artifacts 12 mkdir -p artifacts 14 # Artifacts from all predecessor jobs get copied to this directory by kokoro 22 # Copy to expose all the artifacts from the predecessor jobs to the output 24 # so will be the output artifacts of this job. 25 cp -r ${INPUT_ARTIFACTS_DIR}/* artifacts 43 cp ${INPUT_ARTIFACTS_DIR}/protoc-artifacts/target/linux/x86_32/protoc.exe protoc/linux_x86/protoc 44 cp ${INPUT_ARTIFACTS_DIR}/protoc-artifacts/target/linux/x86_64/protoc.exe protoc/linux_x64/protoc 59 # Copy the nupkg to the output artifacts 60 cp Google.Protobuf.Tools.*.nupkg ../artifacts
|
/third_party/protobuf/kokoro/release/protoc/linux/ |
D | build.sh | 16 # root, which causes problems if we try to add new artifacts to those 20 protoc-artifacts/build-protoc.sh linux aarch_64 protoc 23 protoc-artifacts/build-protoc.sh linux ppcle_64 protoc 26 protoc-artifacts/build-protoc.sh linux s390x protoc 28 # Use docker image to build linux artifacts. 29 DOCKER_IMAGE_NAME=protobuf/protoc_$(sha1sum protoc-artifacts/Dockerfile | cut -f1 -d " ") 33 bash -l /var/local/protobuf/protoc-artifacts/build-protoc.sh \ 40 bash -l /var/local/protobuf/protoc-artifacts/build-protoc.sh \
|
/third_party/mesa3d/.gitlab-ci/ |
D | prepare-artifacts.sh | 8 # Delete unused bin and includes from artifacts to save space. 11 # Strip the drivers in the artifacts to cut 80% of the artifacts size. 47 mkdir -p artifacts/ 48 tar -cf artifacts/install.tar install 49 cp -Rp .gitlab-ci/common artifacts/ci-common 50 cp -Rp .gitlab-ci/lava artifacts/ 51 cp -Rp .gitlab-ci/b2c artifacts/ 56 gzip -c artifacts/install.tar > ${MINIO_ARTIFACT_NAME}
|
/third_party/skia/third_party/externals/imgui/ |
D | .gitignore | 1 ## OSX artifacts 4 ## Dear ImGui artifacts 7 ## General build artifacts 16 ## Visual Studio artifacts 32 ## Xcode artifacts 36 ## Emscripten artifacts 43 ## JetBrains IDE artifacts
|
/third_party/mesa3d/.gitlab-ci/test/ |
D | gitlab-ci.yml | 10 - tar -xf artifacts/install.tar 14 artifacts: 45 artifacts: 54 artifacts: 73 artifacts: 89 artifacts: 109 artifacts: 122 # Use this instead of gitlab's artifacts download because it hits packet.net 126 …ection_start:$(date +%s):artifacts_download[collapsed=true]\r\e[0KDownloading artifacts from minio" 129 artifacts: [all …]
|
/third_party/mesa3d/.gitlab-ci/lava/ |
D | lava-submit.sh | 17 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/ 18 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/ 19 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/ 23 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh 30 PYTHONPATH=artifacts/ artifacts/lava/lava_job_submitter.py \ 38 --first-stage-init artifacts/ci-common/init-stage1.sh \
|
D | lava-gitlab-ci.yml | 14 # per-job build artifacts 22 - ./artifacts/lava/lava-submit.sh 23 artifacts: 90 artifacts:
|
/third_party/node/ |
D | .gitignore | 40 # === Rules for artifacts of `./configure` === 46 # === Rules for MSVS artifacts === 64 # === Rules for GYP artifacts === 70 # === Rules for other build artifacts === 89 # === Rules for release artifacts === 100 # === Rules for test artifacts === 108 # === Rules for XCode artifacts ===
|
/third_party/protobuf/kokoro/release/ruby/macos/ |
D | build_artifacts.sh | 8 # all artifacts come here 9 mkdir artifacts 10 export ARTIFACT_DIR=$(pwd)/artifacts 18 # build artifacts
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
D | find_vendored.rs | 5 let artifacts = openssl_src::Build::new().build(); in get_openssl() localVariable 9 artifacts.lib_dir().parent().unwrap().display() in get_openssl() 13 vec![artifacts.lib_dir().to_path_buf()], in get_openssl() 14 artifacts.include_dir().to_path_buf(), in get_openssl()
|
/third_party/python/PCbuild/ |
D | prepare_libffi.bat | 135 set ARTIFACTS=%LIBFFI_SOURCE%\x86_64-w64-cygwin variable 141 set ARTIFACTS=%LIBFFI_SOURCE%\i686-pc-cygwin variable 147 set ARTIFACTS=%LIBFFI_SOURCE%\arm-w32-cygwin variable 153 set ARTIFACTS=%LIBFFI_SOURCE%\aarch64-w64-cygwin variable 179 REM Tests are not needed to produce artifacts 190 copy %ARTIFACTS%\.libs\libffi-*.dll %_LIBFFI_OUT% || exit /B 1 191 copy %ARTIFACTS%\.libs\libffi-*.lib %_LIBFFI_OUT% || exit /B 1 192 copy %ARTIFACTS%\.libs\libffi-*.pdb %_LIBFFI_OUT% 193 copy %ARTIFACTS%\fficonfig.h %_LIBFFI_OUT%\include || exit /B 1 194 copy %ARTIFACTS%\include\*.h %_LIBFFI_OUT%\include || exit /B 1
|
/third_party/mbedtls/ |
D | .gitignore | 4 # CMake build artifacts: 17 # Test coverage build artifacts: 31 # MSVC build artifacts: 37 # Python build artifacts:
|
/third_party/mesa3d/.gitlab-ci/build/ |
D | gitlab-ci.yml | 6 artifacts: 69 - .ci-deqp-artifacts 91 - .gitlab-ci/prepare-artifacts.sh 92 artifacts: 94 junit: artifacts/ci_scripts_report.xml 130 - .ci-deqp-artifacts 146 - .gitlab-ci/prepare-artifacts.sh 340 - .ci-deqp-artifacts 349 - .gitlab-ci/prepare-artifacts.sh 354 - .ci-deqp-artifacts [all …]
|
/third_party/libabigail/tools/ |
D | abilint.cc | 110 /// (e.g, a type) and a set of artifacts {A'} that use "A" as in "A" 114 /// that contain the A' artifacts that use A. 123 /// The vector of children nodes that carry the artifacts that 128 /// This is the set of artifacts that have been added to the tree. 129 /// This is useful to ensure that all artifacts are added just once 131 unordered_set<type_or_decl_base *> artifacts; member 167 artifacts = std::move(o.artifacts); in artifact_use_relation_tree() 178 artifacts = std::move(o.artifacts); in operator =() 185 /// user artifacts. 214 return root_node->artifacts.find(artifact) != root_node->artifacts.end(); in artifact_in_tree() [all …]
|
/third_party/mesa3d/ |
D | .gitlab-ci.yml | 13 PIPELINE_ARTIFACTS_BASE: ${MINIO_HOST}/artifacts/${CI_PROJECT_PATH}/${CI_PIPELINE_ID} 140 artifacts: 171 artifacts: 207 .ci-deqp-artifacts: 208 artifacts: 213 # Watch out! Artifacts are relative to the build dir. 215 - artifacts 282 artifacts:
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | restricted_trace_gold_tests.py | 255 screenshot_dir, image_name, artifacts): argument 269 artifacts: dictionary of JSON artifacts to pass to the result merger. 286 artifacts[artifact_name] = [artifact_name] 305 artifacts['triage_link_for_entire_cl'] = [triage_link] 307 artifacts['gold_triage_link'] = [triage_link] 384 artifacts = {} 391 artifacts) 397 if len(artifacts) > 0: 398 test_results[trace]['artifacts'] = artifacts
|
/third_party/protobuf/kokoro/release/ruby/linux/ |
D | prepare_build.sh | 10 # All artifacts come here 11 mkdir artifacts 12 export ARTIFACT_DIR=$(pwd)/artifacts
|
/third_party/protobuf/kokoro/release/python/macos/ |
D | build_artifacts.sh | 23 rm -rf artifacts/ 25 mkdir artifacts 26 export ARTIFACT_DIR=$(pwd)/artifacts
|
/third_party/protobuf/kokoro/release/python/linux/ |
D | build_artifacts.sh | 23 rm -rf artifacts/ 25 mkdir artifacts 26 export ARTIFACT_DIR=$(pwd)/artifacts
|
/third_party/mesa3d/docs/ci/ |
D | fdo-cache | 22 # the artifacts URLS don't change. So enforce a long validity 30 # special case gitlab artifacts 31 if ($arg_uri ~* /.*gitlab.*artifacts(\/|%2F)raw/ ) {
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGen.cmake | 25 set(ARTIFACTS) variable 27 list(APPEND ARTIFACTS "${PREFIX}${OUTPUTFILE}") 39 OUTPUT ${ARTIFACTS}
|
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
D | fastboot.sh | 55 # Clear out any previous run's artifacts. 114 mkdir -p artifacts 116 --create artifacts/fastboot.img \ 144 # Bring artifacts back from the NFS dir to the build dir where gitlab-runner
|