Home
last modified time | relevance | path

Searched refs:back (Results 2751 - 2775 of 2788) sorted by relevance

1...<<111112

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp3290 TAG_LOGD(AceLogTag::ACE_SHEET, "Refuse to back because sheet is in animation"); in RemoveModalInOverlay()
3968 auto topModalNode = modalList_.back().Upgrade(); in FireModalPageShow()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4932 TouchLocationInfo changeTouch = info.GetChangedTouches().back(); in NativeEmbeadTouchToJSValue()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2642 if (realSoFilesPath.back() != ServiceConstants::PATH_SEPARATOR[0]) { in ExtractEncryptedSoFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6566 std::string dataGroupId = validGroupIds.back(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1663 return modalUIExtensionInfoList_.back(); in GetLastModalUIExtensionEventInfo()
2074 WLOGFW("Session didn't register back event consumer!"); in RequestSessionBack()
/third_party/glfw/deps/glad/
H A Dvulkan.h3165 VkStencilOpState back; member
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1117 (LocationOperand::cast(pushes.back()->destination()).index() + 1 == in AssembleTailCallBeforeGap()
2039 // Compare the converted back value to the rounded value, set in AssembleArchInstruction()
2099 // Compare the converted back value to the rounded value, set in AssembleArchInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp122 /// the insert there, and then read the result back.
192 // if ExpandNode returns false, LegalizeOp falls back to ConvertNodeToLibcall
311 // We don't want to shrink SNaNs. Converting the SNaN back to its real type in ExpandConstantFP()
361 /// the insert there, and then read the result back.
1493 /// and cast the result back to a floating-point type.
1558 // Store the part with the modified sign and convert back to float.
1574 // Transform value to integer, clear the sign bit and transform back.
1794 // then load the whole vector back out.
1874 NewIntermedVals.push_back(IntermedVals.back());
2236 // Remainder is loaded back fro
[all...]
H A DTargetLowering.cpp4261 AsmOperandInfo &OpInfo = ConstraintOperands.back(); in ParseConstraints()
7518 // We can fall back to a libcall with an illegal type for the MUL if we
7520 // Also, we can fall back to a division in some cases, but that's a big
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp1712 // and the data has also not been stored back into attachment, then just skip the in finalizeDepthStencilLoadStoreOps()
2121 vk::CommandBufferHelper *commandBuffer = mCommandBufferHelperFreeList.back(); in getCommandBufferHelper()
6860 // This also transitions the image back to TransferDst, in case it's no longer in in flushStagedUpdates()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp574 if(jit->builder->GetInsertBlock()->empty() || !jit->builder->GetInsertBlock()->back().isTerminator()) in acquireRoutine()
688 // assert(jit->builder->GetInsertBlock()->back().isTerminator()); in setInsertBlock()
949 // More exotic types require falling back to the extern: in createLoad()
1047 // More exotic types require falling back to the extern: in createStore()
1310 // Cast to a byte pointer, apply the byte offset, and cast back to the in createGEP()
1484 // reading back as the destination type. in createBitCast()
4299 // Switch back to original insert point to continue building the coroutine. in promoteFunctionToCoroutine()
H A DSubzeroReactor.cpp461 if(::basicBlock->getInsts().empty() || ::basicBlock->getInsts().back().getKind() != Ice::Inst::Ret) in finalizeFunction()
1124 // ASSERT(::basicBlock->getInsts().back().getTerminatorEdges().size() >= 0 && "Previous basic block must have a terminator");
1705 // emulate them by writing to the stack and reading back as the destination type.
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp6422 // Insert into history. First find match and delete it so it can be pushed to the back.
7311 points.back() = mouse_pos_in_canvas;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp868 // If there is no debug location attached to the instruction, revert back to in createLVAnalysis()
3825 // accidentally cause an extra step back into the loop while debugging.
6189 // The back-edge branch will remain, as will all scalar branches.
6964 if (!IsSingleton && !VPBB->empty() && LastExtensibleRecipe == &VPBB->back() &&
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.cpp3848 // Then cast the bits back out of the XMM register to the i64 Dest. in lowerIntrinsic()
4805 // Fall back on a function call in lowerMemcpy()
4875 // Fall back on a function call in lowerMemmove()
4973 // Fall back on calling the memset function. The value operand needs to be in lowerMemset()
5486 // Undo any addition of RebasePtr. It will be added back when the mem in computeAddressOpt()
5533 /// check and jumps back if it turns out OK.
6603 if (CaseClusters.back().getHigh() > UINT32_MAX) { in lowerSwitch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2444 // back to a (shl (srl x (clz cst)) (clz cst)) sequence. in lowerFABS32()
2548 // EH_RETURN nodes, so that instructions are emitted back-to-back. in lowerEH_RETURN()
3977 if (C.front() != '{' || C.back() != '}') in parsePhysicalReg()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2270 VkStencilOpState back; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp160 // MSVCRT doesn't have powi; fall back to pow in X86TargetLowering()
3895 if (!Outs.empty() && Outs.back().Flags.isInAlloca()) {
3897 if (!ArgLocs.back().isMemLoc())
3900 if (ArgLocs.back().getLocMemOffset() != 0)
4297 // pops the hidden struct pointer, so we have to push it back.
7812 // padding, bitcast to v2f64, duplicate, and bitcast back.
8289 Match &= !RepeatedLoads.back().isUndef();
9908 // supported, fall back to a shuffle to get the scalar blended with the
9942 // it could get split back up into a series of insert elements.
12842 // Bitcast back t
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp57 void* result = static_cast<deUint8 *>(m_vec.back()) + m_pointer; in alloc()
6446 parse_VkStencilOpState("back", obj["back"], (o.back)); in parse_VkPipelineDepthStencilStateCreateInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3225 // By definition, the frame address is the address of the back chain. in lowerFRAMEADDR()
3403 // Copy the new stack pointer back. in lowerDYNAMIC_STACKALLOC()
3862 // bits back to its proper position. in lowerATOMIC_LOAD_OP()
3978 // bits back to its proper position. in lowerATOMIC_CMP_SWAP()
4439 // Fall back on VPERM. Construct an SDNode for the permute vector. in getGeneralPermuteNode()
4584 // Applying NewBytesMap to Ops[I] gets back to NewBytes. in getNode()
4897 // Fall back to loading it from memory. in lowerBUILD_VECTOR()
6891 MachineInstr *LastMI = Selects.back(); in emitSelect()
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2971 if (lines.back().empty()) lines.pop_back(); in MaskAddresses()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3069 VkStencilOpState back; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp4769 split->definitions[i] = Definition(temps.back());
10298 assert(instr->operands[i].tempId() == instr->operands.back().tempId());
10531 instr->operands.back() =
12496 /* Convert back to the right type. */
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp28614 VULKAN_HPP_NAMESPACE::StencilOpState back = {}; global() member
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp4671 std::string bundleName = wantSenderInfo.allWants.back().want.GetElement().GetBundleName(); in GetWantSender()

Completed in 394 milliseconds

1...<<111112