| /external/tensorflow/tensorflow/security/advisory/ |
| D | tfsa-2021-092.md | 3 ### CVE Number 6 ### Impact 33 ### Patches 41 ### For more information 47 ### Attribution
|
| /external/skia/src/gpu/vk/ |
| D | GrVkAMDMemoryAllocator.cpp | 129 VmaAllocation allocation; in allocateImageMemory() local 199 VmaAllocation allocation; in allocateBufferMemory() local 210 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in freeMemory() local 216 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in getAllocInfo() local 243 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in mapMemory() local 249 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in unmapMemory() local 256 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in flushMemory() local 263 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in invalidateMemory() local
|
| /external/webrtc/modules/video_coding/codecs/vp9/ |
| D | svc_rate_allocator_unittest.cc | 59 VideoBitrateAllocation allocation = in TEST() local 70 VideoBitrateAllocation allocation = in TEST() local 82 VideoBitrateAllocation allocation = in TEST() local 97 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local 114 VideoBitrateAllocation allocation = in TEST() local 131 VideoBitrateAllocation allocation = in TEST() local 147 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local 165 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local 186 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local 211 VideoBitrateAllocation allocation = allocator.Allocate( in TEST() local [all …]
|
| /external/tensorflow/tensorflow/lite/ |
| D | allocation_test.cc | 36 MMAPAllocation allocation("/tmp/tflite_model_1234", &error_reporter); in TEST() local 46 MMAPAllocation allocation( in TEST() local 62 MMAPAllocation allocation(-1, &error_reporter); in TEST() local 110 MMAPAllocation allocation(fd, &error_reporter); in TEST() local 133 MMAPAllocation allocation(fd, /*offset=*/10, /*length=*/file_size - 10, in TEST() local
|
| D | model_builder.cc | 48 std::unique_ptr<Allocation> allocation; in GetAllocationFromFile() local 78 std::unique_ptr<Allocation> allocation( in BuildFromBuffer() local 87 std::unique_ptr<Allocation> allocation( in VerifyAndBuildFromBuffer() local 94 std::unique_ptr<Allocation> allocation, ErrorReporter* error_reporter) { in BuildFromAllocation() 104 std::unique_ptr<Allocation> allocation, TfLiteVerifier* extra_verifier, in VerifyAndBuildFromAllocation() 207 FlatBufferModel::FlatBufferModel(std::unique_ptr<Allocation> allocation, in FlatBufferModel()
|
| D | model_builder.h | 162 const Allocation* allocation() const { return allocation_.get(); } in allocation() function
|
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
| D | buffer_assignment_util.cc | 22 const BufferAllocation& allocation) { in InstrForConstantBufferAllocation() 73 const BufferAllocation& allocation) { in ConstantBufferAllocationToGlobalName() 79 const BufferAllocation& allocation) { in LiteralForConstantAllocation()
|
| /external/webrtc/call/ |
| D | bitrate_allocator.cc | 82 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateEvenly() 123 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateRelatively() 192 std::map<BitrateAllocatorObserver*, int> allocation; in LowRateAllocation() local 259 std::map<BitrateAllocatorObserver*, int> allocation; in NormalRateAllocation() local 300 std::map<BitrateAllocatorObserver*, int> allocation; in MaxRateAllocation() local 315 std::map<BitrateAllocatorObserver*, int> allocation; in ZeroRateAllocation() local 398 auto allocation = AllocateBitrates(allocatable_tracks_, last_target_bps_); in OnNetworkEstimateChanged() local 465 auto allocation = AllocateBitrates(allocatable_tracks_, last_target_bps_); in AddObserver() local
|
| /external/crosvm/common/sys_util_core/src/ |
| D | alloc.rs | 177 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32() localVariable 187 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_smaller_len() localVariable 197 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_larger_len() localVariable 208 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_remainder() localVariable
|
| /external/crosvm/base/src/ |
| D | alloc.rs | 177 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32() localVariable 187 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_smaller_len() localVariable 197 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_larger_len() localVariable 208 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_remainder() localVariable
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | buffer_assignment.cc | 565 BufferAllocation* allocation = &allocations_.back(); in NewEmptyAllocation() local 571 BufferAllocation* allocation = NewEmptyAllocation(size, buffer.color()); in NewAllocation() local 577 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment() 598 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment() 625 [](const BufferAllocation& allocation) { in CombineTempAllocations() 697 BufferAllocation* allocation = &allocations_[index]; in CombineTempAllocations() local 707 for (auto& allocation : Allocations()) { in ComputeSummaryStats() local 787 for (auto& allocation : allocations_) { in ToString() local 828 for (const BufferAllocation& allocation : allocations_) { in BufferInfoString() local 904 for (const BufferAllocation& allocation : Allocations()) { in ToProto() local [all …]
|
| /external/angle/src/common/ |
| D | PoolAlloc_unittest.cpp | 23 void *allocation = poolAllocator.allocate(numBytes); in TEST() local 68 void *allocation = poolAllocator.allocate(numBytes); in TEST_P() local
|
| /external/tensorflow/tensorflow/compiler/xrt/ |
| D | xrt_state.cc | 120 XRTBufferAllocation::XRTBufferAllocation(const se::DeviceMemoryBase& allocation, in XRTBufferAllocation() 144 const se::DeviceMemoryBase& XRTBufferAllocation::allocation() { in allocation() function in tensorflow::XRTBufferAllocation 172 xla::Backend* backend, int device_ordinal, XRTTupleAllocation** allocation, in CreateAndTransfer() 199 xla::Backend* backend, int device_ordinal, XRTTupleAllocation** allocation, in CreateUninitialized() 223 int device_ordinal, XRTTupleAllocation** allocation, in CreateFromBuffer() 235 int device_ordinal, XRTTupleAllocation** allocation, in CreateFromBuffer() 365 XRTTupleAllocation** allocation, bool alias_parent_allocation) { in MakeSubBuffer() 458 XRTTupleAllocation** allocation, se::DeviceMemoryAllocator* allocator) { in MakeTuple()
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | vk_mem_alloc_wrapper.cpp | 105 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() 156 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() 161 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() 167 VmaAllocation allocation, in FlushAllocation() 175 VmaAllocation allocation, in InvalidateAllocation()
|
| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ |
| D | SampleDataQueue.java | 308 Allocation allocation = readAllocationNode.allocation; in readData() local 330 Allocation allocation = readAllocationNode.allocation; in readData() local 420 @Nullable public Allocation allocation; field in SampleDataQueue.AllocationNode 443 public void initialize(Allocation allocation, AllocationNode next) { in initialize()
|
| /external/skia/src/gpu/d3d/ |
| D | GrD3DAMDMemoryAllocator.cpp | 29 D3D12_RESOURCE_STATES initialResourceState, sk_sp<GrD3DAlloc>* allocation, in createResource() 51 sk_sp<GrD3DAlloc>& allocation, uint64_t localOffset, in createAliasingResource()
|
| D | GrD3DAMDMemoryAllocator.h | 42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc()
|
| /external/tensorflow/tensorflow/compiler/xrt/kernels/ |
| D | xrt_state_ops.h | 201 XRTTupleAllocation* allocation; in Compute() local 242 XRTTupleAllocation* allocation; in Compute() local 346 XRTTupleAllocation* allocation; in Compute() local 396 RefPtr<XRTTupleAllocation> allocation; in Compute() local 509 RefPtr<XRTTupleAllocation> allocation; in Compute() local 562 RefPtr<XRTTupleAllocation> allocation; in Compute() local 655 RefPtr<XRTTupleAllocation> allocation; in Compute() local
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/ |
| D | SampleDataQueue.java | 414 Allocation allocation = allocationNode.allocation; in readData() local 440 Allocation allocation = allocationNode.allocation; in readData() local 478 @Nullable public Allocation allocation; field in SampleDataQueue.AllocationNode 501 public void initialize(Allocation allocation, AllocationNode next) { in initialize()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/ |
| D | SampleDataQueue.java | 407 Allocation allocation = allocationNode.allocation; in readData() local 433 Allocation allocation = allocationNode.allocation; in readData() local 471 @Nullable public Allocation allocation; field in SampleDataQueue.AllocationNode 505 public void initialize(Allocation allocation, AllocationNode next) { in initialize()
|
| /external/mesa3d/src/util/tests/vma/ |
| D | vma_random_test.cpp | 53 struct allocation { struct 54 uint64_t start_page; 55 uint64_t num_pages;
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | log_memory.cc | 50 MemoryLogTensorAllocation allocation; in RecordTensorAllocation() local 79 MemoryLogRawAllocation allocation; in RecordRawAllocation() local
|
| /external/swiftshader/src/System/ |
| D | Memory.cpp | 92 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in allocate() local 124 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in freeMemory() local
|
| /external/swiftshader/third_party/marl/src/ |
| D | memory.cpp | 185 auto allocation = malloc(allocSize); in alignedMalloc() local 219 marl::Allocation allocation; in allocate() local 225 virtual void free(const marl::Allocation& allocation) override { in free()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
| D | Allocator.java | 36 void release(Allocation allocation); in release()
|