/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthStencilTests.cpp | 247 DE_ASSERT(clearCommands.empty()); in generateBaseClearAndDepthCommands() 248 DE_ASSERT(renderCommands.empty()); in generateBaseClearAndDepthCommands()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilTests.cpp | 247 DE_ASSERT(clearCommands.empty()); in generateBaseClearAndDepthCommands() 248 DE_ASSERT(renderCommands.empty()); in generateBaseClearAndDepthCommands()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 347 DCHECK(unresolved_branches_.empty()); in Reset() 365 DCHECK_IMPLIES(isolate == nullptr, heap_object_requests_.empty()); in AllocateAndInstallRequestedHeapObjects() 683 if (unresolved_branches_.empty()) { in DeleteUnresolvedBranchInfoForLabel() 693 if (unresolved_branches_.empty()) { in DeleteUnresolvedBranchInfoForLabel() 751 DCHECK(unresolved_branches_.empty() || in EndBlockVeneerPool() 4447 // * it is not empty in Check() 4468 // Since a constant pool is (now) empty, move the check offset forward by in Check() 4561 if (unresolved_branches_.empty()) { in EmitVeneers() 4605 if (unresolved_branches_.empty()) { in CheckVeneerPool()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 831 if (allocation_trackers_.empty() && FLAG_inline_new) { in AddHeapObjectAllocationTracker() 842 if (allocation_trackers_.empty() && FLAG_inline_new) { in RemoveHeapObjectAllocationTracker() 1306 while (!allocation_sites_to_pretenure_->empty()) { in ProcessPretenuringFeedback() 1425 // Old-to-new slot sets must be empty after each collection. in GarbageCollectionEpilogueInSafepoint() 2795 // Flip the semispaces. After flipping, to space is empty, from space has in Scavenge() 2976 if (young_strings_.empty()) return; in UpdateYoungReferences() 3016 if (!young_strings_.empty()) { in IterateYoung() 3026 if (!old_strings_.empty()) { in IterateAll() 3082 // If the list is empty, set the tail to undefined. Otherwise the tail is set in ProcessDirtyJSFinalizationRegistries() 5009 // When creating real startup snapshot, these areas are expected to be empty in IterateRoots() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringMIPS32.cpp | 1029 if (PhysicalRegisters[Ty].empty()) in getPhysicalRegister() 1204 if (Source->empty()) { in argInGPR() 1251 while (!Regs->empty() && GPRegsUsed[Regs->back()]) { in discardUnavailableGPRsAndTheirAliases() 1274 if (Source->empty()) { in argInVFP() 1305 while (!Regs->empty() && VFPRegsUsed[Regs->back()]) { in discardUnavailableVFPRegsAndTheirAliases() 1626 if (!PreservedGPRs.empty()) { in addProlog() 1749 if (!PreservedGPRs.empty()) { in addEpilog()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 2568 if (Cond.empty()) { in AnalyzeBranchImpl() 2782 if (Cond.empty()) { in insertBranch() 3856 if (SrcOperandIds.empty()) in optimizeLoadInstr() 5505 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() 5582 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() 5637 if (MMOs.empty() && RC == &X86::VR128RegClass && in unfoldMemoryOperand() 5649 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() 5708 if (MMOs.empty() && RC == &X86::VR128RegClass && in unfoldMemoryOperand() 5715 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 3528 let empty = ""; in test_collect() 3529 let s: String = empty.chars().collect(); in test_collect() 3530 assert_eq!(empty, s); in test_collect() 3610 let empty: &[&str] = &[]; in test_concat_for_different_lengths() 3611 test_concat!("", empty); in test_concat_for_different_lengths() 3636 let empty: &[&str] = &[]; in test_join_for_different_lengths() 3637 test_join!("", empty, "-"); in test_join_for_different_lengths() 3649 let empty: &[&str] = &[]; in test_join_for_different_lengths_with_long_separator() 3650 test_join!("", empty, "~~~~~"); in test_join_for_different_lengths_with_long_separator() 5878 let empty in test_split_off_empty() 13541 let mut empty = BinaryHeap::<i32>::new(); test_empty_peek_mut() variables 36483 fn empty() { empty() functions [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | oxu210hp-hcd.c | 1049 oxu_dbg(oxu, "unused qh not empty!\n"); in qh_destroy() 2617 struct list_head empty; in intr_submit() local 2630 INIT_LIST_HEAD(&empty); in intr_submit() 2631 qh = qh_append_tds(oxu, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 3447 /* periodic qh self-unlinks on empty */ in oxu_endpoint_disable()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dlmglue.c | 4396 int empty = 0; in ocfs2_downconvert_thread_lists_empty() local 4401 empty = 1; in ocfs2_downconvert_thread_lists_empty() 4404 return empty; in ocfs2_downconvert_thread_lists_empty()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 1161 bool empty; in tcp_wfree() local 1174 empty = list_empty(&tsq->head); in tcp_wfree() 1176 if (empty) in tcp_wfree() 2536 /* Always send skb if rtx queue is empty or has one skb. in tcp_small_queue_check() 2695 /* Argh, we hit an empty skb(), presumably a thread in tcp_write_xmit() 2698 * a strange looking rtx queue with empty packet(s). in tcp_write_xmit() 2878 * In time closedown will finish, we empty the write queue and in __tcp_push_pending_frames()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dlmglue.c | 4417 int empty = 0; in ocfs2_downconvert_thread_lists_empty() local 4422 empty = 1; in ocfs2_downconvert_thread_lists_empty() 4425 return empty; in ocfs2_downconvert_thread_lists_empty()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | oxu210hp-hcd.c | 1049 oxu_dbg(oxu, "unused qh not empty!\n"); in qh_destroy() 2618 struct list_head empty; in intr_submit() local 2631 INIT_LIST_HEAD(&empty); in intr_submit() 2632 qh = qh_append_tds(oxu, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 3448 /* periodic qh self-unlinks on empty */ in oxu_endpoint_disable()
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | check.c | 193 bool empty = true; in __dead_end_function() local 220 empty = false; in __dead_end_function() 226 if (empty) in __dead_end_function() 1960 WARN_INSN(orig_insn, "empty alternative entry"); in add_special_section_alts()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 1152 bool empty; in tcp_wfree() local 1180 empty = list_empty(&tsq->head); in tcp_wfree() 1182 if (empty) in tcp_wfree() 1312 * 2) Or rtx queue is empty. in __tcp_transmit_skb() 2594 /* Always send skb if rtx queue is empty or has one skb. in tcp_small_queue_check() 2754 /* Argh, we hit an empty skb(), presumably a thread in tcp_write_xmit() 2757 * a strange looking rtx queue with empty packet(s). in tcp_write_xmit() 2941 * In time closedown will finish, we empty the write queue and in __tcp_push_pending_frames()
|
/third_party/node/src/ |
H A D | node_file.cc | 842 if (first_path.empty()) in AfterMkdirp() 1735 !req_wrap_sync.continuation_data()->first_path().empty()) { in MKDir() 2662 CHECK(file_handle_read_wrap_freelist.empty()); in PrepareForSerialization()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.cpp | 1828 // Trying to create VTimeZone from empty data in TestVTimeZoneParse() 1830 VTimeZone *empty = VTimeZone::createVTimeZone(emptyData, status); in TestVTimeZoneParse() local 1831 if (U_SUCCESS(status) || empty != NULL) { in TestVTimeZoneParse() 1832 delete empty; in TestVTimeZoneParse() 1833 errln("FAIL: Non-null VTimeZone is returned for empty VTIMEZONE data"); in TestVTimeZoneParse()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | mid-tier-register-allocator.cc | 2803 DCHECK(deferred_blocks_worklist_.empty()); in PopulateDeferredBlockRegion() 2806 while (!deferred_blocks_worklist_.empty()) { in PopulateDeferredBlockRegion() 3360 while (!allocated_slots_.empty() && in AdvanceTo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 1946 layoutBindings.empty() ? DE_NULL : bindingsFlags.data(), // const VkDescriptorBindingFlags* pBindingFlags; in run() 2159 inputAttachments.empty() ? DE_NULL : inputAttachments.data(), // const VkAttachmentReference* pInputAttachments in run() 2272 vk.cmdBindDescriptorSets(*commandBuffer, pipelineBindPoint, *pipelineLayout, 0u, (deUint32)descriptorSets.size(), descriptorSets.data(), (deUint32)offsets.size(), offsets.empty() ? DE_NULL : offsets.data()); in run()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 556 DE_ASSERT(graphicsShaders.empty()); in BaseParams() 558 DE_ASSERT(rtShaders.empty()); in BaseParams() 1425 DE_ASSERT(!binaries.empty()); in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 1946 layoutBindings.empty() ? DE_NULL : bindingsFlags.data(), // const VkDescriptorBindingFlags* pBindingFlags; in run() 2159 inputAttachments.empty() ? DE_NULL : inputAttachments.data(), // const VkAttachmentReference* pInputAttachments in run() 2272 vk.cmdBindDescriptorSets(*commandBuffer, pipelineBindPoint, *pipelineLayout, 0u, (deUint32)descriptorSets.size(), descriptorSets.data(), (deUint32)offsets.size(), offsets.empty() ? DE_NULL : offsets.data()); in run()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 293 ASSERT(empty()); in ~ActiveTexturesCache() 304 bool ActiveTexturesCache::empty() const in empty() function in gl::ActiveTexturesCache 3631 ASSERT(!mImageUnits.empty());
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.cpp | 985 // Declaration nodes with no children can appear if it was an empty declaration or if all the in appendStatement() 1007 ASSERT(mDeclarators.empty() || in appendDeclarator() 1596 mInit->getAsDeclarationNode()->getSequence()->empty()) in TIntermLoop() 1614 // Prune empty false blocks so that there won't be unnecessary operations done on it. in TIntermIfElse() 1615 if (mFalseBlock && mFalseBlock->getSequence()->empty()) in TIntermIfElse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 895 if (ECStack.empty()) { // Finished main. Put result into exit code... 2124 assert((ECStack.empty() || !ECStack.back().Caller.getInstruction() || in callFunction() 2161 while (!ECStack.empty()) { in run()
|
/third_party/skia/tests/ |
H A D | ImageFilterTest.cpp | 1266 // Even when there's an empty saveLayer()/restore(), ensure that an image in DEF_TEST() 1708 SkIRect empty = SkIRect::MakeEmpty(); in test_make_with_filter() local 1709 result = sourceImage->makeWithFilter(rContext, filter.get(), empty, clipBounds, in test_make_with_filter() 1713 result = sourceImage->makeWithFilter(rContext, filter.get(), subset, empty, in test_make_with_filter() 1848 // Test empty intersection. in DEF_TEST()
|
/third_party/python/Lib/test/ |
H A D | test_collections.py | 1542 empty = WithSet() 1546 self.assertEqual(s, empty) 1549 self.assertEqual(s, empty)
|