/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/test/unittests/compiler/ |
D | escape-analysis-unittest.cc | 76 Node* Store(const FieldAccess& access, Node* allocation, Node* value, in Store() 187 Node* allocation = Allocate(Constant(kPointerSize)); in TEST_F() local 208 Node* allocation = Allocate(Constant(kPointerSize)); in TEST_F() local 259 Node* allocation = Allocate(Constant(kPointerSize)); in TEST_F() local 289 Node* allocation = Allocate(Constant(kPointerSize)); in TEST_F() local 314 Node* allocation = Allocate(Constant(kPointerSize)); in TEST_F() local 353 Node* allocation = Allocate(Constant(kPointerSize * 2)); in TEST_F() local
|
/external/v8/src/heap/ |
D | heap.cc | 1156 AllocationResult allocation; in ReserveSpace() local 2065 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocatePartialMap() local 2099 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocateMap() local 2141 AllocationResult allocation = AllocateRaw(size, space, align); in AllocateFillerObject() local 2184 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local 2209 AllocationResult allocation = AllocateEmptyFixedArray(); in CreateInitialMaps() local 2215 AllocationResult allocation = Allocate(null_map(), OLD_SPACE); in CreateInitialMaps() local 2222 AllocationResult allocation = Allocate(undefined_map(), OLD_SPACE); in CreateInitialMaps() local 2234 AllocationResult allocation = AllocateEmptyFixedArray(); in CreateInitialMaps() local 2336 AllocationResult allocation = AllocateMap(entry.type, entry.size); in CreateInitialMaps() local [all …]
|
D | heap-inl.h | 132 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateOneByteInternalizedString() local 163 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateTwoByteInternalizedString() local 210 AllocationResult allocation; in AllocateRaw() local
|
D | scavenger.cc | 150 AllocationResult allocation = in SemiSpaceCopyObject() local 178 AllocationResult allocation = in PromoteObject() local
|
D | mark-compact.cc | 1561 AllocationResult allocation = target_space->AllocateRaw(size, alignment); in TryEvacuateObject() local 1632 AllocationResult allocation; in AllocateTargetObject() local 1665 AllocationResult allocation = in AllocateInNewSpace() local 1683 AllocationResult allocation = in AllocateInOldSpace() local 1694 AllocationResult allocation; in AllocateInLab() 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/query_pool/ |
D | vktQueryPoolBufferObjectUtil.cpp | 42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBufferObjectUtil.cpp | 42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory()
|
/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/api/ |
D | vktApiComputeInstanceResultBuffer.cpp | 71 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createResultBuffer() local
|
D | vktApiBufferComputeInstance.cpp | 64 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createColorDataBuffer() local
|
/external/clang/test/Sema/ |
D | warn-unused-function.c | 50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
|
/external/v8/test/cctest/heap/ |
D | test-spaces.cc | 702 { AllocationResult allocation = lo->AllocateRaw(lo_size, NOT_EXECUTABLE); in TEST() local 775 v8::internal::AllocationResult allocation = in UNINITIALIZED_TEST() local 792 AllocationResult allocation = space->AllocateRawUnaligned(size); in AllocateUnaligned() local
|
D | test-mark-compact.cc | 147 AllocationResult allocation; in HEAP_TEST() local
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | UnicodeMap.java | 241 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 | 242 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt() local
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 304 const Allocation& allocation = outputBuffer->getAllocation(); in iterate() local
|
D | vktSparseResourcesBufferSparseResidency.cpp | 375 const Allocation& allocation = outputBuffer->getAllocation(); in iterate() local
|
D | vktSparseResourcesImageSparseBinding.cpp | 374 const Allocation& allocation = outputBuffer->getAllocation(); in iterate() local
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 385 const Allocation& allocation = outputBuffer->getAllocation(); in iterate() local
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 524 const Allocation& allocation = outputBuffer->getAllocation(); in iterate() local
|
/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/opencv3/modules/highgui/src/ |
D | window_gtk.cpp | 159 GtkAllocation allocation; in cvImageWidget_realize() local 350 GtkAllocation *allocation) in cvImageWidget_size_allocate()
|