Home
last modified time | relevance | path

Searched refs:blob_info (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/src/runtime/
DOffsetMemoryPool.cpp36 OffsetMemoryPool::OffsetMemoryPool(IAllocator *allocator, BlobInfo blob_info) in OffsetMemoryPool() argument
37 : _allocator(allocator), _blob(), _blob_info(blob_info) in OffsetMemoryPool()
40 _blob = _allocator->make_region(blob_info.size, blob_info.alignment); in OffsetMemoryPool()
DBlobMemoryPool.cpp35 BlobMemoryPool::BlobMemoryPool(IAllocator *allocator, std::vector<BlobInfo> blob_info) in BlobMemoryPool() argument
36 : _allocator(allocator), _blobs(), _blob_info(std::move(blob_info)) in BlobMemoryPool()
77 void BlobMemoryPool::allocate_blobs(const std::vector<BlobInfo> &blob_info) in allocate_blobs() argument
81 for(const auto &bi : blob_info) in allocate_blobs()
/external/icing/icing/store/
Dblob-store.cc199 ICING_ASSIGN_OR_RETURN(BlobInfoProto blob_info, in OpenWrite()
202 if (blob_info.is_committed()) { in OpenWrite()
212 ICING_ASSIGN_OR_RETURN(BlobInfoProto blob_info, in OpenWrite()
218 std::to_string(blob_info.creation_time_ms())); in OpenWrite()
222 MakeBlobFilePath(base_dir_, blob_info.creation_time_ms()); in OpenWrite()
246 ICING_ASSIGN_OR_RETURN(BlobInfoProto blob_info, in RemoveBlob()
257 std::to_string(blob_info.creation_time_ms())); in RemoveBlob()
261 MakeBlobFilePath(base_dir_, blob_info.creation_time_ms()); in RemoveBlob()
287 ICING_ASSIGN_OR_RETURN(BlobInfoProto blob_info, GetBlobInfo(blob_handle), in OpenRead()
289 if (!blob_info.is_committed()) { in OpenRead()
[all …]
/external/pigweed/pw_build/
Dpw_cc_blob_library.bzl60 blob_info = blob[CcBlobInfo]
61 blob_paths.append(blob_info.file_path)
63 "file_path": blob_info.file_path.path,
64 "linker_section": blob_info.linker_section,
65 "symbol_name": blob_info.symbol_name,
67 if (blob_info.alignas):
68 blob_dict["alignas"] = blob_info.alignas
/external/ComputeLibrary/arm_compute/runtime/
DBlobMemoryPool.h52 BlobMemoryPool(IAllocator *allocator, std::vector<BlobInfo> blob_info);
75 void allocate_blobs(const std::vector<BlobInfo> &blob_info);
DOffsetMemoryPool.h50 OffsetMemoryPool(IAllocator *allocator, BlobInfo blob_info);
/external/angle/build/fuchsia/
Dbinary_sizes.py199 for blob_info in formatted_blob_info[package]:
200 blob = Blob(name=blob_info['path'],
201 hash=blob_info['merkle'],
202 uncompressed=blob_info['bytes'],
203 compressed=blob_info['size'],
204 is_counted=blob_info['is_counted'])
/external/cronet/stable/build/fuchsia/
Dbinary_sizes.py199 for blob_info in formatted_blob_info[package]:
200 blob = Blob(name=blob_info['path'],
201 hash=blob_info['merkle'],
202 uncompressed=blob_info['bytes'],
203 compressed=blob_info['size'],
204 is_counted=blob_info['is_counted'])
/external/cronet/tot/build/fuchsia/
Dbinary_sizes.py199 for blob_info in formatted_blob_info[package]:
200 blob = Blob(name=blob_info['path'],
201 hash=blob_info['merkle'],
202 uncompressed=blob_info['bytes'],
203 compressed=blob_info['size'],
204 is_counted=blob_info['is_counted'])