/aosp_15_r20/external/googleapis/google/storage/v1/ |
H A D | storage.proto | 32 string bucket = 1 [(google.api.field_behavior) = REQUIRED]; field 50 string bucket = 1 [(google.api.field_behavior) = REQUIRED]; field 68 string bucket = 1 [(google.api.field_behavior) = REQUIRED]; field 80 string bucket = 1 [(google.api.field_behavior) = REQUIRED]; field 89 string bucket = 1 [(google.api.field_behavior) = REQUIRED]; field 121 string bucket = 1 [(google.api.field_behavior) = REQUIRED]; field 142 string bucket = 1 [(google.api.field_behavior) = REQUIRED]; field 158 string bucket = 1 [(google.api.field_behavior) = REQUIRED]; field 192 Bucket bucket = 6; field 201 string bucket = 1 [(google.api.field_behavior) = REQUIRED]; field [all …]
|
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/logging/src/com/google/logging/v2/ |
H A D | LogBucketName.java | 51 private final String bucket; field in LogBucketName 158 public static LogBucketName of(String project, String location, String bucket) { in of() 164 String project, String location, String bucket) { in ofProjectLocationBucketName() 170 String organization, String location, String bucket) { in ofOrganizationLocationBucketName() 180 String folder, String location, String bucket) { in ofFolderLocationBucketName() 190 String billingAccount, String location, String bucket) { in ofBillingAccountLocationBucketName() 198 public static String format(String project, String location, String bucket) { in format() 209 String project, String location, String bucket) { in formatProjectLocationBucketName() 220 String organization, String location, String bucket) { in formatOrganizationLocationBucketName() 231 String folder, String location, String bucket) { in formatFolderLocationBucketName() [all …]
|
H A D | LogViewName.java | 51 private final String bucket; field in LogViewName 169 public static LogViewName of(String project, String location, String bucket, String view) { in of() 180 String project, String location, String bucket, String view) { in ofProjectLocationBucketViewName() 191 String organization, String location, String bucket, String view) { in ofOrganizationLocationBucketViewName() 202 String folder, String location, String bucket, String view) { in ofFolderLocationBucketViewName() 213 String billingAccount, String location, String bucket, String view) { in ofBillingAccountLocationBucketViewName() 222 public static String format(String project, String location, String bucket, String view) { in format() 234 String project, String location, String bucket, String view) { in formatProjectLocationBucketViewName() 246 String organization, String location, String bucket, String view) { in formatOrganizationLocationBucketViewName() 258 String folder, String location, String bucket, String view) { in formatFolderLocationBucketViewName() [all …]
|
/aosp_15_r20/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_messages.py | 261 bucket = _messages.StringField(1) variable in BucketAccessControl 471 bucket = _messages.StringField(1) variable in Notification 598 bucket = _messages.StringField(2) variable in Object 665 bucket = _messages.StringField(1) variable in ObjectAccessControl 867 bucket = _messages.StringField(1, required=True) variable in StorageBucketAccessControlsDeleteRequest 885 bucket = _messages.StringField(1, required=True) variable in StorageBucketAccessControlsGetRequest 896 bucket = _messages.StringField(1, required=True) variable in StorageBucketAccessControlsListRequest 910 bucket = _messages.StringField(1, required=True) variable in StorageBucketsDeleteRequest 926 bucket = _messages.StringField(1, required=True) variable in StorageBucketsGetIamPolicyRequest 955 bucket = _messages.StringField(1, required=True) variable in StorageBucketsGetRequest [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | cloud_storage.py | 195 def List(bucket, prefix=None): argument 224 def ListDirs(bucket, path=''): argument 255 def Exists(bucket, remote_path): argument 288 def Delete(bucket, remote_path): argument 294 def Get(bucket, remote_path, local_path): argument 397 def _GetLocked(bucket, remote_path, local_path): argument 418 def Insert(bucket, remote_path, local_path, publicly_readable=False): argument 436 def __init__(self, bucket, remote_path): argument 452 def Upload(bucket, remote_path, local_path, publicly_readable=False): argument 480 def GetIfHashChanged(cs_path, download_path, bucket, file_hash): argument [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/functionaltests/ |
H A D | CompleteMultipartUploadFunctionalTest.java | 67 String bucket = "Example-Bucket"; in completeMultipartUpload_syncClient_completeResponse() local 95 String bucket = "Example-Bucket"; in completeMultipartUpload_asyncClient_completeResponse() local 122 String bucket = "Example-Bucket"; in completeMultipartUpload_syncClient_errorInResponseBody_correctType() local 144 String bucket = "Example-Bucket"; in completeMultipartUpload_asyncClient_errorInResponseBody_correctType() local 168 String bucket = "Example-Bucket"; in completeMultipartUpload_syncClient_errorInResponseBody_correctCode() local 190 String bucket = "Example-Bucket"; in completeMultipartUpload_asyncClient_errorInResponseBody_correctCode() local 216 String bucket = "Example-Bucket"; in completeMultipartUpload_syncClient_errorInResponseBody_correctMessage() local 238 String bucket = "Example-Bucket"; in completeMultipartUpload_asyncClient_errorInResponseBody_correctMessage() local 264 String bucket = "Example-Bucket"; in completeMultipartUpload_syncClient_errorInResponseBody_invalidErrorXml() local 283 String bucket = "Example-Bucket"; in completeMultipartUpload_asyncClient_errorInResponseBody_invalidErrorXml() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/ |
H A D | gcs_file_system.cc | 424 GcsWritableFile(const string& bucket, const string& object, in GcsWritableFile() 458 GcsWritableFile(const string& bucket, const string& object, in GcsWritableFile() 964 string bucket, object; in NewRandomAccessFile() local 1052 string bucket, object; in LoadBufferFromGCS() local 1109 const std::string& bucket, uint64 file_size, const std::string& gcs_path, in CreateNewUploadSession() 1229 string* bucket, string* object) { in ParseGcsPathForScheme() 1251 string* bucket, string* object) { in ParseGcsPath() 1266 string bucket, object; in NewWritableFile() local 1272 const std::string& gcs_path, UploadSessionHandle* session_handle) { in NewWritableFile() 1291 const string& object, int64* generation) { in NewWritableFile() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | reducer.cpp | 350 auto& bucket = buckets_[bucket_index.bucket_index]; in mark_variable_ready_dense() local 439 auto& bucket = buckets_[bucket_index.bucket_index]; in mark_variable_ready_sparse() local 491 auto& bucket = buckets_[i]; in get_grad_buckets() local 560 for (auto& bucket : buckets_) { in set_mixed_precision_param_dtype() local 629 for (auto& bucket : buckets_) { in delay_all_reduce() local 793 auto& bucket = buckets_[bucket_index.bucket_index]; in get_param_from_index() local 888 auto& bucket = buckets_[bucket_index.bucket_index]; in mark_variable_ready() local 948 void Reducer::all_reduce_bucket(Bucket& bucket) { in all_reduce_bucket() 1041 auto& bucket = buckets_[next_bucket_]; in mark_bucket_ready() local 1089 Bucket bucket; in initialize_buckets() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/model/ |
H A D | DownloadDirectoryRequest.java | 43 private final String bucket; field in DownloadDirectoryRequest 72 public String bucket() { in bucket() method in DownloadDirectoryRequest 175 Builder bucket(String bucket); in bucket() argument 336 private String bucket; field in DownloadDirectoryRequest.DefaultBuilder 367 public Builder bucket(String bucket) { in bucket() argument 372 public void setBucket(String bucket) { in setBucket()
|
H A D | UploadDirectoryRequest.java | 43 private final String bucket; field in UploadDirectoryRequest 77 public String bucket() { in bucket() method in UploadDirectoryRequest 213 Builder bucket(String bucket); in bucket() argument 344 private String bucket; field in UploadDirectoryRequest.DefaultBuilder 379 public Builder bucket(String bucket) { in bucket() method in UploadDirectoryRequest.DefaultBuilder 384 public void setBucket(String bucket) { in setBucket()
|
/aosp_15_r20/external/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo_cache.c | 22 bo_remove_from_bucket(struct fd_bo_bucket *bucket, struct fd_bo *bo) in bo_remove_from_bucket() 48 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in dump_cache_stats() local 75 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in add_bucket() local 139 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in fd_bo_cache_cleanup() local 184 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket() local 194 find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags) in find_in_bucket() 224 struct fd_bo_bucket *bucket; in fd_bo_cache_alloc() local 272 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free() local
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
H A D | gcs_filesystem.cc | 76 std::string* bucket, std::string* object, TF_Status* status) { in ParseGCSPath() 113 std::string bucket, object; in LoadBufferFromGCS() local 247 const std::string bucket; member 257 static void SyncImpl(const std::string& bucket, const std::string& object, in SyncImpl() 531 static void UncachedStatForObject(const std::string& bucket, in UncachedStatForObject() 552 std::string bucket, object; in NewRandomAccessFile() local 603 std::string bucket, object; in NewWritableFile() local 621 std::string bucket, object; in NewAppendableFile() local 673 std::string bucket, object; in NewReadOnlyMemoryRegionFromFile() local 705 const std::string& bucket, const std::string& object, in StatForObject() [all …]
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | bccache.py | 118 def load_bytecode(self, bucket): argument 125 def dump_bytecode(self, bucket): argument 162 def set_bucket(self, bucket): argument 238 def _get_cache_filename(self, bucket): argument 241 def load_bytecode(self, bucket): argument 249 def dump_bytecode(self, bucket): argument 327 def load_bytecode(self, bucket): argument 337 def dump_bytecode(self, bucket): argument
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | bccache.py | 146 def load_bytecode(self, bucket): argument 153 def dump_bytecode(self, bucket): argument 190 def set_bucket(self, bucket): argument 260 def _get_cache_filename(self, bucket): argument 263 def load_bytecode(self, bucket): argument 271 def dump_bytecode(self, bucket): argument 344 def load_bytecode(self, bucket): argument 354 def dump_bytecode(self, bucket): argument
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/model/ |
H A D | GetUrlRequest.java | 69 private final String bucket; field in GetUrlRequest 90 public String bucket() { in bucket() method in GetUrlRequest 167 Builder bucket(String bucket); in bucket() argument 208 private String bucket; field in GetUrlRequest.BuilderImpl 229 public Builder bucket(String bucket) { in bucket() argument
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | thread_safety.h | 155 auto &bucket = GetBucket(object); in StartWrite() local 225 auto &bucket = GetBucket(object); in FinishWrite() local 239 auto &bucket = GetBucket(object); in StartRead() local 275 auto &bucket = GetBucket(object); in FinishRead() local 290 void WaitForObjectIdle(CounterBucket &bucket, T object, std::unique_lock<std::mutex> &lock) { in WaitForObjectIdle() 471 auto &bucket = GetBucket(object); in WRAPPER() local 482 auto &bucket = GetBucket(object); variable 490 auto &bucket = GetBucket(object); in StartReadObject() local 501 auto &bucket = GetBucket(object); in FinishReadObject() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | mprof.go | 75 type bucket struct { struct 76 _ sys.NotInHeap 77 next *bucket 78 allnext *bucket 79 typ bucketType // memBucket or blockBucket (includes mutexProfile) 80 hash uintptr 81 size uintptr 82 nstk uintptr 247 func (b *bucket) stk() []uintptr { 257 func (b *bucket) mp() *memRecord { [all …]
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_internal.c | 24 const struct vn_renderer_shmem_bucket *bucket = &cache->buckets[idx]; in vn_renderer_shmem_cache_dump() local 50 struct vn_renderer_shmem_bucket *bucket = &cache->buckets[i]; in vn_renderer_shmem_cache_init() local 68 struct vn_renderer_shmem_bucket *bucket = &cache->buckets[idx]; in vn_renderer_shmem_cache_fini() local 102 struct vn_renderer_shmem_bucket *bucket = &cache->buckets[idx]; in vn_renderer_shmem_cache_remove_expired_locked() local 128 struct vn_renderer_shmem_bucket *bucket = in vn_renderer_shmem_cache_add() local 153 struct vn_renderer_shmem_bucket *bucket = choose_bucket(cache, size, &idx); in vn_renderer_shmem_cache_get() local
|
/aosp_15_r20/external/angle/build/android/pylib/results/presentation/ |
H A D | test_results_presentation.py | 111 def flakiness_dashbord_link(test_name, suite_name, bucket): argument 121 def logs_cell(result, test_name, suite_name, bucket): argument 153 def create_test_table(results_dict, cs_base_url, suite_name, bucket): argument 287 def results_to_html(results_dict, cs_base_url, bucket, test_name, argument 335 def result_details(json_path, test_name, cs_base_url, bucket=None, argument 358 def upload_to_google_bucket(html, bucket, dest): argument 403 def upload_screenshot_set(json_path, test_name, bucket, builder_name, argument
|
/aosp_15_r20/external/cronet/build/android/pylib/results/presentation/ |
H A D | test_results_presentation.py | 111 def flakiness_dashbord_link(test_name, suite_name, bucket): argument 121 def logs_cell(result, test_name, suite_name, bucket): argument 153 def create_test_table(results_dict, cs_base_url, suite_name, bucket): argument 287 def results_to_html(results_dict, cs_base_url, bucket, test_name, argument 335 def result_details(json_path, test_name, cs_base_url, bucket=None, argument 358 def upload_to_google_bucket(html, bucket, dest): argument 403 def upload_screenshot_set(json_path, test_name, bucket, builder_name, argument
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/ |
D | ValueMetric_histogram_e2e_test.cpp | 88 ValueBucketInfo bucket = data.bucket_info(0); in validateHistogram() local 424 ValueBucketInfo bucket = data.bucket_info(0); in TEST_F() local 438 ValueBucketInfo bucket = data.bucket_info(0); in TEST_F() local 515 ValueBucketInfo bucket = data.bucket_info(0); in TEST_F_GUARDED() local 527 ValueBucketInfo bucket = data.bucket_info(0); in TEST_F_GUARDED() local 563 ValueBucketInfo bucket = data.bucket_info(0); in TEST_F_GUARDED() local 704 ValueBucketInfo bucket = data.bucket_info(0); in TEST_F_GUARDED() local 738 ValueBucketInfo bucket = data.bucket_info(0); in TEST_F_GUARDED() local 823 ValueBucketInfo bucket = data.bucket_info(0); in TEST_F_GUARDED() local 888 ValueBucketInfo bucket = data.bucket_info(0); in TEST_F_GUARDED() local
|
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/storage/src/com/google/storage/v2/ |
H A D | StorageClientTest.java | 338 Bucket bucket = Bucket.newBuilder().build(); in createBucketTest() local 364 Bucket bucket = Bucket.newBuilder().build(); in createBucketExceptionTest() local 409 Bucket bucket = Bucket.newBuilder().build(); in createBucketTest2() local 435 Bucket bucket = Bucket.newBuilder().build(); in createBucketExceptionTest2() local 567 BucketName bucket = BucketName.of("[PROJECT]", "[BUCKET]"); in lockBucketRetentionPolicyTest() local 590 BucketName bucket = BucketName.of("[PROJECT]", "[BUCKET]"); in lockBucketRetentionPolicyExceptionTest() local 633 String bucket = "bucket-1378203158"; in lockBucketRetentionPolicyTest2() local 656 String bucket = "bucket-1378203158"; in lockBucketRetentionPolicyExceptionTest2() local 953 Bucket bucket = Bucket.newBuilder().build(); in updateBucketTest() local 977 Bucket bucket = Bucket.newBuilder().build(); in updateBucketExceptionTest() local [all …]
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
H A D | AppStandbyControllerTests.java | 649 int bucket, int reason) { in onAppIdleStateChanged() 727 private void assertTimeout(AppStandbyController controller, long elapsedTime, int bucket) { in assertTimeout() 731 private void assertTimeout(AppStandbyController controller, long elapsedTime, int bucket, in assertTimeout() 772 private void waitAndAssertBucket(int bucket, String pkg) { in waitAndAssertBucket() 776 private void waitAndAssertBucket(AppStandbyController controller, int bucket, String pkg) { in waitAndAssertBucket() 784 waitAndAssertBucket(sb.toString(), controller, bucket, pkg); in waitAndAssertBucket() local 787 private void waitAndAssertBucket(String msg, int bucket, String pkg) { in waitAndAssertBucket() 791 private void waitAndAssertBucket(String msg, AppStandbyController controller, int bucket, in waitAndAssertBucket() 796 private void waitAndAssertBucket(String msg, AppStandbyController controller, int bucket, in waitAndAssertBucket() 803 private void waitAndAssertNotBucket(int bucket, String pkg) { in waitAndAssertNotBucket() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/s3express/ |
H A D | S3ExpressIdentityKey.java | 35 private final String bucket; field in S3ExpressIdentityKey 49 public String bucket() { in bucket() method in S3ExpressIdentityKey 89 String bucket; field in S3ExpressIdentityKey.Builder 102 public Builder bucket(String bucket) { in bucket() method in S3ExpressIdentityKey.Builder
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | glxhash.c | 179 __glxHashBucketPtr bucket; in __glxHashDestroy() local 205 __glxHashBucketPtr bucket; in HashFind() local 234 __glxHashBucketPtr bucket; in __glxHashLookup() local 250 __glxHashBucketPtr bucket; in __glxHashInsert() local 277 __glxHashBucketPtr bucket; in __glxHashDelete() local 337 count_entries(__glxHashBucketPtr bucket) in count_entries() 359 __glxHashBucketPtr bucket; in compute_dist() local
|