Home
last modified time | relevance | path

Searched +full:highly +full:- +full:available (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/external/rust/crates/rand_core/src/
Dos.rs3 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4 // https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5 // <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
17 /// This is a zero-sized struct. It can be freely constructed with `OsRng`.
22 /// This struct is only available when specifying the crate feature `getrandom`
23 /// or `std`. When using the `rand` lib, it is also available as `rand::rngs::OsRng`.
29 /// (though highly unlikely) for `OsRng` to fail on some platforms, most
30 /// likely due to system mis-configuration.
32 /// After the first successful call, it is highly unlikely that failures or
34 /// be much slower than a user-space PRNG).
[all …]
/external/perfetto/docs/data-sources/
Dcpu-freq.md3 This data source is available on Linux and Android (Since P).
14 in-kernel cpufreq scaling driver changes the frequency. Note that this is not
15 supported on all platforms. In our experience it works reliably on ARM-based
16 SoCs but produces no data on most modern Intel-based platforms. This is
19 Also note that even on ARM-based platforms, the event is emitted only
28 current value in the trace buffer. Works on both Intel and ARM-based
31 On most Android devices the frequency scaling is per-cluster (group of
35 #### Available frequencies
37 It is possible to record one-off also the full list of frequencies supported by
42 [`cpu_freq` table](/docs/analysis/sql-tables.autogen#cpu_freq).
[all …]
/external/python/apitools/apitools/base/py/
Dcompression_test.py9 # http://www.apache.org/licenses/LICENSE-2.0
30 # Sample highly compressible data (~50MB).
41 Test that highly compressible data is actually compressed in entirety.
142 Test that more data can be requested from the stream than available
146 # Ensure requesting more data than available does not raise an
/external/trusty/arm-trusted-firmware/docs/getting_started/
Dprerequisites.rst4 This document describes the software requirements for building |TF-A| for
7 It may possible to build |TF-A| with combinations of software packages that are
12 ----------
14 |TF-A| can be built using either a Linux or a Windows machine as the build host.
16 A relatively recent Linux distribution is recommended for building |TF-A|. We
17 have performed tests using Ubuntu 22.04 LTS (64-bit) but other distributions
24 ---------
26 |TF-A| can be built with any of the following *cross-compiler* toolchains that
27 target the Armv7-A or Armv8-A architectures:
29 - TF-A has been tested with version 12.3.Rel1 (gcc 12.3) from the `Arm Developer website`_
[all …]
/external/python/cpython2/Doc/library/
Dintro.rst2 .. _library-intro:
16 The library also contains built-in functions and exceptions --- objects that can
24 source form. Some modules provide interfaces that are highly specific to
28 the World Wide Web. Some modules are available in all versions and ports of
29 Python; others are only available when the underlying system supports or
30 requires them; yet others are available only when a particular configuration
33 This manual is organized "from the inside out:" it first describes the built-in
34 data types, then the built-in functions and exceptions, and finally the modules,
41 available modules and application areas that are supported by the Python
42 library. Of course, you don't *have* to read it like a novel --- you can also
[all …]
/external/mockito/src/main/java/org/mockito/quality/
DStrictness.java3 * This program is made available under the terms of the MIT License.
23 …* <li>{@link Strictness#STRICT_STUBS} - ensures clean tests, reduces test code duplication, im…
24 * Best combination of flexibility and productivity. Highly recommended.
28 * <li>{@link Strictness#LENIENT} - no added behavior.
31 * <li>{@link Strictness#WARN} - cleaner tests but only if you read the console output.
71 * Highly recommended.
/external/AFLplusplus/instrumentation/
DREADME.llvm.md1 # Fast LLVM-based instrumentation for afl-fuzz
5 For the GCC-based instrumentation, see
10 ! llvm_mode works with llvm versions 3.8 up to 17 - but 13+ is recommended !
13 true compiler-level instrumentation, instead of the more crude assembly-level
14 rewriting approach taken by afl-gcc and afl-clang. This has several interesting
17 - The compiler can make many optimizations that are hard to pull off when
18 manually inserting assembly. As a result, some slow, CPU-bound programs will
25 - The instrumentation is CPU-independent. At least in principle, you should be
26 able to rely on it to fuzz programs on non-x86 architectures (after building
27 afl-fuzz with AFL_NO_X86=1).
[all …]
/external/google-cloud-java/java-biglake/
D.repo-metadata.json5 …ss to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-sour…
6 …"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-biglake/latest/…
10 "repo": "googleapis/java-biglake",
11 "repo_short": "java-biglake",
12 "distribution_name": "com.google.cloud:google-cloud-biglake",
/external/google-cloud-java/java-dataproc-metastore/
D.repo-metadata.json4 "product_documentation": "https://cloud.google.com/dataproc-metastore/docs",
5 …"api_description": "is a fully managed, highly available, autoscaled, autohealing, OSS-native meta…
6 …"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-dataproc-metast…
10 "repo": "googleapis/google-cloud-java",
11 "repo_short": "java-dataproc-metastore",
12 "distribution_name": "com.google.cloud:google-cloud-dataproc-metastore",
/external/google-cloud-java/java-managed-identities/
D.repo-metadata.json4 "product_documentation": "https://cloud.google.com/managed-microsoft-ad/",
5highly available, hardened Google Cloud service running actual Microsoft AD that enables you to ma…
6 …"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-managed-identit…
10 "repo": "googleapis/google-cloud-java",
11 "repo_short": "java-managed-identities",
12 "distribution_name": "com.google.cloud:google-cloud-managed-identities",
13 "api_id": "managed-identities.googleapis.com",
/external/google-cloud-java/java-redis/
D.repo-metadata.json5 …"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-redis/latest/ov…
9 "repo": "googleapis/google-cloud-java",
10 "repo_short": "java-redis",
11 "distribution_name": "com.google.cloud:google-cloud-redis",
15 …Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure …
/external/harfbuzz_ng/
DCONFIG.md5 HarfBuzz library plus hb-shape / hb-view utilities, make sure FreeType and Cairo
6 are available and found during configuration.
21 this is `-Os`, and can be enabled by passing `CXXFLAGS=-Os`. On clang there
22 is an even more extreme flag, `-Oz`. Meson also provides `--buildtype=minsize`
25 HarfBuzz heavily uses inline functions and the optimize-size flag can make the
27 the optimize-size builds perform *faster* as well, thanks to lower code
34 Another compiler option to consider is "link-time optimization", also known as
35 'lto'. To enable that, feel free to use `-Db_lto=true` of meson.
45 * https://lwn.net/Articles/741494/ (all of the four-part series)
46 * https://elinux.org/images/2/2d/ELC2010-gc-sections_Denys_Vlasenko.pdf
[all …]
/external/llvm/bindings/python/llvm/tests/
Dbase.py14 '/lib/i386-linux-gnu',
21 FIXME Support additional, highly-likely targets or create one
31 raise Exception('No suitable test binaries available!')
/external/freetype/
DREADME6 FreeType is a freely available software library to render fonts.
8 It is written in C, designed to be small, efficient, highly
9 customizable, and portable while capable of producing high-quality
16 file `docs/LICENSE.TXT` for the available licenses.
26 doesn't work due to cross-site scripting issues.]
28 Additional documentation is available as a separate package from our
35 freetype-doc-2.13.2.tar.xz
36 freetype-doc-2.13.2.tar.gz
45 -------------
48 e-mail lists.
[all …]
/external/e2fsprogs/lib/blkid/
Dlibblkid.3.in3 .\" This man page was created for libblkid.so.1.0 from e2fsprogs-1.24.
10 libblkid \- block device identification library
16 .B \-lblkid
23 A common use is to allow use of LABEL= and UUID= tags instead of hard-coding
38 multiple devices, use of the cache is highly recommended (even if empty) as
39 devices will be scanned at most one time and the on-disk cache will be
58 is part of the e2fsprogs package since version 1.33 and is available from
62 is available under the terms of the GNU Library General Public License (LGPL),
72 Boston, MA 02110-1301 USA
/external/python/google-api-python-client/docs/dyn/
Drecommendationengine_v1beta1.projects.locations.catalogs.catalogItems.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/google-cloud-java/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1/
Dpackage-info.java8 * https://www.apache.org/licenses/LICENSE-2.0
24 * <p>Service Description: BigLake Metastore is a serverless, highly available, multi-tenant runtime
31 * <li>Each project has a collection of available locations: `/locations/&#42;`
42 * // - It may require correct/in-range values for request initialization.
43 * // - It may require specifying regional endpoints when creating the service client as shown in
53 @Generated("by gapic-generator-java")
/external/google-cloud-java/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/
Dpackage-info.java8 * https://www.apache.org/licenses/LICENSE-2.0
24 * <p>Service Description: BigLake Metastore is a serverless, highly available, multi-tenant runtime
31 * <li>Each project has a collection of available locations: `/locations/&#42;`
42 * // - It may require correct/in-range values for request initialization.
43 * // - It may require specifying regional endpoints when creating the service client as shown in
53 @Generated("by gapic-generator-java")
/external/googleapis/google/cloud/bigquery/biglake/v1/
Dbiglake_v1.yaml7 - name: google.cloud.bigquery.biglake.v1.MetastoreService
10 summary: |-
12 managed, and highly available metastore for open-source data that can be
17 - selector: 'google.cloud.bigquery.biglake.v1.MetastoreService.*'
22 - selector: 'google.cloud.bigquery.biglake.v1.MetastoreService.*'
24 canonical_scopes: |-
26 https://www.googleapis.com/auth/cloud-platform
30 …documentation_uri: https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-meta…
36 - version: google.cloud.bigquery.biglake.v1
42 - PACKAGE_MANAGER
[all …]
/external/googleapis/google/cloud/bigquery/biglake/v1alpha1/
Dbiglake_v1alpha1.yaml7 - name: google.cloud.bigquery.biglake.v1alpha1.MetastoreService
10 summary: |-
12 managed, and highly available metastore for open-source data that can be
17 - selector: 'google.cloud.bigquery.biglake.v1alpha1.MetastoreService.*'
22 - selector: 'google.cloud.bigquery.biglake.v1alpha1.MetastoreService.*'
24 canonical_scopes: |-
26 https://www.googleapis.com/auth/cloud-platform
30 …documentation_uri: https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-meta…
36 - version: google.cloud.bigquery.biglake.v1alpha1
42 - PACKAGE_MANAGER
[all …]
/external/googleapis/google/cloud/managedidentities/
DBUILD.bazel2 # google-cloud-managed_identities.
23 "ruby-cloud-gem-name=google-cloud-managed_identities",
24 "ruby-cloud-env-prefix=MANAGED_IDENTITIES",
25 "ruby-cloud-wrapper-of=v1:0.7",
26 "ruby-cloud-product-url=https://cloud.google.com/managed-microsoft-ad/",
27 "ruby-cloud-api-id=managedidentities.googleapis.com",
28 "ruby-cloud-api-shortname=managedidentities",
30 …d Service for Microsoft Active Directory API is used for managing a highly available, hardened ser…
37 name = "google-cloud-managedidentities-ruby",
/external/perfetto/docs/
Dtracing-101.md2 *This page provides a birds-eye view of performance analysis.
12 * increasing utilization of available resources
17 complicated, having a lot of components and a web of cross-interactions.
21 **Tracing** and **profiling** are two such widely-used techniques for
22 performance analysis. **Perfetto** is an open-source suite of tools, combining
26 **Tracing** involves collecting highly detailed data about the execution
31 They often include low-level kernel events like scheduler context switches,
68 Usually metrics map to high-level concepts. Examples of metrics include: CPU
75 right approach. In local and lab situations using **trace-based metrics**,
80 However, trace-based metrics are not a universal solution. When running in
[all …]
/external/googleapis/google/cloud/security/privateca/
DBUILD.bazel2 # google-cloud-security-private_ca.
23 "ruby-cloud-gem-name=google-cloud-security-private_ca",
24 "ruby-cloud-gem-namespace=Google::Cloud::Security::PrivateCA",
25 "ruby-cloud-env-prefix=PRIVATE_CA",
26 "ruby-cloud-wrapper-of=v1:0.10;v1beta1:0.8",
27 "ruby-cloud-product-url=https://cloud.google.com/certificate-authority-service/",
28 "ruby-cloud-api-id=privateca.googleapis.com",
29 "ruby-cloud-api-shortname=privateca",
31 …ruby_cloud_description = "Certificate Authority Service is a highly available, scalable Google Clo…
38 name = "google-cloud-security-privateca-ruby",
/external/googleapis/google/cloud/metastore/
DBUILD.bazel2 # google-cloud-metastore.
23 "ruby-cloud-gem-name=google-cloud-metastore",
24 "ruby-cloud-env-prefix=METASTORE",
25 "ruby-cloud-wrapper-of=v1:0.12;v1beta:0.12",
26 "ruby-cloud-product-url=https://cloud.google.com/dataproc-metastore/",
27 "ruby-cloud-api-id=metastore.googleapis.com",
28 "ruby-cloud-api-shortname=metastore",
30 …ruby_cloud_description = "Dataproc Metastore is a fully managed, highly available within a region,…
37 name = "google-cloud-metastore-ruby",
/external/googleapis/google/cloud/talent/v4beta1/
Djob_service.proto7 // http://www.apache.org/licenses/LICENSE-2.0
43 "https://www.googleapis.com/auth/cloud-platform,"
286 // requisitionId = "req-1"
324 // All available attributes are included in the search results.
348 // * `status` Available values: OPEN, EXPIRED, ALL. Defaults to
358 // requisitionId = "req-1"
361 // * requisitionId = "req-1"
362 // * requisitionId = "req-1" AND status = "EXPIRED"
404 // A string-represented enumeration of the job search mode. The service
423 // Controls whether highly similar jobs are returned next to each other in
[all …]

12345678910>>...36