/third_party/gn/src/gn/ |
H A D | visual_studio_writer_unittest.cc | 195 writer.WriteProjectFileContents(file_contents, *writer.projects_.back(), in TEST_F() 231 *writer.projects_.back(), &target, "", "", in TEST_F() 240 *writer.projects_.back(), &target, "", in TEST_F()
|
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/ |
H A D | MultipleContexts.cpp | 56 textureAndFence = updateThreadQueue->back(); in UpdateThreadLoop() 171 TextureAndFence textureAndFence = mMainThreadQueue.back(); 195 textureAndFence = mMainThreadQueue.back();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLink.cpp | 193 B.removeEdge(EdgesToRemove.back()); in splitBlock() 218 BlockSymbols.back()->getOffset() < SplitIndex) { in splitBlock() 219 BlockSymbols.back()->setBlock(NewBlock); in splitBlock()
|
/third_party/skia/src/gpu/ |
H A D | GrSPIRVUniformHandler.cpp | 222 *outName = fUniforms.back().fVariable.c_str(); in internalAddUniformArray() 268 fTextures.back().fVariable.getName().c_str(), in addSampler() 269 fSamplers.back().fVariable.getName().c_str()); in addSampler()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | cfa.h | 50 /// @return true if the edge work_list.back().block->id() => id is a back-edge 60 /// when a back edge is encountered. 154 block_info& top = work_list.back(); in DepthFirstTraversal() 187 idoms[postorder.back()].dominator = idoms[postorder.back()].postorder_index; in CalculateDominators()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_loader.cpp | 112 (!spv_inst->dbg_line_insts().back().IsNoLine())) { in AddInstruction() 114 spv_inst->dbg_line_insts().back().Clone(module()->context())); in AddInstruction() 123 spv_inst->dbg_line_insts().back().Clone(module()->context())); in AddInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | cfa.h | 50 /// @return true if the edge work_list.back().block->id() => id is a back-edge 60 /// when a back edge is encountered. 154 block_info& top = work_list.back(); in DepthFirstTraversal() 187 idoms[postorder.back()].dominator = idoms[postorder.back()].postorder_index; in CalculateDominators()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_loader.cpp | 112 (!spv_inst->dbg_line_insts().back().IsNoLine())) { in AddInstruction() 114 spv_inst->dbg_line_insts().back().Clone(module()->context())); in AddInstruction() 123 spv_inst->dbg_line_insts().back().Clone(module()->context())); in AddInstruction()
|
/third_party/skia/src/shaders/gradients/ |
H A D | Sk4fGradientBase.cpp | 105 SkASSERT(buffer->empty() || buffer->back().fT1 == 2 - t0); in addMirrorIntervals() 217 SkASSERT(fIntervals.empty() || fIntervals.back().fT1 == t0); in init() 264 SkASSERT(t >= fIntervals.front().fT0 && t <= fIntervals.back().fT1); in findNext()
|
/third_party/skia/src/utils/ |
H A D | SkShaperJSONWriter.cpp | 51 if (clusters.front() <= clusters.back()) { in is_one_to_one() 123 SkPoint lastAdvance = info.fAdvance - (fPositions.back() - fPositions.front()); in commitRunBuffer() 134 if (clusters.front() <= clusters.back()) { in BreakupClusters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 91 Instructions.back().Ops.push_back(Operand1); in addInstruction() 97 Instructions.back().Ops.push_back(Operand1); in addInstruction() 98 Instructions.back().Ops.push_back(Operand2); in addInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CallGraph.cpp | 192 *I = CalledFunctions.back(); in removeCallEdgeFor() 206 CalledFunctions[i] = CalledFunctions.back(); in removeAnyCallEdgeTo() 220 *I = CalledFunctions.back(); in removeOneAbstractEdgeTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CachePruning.cpp | 62 switch (Duration.back()) { in parseDuration() 96 if (Value.back() != '%') in parseCachePruningPolicy() 111 switch (tolower(Value.back())) { in parseCachePruningPolicy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | DepthFirstIterator.h | 66 // node have been processed. It is intended to distinguish of back and 121 NodeRef Node = VisitStack.back().first; in toNext() 122 Optional<ChildItTy> &Opt = VisitStack.back().second; in toNext() 128 // VisitStack.back().second actually gets updated as the iterator in toNext() 166 const NodeRef &operator*() const { return VisitStack.back().first; } in operator *()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set.cc | 72 fields_.back().DeepCopy((other.fields_)[i]); in InternalMergeFrom() 83 fields_.back().DeepCopy((other.fields_)[i]); in MergeFrom() 178 fields_.back().DeepCopy(field); in AddField()
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkShaperJSONWriter.cpp | 58 if (clusters.front() <= clusters.back()) { in is_one_to_one() 130 SkPoint lastAdvance = info.fAdvance - (fPositions.back() - fPositions.front()); in commitRunBuffer() 141 if (clusters.front() <= clusters.back()) { in BreakupClusters()
|
/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | stage_element.cpp | 300 focusNodes_.back()->RequestFocus(); in RefreshFocus() 501 topElement = children_.back(); in PerformPushPage() 541 UpdateChild(children_.back(), nullptr); in RestorePop() 552 auto oldElement = children_.back(); in PerformReplace() 698 return focusNodes_.back()->IsFocusable(); in IsFocusable()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | player.cpp | 247 onCurrentPosListener_.back()(currentPos_); in OnSeekComplete() 287 onRefreshRenderListener_.back()(); in OnTick() 305 onCurrentPosListener_.back()(currentPos_); in OnTimeGetted() 448 onPreparedListener_.back()(width_, height_, isPlaying_, duration_, currentPos_, false); in OnAddPreparedListener() 588 onCurrentPosListener_.back()(currentPos_); in OnPopListener()
|
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
H A D | render_semi_modal.cpp | 102 dragBar_ = FindChildOfClass<RenderDragBar>(GetChildren().back()); in PerformLayout() 163 auto boxForContent = GetChildren().back(); in InnerLayout() 278 auto boxForContent = GetChildren().back(); in FirstLayout() 573 auto contentRender = AceType::DynamicCast<RenderBox>(GetChildren().back()); in AppendContentRadiusAnimation() 598 auto contentRender = AceType::DynamicCast<RenderBox>(semi->GetChildren().back()); in AppendContentRadiusAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | paragraph_manager.cpp | 132 return paragraphs_.back().end; in GetIndex() 160 auto info = paragraphs_.back(); in GetGlyphPositionAtCoordinate() 181 return paragraphs_.back().end; in GetGlyphIndexByCoordinate() 429 if (index == paragraphs_.back().end) { in ComputeCursorOffset() 466 if (index == paragraphs_.back().end) { in ComputeCursorInfoByClick()
|
/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_common_util.cpp | 223 std::string::size_type back = 0; in Ip2Number() local 229 while ((back = ip.find_first_of('.', back)) != (std::string::size_type)std::string::npos) { in Ip2Number() 230 number |= static_cast<unsigned long>(std::stol(ip.substr(front, back - front).c_str()) << in Ip2Number() 232 front = ++back; in Ip2Number()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sram242x.S | 62 mov r9, #0x0 @ shift back to L0-voltage 72 subeq r11, r11, #0x8 @ possibly back to DLLA 114 ret lr @ back to caller. 153 mov r5, r5, lsl #8 @ put rfr field back into place 209 ret lr @ back to caller
|
H A D | sram243x.S | 62 mov r9, #0x0 @ shift back to L0-voltage 72 subeq r11, r11, #0x8 @ possibly back to DLLA 114 ret lr @ back to caller. 153 mov r5, r5, lsl #8 @ put rfr field back into place 209 ret lr @ back to caller
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_xsk.c | 75 struct ice_pf *pf = vsi->back; in ice_qvec_dis_irq() 107 struct ice_pf *pf = vsi->back; in ice_qvec_cfg_msix() 134 struct ice_pf *pf = vsi->back; in ice_qvec_ena_irq() 353 err = xsk_pool_dma_map(vsi->xsk_pools[qid], ice_pf_to_dev(vsi->back), in ice_xsk_pool_enable() 614 * verified the descriptor has been written back. in ice_clean_rx_irq_zc() 857 ice_trigger_sw_intr(&vsi->back->hw, q_vector); in ice_xsk_wakeup()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sram242x.S | 62 mov r9, #0x0 @ shift back to L0-voltage 72 subeq r11, r11, #0x8 @ possibly back to DLLA 114 ret lr @ back to caller. 153 mov r5, r5, lsl #8 @ put rfr field back into place 209 ret lr @ back to caller
|