| /external/angle/infra/config/ |
| D | main.star | 4 # Use of this source code is governed by a BSD-style license that can be 21 "-module-docstring", 22 "-function-docstring", 28 buildbucket = "cr-buildbucket.appspot.com", 29 logdog = "luci-logdog.appspot.com", 30 milo = "luci-milo.appspot.com", 31 notify = "luci-notify.appspot.com", 32 scheduler = "luci-scheduler.appspot.com", 33 swarming = "chromium-swarm.appspot.com", 48 groups = "project-angle-admins", [all …]
|
| /external/angle/infra/config/generated/ |
| D | luci-milo.cfg | 1 # Auto-generated by lucicfg. 5 # https://config.luci.app/schemas/projects:luci-milo.cfg 14 name: "buildbucket/luci.angle.ci/android-arm-compile" 19 name: "buildbucket/luci.angle.ci/android-arm-dbg-compile" 24 name: "buildbucket/luci.angle.ci/android-arm64-dbg-compile" 29 name: "buildbucket/luci.angle.ci/android-arm64-exp-s22-test" 34 name: "buildbucket/luci.angle.ci/android-arm64-exp-test" 39 name: "buildbucket/luci.angle.ci/android-arm64-test" 44 name: "buildbucket/luci.angle.ci/linux-asan-test" 45 category: "test|linux|x64" [all …]
|
| /external/angle/infra/specs/ |
| D | waterfalls.pyl | 2 # Use of this source code is governed by a BSD-style license that can be 18 'chromium-tester-service-account', 22 'android-arm64-exp-pixel6': { # android-arm64-pixel6 below for android-arm64-test 33 'android-arm64-exp-s22': { 36 'gpu-swarming-pool', 44 'android-arm64-pixel4': { 54 'android-arm64-pixel4-perf': { 65 'android-arm64-pixel6': { 75 'android-arm64-pixel6-perf': { 86 'linux-amd': { [all …]
|
| /external/openscreen/infra/config/global/ |
| D | cr-buildbucket.cfg | 1 # Defines buckets on cr-buildbucket.appspot.com, used to schedule builds 4 # See http://luci-config.appspot.com/schemas/projects:cr-buildbucket.cfg for 16 identity: "luci-scheduler@appspot.gserviceaccount.com" 28 group: "project-openscreen-tryjob-access" 32 group: "service-account-cq" 92 dimensions: "os:Ubuntu-18.04" 96 name: "mac" 106 # 2. The XCode version look-up table in the "osx_sdk" recipe module: 110 dimensions: "os:Mac-10.15" 120 name: "x64" [all …]
|
| D | luci-milo.cfg | 1 logo_url: "https://storage.googleapis.com/chrome-infra-public/logo/openscreen-logo.png" 12 category: "linux|x64" 18 category: "linux|x64" 24 category: "linux|x64" 36 category: "mac" 49 short_name: "mac" 54 category: "linux|x64" 60 category: "linux|x64" 75 category: "linux|x64" 80 category: "linux|x64" [all …]
|
| /external/webrtc/infra/config/ |
| D | luci-milo.cfg | 1 # Auto-generated by lucicfg. 5 # https://luci-config.appspot.com/schemas/projects:luci-milo.cfg 40 name: "buildbucket/luci.webrtc.ci/Android64 Builder x64 (dbg)" 41 category: "Android|x64" 71 category: "iOS|x64" 76 category: "iOS|x64" 81 category: "iOS|x64" 101 category: "Linux|x64" 106 category: "Linux|x64" 111 category: "Linux|x64" [all …]
|
| D | config.star | 4 # Use of this source code is governed by a BSD-style license that can be 7 # https://chromium.googlesource.com/infra/luci/luci-go/+/main/lucicfg/doc/ 14 WEBRTC_GERRIT = "https://webrtc-review.googlesource.com/src" 15 WEBRTC_TROOPER_EMAIL = "webrtc-troopers-robots@google.com" 17 DEFAULT_CPU = "x86-64" 51 "metrics_project": "chromium-reclient-metrics", 74 "luci-analysis.cfg", 75 "commit-queue.cfg", 76 "cr-buildbucket.cfg", 77 "luci-logdog.cfg", [all …]
|
| /external/webrtc/tools_webrtc/mb/ |
| D | mb_config.pyl | 3 # Use of this source code is governed by a BSD-style license 11 # configurations source-side instead of in the buildbot scripts. That makes it 15 # This is a map of buildbot builder group names -> buildbot builder names -> 25 'codesearch-gen-webrtc-android': { 28 'codesearch-gen-webrtc-linux': { 48 'Android64 Builder x64 (dbg)': 'android_debug_static_bot_x64', 79 # Mac 80 'Mac Asan': 'mac_asan_clang_release_bot_x64', 113 # Mac 114 'Mac (swarming)': 'release_bot_x64', [all …]
|
| /external/perfetto/tools/ |
| D | install-build-deps | 8 # http://www.apache.org/licenses/LICENSE-2.0 41 # root (to avoid ending up with buildtools/protobuf/protobuf-1.2.3/... and have 44 # |target_arch| is either 'x64', 'arm64' or 'all' 61 'buildtools/nodejs', # Moved to buildtools/{mac,linux64}/nodejs 62 'buildtools/emsdk', # Moved to buildtools/{mac,linux64}/emsdk 67 'buildtools/mac/clang-format', 68 'buildtools/mac/gn', 69 'buildtools/mac/ninja', 70 'buildtools/linux64/clang-format', 73 'buildtools/win/clang-format.exe', [all …]
|
| /external/flatbuffers/.github/workflows/ |
| D | build.yml | 2 permissions: read-all 9 - "*" # new tag version, like `0.8.4` or else 11 - master 14 - master 17 build-linux: 21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }} 22 digests-clang: ${{ steps.hash-clang.outputs.hashes }} 24 runs-on: ubuntu-latest 27 cxx: [g++-10, clang++-12] 28 fail-fast: false [all …]
|
| /external/curl/.github/workflows/ |
| D | curl-for-win.yml | 3 # SPDX-License-Identifier: curl 4 --- 5 name: curl-for-win 10 - master 11 - '*/ci' 14 - master 17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} 18 cancel-in-progress: true 30 linux-musl-llvm: 31 runs-on: ubuntu-latest [all …]
|
| /external/perfetto/infra/luci/recipes/ |
| D | perfetto.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 50 'exclude_platforms': ['windows-amd64'] 60 'exclude_platforms': ['windows-amd64'] 74 (os, cpu) = platform.split('-') 76 if os not in ('android', 'linux', 'mac'): 77 return base_args # No cross-compiling on Windows. 78 cpu = 'x64' if cpu == 'amd64' else cpu # GN calls it "x64". 98 api.gsutil.upload(source_path, 'perfetto-luci-artifacts', gcs_target_path) 103 api.gsutil.upload(pdb_path, 'perfetto-luci-artifacts', 113 cipd_pkg_file_name = '{}-{}.cipd'.format(artifact['name'], platform) [all …]
|
| /external/cronet/build/toolchain/mac/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("//build/config/mac/mac_sdk.gni") 23 current_os = "mac" 37 # cronet disable this because it targets 32-bit, 69 current_cpu = "x64" 95 current_cpu = "x64" 102 current_cpu = "x64" 110 v8_current_cpu = "x64" 114 # Needed to run v8 on the host during a arm64 -> x86_64 cross-build
|
| /external/angle/build/toolchain/mac/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("//build/config/mac/mac_sdk.gni") 23 current_os = "mac" 37 # cronet disable this because it targets 32-bit, 69 current_cpu = "x64" 95 current_cpu = "x64" 102 current_cpu = "x64" 110 v8_current_cpu = "x64" 114 # Needed to run v8 on the host during a arm64 -> x86_64 cross-build
|
| /external/perfetto/python/perfetto/prebuilts/manifests/ |
| D | tracebox.py | 1 # This file has been generated by: tools/roll-prebuilts v46.0 4 'mac-amd64', 10 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-amd64/tracebox', 18 'mac-arm64', 24 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-arm64/tracebox', 32 'linux-amd64', 38 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-amd64/tracebox', 46 'linux-arm', 52 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-arm/tracebox', 60 'linux-arm64', [all …]
|
| D | traceconv.py | 1 # This file has been generated by: tools/roll-prebuilts v46.0 4 'mac-amd64', 10 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-amd64/traceconv', 18 'mac-arm64', 24 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-arm64/traceconv', 32 'linux-amd64', 38 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-amd64/traceconv', 46 'linux-arm', 52 … 'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-arm/traceconv', 60 'linux-arm64', [all …]
|
| D | trace_processor_shell.py | 1 # This file has been generated by: tools/roll-prebuilts v46.0 4 'mac-amd64', 10 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-amd64/trace_processor_… 18 'mac-arm64', 24 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/mac-arm64/trace_processor_… 32 'linux-amd64', 38 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-amd64/trace_processo… 46 'linux-arm', 52 …'https://commondatastorage.googleapis.com/perfetto-luci-artifacts/v46.0/linux-arm/trace_processor_… 60 'linux-arm64', [all …]
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/util/ |
| D | SQLiteLibraryLoaderTest.java | 20 private static final SQLiteLibraryLoader.LibraryNameMapper MAC = field in SQLiteLibraryLoaderTest 26 private static final String OS_NAME_MAC = "Mac OS X"; 68 .isEqualTo("sqlite4java/win32-x86/sqlite4java.dll"); in shouldFindLibraryForWindowsXPX86() 74 .isEqualTo("sqlite4java/win32-x86/sqlite4java.dll"); in shouldFindLibraryForWindows7X86() 80 .isEqualTo("sqlite4java/win32-x64/sqlite4java.dll"); in shouldFindLibraryForWindowsXPAmd64() 86 .isEqualTo("sqlite4java/win32-x64/sqlite4java.dll"); in shouldFindLibraryForWindows7Amd64() 92 .isEqualTo("sqlite4java/win32-x64/sqlite4java.dll"); in shouldFindLibraryForWindows10Amd64() 98 .isEqualTo("sqlite4java/linux-i386/libsqlite4java.so"); in shouldFindLibraryForLinuxI386() 104 .isEqualTo("sqlite4java/linux-i386/libsqlite4java.so"); in shouldFindLibraryForLinuxX86() 110 .isEqualTo("sqlite4java/linux-amd64/libsqlite4java.so"); in shouldFindLibraryForLinuxAmd64() [all …]
|
| /external/mbedtls/library/ |
| D | poly1305.c | 7 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 26 * Our implementation is tuned for 32-bit platforms with a 64-bit multiplier. 76 r0 = ctx->r[0]; in poly1305_process() 77 r1 = ctx->r[1]; in poly1305_process() 78 r2 = ctx->r[2]; in poly1305_process() 79 r3 = ctx->r[3]; in poly1305_process() 85 acc0 = ctx->acc[0]; in poly1305_process() 86 acc1 = ctx->acc[1]; in poly1305_process() 87 acc2 = ctx->acc[2]; in poly1305_process() 88 acc3 = ctx->acc[3]; in poly1305_process() [all …]
|
| D | chachapoly.c | 4 * \brief ChaCha20-Poly1305 AEAD construction based on RFC 7539. 7 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 32 * \param ctx The ChaCha20-Poly1305 context. 36 uint32_t partial_block_len = (uint32_t) (ctx->aad_len % 16U); in chachapoly_pad_aad() 45 return mbedtls_poly1305_update(&ctx->poly1305_ctx, in chachapoly_pad_aad() 47 16U - partial_block_len); in chachapoly_pad_aad() 53 * \param ctx The ChaCha20-Poly1305 context. 57 uint32_t partial_block_len = (uint32_t) (ctx->ciphertext_len % 16U); in chachapoly_pad_ciphertext() 65 return mbedtls_poly1305_update(&ctx->poly1305_ctx, in chachapoly_pad_ciphertext() 67 16U - partial_block_len); in chachapoly_pad_ciphertext() [all …]
|
| /external/pdfium/ |
| D | DEPS | 33 'rbe_instance': Str('projects/rbe-chrome-untrusted/instances/default_instance'), 40 'reclient_version': 're_client_version:0.109.0.927890d-gomaip', 46 # Three lines of non-changing comments so that 50 # Three lines of non-changing comments so that 54 # Three lines of non-changing comments so that 58 # Three lines of non-changing comments so that 62 # Three lines of non-changing comments so that 66 # Three lines of non-changing comments so that 70 # Three lines of non-changing comments so that 74 # Three lines of non-changing comments so that [all …]
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | poly1305.c | 7 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 32 * Our implementation is tuned for 32-bit platforms with a 64-bit multiplier. 82 r0 = ctx->r[0]; in poly1305_process() 83 r1 = ctx->r[1]; in poly1305_process() 84 r2 = ctx->r[2]; in poly1305_process() 85 r3 = ctx->r[3]; in poly1305_process() 91 acc0 = ctx->acc[0]; in poly1305_process() 92 acc1 = ctx->acc[1]; in poly1305_process() 93 acc2 = ctx->acc[2]; in poly1305_process() 94 acc3 = ctx->acc[3]; in poly1305_process() [all …]
|
| D | chachapoly.c | 4 * \brief ChaCha20-Poly1305 AEAD construction based on RFC 7539. 7 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 38 * \param ctx The ChaCha20-Poly1305 context. 42 uint32_t partial_block_len = (uint32_t) (ctx->aad_len % 16U); in chachapoly_pad_aad() 51 return mbedtls_poly1305_update(&ctx->poly1305_ctx, in chachapoly_pad_aad() 53 16U - partial_block_len); in chachapoly_pad_aad() 59 * \param ctx The ChaCha20-Poly1305 context. 63 uint32_t partial_block_len = (uint32_t) (ctx->ciphertext_len % 16U); in chachapoly_pad_ciphertext() 71 return mbedtls_poly1305_update(&ctx->poly1305_ctx, in chachapoly_pad_ciphertext() 73 16U - partial_block_len); in chachapoly_pad_ciphertext() [all …]
|
| /external/perfetto/docs/contributing/ |
| D | build-instructions.md | 6 A read-only mirror is also available at https://github.com/google/perfetto . 12 has non-NDK depedencies into Android internals. Profilers and internal HAL/AIDL 19 [AOSP->Chromium autoroller](https://autoroll.skia.org/r/perfetto-chromium-autoroll) 33 tools/install-build-deps [--android] [--ui] [--linux-arm] 36 `--android` will pull the Android NDK, emulator and other deps required 39 `--ui` will pull NodeJS and all the NPM modules required to build the 40 Web UI. See the [UI Development](#ui-development) section below for more. 42 `--linux-arm` will pull the sysroots for cross-compiling for Linux ARM/64. 44 WARNING: Note that if you're using an M1 or any later ARM Mac, your Python 51 as primary build system. See the [Build files](#build-files) section below for [all …]
|
| /external/skia/site/docs/user/ |
| D | build.md | 1 --- 6 --- 14 ## `is_official_build` and Third-party Dependencies 20 with no debug symbols, dynamically linked against its third-party dependencies 23 In contrast, the developer-oriented default is an unoptimized build with full 24 debug symbols and all third-party dependencies built from source and embedded 27 Skia offers several features that make use of third-party libraries, like 28 libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset 29 fonts. All these third-party dependencies are optional and can be controlled by 45 prioritization; there is nothing fundamentally wrong with non-Clang compilers. [all …]
|