| /external/skia/ |
| D | go_repositories.bzl | 6 importpath = "honnef.co/go/tools", 8 version = "v0.0.1-2020.1.4", 15 version = "v1.2.0", 19 importpath = "github.com/aclements/go-gg", 21 version = "v0.0.0-20170323211221-abd1f791f5ee", 25 importpath = "github.com/aclements/go-moremath", 27 version = "v0.0.0-20190830160640-d16893ddf098", 34 version = "v0.0.0-20191009173945-82d717002242", 40 version = "v0.0.0-20190826172357-de52242f3d65", 47 version = "v0.0.0-20161220082320-9c5fe88206d7", [all …]
|
| /external/golang-protobuf/ |
| D | README.md | 1 # Go support for Protocol Buffers 3 [](https://pkg.go.dev/googl… 4 …d Status](https://travis-ci.org/protocolbuffers/protobuf-go.svg?branch=master)](https://travis-ci.… 6 This project hosts the Go implementation for 8 language-neutral, platform-neutral, extensible mechanism for serializing 11 bindings. This project provides both a tool to generate Go code for the 13 serialization of messages in Go. See the 20 [`protoc-gen-go`](https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go) 23 …[generate Go specific code for a given `.proto` file](https://protobuf.dev/reference/go/go-generat… 26 [`protobuf`](https://pkg.go.dev/mod/google.golang.org/protobuf) module [all …]
|
| D | release.bash | 2 # Copyright 2019 The Go Authors. All rights reserved. 3 # Use of this source code is governed by a BSD-style 6 cd "$(git rev-parse --show-toplevel)" 8 read -p "What is the next release version (e.g., 'v1.26.0')? " VERSION 9 SEMVER_REGEX='^v\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)\([.a-zA-Z0-9A-Z-]*\)$' 10 if ! [[ -z $(echo $VERSION | sed -e "s/$SEMVER_REGEX//") ]]; then 13 VERSION_MAJOR=$(echo $VERSION | sed -e "s/$SEMVER_REGEX/\1/") 14 VERSION_MINOR=$(echo $VERSION | sed -e "s/$SEMVER_REGEX/\2/") 15 VERSION_PATCH=$(echo $VERSION | sed -e "s/$SEMVER_REGEX/\3/") 16 VERSION_PRERELEASE=$(echo $VERSION | sed -e "s/$SEMVER_REGEX/\4/") [all …]
|
| D | Android.gen.bp | 2 …-rewrite google.golang.org/protobuf=golang-protobuf -rewrite github.com/google/go-cmp/cmp=go-cmp -… 5 name: "golang-protobuf-android", 8 "golang-protobuf-internal-detrand", 11 "android/android.go", 16 name: "protoc-gen-go", 18 "golang-protobuf-cmd-protoc-gen-go-internal_gengo", 19 "golang-protobuf-compiler-protogen", 20 "golang-protobuf-encoding-prototext", 21 "golang-protobuf-internal-genid", 22 "golang-protobuf-internal-version", [all …]
|
| D | integration_test.go | 1 // Copyright 2019 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 5 //go:build ignore 31 "google.golang.org/protobuf/internal/version" 50 golangLatest = golangVersions[len(golangVersions)-1] 60 // purgeTimeout determines the maximum age of unused sub-directories. 76 // Fail the test late, so we can test uncommitted changes with -failfast. 81 gitUntracked := mustRunCommand(t, "git", "ls-files", "--others", "--exclude-standard") 86 // Do the relatively fast checks up-front. 88 diff := mustRunCommand(t, "go", "run", "-tags", "protolegacy", "./internal/cmd/generate-types") [all …]
|
| /external/libcap/ |
| D | Makefile | 11 all install clean: %: %-here 12 $(MAKE) -C libcap $@ 14 $(MAKE) -C pam_cap $@ 17 $(MAKE) -C go $@ 18 rm -f cap/go.sum 20 $(MAKE) -C tests $@ 21 $(MAKE) -C progs $@ 22 $(MAKE) -C doc $@ 23 $(MAKE) -C kdebug $@ 25 all-here: [all …]
|
| D | Make.Rules | 1 # Common version number defines for libcap 3 VERSION=2 14 # Autoconf-style prefixes are activated when $(prefix) is defined. 21 lib=$(shell ldd /usr/bin/ld|egrep "ld-linux|ld.so"|cut -d/ -f2) 46 # From here on out, the Go module packages should always remain 47 # backwardly compatible. I will only resort to using major version 2 48 # etc if Go's syntax dramatically changes in a backwards incompatible 55 IPATH += -fPIC -I$(KERNEL_HEADERS) -I$(topdir)/libcap/include 58 DEFINES := -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 59 COPTS ?= -O2 [all …]
|
| /external/skia/infra/bots/recipes/infra.expected/ |
| D | infra_tests_lottie_ci.json | 5 "[START_DIR]/go/go/VERSION" 7 "name": "realpath go/go/VERSION" 19 "[START_DIR]/go/go/VERSION" 21 "name": "realpath go/go/VERSION (2)" 35 "cwd": "[START_DIR]/lottie-ci", 40 "GOROOT": "[START_DIR]/go/go", 41 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 51 "cwd": "[START_DIR]/lottie-ci", 56 "GOROOT": "[START_DIR]/go/go", 57 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" [all …]
|
| D | infra_tests.json | 5 "[START_DIR]/go/go/VERSION" 7 "name": "realpath go/go/VERSION" 19 "[START_DIR]/go/go/VERSION" 21 "name": "realpath go/go/VERSION (2)" 40 "GOROOT": "[START_DIR]/go/go", 41 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 56 "GOROOT": "[START_DIR]/go/go", 57 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 65 "-a", 66 "-m", [all …]
|
| /external/tensorflow/tensorflow/go/ |
| D | test.sh | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 18 # The TensorFlow Go API aims to be usable with the 'go' tool 19 # (using 'go get' etc.) and thus without bazel. 21 # This script acts as a brige between bazel and go so that: 24 # go test github.com/tensorflow/tensorflow/tensorflow/go 27 set -ex 29 # Find the 'go' tool 30 if [[ ! -x "go" && -z $(which go) ]] 32 if [[ -x "/usr/local/go/bin/go" ]] [all …]
|
| /external/golang-protobuf/.github/workflows/ |
| D | test.yml | 7 # This is just a version to compile the integration_test.go; see 8 # golangVersions in that file for the list of actual Go versions used. 9 go-version: [1.x] 10 os: [ubuntu-latest] # TODO: Add [macos-latest, windows-latest] 11 runs-on: ${{ matrix.os }} 13 - name: Install Linux dependencies 15 run: sudo apt-get -y install autoconf automake libtool curl make g++ unzip 16 - name: Install Go 17 uses: actions/setup-go@v3 19 go-version: ${{ matrix.go-version }} [all …]
|
| /external/protobuf/benchmarks/ |
| D | README.md | 33 CPP proto version of python protobuf, which is also a prerequisite for Python 34 protobuf cpp implementation. You need to install the correct version of Python 35 C++ extension package before run generated CPP proto version of Python 39 $ sudo apt-get install python-dev 40 $ sudo apt-get install python3-dev 42 And you also need to make sure `pkg-config` is installed. 44 ### Go subsection 45 Go protobufs are maintained at [github.com/golang/protobuf]( 47 toolchain and the Go protoc-gen-go plugin for protoc. 49 To install protoc-gen-go, run: [all …]
|
| /external/toolchain-utils/compiler_wrapper/ |
| D | build.py | 2 # -*- coding: utf-8 -*- 4 # Use of this source code is governed by a BSD-style license that can be 20 "--config", 25 "--use_ccache", required=True, choices=["true", "false"] 28 "--version_suffix", 29 help="A string appended to the computed version of the wrapper. This " 33 "--use_llvm_next", required=True, choices=["true", "false"] 35 parser.add_argument("--output_file", required=True, type=str) 37 "--static", 52 def calc_go_args(args, version, build_dir): argument [all …]
|
| /external/go-cmp/.github/workflows/ |
| D | test.yml | 7 go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x] 8 os: [ubuntu-latest, macos-latest] 9 runs-on: ${{ matrix.os }} 11 - name: Install Go 12 uses: actions/setup-go@v2 14 go-version: ${{ matrix.go-version }} 15 - name: Checkout code 17 - name: Test 18 run: go test -v -race ./... 19 - name: Format [all …]
|
| /external/cronet/third_party/protobuf/benchmarks/ |
| D | README.md | 33 CPP proto version of python protobuf, which is also a prerequisite for Python 34 protobuf cpp implementation. You need to install the correct version of Python 35 C++ extension package before run generated CPP proto version of Python 39 $ sudo apt-get install python-dev 40 $ sudo apt-get install python3-dev 42 And you also need to make sure `pkg-config` is installed. 44 ### Go subsection 45 Go protobufs are maintained at [github.com/golang/protobuf]( 47 toolchain and the Go protoc-gen-go plugin for protoc. 49 To install protoc-gen-go, run: [all …]
|
| /external/golang-protobuf/runtime/protoimpl/ |
| D | version.go | 1 // Copyright 2019 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 8 "google.golang.org/protobuf/internal/version" 12 // MaxVersion is the maximum supported version for generated .pb.go files. 13 // It is always the current version of the module. 14 MaxVersion = version.Minor 16 // GenVersion is the runtime version required by generated .pb.go files. 21 // MinVersion is the minimum supported version for generated .pb.go files. 26 // EnforceVersion is used by code generated by protoc-gen-go 29 // - the runtime package is too old and needs to be updated OR [all …]
|
| /external/golang-protobuf/cmd/protoc-gen-go/ |
| D | main.go | 1 // Copyright 2018 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 5 // The protoc-gen-go binary is a protoc plugin to generate Go code for 9 // https://protobuf.dev/reference/go/go-generated. 19 gengo "google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo" 21 "google.golang.org/protobuf/internal/version" 24 const genGoDocURL = "https://protobuf.dev/reference/go/go-generated" 25 const grpcDocURL = "https://grpc.io/docs/languages/go/quickstart/#regenerate-grpc-code" 28 if len(os.Args) == 2 && os.Args[1] == "--version" { 29 fmt.Fprintf(os.Stdout, "%v %v\n", filepath.Base(os.Args[0]), version.String()) [all …]
|
| /external/openthread/tests/scripts/thread-cert/ |
| D | v1_2_test_domain_unicast_address_registration.py | 77 FED_1_2_1 --- ROUTER_1_1 FED_1_2_2 MED_1_2_2 80 BBR_1 (LEADER) --- ROUTER_1_2 --- SED_1_2_2 90 … BBR_REREGISTRATION_DELAY, ROUTER_1_2 should re-register its DUA within BBR_REREGISTRATION_DELAY. 91 - ROUTER_1_2 should remove its dua 92 - update network data, ROUTER_1_2 would regenerate and register the same dua 95 - increase dad counter 96 - regenerate a new DUA 97 - send DUA.req 99 - increase BBR seqno to trigger reregistration 100 …- ROUTER_1_2 should re-register within BBR_REREGISTRATION_DELAY. For the not fatal errors, ROUTER_… [all …]
|
| /external/openthread/tests/scripts/thread-cert/backbone/ |
| D | test_mlr_multicast_routing.py | 63 # --------(eth)--------- 65 # PBBR---SBBR HOST 68 # ROUTER--LEADER 74 # PBBR---LEADER 81 'version': '1.2', 88 'version': '1.2', 94 'version': '1.2', 99 'version': '1.2', 104 'version': '1.2', 110 'version': '1.2', [all …]
|
| /external/skia/infra/bots/task_drivers/codesize/ |
| D | codesize.go | 2 // Use of this source code is governed by a BSD-style license that can be 5 // This task driver takes a binary (e.g. "dm") built by a Build-* task (e.g. 6 // "Build-Debian10-Clang-x86_64-Release"), runs Bloaty against the binary, and uploads the resulting 10 // tryjob's changelist/patchset vs. built at tip-of-tree. The binary built at tip-of-tree is 11 // produced by a *-NoPatch task (e.g. "Build-Debian10-Clang-x86_64-Release-NoPatch"), whereas the 13 // without the "-NoPatch" suffix (e.g. "Build-Debian10-Clang-x86_64-Release"). The size diff is 15 …s://github.com/google/bloaty/blob/f01ea59bdda11708d74a3826c23d6e2db6c996f0/doc/using.md#size-diffs. 31 "cloud.google.com/go/storage" 34 "go.skia.org/infra/go/auth" 35 "go.skia.org/infra/go/exec" [all …]
|
| /external/skia/infra/bots/task_drivers/recreate_skps/ |
| D | recreate_skps.go | 3 // Use of this source code is governed by a BSD-style license that can be 16 "go.skia.org/infra/go/depot_tools" 17 "go.skia.org/infra/go/exec" 18 "go.skia.org/infra/go/gerrit" 19 "go.skia.org/infra/go/git/git_common" 20 "go.skia.org/infra/go/sklog" 21 "go.skia.org/infra/promk/go/pushgateway" 22 "go.skia.org/infra/task_driver/go/lib/auth_steps" 23 "go.skia.org/infra/task_driver/go/lib/checkout" 24 "go.skia.org/infra/task_driver/go/lib/gerrit_steps" [all …]
|
| /external/perfetto/docs/visualization/ |
| D | perfetto-ui-release-process.md | 6 - `stable`, the version served by default on ui.perfetto.dev. 8 - `canary`, a less stable but fresher release. Updated every 1-2 weeks. 9 - `autopush`, the current HEAD version of the UI. Unstable. 13 - Week 1: Update `canary` to `HEAD`. 14 - Week 2: Update `canary` to `HEAD`. 16 Only critical bug fixes can be cherry-picked onto `canary`. 17 - Week 3: Canary stabilization week 2/2. 18 - Week 4: Update `stable` to current `canary`, update `canary` to `HEAD`. 23 - Canary soaks for two weeks before being promoted to stable. 24 - Newer features can be tried out in Canary within a week, or two at most (if [all …]
|
| /external/protobuf/examples/ |
| D | README.md | 1 # Protocol Buffers - Code Example 12 https://developers.google.com/protocol-buffers/docs/tutorials 17 the latest version of bazel from bazel's release page: 28 $ bazel-bin/add_person_cpp addressbook.data 40 Go). However, since different language has different installation requirement, 60 "-lpthread" from the linker commands (perhaps replacing it with something else). 71 Make sure the runtime version is the same as protoc binary, or it may not work. 82 https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java 86 $ export CLASSPATH=/path/to/protobuf-java-[version].jar 92 ### Go subsection [all …]
|
| /external/cronet/third_party/protobuf/examples/ |
| D | README.md | 1 # Protocol Buffers - Code Example 12 https://developers.google.com/protocol-buffers/docs/tutorials 17 the latest version of bazel from bazel's release page: 28 $ bazel-bin/add_person_cpp addressbook.data 40 Go). However, since different language has different installation requirement, 60 "-lpthread" from the linker commands (perhaps replacing it with something else). 71 Make sure the runtime version is the same as protoc binary, or it may not work. 82 https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java 86 $ export CLASSPATH=/path/to/protobuf-java-[version].jar 92 ### Go subsection [all …]
|
| /external/grpc-grpc/tools/gce/ |
| D | linux_performance_worker_init.sh | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 20 set -ex 22 sudo apt-get update 25 sudo apt-get install -y openjdk-8-jdk 26 sudo apt-get install -y unzip lsof 28 sudo apt-get install -y \ 30 autotools-dev \ 31 build-essential \ 36 gcc-multilib \ [all …]
|