| /external/tensorflow/tensorflow/security/advisory/ |
| D | tfsa-2021-092.md | 3 ### CVE Number 6 ### Impact 33 ### Patches 41 ### For more information 47 ### Attribution
|
| /external/webrtc/modules/video_coding/svc/ |
| 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/skia/tools/gpu/vk/ |
| D | VkTestMemoryAllocator.cpp | 119 VmaAllocation allocation; in allocateImageMemory() local 185 VmaAllocation allocation; in allocateBufferMemory() local 196 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in freeMemory() local 202 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in getAllocInfo() local 230 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in mapMemory() local 236 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in unmapMemory() local 244 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in flushMemory() local 252 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in invalidateMemory() local
|
| /external/skia/src/gpu/vk/ |
| D | VulkanAMDMemoryAllocator.cpp | 128 VmaAllocation allocation; in allocateImageMemory() local 194 VmaAllocation allocation; in allocateBufferMemory() local 205 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in freeMemory() local 211 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in getAllocInfo() local 239 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in mapMemory() local 245 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in unmapMemory() local 252 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in flushMemory() local 259 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in invalidateMemory() local
|
| /external/mesa3d/src/gallium/frontends/nine/ |
| D | nine_memory_helper.c | 260 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state() 299 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state() 320 nine_get_memfd_file_backing(struct nine_allocation *allocation) in nine_get_memfd_file_backing() 332 nine_get_memfd_region_backing(struct nine_allocation *allocation) in nine_get_memfd_region_backing() 476 struct nine_allocation *allocation, *ptr; in nine_flush_pending_releases() local 504 struct nine_allocation *allocation, *ptr; in nine_flush_pending_frees() local 814 nine_free_internal(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_internal() 839 nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free() 850 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_worker() 861 nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_get_pointer() [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()
|
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
| D | buffer_assignment_util.cc | 25 const BufferAllocation& allocation) { in InstrForConstantBufferAllocation() 74 const BufferAllocation& allocation) { in ConstantBufferAllocationToGlobalName() 80 const BufferAllocation& allocation) { in LiteralForConstantAllocation()
|
| /external/webrtc/modules/rtp_rtcp/source/ |
| D | rtp_video_layers_allocation_extension.cc | 72 bool AllocationIsValid(const VideoLayersAllocation& allocation) { in AllocationIsValid() 132 const VideoLayersAllocation& allocation) { in SpatialLayersBitmasksPerRtpStream() 158 const VideoLayersAllocation& allocation) { in Write() 227 VideoLayersAllocation* allocation) { in Parse() 339 const VideoLayersAllocation& allocation) { in ValueSize()
|
| /external/crosvm/base/src/ |
| D | alloc.rs | 180 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32() localVariable 193 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_smaller_len() localVariable 205 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_larger_len() localVariable 218 let allocation = LayoutAllocation::zeroed(layout); in test_as_slice_u32_remainder() localVariable
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | vk_mem_alloc_wrapper.cpp | 89 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() 196 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() 201 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() 207 VmaAllocation allocation, in FlushAllocation() 215 VmaAllocation allocation, in InvalidateAllocation() 261 void VirtualFree(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, VkDeviceSize offset) in VirtualFree() 272 VmaVirtualAllocation allocation, in GetVirtualAllocationInfo() 289 VmaVirtualAllocation allocation, in SetVirtualAllocationUserData()
|
| /external/webrtc/call/ |
| D | bitrate_allocator.cc | 81 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateEvenly() 122 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateRelatively() 191 std::map<BitrateAllocatorObserver*, int> allocation; in LowRateAllocation() local 258 std::map<BitrateAllocatorObserver*, int> allocation; in NormalRateAllocation() local 299 std::map<BitrateAllocatorObserver*, int> allocation; in MaxRateAllocation() local 314 std::map<BitrateAllocatorObserver*, int> allocation; in ZeroRateAllocation() local 397 auto allocation = AllocateBitrates(allocatable_tracks_, last_target_bps_); in OnNetworkEstimateChanged() local 464 auto allocation = AllocateBitrates(allocatable_tracks_, last_target_bps_); in AddObserver() local
|
| /external/pigweed/pw_allocator/ |
| D | synchronized_allocator_test.cc | 183 Allocation allocation{ptr, layout}; in TestAllocate() local 189 for (const auto& allocation : allocations) { in TestAllocate() local 213 Allocation allocation{ptr, layout}; in TestResize() local 220 for (auto& allocation : allocations) { in TestResize() local 232 for (auto& allocation : allocations) { in TestResize() local 260 Allocation allocation{ptr, layout}; in TestReallocate() local 266 for (auto& allocation : allocations) { in TestReallocate() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | buffer_assignment.cc | 541 BufferAllocation* allocation = &allocations_.back(); in NewEmptyAllocation() local 547 BufferAllocation* allocation = NewEmptyAllocation(size, buffer.color()); in NewAllocation() local 553 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment() 574 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment() 601 [](const BufferAllocation& allocation) { in CombineTempAllocations() 672 BufferAllocation* allocation = &allocations_[index]; in CombineTempAllocations() local 682 for (auto& allocation : Allocations()) { in ComputeSummaryStats() local 762 for (auto& allocation : allocations_) { in ToString() local 784 for (const BufferAllocation& allocation : allocations) { in TopKPeakBuffers() local 869 for (const BufferAllocation& allocation : allocations_) { in BufferInfoString() 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/skia/src/gpu/ganesh/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()
|
| /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/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 510 RefPtr<XRTTupleAllocation> allocation; in Compute() local 563 RefPtr<XRTTupleAllocation> allocation; in Compute() local 656 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/webrtc/modules/video_coding/codecs/av1/ |
| D | libaom_av1_encoder_unittest.cc | 136 VideoBitrateAllocation allocation; in TEST() local 164 VideoBitrateAllocation allocation; in TEST() local 203 VideoBitrateAllocation allocation; in TEST() local
|
| /external/swiftshader/src/System/ |
| D | Memory.cpp | 92 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in allocate() local 118 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in freeMemory() local
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | log_memory.cc | 54 MemoryLogTensorAllocation allocation; in RecordTensorAllocation() local 83 MemoryLogRawAllocation allocation; in RecordRawAllocation() local
|
| /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/linux-kselftest/tools/testing/selftests/resctrl/ |
| D | mba_test.c | 27 static int runs_per_allocation, allocation = 100; in mba_setup() local 56 int allocation, runs; in show_mba_info() local
|