Home
last modified time | relevance | path

Searched full:fetching (Results 1 – 25 of 2694) sorted by relevance

12345678910>>...108

/aosp_15_r20/external/guice/extensions/servlet/test/com/google/inject/servlet/
H A DContextPathTest.java165 // fetching /. Should go up the filter chain (only mappings on /foo/* and /bar/*). in testRootDefault()
167 // fetching /bar/. Should hit the bar servlet in testRootDefault()
169 // fetching /foo/xxx. Should hit the foo servlet in testRootDefault()
171 // fetching /xxx. Should go up the chain in testRootDefault()
177 // fetching /. Should go up the filter chain (only mappings on /foo/* and /bar/*). in testRootExplicit()
179 // fetching /bar/. Should hit the bar servlet in testRootExplicit()
181 // fetching /foo/xxx. Should hit the foo servlet in testRootExplicit()
183 // fetching /xxx. Should go up the chain in testRootExplicit()
189 // fetching /. Should go up the filter chain (only mappings on /foo/* and /bar/*). in testRootSpecific()
191 // fetching /bar/. Should hit the bar servlet in testRootSpecific()
[all …]
/aosp_15_r20/external/google-cloud-java/java-data-fusion/proto-google-cloud-data-fusion-v1beta1/src/main/java/com/google/cloud/datafusion/v1beta1/
H A DIAMPolicy.java26 * policy fetching.
75 * Policy definition if IAM policy fetching is successful,
91 * Policy definition if IAM policy fetching is successful,
107 * Policy definition if IAM policy fetching is successful,
124 * Status of iam policy fetching.
139 * Status of iam policy fetching.
154 * Status of iam policy fetching.
347 * policy fetching.
554 * Policy definition if IAM policy fetching is successful,
569 * Policy definition if IAM policy fetching is successful,
[all …]
H A DIAMPolicyOrBuilder.java30 * Policy definition if IAM policy fetching is successful,
43 * Policy definition if IAM policy fetching is successful,
56 * Policy definition if IAM policy fetching is successful,
68 * Status of iam policy fetching.
80 * Status of iam policy fetching.
92 * Status of iam policy fetching.
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DJsFetcher.java57 static final String MISSING_BIDDING_LOGIC = "Error fetching bidding js logic";
60 static final String MISSING_SCORING_LOGIC = "Error fetching scoring decision logic";
64 "Error fetching outcome selection decision logic";
146 e, "Exception encountered when fetching buyer decision logic"); in getBiddingLogic()
187 e, "Exception encountered when fetching buyer decision logic"); in getBuyerDecisionLogicWithLogger()
238 sLogger.e(e, "Exception encountered when fetching scoring logic");
272 "Exception encountered when fetching outcome selection logic");
288 sLogger.v("Fetching Seller reporting logic");
305 "Exception encountered when fetching outcome selection logic");
323 sLogger.v("Fetching Buyer reporting logic");
[all …]
/aosp_15_r20/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java89 * task can run at a time. Because fetching EPG takes long time, the fetching task shouldn't run on
227 Log.i(TAG, "EPG fetching routine service started."); in startRoutineService()
247 Log.i(TAG, "EPG data expired. Start fetching immediately."); in fetchImmediatelyIfNeeded()
294 Log.i(TAG, "EPG fetching on channel scanning started."); in onChannelScanStarted()
310 if (DEBUG) Log.d(TAG, "Try to stop routinely fetching job..."); in stopFetchingJob()
314 Log.i(TAG, "EPG routinely fetching job stopped."); in stopFetchingJob()
338 if (DEBUG) Log.d(TAG, "Check prerequisite of routinely fetching job."); in checkFetchPrerequisite()
347 // Fetching job is already running or ready to run, no need to start again. in checkFetchPrerequisite()
454 Log.i(TAG, "Start batch fetching (" + durationSec + ")...." + epgChannels.size()); in batchFetchEpg()
553 if (DEBUG) Log.d(TAG, "Start EPG routinely fetching."); in doInBackground()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
H A DDefaultDataSource.java35 * <li>file: For fetching data from a local file (e.g. file:///path/to/media/media.mp4, or just
38 * <li>asset: For fetching data from an asset in the application's apk (e.g. asset:///media.mp4).
39 * <li>rawresource: For fetching data from a raw resource in the application's apk (e.g.
42 * <li>android.resource: For fetching data in the application's apk (e.g.
45 * <li>content: For fetching data from a content URI (e.g. content://authority/path/123).
46 * <li>rtmp: For fetching data over RTMP. Only supported if the project using ExoPlayer has an
49 * <li>udp: For fetching data over UDP (e.g. udp://something.com/media).
50 * <li>http(s): For fetching data over HTTP and HTTPS (e.g. https://www.something.com/media.mp4),
80 * DataSource} is normally an {@link HttpDataSource}, and is responsible for fetching data
161 * to HTTPS and vice versa) are enabled when fetching remote data.
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
H A DDefaultDataSource.java35 * <li>file: For fetching data from a local file (e.g. file:///path/to/media/media.mp4, or just
38 * <li>asset: For fetching data from an asset in the application's apk (e.g. asset:///media.mp4).
39 * <li>rawresource: For fetching data from a raw resource in the application's apk (e.g.
42 * <li>android.resource: For fetching data in the application's apk (e.g.
45 * <li>content: For fetching data from a content URI (e.g. content://authority/path/123).
46 * <li>rtmp: For fetching data over RTMP. Only supported if the project using ExoPlayer has an
49 * <li>udp: For fetching data over UDP (e.g. udp://something.com/media).
50 * <li>http(s): For fetching data over HTTP and HTTPS (e.g. https://www.something.com/media.mp4),
80 * DataSource} is normally an {@link HttpDataSource}, and is responsible for fetching data
161 * to HTTPS and vice versa) are enabled when fetching remote data.
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/extensions/transport_sockets/tls/v3/
H A Dtls.proto100 // Config for fetching TLS session ticket keys via SDS API.
212 // Config for fetching validation context via SDS API. Note SDS API allows certificates to be
217 // Certificate provider for fetching CA certs. This will populate the
223 // Certificate provider instance for fetching CA certs. This will populate the
246 // Configs for fetching TLS certificates via SDS API. Note SDS API allows certificates to be
259 // Certificate provider instance for fetching TLS certs.
266 // Certificate provider for fetching TLS certificates.
271 // Certificate provider instance for fetching TLS certificates.
280 // Config for fetching validation context via SDS API. Note SDS API allows certificates to be
293 // Certificate provider for fetching validation context.
[all …]
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/client /
DDefaultWallpaperCategoryClient.kt21 /** This class is responsible for fetching categories and wallpaper info. from external sources. */
25 * This method is used for fetching the system categories.
30 * This method is used for fetching the MyPhotos category.
35 * This method is used for fetching the pre-loaded on device categories.
40 * This method is used for fetching the third party categories.
45 * This method is used for fetching the package names that should not be included in third
51 * This method is used for fetching the third party live wallpaper categories.
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dhealthcare_v1beta1.projects.locations.datasets.consentStores.consentArtifacts.html113 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
120 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
136 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
147 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
169 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
176 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
192 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
203 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
250 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
257 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
[all …]
Dhealthcare_v1.projects.locations.datasets.consentStores.consentArtifacts.html113 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
120 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
136 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
147 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
169 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
176 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
192 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
203 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
250 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
257 …loud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return t…
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/category/client/
DDefaultWallpaperCategoryClient.java6 * This class is responsible for fetching categories and wallpaper info. from external sources.
12 * This method is used for fetching the system categories.
19 * This method is used for fetching the MyPhotos category.
26 * This method is used for fetching the pre-loaded on device categories.
33 * This method is used for fetching the third party categories.
41 * This method is used for fetching the package names that should not be included in third
48 * This method is used for fetching the third party live wallpaper categories.
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/transport/
Dtransport.go40 const extraUsage = ` -tls_cert TLS client certificate file for fetching profile and …
41 -tls_key TLS private key file for fetching profile and symbols
42 -tls_ca TLS CA certs file for fetching profile and symbols`
55 …cert: flagset.String("tls_cert", "", "TLS client certificate file for fetching profile and symbols…
56 key: flagset.String("tls_key", "", "TLS private key file for fetching profile and symbols"),
57 ca: flagset.String("tls_ca", "", "TLS CA certs file for fetching profile and symbols"),
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/proto/google/appengine/v1/
H A Dappengine.proto198 // Continuation token for fetching the next page of results.
207 // Continuation token for fetching the next page of results.
357 // Continuation token for fetching the next page of results.
366 // Continuation token for fetching the next page of results.
500 // Continuation token for fetching the next page of results.
509 // Continuation token for fetching the next page of results.
619 // Continuation token for fetching the next page of results.
633 // Continuation token for fetching the next page of results.
725 // Continuation token for fetching the next page of results.
734 // Continuation token for fetching the next page of results.
[all …]
/aosp_15_r20/external/googleapis/google/appengine/v1/
H A Dappengine.proto198 // Continuation token for fetching the next page of results.
207 // Continuation token for fetching the next page of results.
357 // Continuation token for fetching the next page of results.
366 // Continuation token for fetching the next page of results.
500 // Continuation token for fetching the next page of results.
509 // Continuation token for fetching the next page of results.
619 // Continuation token for fetching the next page of results.
633 // Continuation token for fetching the next page of results.
725 // Continuation token for fetching the next page of results.
734 // Continuation token for fetching the next page of results.
[all …]
/aosp_15_r20/external/googleapis/google/appengine/v1beta/
H A Dappengine.proto196 // Continuation token for fetching the next page of results.
205 // Continuation token for fetching the next page of results.
355 // Continuation token for fetching the next page of results.
364 // Continuation token for fetching the next page of results.
431 // Continuation token for fetching the next page of results.
440 // Continuation token for fetching the next page of results.
483 // Continuation token for fetching the next page of results.
564 // Continuation token for fetching the next page of results.
638 // Continuation token for fetching the next page of results.
647 // Continuation token for fetching the next page of results.
[all …]
/aosp_15_r20/external/python/cpython2/PCbuild/
Dget_externals.bat42 echo.Fetching external libraries...
60 echo.Fetching %%e with git...
63 echo.Fetching %%e...
68 echo.Fetching external binaries...
78 echo.Fetching %%b with git...
81 echo.Fetching %%b...
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/data/repository/
DDefaultWallpaperCategoryRepository.kt108 Log.e(TAG, "Error fetching default categories", e) in <lambda>()
125 Log.e(TAG, "Error fetching third party live wallpaper categories", e) in <lambda>()
136 Log.e(TAG, "Error fetching system categories", e) in <lambda>()
147 Log.e(TAG, "Error fetching My Photos category", e) in <lambda>()
172 Log.e(TAG, "Error fetching On Device category", e) in <lambda>()
187 Log.e(TAG, "Error fetching third party app categories", e) in <lambda>()
/aosp_15_r20/external/python/cpython3/PCbuild/
Dget_externals.bat51 echo.Fetching external libraries...
68 echo.Fetching %%e with git...
71 echo.Fetching %%e...
76 echo.Fetching external binaries...
88 echo.Fetching %%b with git...
91 echo.Fetching %%b...
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1/src/main/java/com/google/cloud/gkehub/v1/
H A DListMembershipsResponse.java206 * List of locations that could not be reached while fetching this list.
220 * List of locations that could not be reached while fetching this list.
234 * List of locations that could not be reached while fetching this list.
249 * List of locations that could not be reached while fetching this list.
1192 * List of locations that could not be reached while fetching this list.
1206 * List of locations that could not be reached while fetching this list.
1220 * List of locations that could not be reached while fetching this list.
1235 * List of locations that could not be reached while fetching this list.
1250 * List of locations that could not be reached while fetching this list.
1272 * List of locations that could not be reached while fetching this list.
[all …]
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1beta1/src/main/java/com/google/cloud/gkehub/v1beta1/
H A DListMembershipsResponse.java206 * List of locations that could not be reached while fetching this list.
220 * List of locations that could not be reached while fetching this list.
234 * List of locations that could not be reached while fetching this list.
249 * List of locations that could not be reached while fetching this list.
1196 * List of locations that could not be reached while fetching this list.
1210 * List of locations that could not be reached while fetching this list.
1224 * List of locations that could not be reached while fetching this list.
1239 * List of locations that could not be reached while fetching this list.
1254 * List of locations that could not be reached while fetching this list.
1276 * List of locations that could not be reached while fetching this list.
[all …]
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1alpha2/src/main/java/com/google/cloud/gkehub/v1alpha2/
H A DListMembershipsResponse.java206 * List of locations that could not be reached while fetching this list.
220 * List of locations that could not be reached while fetching this list.
234 * List of locations that could not be reached while fetching this list.
249 * List of locations that could not be reached while fetching this list.
1196 * List of locations that could not be reached while fetching this list.
1210 * List of locations that could not be reached while fetching this list.
1224 * List of locations that could not be reached while fetching this list.
1239 * List of locations that could not be reached while fetching this list.
1254 * List of locations that could not be reached while fetching this list.
1276 * List of locations that could not be reached while fetching this list.
[all …]
/aosp_15_r20/external/autotest/server/cros/ap_configurators/
H A Dfetch_prebuilt_pyauto.py139 print('Fetching', self._chrome_zip_url)
143 print('Fetching', self._remoting_zip_url)
148 print('Fetching', self._pyautolib_py_url)
151 print('Fetching', self._pyautolib_so_url)
155 print('Fetching', self._ffmpegsumo_so_url)
158 print('Fetching', self._chromedriver_url)
/aosp_15_r20/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
H A DMetricQueryBuilder.java67 throw new IllegalStateException("Cannot modify query after fetching results"); in whereType()
75 throw new IllegalStateException("Cannot modify query after fetching results"); in whereAdminPackageName()
83 throw new IllegalStateException("Cannot modify query after fetching results"); in whereBoolean()
91 throw new IllegalStateException("Cannot modify query after fetching results"); in whereInteger()
98 throw new IllegalStateException("Cannot modify query after fetching results"); in whereStrings()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java69 if (DEBUG) Log.d(TAG, "Request to start fetching logos."); in startFetchingChannelLogos()
91 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled"); in doInBackground()
131 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled"); in doInBackground()
151 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled"); in doInBackground()
200 if (DEBUG) Log.d(TAG, "Fetching logos has been finished successfully."); in doInBackground()

12345678910>>...108