/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 118 - Click and drag on any empty space to move window. 499 - 2018/12/20 (1.67) - made it illegal to call Begin("") with an empty string. This somehow half-worked before but had various undesirable side-effects. 727 Q: How can I have widgets with an empty label? 2120 if (f.empty()) in Build() 2129 if (Filters.empty()) in PassFilter() 2138 if (f.empty()) in PassFilter() 3554 // We _also_ call this when clicking in a window empty space when io.ConfigWindowsMoveFromTitleBarOnly is set, but clear g.MovingWindow afterward. in StartMouseMovingWindow() 3614 // Initiate moving window when clicking on empty space or title bar. 3626 // Click on empty space to focus window and start moving in UpdateMouseMovingWindowEndFrame() 3630 // Handle the edge case of a popup being closed while clicking in its empty spac in UpdateMouseMovingWindowEndFrame() [all...] |
H A D | imgui_draw.cpp | 1821 if (cmd_list->IdxBuffer.empty()) in DeIndexAllBuffers() 2077 IM_ASSERT(!Fonts.empty() && "Cannot use MergeMode for the first font"); // When using MergeMode make sure that a font has already been added before. You can use ImGui::GetIO().Fonts->AddFontDefault() to add the default imgui font. in AddFont() 2397 if (dst_tmp.GlyphsSet.Storage.empty()) in ImFontAtlasBuildWithStbTruetype() 2710 // Each line consists of at least two empty pixels at the ends, with a line of solid pixels in the middle in ImFontAtlasBuildRenderLinesTexData()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 5101 /* All of our queues are empty */ in ahc_chip_init() 5168 /* Our disconnection list is empty too */ in ahc_chip_init() 5171 /* Message out buffer starts empty */ in ahc_chip_init() 5836 * Start with an empty queue. Entries that are not chosen in ahc_search_qinfifo() 6172 * This is empty/unused if we are not performing SCB paging. 6197 * free hardware SCBs. This list is empty/unused if we are not 7589 int i, empty; in ahc_handle_en_lun() local 7637 for (empty = 1, i = 0; i < 8; i++) in ahc_handle_en_lun() 7639 empty = 0; in ahc_handle_en_lun() 7643 if (empty) { in ahc_handle_en_lun() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 5100 /* All of our queues are empty */ in ahc_chip_init() 5167 /* Our disconnection list is empty too */ in ahc_chip_init() 5170 /* Message out buffer starts empty */ in ahc_chip_init() 5833 * Start with an empty queue. Entries that are not chosen in ahc_search_qinfifo() 6167 * This is empty/unused if we are not performing SCB paging. 6192 * free hardware SCBs. This list is empty/unused if we are not 7582 int i, empty; in ahc_handle_en_lun() local 7630 for (empty = 1, i = 0; i < 8; i++) in ahc_handle_en_lun() 7632 empty = 0; in ahc_handle_en_lun() 7636 if (empty) { in ahc_handle_en_lun() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1431 if (!Stores.empty()) // Not all undef elements? 3827 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { 3855 if (Results.empty()) { 4201 if (!Results.empty()) { 4709 if (!Results.empty()) {
|
H A D | TargetLowering.cpp | 4186 if (Constraint.empty() || Constraint[0] != '{') in getRegForInlineAsmConstraint() 4229 assert(!ConstraintCode.empty() && "No known constraint!"); in isMatchingInputConstraint() 4236 assert(!ConstraintCode.empty() && "No known constraint!"); in getMatchedOperand() 4243 /// If this returns an empty vector, and if the constraint string itself 4244 /// isn't empty, there was an error parsing. 4339 if (!ConstraintOperands.empty()) { in ParseConstraints() 4570 if (!ResultOps.empty()) { in ChooseConstraint() 4600 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse()
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 3104 bool Program::empty() const { return fImpl->instructions.empty(); } 3145 if (avail.empty()) { 3228 // - NA: empty 4346 if (!iota.references.empty()) { 4354 if (!load64_index.references.empty()) {
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fPrimitiveBoundingBoxTests.cpp | 3259 if ((viewportClippedTop || (pointType == POINT_PARTIAL && primitiveClippedTop)) && !widthsUpwards.empty()) 3296 if ((viewportClippedBottom || (pointType == POINT_PARTIAL && primitiveClippedBottom)) && !(widthsDownwards.empty() && widthsUpwards.empty())) 3298 const tcu::IVec2& range = (widthsDownwards.empty()) ? (widthsUpwards.front()) : (widthsDownwards.back()); 3313 DE_ASSERT(!widths.empty());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 2652 if (CallConv == CallingConv::X86_INTR && !Outs.empty()) in LowerReturn() 3103 if (Outs.empty()) in callIsStructReturn() 3117 if (Ins.empty()) in argsAreStructReturn() 3555 if (!ArgXMMs.empty()) { 3601 if (!ArgXMMs.empty() && NumXMMRegs != ArgXMMs.size()) { 3616 if (!MemOps.empty()) 3695 // funclet needs a copy of this slot in its (mostly empty) frame, and the 3697 // same, so the size of funclets' (mostly empty) frames is dictated by 3895 if (!Outs.empty() && Outs.back().Flags.isInAlloca()) { 4026 if (!MemOpChains.empty()) [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210-hcd.c | 462 * usually empty except for long-term bulk reads, or head. in fill_async_buffer() 1839 fotg210_dbg(fotg210, "unused qh not empty!\n"); in qh_destroy() 2895 /* The async schedule and async_unlink list are supposed to be empty */ in disable_async() 3160 /* Unlink all the async QHs that have been empty for a timer cycle */ in unlink_empty_async() 3180 /* QHs that haven't been empty for long enough will be handled later */ in unlink_empty_async() 3243 * Unlink empty entries, reducing DMA usage as well in scan_async() 3824 struct list_head empty; in intr_submit() local 3840 INIT_LIST_HEAD(&empty); in intr_submit() 3841 qh = qh_append_tds(fotg210, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 4505 /* Recycle the iTDs when the pipeline is empty (e in itd_complete() [all...] |
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 461 * usually empty except for long-term bulk reads, or head. in fill_async_buffer() 1839 fotg210_dbg(fotg210, "unused qh not empty!\n"); in qh_destroy() 2896 /* The async schedule and async_unlink list are supposed to be empty */ in disable_async() 3161 /* Unlink all the async QHs that have been empty for a timer cycle */ in unlink_empty_async() 3181 /* QHs that haven't been empty for long enough will be handled later */ in unlink_empty_async() 3244 * Unlink empty entries, reducing DMA usage as well in scan_async() 3825 struct list_head empty; in intr_submit() local 3841 INIT_LIST_HEAD(&empty); in intr_submit() 3842 qh = qh_append_tds(fotg210, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 4505 /* Recycle the iTDs when the pipeline is empty (e in itd_complete() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_hw_instr.cpp | 1655 if (copy_map.empty()) { in handle_operands() 1842 while (!copy_map.empty()) { in handle_operands() 1998 * the "jump over empty blocks" optimization */ in emit_set_mode_from_block() 2385 * This is beneficial when executing the next block with an empty exec mask in lower_to_hw_instr() 2396 if (uniform_branch && !program->blocks[i].instructions.empty()) in lower_to_hw_instr() 2405 * empty exec mask. in lower_to_hw_instr()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | phonenumberutil_test.cc | 158 EXPECT_TRUE(NormalizeUTF8::NormalizeDecimalDigits(input).empty()); in TEST_F() 272 EXPECT_TRUE(regions.empty()); in TEST_F() 432 // should be left empty. in TEST_F() 1091 // When the preferred_domestic_carrier_code is present but empty, treat it as in TEST_F() 1607 // If not possible number present, return empty string. in TEST_F() 3048 << "Should have had no change - empty national prefix."; in TEST_F() 3096 EXPECT_TRUE(extension.empty()); in TEST_F() 3305 // Check empty extensions are ignored. in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 2430 if (!poolSizes.empty()) 2449 (deviceExtensions.empty() ? DE_NULL : &deviceExtensions[0]), // const char* const* ppEnabledExtensionNames; 3164 if (!poolSizes.empty()) 3857 basicComputeTests->addChild(new EmptyWorkGroupCase(testCtx, "empty_workgroup_x", "Use an empty workgroup with size 0 on the X axis", tcu::UVec3(0u, 2u, 3u))); 3858 basicComputeTests->addChild(new EmptyWorkGroupCase(testCtx, "empty_workgroup_y", "Use an empty workgroup with size 0 on the Y axis", tcu::UVec3(2u, 0u, 3u))); 3859 basicComputeTests->addChild(new EmptyWorkGroupCase(testCtx, "empty_workgroup_z", "Use an empty workgroup with size 0 on the Z axis", tcu::UVec3(2u, 3u, 0u))); 3860 basicComputeTests->addChild(new EmptyWorkGroupCase(testCtx, "empty_workgroup_all", "Use an empty workgroup with size 0 on the X, Y and Z axes", tcu::UVec3(0u, 0u, 0u)));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3664 if (!Name.empty()) { in UpgradeIntrinsicCall() 3739 if (!Name.empty()) { in UpgradeIntrinsicCall() 4194 if (!FramePointer.empty()) in UpgradeFramePointerAttributes()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 376 if (!description.empty()) in IterationLogSectionEmitter() 3105 if (!m_specs.empty()) in addIteration() 3124 DE_ASSERT(!m_specs.empty()); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 470 DE_ASSERT(!lineStripeSizesList.empty()); in destripedLineCount() 482 DE_ASSERT(!triangleStripeSizesList.empty()); in destripedTriangleCount() 2607 DE_ASSERT(!v.empty()); in vectorToString()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 2979 TString empty(""); in handleConstructorCall() 2981 return new TFunction(&empty, type, op); in handleConstructorCall() 5492 assert(! constArray.empty()); in limitCheck() 7652 if (!newParams.empty()) in vkRelaxedRemapFunctionArgument() 7683 if (!traverser.path.empty()) in vkRelaxedRemapDotDereference() 8836 if (memberQualifier.hasSpirvDecorate() && !memberQualifier.getSpirvDecorate().decorateIds.empty()) in declareBlock() 9471 // type with an empty type list, which will be filled in later in in addQualifierToExisting()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 3924 if (false == compute_shader_code.empty()) in prepareProgram() 3929 if (false == fragment_shader_code.empty()) in prepareProgram() 3934 if (false == geometry_shader_code.empty()) in prepareProgram() 3939 if (false == tess_ctrl_shader_code.empty()) in prepareProgram() 3944 if (false == tess_eval_shader_code.empty()) in prepareProgram() 3949 if (false == vertex_shader_code.empty()) in prepareProgram()
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 1951 if (!mode.second.empty()) { in TGlslangToSpvTraverser() 1962 assert(!modeId.second.empty()); in TGlslangToSpvTraverser() 4304 if (node->getType().getQualifier().storage == glslang::EvqUniform && !node->getConstArray().empty()) { in createSpvVariable() 4721 if (!decorate.second.empty()) { in applySpirvDecorate() 4739 assert(spirvDecorate.decorateIds.empty()); in applySpirvDecorate() 4743 assert(!decorateId.second.empty()); in applySpirvDecorate() 4757 assert(!decorateString.second.empty()); in applySpirvDecorate() 5019 const auto hasRuntimeArray = !spvMembers.empty() && builder.getOpCode(spvMembers.back()) == spv::OpTypeRuntimeArray; in decorateStructType() 9786 // an empty 'consts' can be used to create a fully zeroed SPIR-V constant.
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 80 // non-empty denotes a developer preview, not a release version, and has no 368 // wuffs_base__empty_struct is used when a Wuffs function returns an empty 370 // Wuffs, if a function g returns empty, you can say "y = g()". 375 // the sizeof an empty struct is 0, and g++ says that it is 1. This leads to 397 // the sizeof an empty struct is 0, and g++ says that it is 1. This leads to 1400 // A value with all fields NULL or zero is a valid, empty slice. 1412 // A value with all fields NULL or zero is a valid, empty table. 1595 // It returns an empty slice if i is out of bounds. 1606 // It returns an empty slice if j is out of bounds. 1617 // It returns an empty slic 44957 wuffs_base__io_buffer empty = wuffs_base__empty_io_buffer(); DecodeImage0() local [all...] |
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 109 t.empty = 0; in snd_interval_refine_set() 238 * Return new minimum or -EINVAL if the configuration space is empty 299 * Return new maximum or -EINVAL if the configuration space is empty 474 t.empty = 0; in _snd_pcm_hw_param_set() 504 * Return VAL or -EINVAL if the configuration space is empty
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 109 t.empty = 0; in snd_interval_refine_set() 238 * Return new minimum or -EINVAL if the configuration space is empty 299 * Return new maximum or -EINVAL if the configuration space is empty 474 t.empty = 0; in _snd_pcm_hw_param_set() 504 * Return VAL or -EINVAL if the configuration space is empty
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.cpp | 230 i + ") returned empty string"); in TestInstantiation() 2057 errln("FAIL: empty source"); in TestSTV() 2070 errln("FAIL: empty target"); in TestSTV() 2082 logln((UnicodeString)" " + k + ": <empty>"); in TestSTV() 2383 * Test empty context. 3585 UnicodeString empty; in _findMatch() local 3591 return empty; in _findMatch()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 795 while (!functions_to_compile.empty()) { in IterativelyExecuteAndFinalizeUnoptimizedCompilationJobs() 869 if (deferred_jobs->empty()) return true; in FinalizeDeferredUnoptimizedCompilationJobs()
|