Home
last modified time | relevance | path

Searched defs:vectorAllocator (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/ipc/
H A DTestArrowFile.java54BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWrite()
66BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteComplex()
H A DTestJSONFile.java135BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteComplexJSON()
157BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadUnionJSON()
189BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadDateTimeJSON()
223BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadDictionaryJSON()
263BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadNestedDictionaryJSON()
299 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadDecimalJSON()
349BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadVarBinJSON()
375 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadMapJSON()
401 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadNullJSON()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/test/java/org/apache/arrow/vector/ipc/
H A DTestArrowFile.java54BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWrite()
66BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteComplex()
H A DTestJSONFile.java135BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteComplexJSON()
157BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadUnionJSON()
189BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadDateTimeJSON()
223BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadDictionaryJSON()
263BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadNestedDictionaryJSON()
299 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadDecimalJSON()
349BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadVarBinJSON()
375 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadMapJSON()
401 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadNullJSON()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/ipc/
H A DTestJSONFile.java135BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteComplexJSON()
157BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadUnionJSON()
189BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadDateTimeJSON()
223BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadDictionaryJSON()
263BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadNestedDictionaryJSON()
299 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadDecimalJSON()
349BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadVarBinJSON()
375 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadMapJSON()
401 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadNullJSON()
H A DTestArrowFile.java79BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWrite()
91BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteComplex()
281 …try (BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.… in testWriteReadUnion()
524BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadNestedDictionary()
704BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, Integer.MAX_V… in testWriteReadVarBin()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/tools/src/test/java/org/apache/arrow/tools/
H A DTestIntegration.java75 BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, in writeInputFloat()
94 BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, in writeInput2()
H A DArrowFileTestFixtures.java98 BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, in writeInput()
/dports/databases/arrow/apache-arrow-6.0.1/java/tools/src/test/java/org/apache/arrow/tools/
H A DTestIntegration.java75 BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, in writeInputFloat()
94 BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, in writeInput2()
H A DArrowFileTestFixtures.java98 BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, in writeInput()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/tools/src/test/java/org/apache/arrow/tools/
H A DTestIntegration.java75 BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, in writeInputFloat()
94 BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, in writeInput2()
H A DArrowFileTestFixtures.java98 BufferAllocator vectorAllocator = allocator.newChildAllocator("original vectors", 0, in writeInput()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestValueVector.java1911 …BufferAllocator vectorAllocator = allocator.newChildAllocator("vector_allocator", 0, Long.MAX_VALU… in testMultipleClose() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/vulkan-hpp/vulkan/
H A Dvulkan.hpp59387 …operties,Allocator>>::type enumerateInstanceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateInstanceLayerProperties()
65501 …Device,Allocator>>::type Instance::enumeratePhysicalDevices(Allocator const& vectorAllocator, Disp… in enumeratePhysicalDevices()
65689 …ator>>::type PhysicalDevice::enumerateDeviceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateDeviceLayerProperties()
65979 …ator>>::type PhysicalDevice::getCalibrateableTimeDomainsEXT(Allocator const& vectorAllocator, Disp… in getCalibrateableTimeDomainsEXT()
66239 …R,Allocator>>::type PhysicalDevice::getDisplayPropertiesKHR(Allocator const& vectorAllocator, Disp… in getDisplayPropertiesKHR()
66786 …perties,Allocator> PhysicalDevice::getQueueFamilyProperties(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties()
66814 …rties2,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
66843 …eChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
66880 …es2,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
66909 …ain,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp62196 …operties,Allocator>>::type enumerateInstanceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateInstanceLayerProperties()
66263 … Device::getImageSparseMemoryRequirements( vk::Image image, Allocator const& vectorAllocator, Disp… in getImageSparseMemoryRequirements()
68178 …Device,Allocator>>::type Instance::enumeratePhysicalDevices(Allocator const& vectorAllocator, Disp… in enumeratePhysicalDevices()
68604 …ator>>::type PhysicalDevice::getCalibrateableTimeDomainsEXT(Allocator const& vectorAllocator, Disp… in getCalibrateableTimeDomainsEXT()
68864 …R,Allocator>>::type PhysicalDevice::getDisplayPropertiesKHR(Allocator const& vectorAllocator, Disp… in getDisplayPropertiesKHR()
69396 …perties,Allocator> PhysicalDevice::getQueueFamilyProperties(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties()
69424 …rties2,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
69444 …eChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
69472 …es2,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
69492 …ain,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/Vulkan/Include/vulkan/
H A Dvulkan.hpp62117 …operties,Allocator>>::type enumerateInstanceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateInstanceLayerProperties()
66184 … Device::getImageSparseMemoryRequirements( vk::Image image, Allocator const& vectorAllocator, Disp… in getImageSparseMemoryRequirements()
68099 …Device,Allocator>>::type Instance::enumeratePhysicalDevices(Allocator const& vectorAllocator, Disp… in enumeratePhysicalDevices()
68525 …ator>>::type PhysicalDevice::getCalibrateableTimeDomainsEXT(Allocator const& vectorAllocator, Disp… in getCalibrateableTimeDomainsEXT()
68785 …R,Allocator>>::type PhysicalDevice::getDisplayPropertiesKHR(Allocator const& vectorAllocator, Disp… in getDisplayPropertiesKHR()
69317 …perties,Allocator> PhysicalDevice::getQueueFamilyProperties(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties()
69345 …rties2,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
69365 …eChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
69393 …es2,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
69413 …ain,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestValueVector.java2057 …BufferAllocator vectorAllocator = allocator.newChildAllocator("vector_allocator", 0, Long.MAX_VALU… in testMultipleClose() local
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestValueVector.java2057 …BufferAllocator vectorAllocator = allocator.newChildAllocator("vector_allocator", 0, Long.MAX_VALU… in testMultipleClose() local
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/Vulkan-Headers/include/vulkan/
H A Dvulkan.hpp75242 …operties,Allocator>>::type enumerateInstanceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateInstanceLayerProperties()
82664 …Device,Allocator>>::type Instance::enumeratePhysicalDevices(Allocator const& vectorAllocator, Disp… in enumeratePhysicalDevices()
82859 …ator>>::type PhysicalDevice::enumerateDeviceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateDeviceLayerProperties()
83156 …ator>>::type PhysicalDevice::getCalibrateableTimeDomainsEXT(Allocator const& vectorAllocator, Disp… in getCalibrateableTimeDomainsEXT()
83421 …R,Allocator>>::type PhysicalDevice::getDisplayPropertiesKHR(Allocator const& vectorAllocator, Disp… in getDisplayPropertiesKHR()
83979 …perties,Allocator> PhysicalDevice::getQueueFamilyProperties(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties()
84008 …rties2,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
84037 …eChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
84075 …es2,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
84104 …ain,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_headers/include/vulkan/
H A Dvulkan.hpp74345 …operties,Allocator>>::type enumerateInstanceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateInstanceLayerProperties()
81213 …Device,Allocator>>::type Instance::enumeratePhysicalDevices(Allocator const& vectorAllocator, Disp… in enumeratePhysicalDevices()
81401 …ator>>::type PhysicalDevice::enumerateDeviceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateDeviceLayerProperties()
81691 …ator>>::type PhysicalDevice::getCalibrateableTimeDomainsEXT(Allocator const& vectorAllocator, Disp… in getCalibrateableTimeDomainsEXT()
81951 …R,Allocator>>::type PhysicalDevice::getDisplayPropertiesKHR(Allocator const& vectorAllocator, Disp… in getDisplayPropertiesKHR()
82483 …perties,Allocator> PhysicalDevice::getQueueFamilyProperties(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties()
82511 …rties2,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
82540 …eChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
82577 …es2,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
82606 …ain,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/third_party/khronos/vulkan/
H A Dvulkan.hpp80483 …operties,Allocator>>::type enumerateInstanceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateInstanceLayerProperties()
87612 …Device,Allocator>>::type Instance::enumeratePhysicalDevices(Allocator const& vectorAllocator, Disp… in enumeratePhysicalDevices()
87801 …ator>>::type PhysicalDevice::enumerateDeviceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateDeviceLayerProperties()
88148 …ator>>::type PhysicalDevice::getCalibrateableTimeDomainsEXT(Allocator const& vectorAllocator, Disp… in getCalibrateableTimeDomainsEXT()
88371 …,Allocator>>::type PhysicalDevice::getDisplayProperties2KHR(Allocator const& vectorAllocator, Disp… in getDisplayProperties2KHR()
88423 …R,Allocator>>::type PhysicalDevice::getDisplayPropertiesKHR(Allocator const& vectorAllocator, Disp… in getDisplayPropertiesKHR()
88988 …rties2,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
89017 …eChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
89054 …es2,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
89083 …ain,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/khronos/vulkan/
H A Dvulkan.hpp81310 …operties,Allocator>>::type enumerateInstanceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateInstanceLayerProperties()
88725 …Device,Allocator>>::type Instance::enumeratePhysicalDevices(Allocator const& vectorAllocator, Disp… in enumeratePhysicalDevices()
88933 …ator>>::type PhysicalDevice::enumerateDeviceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateDeviceLayerProperties()
89284 …ator>>::type PhysicalDevice::getCalibrateableTimeDomainsEXT(Allocator const& vectorAllocator, Disp… in getCalibrateableTimeDomainsEXT()
89507 …,Allocator>>::type PhysicalDevice::getDisplayProperties2KHR(Allocator const& vectorAllocator, Disp… in getDisplayProperties2KHR()
89559 …R,Allocator>>::type PhysicalDevice::getDisplayPropertiesKHR(Allocator const& vectorAllocator, Disp… in getDisplayPropertiesKHR()
90226 …rties2,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
90255 …eChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
90292 …es2,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
90321 …ain,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/khronos/vulkan/
H A Dvulkan.hpp81310 …operties,Allocator>>::type enumerateInstanceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateInstanceLayerProperties()
88725 …Device,Allocator>>::type Instance::enumeratePhysicalDevices(Allocator const& vectorAllocator, Disp… in enumeratePhysicalDevices()
88933 …ator>>::type PhysicalDevice::enumerateDeviceLayerProperties(Allocator const& vectorAllocator, Disp… in enumerateDeviceLayerProperties()
89284 …ator>>::type PhysicalDevice::getCalibrateableTimeDomainsEXT(Allocator const& vectorAllocator, Disp… in getCalibrateableTimeDomainsEXT()
89507 …,Allocator>>::type PhysicalDevice::getDisplayProperties2KHR(Allocator const& vectorAllocator, Disp… in getDisplayProperties2KHR()
89559 …R,Allocator>>::type PhysicalDevice::getDisplayPropertiesKHR(Allocator const& vectorAllocator, Disp… in getDisplayPropertiesKHR()
90226 …rties2,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
90255 …eChain,Allocator> PhysicalDevice::getQueueFamilyProperties2(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2()
90292 …es2,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
90321 …ain,Allocator> PhysicalDevice::getQueueFamilyProperties2KHR(Allocator const& vectorAllocator, Disp… in getQueueFamilyProperties2KHR()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp89578 …LKAN_HPP_NAMESPACE::PerformanceCounterKHR> const &counters, Allocator const& vectorAllocator, Disp… in enumerateQueueFamilyPerformanceQueryCountersKHR()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp90027 …LKAN_HPP_NAMESPACE::PerformanceCounterKHR> const &counters, Allocator const& vectorAllocator, Disp… in enumerateQueueFamilyPerformanceQueryCountersKHR()

12