Home
last modified time | relevance | path

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

12345678910>>...14

/external/google-auth-library-java/
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 …]
/external/guice/examples/src/example/xml/
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()
/external/pigweed/
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
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
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
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
/external/angle/build/android/
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.
/external/cronet/build/android/
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.
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/auth/credentials/
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
/external/perfetto/tools/
Dnode19 # sourced by tools/npm.
45 # If the script is sourced (from //tools/npm) stop here. Otherwise run node.
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/
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()
/external/cronet/base/debug/
Ddebugger.h47 // sourced when using gdb on Linux and //tools/lldb/lldbinit.py has been sourced
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DIdentityPoolCredentials.java43 * Url-sourced, file-sourced, or user provided supplier method-sourced external account credentials.
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dmaketgz61 # remove temporay sourced man pages
62 `make -s clean-sourced-manpages`;
/external/webrtc/tools_webrtc/android/profiling/
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
/external/deqp/doc/testspecs/GLES31/
Dfunctional.vertex_attribute_binding.txt28 + Drawing with all attributes sourced from a single buffer
35 + Drawing with all attributes sourced from different binding points
/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::
/external/google-cloud-java/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/
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
/external/google-cloud-java/java-kmsinventory/grpc-google-cloud-kmsinventory-v1/src/main/java/com/google/cloud/kms/inventory/v1/
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
/external/turbine/java/com/google/common/escape/
DSourceCodeEscapers.java25 * <p>This is a subset of source code escapers that are in the process of being open-sourced as part
28 // TODO(cushon): migrate to the guava version once it is open-sourced, and delete this
/external/tensorflow/tensorflow/cc/saved_model/experimental/tests/
Dsaved_model_api_test.cc54 GTEST_SKIP(); // TODO(chky) : Enable this once TFRT is open sourced. in TEST_P()
78 GTEST_SKIP(); // TODO(chky) : Enable this once TFRT is open sourced. in TEST_P()
/external/pigweed/pw_clock_tree_mcuxpresso/
Dexamples.cc103 // Define Audio PLL sourced by ClkIn pin clock source
112 // Define Audio PLL in bypass mode sourced by FRO_DIV_8 clock source
/external/open-dice/
Dbootstrap.sh15 # This script must be sourced, not executed.
44 # Check if this file is being executed or sourced.
Dactivate.sh15 # This script must be sourced, not executed.
44 # Check if this file is being executed or sourced.
/external/iputils/doc/
Dpg3.sgml30 <command/ipg/ is not a program, it is script which should be sourced
31 to <command/bash/. When sourced it loads module <filename/pg3/ and
/external/zstd/tests/gzip/
Dinit.cfg1 # This file is sourced by init.sh, *before* its initialization.

12345678910>>...14