Home
last modified time | relevance | path

Searched full:sourced (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/google-auth-library-java/
H A DREADME.md31 …* [Accessing resources using Executable-sourced credentials](#using-executable-sourced-credentials…
36 …* [Accessing resources using Executable-sourced credentials](#using-executable-sourced-workforce-c…
275 (file-sourced credentials) or from a local server (URL-sourced credentials).
277 **File-sourced credentials**
278 For file-sourced credentials, a background process needs to be continuously refreshing the file
283 To generate a file-sourced OIDC configuration, run the following command:
286 # Generate an OIDC configuration file for file-sourced credentials.
308 **URL-sourced credentials**
309 For URL-sourced credentials, a local server needs to host a GET endpoint to return the OIDC token.
313 To generate a URL-sourced OIDC workload identity configuration, run the following command:
[all …]
/aosp_15_r20/device/google/cuttlefish/host/commands/metrics/proto/
Dcf_metrics_event.proto49 // Defines the OS that this log was sourced from.
53 // The log event was sourced from an unspecified os type.
56 // The log event was sourced from Linux x86 os type.
59 // The log event was sourced from Linux x86_64 os type.
62 // The log event was sourced from Linux aarch32 os type.
65 // The log event was sourced from Linux aarch64 os type.
69 // Defines the VMM that this log was sourced from.
73 // The log event was sourced from an unspecified vmm type.
76 // The log event was sourced from a CrOS VM vmm type.
79 // The log event was sourced from a QEMU vmm type.
Dcf_log.proto26 // Defines the device class that this log was sourced from.
30 // The log event was sourced from an unspecified device type.
34 // A log event that was sourced from a Cuttlefish host device.
/aosp_15_r20/external/guice/examples/src/example/xml/
H A DXmlBeanModule.java59 Binder sourced = originalBinder.withSource(xmlSource()); in start() local
65 sourced.addError("Missing 'type' attribute."); in start()
74 sourced.addError(e); in start()
82 sourced.addError("%s doesn't have a no-arg constructor."); in start()
102 Binder sourced = originalBinder.withSource(xmlSource()); in start() local
112 sourced.addError("Missing attribute name."); in start()
128 sourced.addError("%s.%s() not found.", type.getName(), setterName); in start()
135 sourced.addError("%s.%s() must take one argument.", setterName, type.getName()); in start()
140 Provider<?> provider = sourced.getProvider(Key.get(parameterTypes[0])); in start()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/internal/
H A Dsaved_model_api_test.cc66 GTEST_SKIP(); // TODO(chky) : Enable this once TFRT is open sourced. in TEST_P()
98 GTEST_SKIP(); // TODO(chky) : Enable this once TFRT is open sourced. in TEST_P()
196 GTEST_SKIP(); // TODO(chky) : Enable this once TFRT is open sourced. in TEST_P()
300 GTEST_SKIP(); // TODO(chky) : Enable this once TFRT is open sourced. in TEST_P()
355 GTEST_SKIP(); // TODO(chky) : Enable this once TFRT is open sourced. in TEST_P()
488 GTEST_SKIP(); // TODO(chky) : Enable this once TFRT is open sourced. in TEST_P()
531 GTEST_SKIP(); // TODO(chky) : Enable this once TFRT is open sourced. in TEST_P()
/aosp_15_r20/external/pigweed/
H A Dactivate.fish20 # Check if this file is being executed or sourced.
67 # NOTE: Sourced scripts in fish cannot be sourced within a fuction if
69 # must be sourced here instead of within pw_finalize or another
H A Dbootstrap.fish20 # Check if this file is being executed or sourced.
67 # NOTE: Sourced scripts in fish cannot be sourced within a fuction if
69 # must be sourced here instead of within pw_finalize or another
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
H A DExponentialBackoffRetryOptions.java75 …* Configure the maximum number of retries to make while using a strategy sourced from these options
85 … * @return the maximum number of retries to make while using a strategy sourced from these options
102 …rn the initial (base) unscaled backoff interval in milliseconds while using a strategy sourced from
120 …urn the type of jitter to apply to the backoff interval calculations while using a strategy sourced
/aosp_15_r20/external/webrtc/tools_webrtc/android/profiling/
H A Dperf_setup.sh54 # Make sure we're being sourced.
56 error "perf_setup must be sourced"
347 # Verify that user has sourced envsetup.sh.
353 ok "envsetup script has been sourced"
355 # Given that envsetup is sourced, the adb tool should be accessible but
/aosp_15_r20/external/google-cloud-java/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/
H A DKeyDashboardServiceClient.java184 * is sourced from snapshots, meaning it may not completely reflect the actual state of key
218 * is sourced from snapshots, meaning it may not completely reflect the actual state of key
249 * is sourced from snapshots, meaning it may not completely reflect the actual state of key
283 * is sourced from snapshots, meaning it may not completely reflect the actual state of key
318 * is sourced from snapshots, meaning it may not completely reflect the actual state of key
/aosp_15_r20/external/angle/build/android/
H A Denvsetup.sh10 # Make sure we're being sourced.
12 echo "ERROR: envsetup must be sourced."
33 # In zsh, $0 is the name of the file being sourced.
/aosp_15_r20/external/cronet/build/android/
H A Denvsetup.sh10 # Make sure we're being sourced.
12 echo "ERROR: envsetup must be sourced."
33 # In zsh, $0 is the name of the file being sourced.
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/auth/credentials/
H A DCachedCredentialsProvider.java29 …* Sets the maximum caching duration for any credentials sourced through this provider. Depending …
30 * wrapped provider's configuration, credentials may be sourced with shorter durations.
31 … * @param cachingDurationInSeconds maximum caching duration in seconds of sourced credentials
/aosp_15_r20/external/executorch/docs/source/
H A Ddevtools-overview.md26 …r the Developer Tools to be able to link back the performance/debug data sourced from the runtime …
43 … Tools. They join the data sourced from ETDump and ETRecord to give users access to all the perfor…
/aosp_15_r20/external/coreboot/Documentation/getting_started/
H A Dkconfig.md396 first. They should be sourced in the order from most specific (mainboard
854 - In coreboot's Kconfig, if a sourced file does not exist, the statement is
875 content. To avoid confusion, use if/endif blocks inside sourced files to
1102 loaded first, as they are sourced very early in the src/Kconfig file. Chipset
1103 Kconfig files get sourced later, and the architecture specific Kconfig files get
1104 sourced even later. This allows the mainboards to set their defaults early,
1124 are in a sourced Kconfig - do NOT use #ifdef CONFIG_SYMBOL
1129 long as the symbol is in ANY sourced Kconfig file, it will be defined. Even if
/aosp_15_r20/external/google-cloud-java/java-kmsinventory/grpc-google-cloud-kmsinventory-v1/src/main/java/com/google/cloud/kms/inventory/v1/
H A DKeyDashboardServiceGrpc.java140 * Note that this data is sourced from snapshots, meaning it may not
193 * Note that this data is sourced from snapshots, meaning it may not
233 * Note that this data is sourced from snapshots, meaning it may not
269 * Note that this data is sourced from snapshots, meaning it may not
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-arch/
H A Dbdk-csrs-iobn.h1404 … uint64_t oci_key_only : 1; /**< [ 2: 2](RO) Restrict CCPI-sourced I/O write requests.
1406 … 0 = CCPI-sourced I/O read and write requests are allowed to any device through
1409 … 1 = CCPI-sourced I/O write requests allowed to KEY_MEM(0..2047) (e.g. 16KB, not
1410 … all of KEY_MEM) only. CCPI-sourced writes to __any__ other address
1438 … uint64_t oci_key_only : 1; /**< [ 2: 2](RO) Restrict CCPI-sourced I/O write requests.
1440 … 0 = CCPI-sourced I/O read and write requests are allowed to any device through
1443 … 1 = CCPI-sourced I/O write requests allowed to KEY_MEM(0..2047) (e.g. 16KB, not
1444 … all of KEY_MEM) only. CCPI-sourced writes to __any__ other address
1474 … uint64_t oci_key_only : 1; /**< [ 2: 2](RO) Restrict CCPI-sourced I/O write requests.
1476 … 0 = CCPI-sourced I/O read and write requests are allowed to any device through
[all …]
/aosp_15_r20/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
H A DIdentityPoolCredentials.java43 * Url-sourced, file-sourced, or user provided supplier method-sourced external account credentials.
/aosp_15_r20/external/pigweed/pw_env_setup/
H A Ddocs.rst70 # Do not include a "#!" line, this must be sourced and not executed.
150 # sourced. This should work with common shells. PW_CHECKOUT_ROOT is only used in
178 # Check if this file is being executed or sourced.
381 a sourced ``bootstrap.sh``.
688 and then written into operating system-specific files to be sourced now and in
/aosp_15_r20/external/python/google-auth-library-python/google/auth/
Didentity_pool.py51 """External account credentials sourced from files and URLs."""
77 Example credential_source for url-sourced credential::
88 Example credential_source for file-sourced credential::
/aosp_15_r20/external/pigweed/docs/get_started/
H A Dgithub_actions.rst100 # (sourced from .bazelversion) is used.
168 # (sourced from .bazelversion) is used.
200 # it's sourced (source bootstrap.sh) rather than executed
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/
H A Dmod.rs103 /// TrueType outlines sourced from the `glyf` table.
105 /// PostScript outlines sourced from the `CFF` table.
107 /// PostScript outlines sourced from the `CFF2` table.
218 /// This can be sourced from the [`glyf`](https://learn.microsoft.com/en-us/typography/opentype/spe…
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/execenv/
Dexecenv_windows.go20 // the environment variables will be sourced from
22 // will be sourced from syscall.Environ().
/aosp_15_r20/cts/hostsidetests/multidevices/build/
H A Denvsetup.sh15 # This file should be sourced from bash. Sets environment variables for
21 { echo ">> Script must be sourced with 'source $0'" >&2; exit 1; }
/aosp_15_r20/external/perfetto/tools/
H A Dnode19 # sourced by tools/npm.
45 # If the script is sourced (from //tools/npm) stop here. Otherwise run node.

12345678910>>...23