Home
last modified time | relevance | path

Searched +full:update +full:- +full:alternatives (Results 1 – 25 of 146) sorted by relevance

123456

/third_party/rust/rust/tests/ui/proc-macro/
Dpretty-print-hack-show.local.stderr2 --> $DIR/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs:4:6
8 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
9 …ling in future versions of Rust; please update to `rental` v0.5.6, or switch to one of the `rental…
13 --> $DIR/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs:4:6
19 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
20 …ling in future versions of Rust; please update to `rental` v0.5.6, or switch to one of the `rental…
23 --> $DIR/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs:4:6
29 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
30 …ling in future versions of Rust; please update to `rental` v0.5.6, or switch to one of the `rental…
33 --> $DIR/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs:4:6
[all …]
Dpretty-print-hack-show.remapped.stderr2 --> $DIR/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs:4:6
8 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
9 …ling in future versions of Rust; please update to `rental` v0.5.6, or switch to one of the `rental…
13 --> $DIR/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs:4:6
19 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
20 …ling in future versions of Rust; please update to `rental` v0.5.6, or switch to one of the `rental…
23 --> $DIR/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs:4:6
29 = note: for more information, see issue #83125 <https://github.com/rust-lang/rust/issues/83125>
30 …ling in future versions of Rust; please update to `rental` v0.5.6, or switch to one of the `rental…
33 --> $DIR/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs:4:6
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/
Dcontinuous.sh5 set -e # Fail on any error.
6 set -x # Display commands being run.
8 # Update CMake
9 sudo aptitude purge -yq cmake
10 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
11 sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main'
12 sudo aptitude update -yq
13 sudo aptitude install -yq cmake
14 cmake --version
17 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
[all …]
/third_party/liburing/.github/workflows/
Dbuild.yml10 runs-on: ubuntu-22.04
13 fail-fast: false
16 # x86-64 gcc
17 - arch: x86_64
18 cc_pkg: gcc-x86-64-linux-gnu
19 cxx_pkg: g++-x86-64-linux-gnu
20 cc: x86_64-linux-gnu-gcc
21 cxx: x86_64-linux-gnu-g++
23 # x86-64 clang
24 - arch: x86_64
[all …]
/third_party/libphonenumber/
Drun-java-demo.md19 `appengine-java-sdk`. You may want to rename the directory after unpacking.
30 the `java` directory. Alternatively, update `java/demo/build.xml` to point to
36 `demo/war/WEB-INF/lib/`.
46 cp build/jar/* demo/war/WEB-INF/lib
67 * To see the list of JDKs currently installed, use `update-java-alternatives
68 -l`.
77 Engine](http://cloud.google.com/appengine/docs/standard/java/gettingstarted/deploying-the-applicati…
82 ../appengine-java-sdk/bin/appcfg.sh update war
85 The demo will be uploaded to `http://application-id.appspot.com/`.
DREADME.md2 <img src="https://travis-ci.org/google/libphonenumber.svg?branch=master">
21 * For contributors and porters: [How to run the Java demo](run-java-demo.md)
22 * For porters: [How to make metadata changes](making-metadata-changes.md)
28 * `getNumberType` - gets the type of the number based on the number itself;
29 able to distinguish Fixed-line, Mobile, Toll-free, Premium Rate, Shared
31 * `isNumberMatch` - gets a confidence level on whether two numbers could be
33 * `getExampleNumber` and `getExampleNumberForType` - provide valid example
36 * `isPossibleNumber` - quickly guesses whether a number is a possible
39 * `isValidNumber` - full validation of a phone number for a region using
41 * `AsYouTypeFormatter` - formats phone numbers on-the-fly when users enter
[all …]
/third_party/python/Lib/lib2to3/
Dpytree.py87 Return a post-order iterator for the tree.
95 Return a pre-order iterator for the tree.
182 return self.parent.children[i-1]
263 """Return a post-order iterator for the tree."""
269 """Return a pre-order iterator for the tree."""
376 """Return a post-order iterator for the tree."""
380 """Return a pre-order iterator for the tree."""
401 strictly bottom-up.
425 - LeafPattern matches a single leaf node;
426 - NodePattern matches a single node (usually non-leaf);
[all …]
/third_party/mindspore/mindspore-src/source/scripts/install/
Dubuntu-cpu-source.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 # - change deb source to huaweicloud mirror
21 # - install compile dependencies via apt like cmake, gcc
22 # - install python3 & pip3 via apt and set it to default
23 # - install LLVM if LLVM is set to on.
26 # - PYTHON_VERSION: python version to install. [3.7(default), 3.8, 3.9]
27 # - LLVM: whether to install optional dependency LLVM for graph kernel fusion. [on, off(default)]
30 # Run script like `bash ./ubuntu-cpu-source.sh`.
31 # To set augments, run it as `PYTHON_VERSION=3.9 LLVM=on bash ./ubuntu-cpu-source.sh`.
33 set -e
[all …]
Dubuntu-cpu-pip.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 # - change deb source to huaweicloud mirror
21 # - install mindspore dependencies via apt like gcc, libgmp
22 # - install python3 & pip3 via apt and set it to default
23 # - install mindspore-cpu within new installed python by pip
26 # - PYTHON_VERSION: python version to install. [3.7(default), 3.8, 3.9]
27 # - MINDSPORE_VERSION: mindspore version to install, >=1.6.0, required
30 # Run script like `MINDSPORE_VERSION=1.7.0 bash ./ubuntu-cpu-pip.sh`.
31 # To set augments, run it as `PYTHON_VERSION=3.9 MINDSPORE_VERSION=1.6.0 bash ./ubuntu-cpu-pip.sh…
33 set -e
[all …]
Dubuntu-gpu-source.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 # - change deb source to huaweicloud mirror
21 # - install compile dependencies via apt like cmake, gcc
22 # - install python3 & pip3 via apt and set it to default
23 # - install CUDA by run file and cudnn via apt.
24 # - compile and install Open MPI if OPENMPI is set to on.
25 # - install LLVM if LLVM is set to on.
28 # - PYTHON_VERSION: python version to install. [3.7(default), 3.8, 3.9]
29 # - CUDA_VERSION: CUDA version to install. [10.1, 11.1 11.6(default)]
30 # - OPENMPI: whether to install optional package Open MPI for distributed training. [on, off(defa…
[all …]
Dubuntu-gpu-pip.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 # - change deb source to huaweicloud mirror
21 # - install mindspore dependencies via apt like gcc, libgmp
22 # - install python3 & pip3 via apt and set it to default
23 # - install CUDA by run file and cudnn via apt.
24 # - install mindspore-cpu within new installed python by pip
25 # - compile and install Open MPI if OPENMPI is set to on.
28 # - PYTHON_VERSION: python version to install. [3.7(default), 3.8, 3.9]
29 # - MINDSPORE_VERSION: mindspore version to install, >=1.6.0, required
30 # - CUDA_VERSION: CUDA version to install. [10.1, 11.1 11.6(default)]
[all …]
/third_party/rust/crates/nom/doc/archive/
Dupgrading_to_nom_1.md5 Here are a few tips to update your code to run with nom 1.0:
20 The default error type is `u32` to keep some compatibility with older code. To update your code, th…
46 fn parse_status<'a>(i: &'a [u8]) -> IResult<'a, &'a [u8], Status>
49 fn parse_status(i: &[u8]) -> IResult<&[u8], Status>
60 * `alt!` will now return `Incomplete` if one of its alternatives returns `Incomplete` instead of sk…
/third_party/pcre2/pcre2/maint/
DREADME13 Long-term ideas (wish list)
30 site. The generated file contains the tables for a 2-stage lookup of Unicode
48 pcre2_chartables.c.non-standard
79 sequence of bytes in the UTF-8 encoding, and vice versa. If its argument is a
80 hex number such as 0x1234, it outputs a list of the equivalent UTF-8 bytes.
81 If its argument is a sequence of concatenated UTF-8 bytes (e.g. 12e188b4) it
82 treats them as a UTF-8 string and outputs the equivalent code points in hex.
94 Note: Previously, it was necessary to update lists of scripts and their
138 . Update the library version numbers in configure.ac according to the rules
143 files are CMakeLists.txt and config-cmake.h.in. After making a release, test
[all …]
/third_party/grpc/src/objective-c/
DREADME.md2 # gRPC for Objective-C
11 - [Write your API declaration in proto format](#write-protos)
12 - [Integrate a proto library in your project](#cocoapods)
13 - [Use the generated library in your code](#use)
14 - [Use gRPC without Protobuf](#no-proto)
15 - [Alternatives to the steps above](#alternatives)
16 - [Install protoc with the gRPC plugin](#install)
17 - [Install protoc and the gRPC plugin without using Homebrew](#no-homebrew)
18 - [Integrate the generated gRPC library without using Cocoapods](#no-cocoapods)
20 <a name="write-protos"></a>
[all …]
/third_party/cups-filters/
DINSTALL1 INSTALL - OpenPrinting CUPS Filters v1.28.17 - 2023-01-24
2 ---------------------------------------------------------
9 **** IF YOU HAVE A NON-POSTSCRIPT PRINTER AND ARE NOT ****
17 You'll need ANSI-compliant C and C++ compilers, plus a make program and
18 POSIX-compliant shell (/bin/sh). The GNU compiler tools and Bash work well
31 "--enable-poppler-cpp" configure option (or the
32 "libpoppler-cpp-dev(el)" package has to be installed if the
39 To get cups-browsed, the daemon to browse Bonjour broadcasts of
41 need libavahi-common and libavahi-client.
45 The CUPS Filters BZR repository doesn't hold a copy of the pre-built
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/cloud_infer/quick_start_python/
Dlite-cpu-pip.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 # - Change deb source to huawei cloud mirror.
21 # - Install python3 & pip3 via apt and set it to default.
22 # - Install MindSpore Lite dependencies via pip like numpy, wheel.
23 # - Download model and input data file.
24 # - Install MindSpore Lite within new installed python by pip.
27 # - MINDSPORE_LITE_VERSION: MindSpore Lite cloud-side inference version to install, >=2.0.0, requ…
30 # Run script like `MINDSPORE_LITE_VERSION=2.0.0 bash ./lite-cpu-pip.sh`.
32 set -e
34 PYTHON_VERSION=${PYTHON_VERSION:-3.7}
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/cloud_infer/quick_start_parallel_python/
Dlite-server-cpu-pip.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 # - Change deb source to huawei cloud mirror.
21 # - Install python3 & pip3 via apt and set it to default.
22 # - Install MindSpore Lite dependencies via pip like numpy, wheel.
23 # - Download model and input data file.
24 # - Install MindSpore Lite within new installed python by pip.
27 # - MINDSPORE_LITE_VERSION: MindSpore Lite cloud-side inference version to install, >=2.0.0, requ…
30 # Run script like `MINDSPORE_LITE_VERSION=2.0.0 bash ./lite-server-cpu-pip.sh`.
32 set -e
34 PYTHON_VERSION=${PYTHON_VERSION:-3.7}
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/quick_start_python/
Dlite-cpu-pip.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 # - Change deb source to huawei cloud mirror.
21 # - Install python3 & pip3 via apt and set it to default.
22 # - Install MindSpore Lite dependencies via pip like numpy, wheel.
23 # - Download model and input data file.
24 # - Install MindSpore Lite within new installed python by pip.
27 # - MINDSPORE_LITE_VERSION: MindSpore Lite version to install, >=1.8.0, required
30 # Run script like `MINDSPORE_LITE_VERSION=1.9.0 bash ./lite-cpu-pip.sh`.
32 set -e
34 PYTHON_VERSION=${PYTHON_VERSION:-3.7}
[all …]
/third_party/cups/
Dcups.spec8 Summary: CUPS is the standards-based, open source printing system for linux operating systems.
9 License: Apache-2.0 WITH LLVM-exception
12 Source0: https://github.com/OpenPrinting/cups/releases/download/v%{version}/cups-%{version}-source.…
17 Patch1: cups-system-auth.patch
18 Patch2: cups-multilib.patch
19 Patch3: cups-banners.patch
20 Patch4: cups-direct-usb.patch
21 Patch5: cups-driverd-timeout.patch
22 Patch6: cups-usb-paperout.patch
23 Patch7: cups-uri-compat.patch
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DREADME.md1 # Abseil - C++ Common Libraries
3 The repository contains the Abseil C++ library code. Abseil is an open-source
9 - [About Abseil](#about)
10 - [Quickstart](#quickstart)
11 - [Building Abseil](#build)
12 - [Support](#support)
13 - [Codemap](#codemap)
14 - [Releases](#releases)
15 - [License](#license)
16 - [Links](#links)
[all …]
/third_party/protobuf/docs/design/editions/
Dgroup-migration-issues.md3 **Authors**: [@mkruskal-google](https://github.com/mkruskal-google)
12 Joshua Humphries reported some well-timed
26 ecosystem to use delimited encoding everywhere. Releasing a semi-broken feature
61 While using the field name for generated APIs required less special-casing in
62 the generators, the field name ends up producing slightly-less-readable APIs for
63 multi-word camelcased groups. The result is that we see a fairly random-seeming
64 mix in different generators. Using protoc-explorer (not available externally),
125 <td>Objective-c
152 \*\* This includes all upb-based runtimes as well (e.g. Ruby, Rust, etc.) \
157 of protos in google3, and could probably be manually fixed as-needed. Java's
[all …]
Deditions-feature-visibility.md3 **Authors:** [@mkruskal-google](https://github.com/mkruskal-google)
5 **Approved:** 2023-09-08
9 While [Editions: Life of a FeatureSet](editions-life-of-a-featureset.md) handles
10 how we propagate features *to* runtimes, what's left under-specified is how the
21 1. **Direct access to resolved features protos** - While runtime decisions
22 *should* be made based on the data in these protos, their struct-like nature
30 2. **Accidental use of unresolved features** - Unresolved features represent a
31 clear foot-gun for users, that could also cause issues for us. Since they
40 * **Remodeling features** - We've bounced back and forth on how UTF8
44 control them. While the `.proto` file large-scale change to bump them to the
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dcasts.h8 // https://www.apache.org/licenses/LICENSE-2.0
16 // -----------------------------------------------------------------------------
18 // -----------------------------------------------------------------------------
22 // use these with caution and only if alternatives do not exist.
118 // * Casting non-pointer types to pointer types (casting the other way is
119 // allowed by `reinterpret_cast()` but round-trips cannot occur the other
128 // Casting non-pointer types to pointer types and then dereferencing them
137 // The address-casting method produces undefined behavior according to the ISO
150 // default-constructible.
172 "absl::bit_cast type requirements were violated. Update the types "
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h1 //=- llvm/CodeGen/GlobalISel/RegBankSelect.h - Reg Bank Selector --*- C++ -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
37 /// v2 = G_ADD i32 v0, v1 <-- MI
61 //===----------------------------------------------------------------------===//
155 assert(!isSplit() && "Wrong pre-condition"); in getPoint()
174 assert(!isSplit() && "Wrong pre-condition"); in getInsertMBB()
217 : Instr.getParent()->end(); in getPointImpl()
282 /// P is used to update the analysis passes as applicable.
291 assert(DstOrSplit && DstOrSplit->isPredecessor(&Src) && in getPointImpl()
[all …]
/third_party/zlib/win32/
DDLL_FAQ.txt14 - ZLIB1.DLL is the common build of zlib as a DLL.
45 - The old ZLIB.DLL, built from zlib-1.1.4 or earlier, required
64 a binary-incompatible change in the DLL interface, in order to
71 zlib-1.x series will last.
79 an old ZLIB.DLL, that was built from zlib-1.1.4 or earlier?
81 - In principle, you can do it by assigning calling convention
84 old DLL exists in several mutually-incompatible versions.
93 link it to an old ZLIB.DLL, that was built from zlib-1.1.4 or
96 - The official answer is "no"; the real answer depends again on
101 version of zlib (post- 1.1.4), it is strongly recommended to
[all …]

123456