/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 3290 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 D | js_web.cpp | 4932 TouchLocationInfo changeTouch = info.GetChangedTouches().back(); in NativeEmbeadTouchToJSValue()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2642 if (realSoFilesPath.back() != ServiceConstants::PATH_SEPARATOR[0]) { in ExtractEncryptedSoFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 6566 std::string dataGroupId = validGroupIds.back(); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 1663 return modalUIExtensionInfoList_.back(); in GetLastModalUIExtensionEventInfo() 2074 WLOGFW("Session didn't register back event consumer!"); in RequestSessionBack()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3165 VkStencilOpState back; member
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 1117 (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 D | LegalizeDAG.cpp | 122 /// 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 D | TargetLowering.cpp | 4261 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 D | vk_helpers.cpp | 1712 // 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 D | LLVMReactor.cpp | 574 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 D | SubzeroReactor.cpp | 461 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 D | imgui_demo.cpp | 6422 // 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 D | LoopVectorize.cpp | 868 // 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 D | IceTargetLoweringX8632.cpp | 3848 // 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 D | MipsISelLowering.cpp | 2444 // 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 D | vulkan_sc_core.h | 2270 VkStencilOpState back; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 160 // 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 D | vulkan_json_parser.hpp | 57 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 D | SystemZISelLowering.cpp | 3225 // 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 D | test-trace-aarch64.cc | 2971 if (lines.back().empty()) lines.pop_back(); in MaskAddresses()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3069 VkStencilOpState back; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 4769 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 D | vulkan_structs.hpp | 28614 VULKAN_HPP_NAMESPACE::StencilOpState back = {}; global() member [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 4671 std::string bundleName = wantSenderInfo.allWants.back().want.GetElement().GetBundleName(); in GetWantSender()
|