| /external/webrtc/webrtc/call/ |
| D | bitrate_allocator.cc | 43 ObserverBitrateMap allocation = AllocateBitrates(); in OnNetworkChanged() local 88 ObserverBitrateMap allocation = AllocateBitrates(); in AddBitrateObserver() local 150 ObserverBitrateMap allocation; in NormalRateAllocation() local 176 ObserverBitrateMap allocation; in LowRateAllocation() local
|
| /external/v8/src/heap/ |
| D | heap.cc | 1169 AllocationResult allocation = map_space()->AllocateRawUnaligned( in ReserveSpace() local 1190 AllocationResult allocation; in ReserveSpace() local 2090 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocatePartialMap() local 2124 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocateMap() local 2167 AllocationResult allocation = AllocateRaw(size, space, align); in AllocateFillerObject() local 2225 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local 2252 AllocationResult allocation = AllocateEmptyFixedArray(); in CreateInitialMaps() local 2258 AllocationResult allocation = Allocate(null_map(), OLD_SPACE); in CreateInitialMaps() local 2265 AllocationResult allocation = Allocate(undefined_map(), OLD_SPACE); in CreateInitialMaps() local 2272 AllocationResult allocation = Allocate(the_hole_map(), OLD_SPACE); in CreateInitialMaps() local [all …]
|
| D | scavenger.cc | 162 AllocationResult allocation = in SemiSpaceCopyObject() local 190 AllocationResult allocation = in PromoteObject() local
|
| D | heap-inl.h | 237 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateOneByteInternalizedString() local 269 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateTwoByteInternalizedString() local 316 AllocationResult allocation; in AllocateRaw() local
|
| D | mark-compact.cc | 1628 AllocationResult allocation = target_space->AllocateRaw(size, alignment); in TryEvacuateObject() local 1755 AllocationResult allocation; in AllocateTargetObject() local 1790 AllocationResult allocation = in AllocateInNewSpace() local 1808 AllocationResult allocation = in AllocateInOldSpace() local 1820 AllocationResult allocation; in AllocateInLab() local
|
| /external/swiftshader/src/Common/ |
| D | Memory.cpp | 74 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local 100 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in deallocate() local
|
| /external/deqp/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawBufferObjectUtil.cpp | 42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory()
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiBufferComputeInstance.cpp | 65 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::… in createDataBuffer() local 112 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createColorDataBuffer() local
|
| D | vktApiComputeInstanceResultBuffer.cpp | 79 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createResultBuffer() local
|
| /external/clang/test/Sema/ |
| D | warn-unused-function.c | 50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
|
| /external/webrtc/webrtc/p2p/base/ |
| D | turnserver.cc | 209 TurnServerAllocation* allocation = FindAllocation(&conn); in OnInternalPacket() local 242 TurnServerAllocation* allocation = FindAllocation(conn); in HandleStunMessage() local 335 TurnServerAllocation* allocation = FindAllocation(conn); in CheckAuthorization() local 445 TurnServerAllocation* allocation = new TurnServerAllocation(this, in CreateAllocation() local 502 void TurnServer::OnAllocationDestroyed(TurnServerAllocation* allocation) { in OnAllocationDestroyed()
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationUtil.hpp | 54 de::MovePtr<vk::Allocation> allocation) in Buffer() 87 de::MovePtr<vk::Allocation>& allocation) in Image()
|
| D | vktSynchronizationCrossInstanceSharingTests.cpp | 511 …de::MovePtr<vk::Allocation> allocation = allocateAndBindMemory(vkd, device, *image, externalType,… in createResource() local 539 …de::MovePtr<vk::Allocation> allocation = allocateAndBindMemory(vkd, device, *buffer, externalType,… in createResource() local 642 …de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *image, nativeHandle, e… in importResource() local 670 …de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *buffer, nativeHandle, e… in importResource() local
|
| D | vktSynchronizationSmokeTests.cpp | 155 MovePtr<Allocation> allocation; member 228 MovePtr<Allocation> allocation; member
|
| D | vktSynchronizationWin32KeyedMutexTests.cpp | 412 …de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *image, nativeHandle, e… in importResource() local 440 …de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *buffer, nativeHandle, e… in importResource() local
|
| /external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
| D | vktYCbCrUtil.cpp | 146 …MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vkd, device, *buf… in allocateStagingBuffers() local 450 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in fillImageMemory() local 755 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in readImageMemory() local
|
| /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| D | UnicodeMap.java | 255 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
| D | UnicodeMap.java | 256 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt() local
|
| /external/ImageMagick/MagickCore/ |
| D | memory.c | 103 *allocation, member 150 allocation; member
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkAllocationCallbackUtil.hpp | 82 } allocation; member
|
| /external/nanopb-c/ |
| D | pb.h | 478 #define PB_FIELD(tag, type, rules, allocation, message, field, prevfield, ptr) \ argument 490 #define PB_FIELD2(tag, type, rules, allocation, placement, message, field, prevfield, ptr) \ argument
|
| /external/v8/src/inspector/ |
| D | v8-heap-profiler-agent-impl.cc | 344 for (const auto& allocation : node->allocations) in buildSampingHeapProfileNode() local
|
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassMultisampleResolveTests.cpp | 118 …de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buf… in createBufferMemory() local 128 …de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, imag… in createImageMemory() local
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
| D | ffi.c | 481 void *allocation; in allocate_to_stack() local
|
| /external/skia/src/gpu/text/ |
| D | GrAtlasTextBlob.cpp | 28 void* allocation = pool->allocate(size); in Make() local
|