/third_party/node/deps/v8/src/base/ |
H A D | small-vector.h | 101 T& back() { in back() function in v8::base::SmallVector 105 const T& back() const { in back() function in v8::base::SmallVector 142 // Clear without reverting back to inline storage. 188 // Clear and go back to inline storage. Dynamic storage is *not* freed. For
|
/third_party/node/deps/v8/src/handles/ |
H A D | handles.cc | 89 (isolate->handle_scope_data()->next - impl->blocks()->back())); in NumberOfHandles() 109 Address* limit = &impl->blocks()->back()[kHandleBlockSize]; in Extend()
|
/third_party/node/deps/v8/src/sandbox/ |
H A D | sandbox.cc | 94 // If the size is less than the minimum sandbox size though, we fall back to in Initialize() 124 // If we cannot create virtual memory subspaces, we also need to fall back in Initialize() 148 // so fall back to creating a partially reserved sandbox. in Initialize() 215 Address back = end_; in Initialize() local 218 CHECK(address_space_->AllocateGuardRegion(back, kSandboxGuardRegionSize)); in Initialize()
|
/third_party/mesa3d/src/util/tests/vma/ |
H A D | vma_random_test.cpp | 158 std::swap(allocations.at(to_dealloc), allocations.back()); in dealloc() 159 allocation a = allocations.back(); in dealloc()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 25 # Query for something that's expected to give a scalar back 28 # Query for something that's expected to give a list back 59 =back 65 =back
|
/third_party/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 25 # Query for something that's expected to give a scalar back 28 # Query for something that's expected to give a list back 59 =back 65 =back
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 130 &planeInfos.back(), in imageOffsetTest() 132 srcImageMemory.back()->getMemory(), in imageOffsetTest()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RemoveSwitchFallThrough.cpp | 101 // These are no-ops so there's no need to add them back to the statement list. Should have in visitConstantUnion() 226 TIntermBlock *lastStatementAsBlock = node->getSequence()->back()->getAsBlock(); in DoesBlockAlwaysBreak() 232 TIntermBranch *lastStatementAsBranch = node->getSequence()->back()->getAsBranchNode(); in DoesBlockAlwaysBreak()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 129 assert(&Lists.front() <= &L && &L <= &Lists.back() && in getIndex() 134 assert(&Entries.front() <= &E && &E <= &Entries.back() && in getIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | InlineInfo.cpp | 146 SrcLoc.Name = SrcLocs.back().Name; in lookup() 150 SrcLocs.back().Name = GR.getString(Inline.Name); in lookup()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.hpp | 94 return { images.size() - 1, *images.back() }; in addImage() 106 return { samplers.size() - 1, samplers.back() }; in addSampler()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DescriptorSetAllocator.cpp | 89 const PoolIndex poolIndex = mAvailableDescriptorPoolIndices.back(); in Allocate() 94 SetIndex setIndex = pool->freeSetIndices.back(); in Allocate()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | ITypVectorTests.cpp | 170 // Test that begin/end/front/back/data return pointers/references to the correct elements. 176 ASSERT_EQ(&vec.back(), &vec[Key(9)]); in TEST_F() 182 ASSERT_EQ(&constVec.back(), &constVec[Key(9)]); in TEST_F()
|
/third_party/skia/modules/particles/include/ |
H A D | SkParticleSerialization.h | 127 if (const skjson::Value* cur = fStack.back()) { in get() 130 return cur->as<skjson::ArrayValue>()[fArrayIndexStack.back()++]; in get()
|
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.cpp | 151 // opaque draws to occur front to back (i.e., in reverse painter's order) while minimizing in sort() 153 // transparent draws to occur back to front (i.e., in painter's order) in sort() 166 fDeviceStack.back()->drawShape(id, this->nextPaintersOrder(), shape, r, p); in drawShape() 172 fDeviceStack.back()->clipShape(id, this->nextPaintersOrder(), shape, r); in clipShape()
|
/third_party/skia/include/core/ |
H A D | SkStringView.h | 64 constexpr const_reference back() const { in back() function in skstd::string_view 103 return !this->empty() && this->back() == c; in ends_with()
|
/third_party/skia/experimental/sktext/tests/ |
H A D | WrappedText.cpp | 68 fTestLines.back().trailingSpaces = trailingSpaces; 69 fTestLines.back().runRange.fEnd = fTestRuns.size();
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 130 &planeInfos.back(), in imageOffsetTest() 132 srcImageMemory.back()->getMemory(), in imageOffsetTest()
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/js/test/ |
H A D | RdbStoreSyncFirstLevelJsunit.test.js | 104 let back = rdbStore.setDistributedTables(["test"]);
105 back.then(() => {
110 await back;
1518 let back = rdbSecondStore.setDistributedTables(["test"]);
1519 back.then(() => {
1524 await back;
1598 let back = rdbSecondStore.setDistributedTables(["test"]);
1599 back.then(() => {
1604 await back;
1680 let back [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 274 auto& refs = subpassRefs.back(); in createRenderPass() 900 attachmentImageAllocs.push_back(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *attachmentImages.back()), MemoryRequirement::Any)); in iterate() 901 VK_CHECK(vk.bindImageMemory(vkDevice, *attachmentImages.back(), attachmentImageAllocs.back()->getMemory(), attachmentImageAllocs.back()->getOffset())); in iterate() 909 *attachmentImages.back(), // VkImage image in iterate() 930 clearDepthStencilImage(vk, vkDevice, queue, queueFamilyIndex, *attachmentImages.back(), format, 0.5f, 128u, in iterate() 941 clearColorImage(vk, vkDevice, queue, queueFamilyIndex, *attachmentImages.back(), clearColor, VK_IMAGE_LAYOUT_UNDEFINED, in iterate() 1094 &descriptorSetLayouts.back().get(), // const VkDescriptorSetLayout* pSetLayouts in iterate() 1114 &descriptorSetLayouts.back() in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 274 auto& refs = subpassRefs.back(); in createRenderPass() 899 attachmentImageAllocs.push_back(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *attachmentImages.back()), MemoryRequirement::Any)); in iterate() 900 VK_CHECK(vk.bindImageMemory(vkDevice, *attachmentImages.back(), attachmentImageAllocs.back()->getMemory(), attachmentImageAllocs.back()->getOffset())); in iterate() 908 *attachmentImages.back(), // VkImage image in iterate() 929 clearDepthStencilImage(vk, vkDevice, queue, queueFamilyIndex, *attachmentImages.back(), format, 0.5f, 128u, in iterate() 940 clearColorImage(vk, vkDevice, queue, queueFamilyIndex, *attachmentImages.back(), clearColor, VK_IMAGE_LAYOUT_UNDEFINED, in iterate() 1089 &descriptorSetLayouts.back().get(), // const VkDescriptorSetLayout* pSetLayouts in iterate() 1109 &descriptorSetLayouts.back() in iterate() [all...] |
/third_party/vulkan-loader/tests/ |
H A D | loader_version_tests.cpp | 439 icd1.physical_device_groups.back().use_physical_device(icd1.physical_devices[1]); in TEST() 493 driver_5.physical_devices.back().queue_family_properties.push_back(family_props); in TEST() 495 driver_5.physical_devices.back().queue_family_properties.push_back(family_props); in TEST() 497 driver_5.physical_devices.back().queue_family_properties.push_back(family_props); in TEST() 503 driver_6.physical_devices.back().queue_family_properties.push_back(family_props); in TEST() 505 driver_6.physical_devices.back().queue_family_properties.push_back(family_props); in TEST() 593 driver.physical_devices.back().known_device_functions = { in TEST() 632 driver.physical_devices.back().add_extension({"VK_SOME_EXT_haha"}); in TEST() 944 ddl_info.pfnGetInstanceProcAddr = env.icds.back().icd_library.get_symbol("vk_icdGetInstanceProcAddr"); in CheckDirectDriverLoading() 1155 ddl_info.pfnGetInstanceProcAddr = env.icds.back() in TEST() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_item_pool.cpp | 40 auto node = it->second.back(); in Allocate()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/queue/ |
H A D | render_fifo_queue.h | 73 result = _list.back();
|
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_event_list.cpp | 38 if (size == 0 || event.timeStamp_ >= events_.back().timeStamp_) { in Insert()
|