Home
last modified time | relevance | path

Searched refs:reset (Results 7051 - 7075 of 8120) sorted by relevance

1...<<281282283284285286287288289290>>...325

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h826 void reset() { in reset() function in llvm::orc::rpc::detail::SequenceNumberManager
1129 SequenceNumberMgr.reset(); in abandonPendingResponses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h231 void reset();
397 void reset();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp815 RtCheck.reset(); in canCheckPtrAtRT()
2035 PtrRtChecking->reset(); in analyzeLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp217 OldMD.reset(MD);
244 MetadataPtrs[Idx].reset(MD); in getMetadataFwdRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp850 MDMap[I].reset(DummyNodes.back().get()); in CloneAliasScopeMetadata()
1573 IFI.reset(); in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h202 void reset();
357 inline void reset() { NumOccurrences = 0; } in reset() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp126 return static_cast<RegisterSet&>(BitVector::reset(Idx)); in remove()
133 return static_cast<RegisterSet&>(BitVector::reset(Rs)); in remove()
H A DRDFGraph.cpp790 // Ref nodes need to have the data-flow links reset. in cloneNode()
867 reset(); in build()
1142 void DataFlowGraph::reset() { in reset() function in DataFlowGraph
1769 // Visit all siblings of the reached def and reset their reaching defs. in unlinkDefDF()
/third_party/skia/third_party/externals/icu/source/common/
H A Duts46.cpp319 // Arguments are fine, reset output values. in process()
321 info.reset(); in process()
419 // Arguments are fine, reset output values. in processUTF8()
420 info.reset(); in processUTF8()
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc887 // Back up the Reporter and output_string_. They will be reset in the in IsMatch()
1242 dynamic_message_factory_.reset(new DynamicMessageFactory()); in UnpackAny()
1244 data->reset(dynamic_message_factory_->GetPrototype(desc)->New()); in UnpackAny()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc605 waiter1.reset(); // "join" waiter1 in TEST_P()
611 waiter2.reset(); // "join" waiter2 in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Doptional_test.cc866 opt.reset(); in TEST()
870 opt.reset(); in TEST()
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.cpp84 reset(); in lookAhead()
1001 reset(); in moveForward()
/third_party/skia/bench/
H A DTriangulatorBench.cpp78 fVertexData.reset(allocSize);
119 fArena.reset();
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp1418 colorAttachment.reset(new ImageWithMemory(vkd, device, alloc, colorAttCreateInfo, MemoryRequirement::Any)); in iterate()
1427 dsAttachment.reset(new ImageWithMemory(vkd, device, alloc, dsAttCreateInfo, MemoryRequirement::Any)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp1370 void reset() { m_next = 0; } in reset() function in vkt::RayTracing::__anon29741::GeometryTypes::NoNullShadersFlagGenerator
1463 flagsGenerator.reset(); in createPipelineFlagsTests()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h2981 //g_oss.seekp(0); // optimal reset - as seen here: https://stackoverflow.com/a/624291/3162383
4178 static void reset() {}
4292 static void reset() {
4308 ~FatalConditionHandler() { reset(); }
4365 reset();
4393 ~FatalConditionHandler() { reset(); }
4394 static void reset() {
6456 // reset atomic counters
6469 // reset some of the fields for subcases (except for the set of fully passed ones)
6476 // reset stuf
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc114 // REPRL = read-eval-print-reset-loop
3813 channel_.reset(new InspectorFrontend(context)); in InspectorClient()
4091 out_data->reset(); in Dequeue()
4340 task_runner_.reset(); in ExecuteInThread()
4381 // arg, and we will free it and reset it to nullptr after using
4769 // reset this counter. in RunMain()
4927 data_.reset(new SerializationData); in WriteValue()
4934 data_.reset(); in WriteValue()
4943 data_->data_.reset(pair.first); in WriteValue()
5582 // Send result to parent (fuzzilli) and reset edg in Main()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1144 startingWindowBg_.reset(); in StartingWindowCold()
1195 self->startingWindowBg_.reset(); in InitColdStartingWindowResource()
1811 // reset result to avoid send result next time in SendResult()
3728 connectWant_.reset(); in RemoveConnectWant()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddata_ability_impl_test.cpp345 dataabilityimpl.reset(); in HWTEST_F()
402 dataabilityimpl.reset(); in HWTEST_F()
591 dataabilityimpl.reset(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp61 info.reset(); in BuildNavDestinationInfoFromContext()
393 backupStyle_.reset(); in OnDetachFromMainTree()
394 currStyle_.reset(); in OnDetachFromMainTree()
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-scsi.c3408 u8 cond, type, non_seq, reset; in ata_scsi_report_zones_complete() local
3416 reset = (rec[1] & 1); in ata_scsi_report_zones_complete()
3421 rec[1] = (cond << 4) | non_seq | reset; in ata_scsi_report_zones_complete()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c2855 goto reset; in clk_core_update_duty_cycle_nolock()
2860 goto reset; in clk_core_update_duty_cycle_nolock()
2865 reset: in clk_core_update_duty_cycle_nolock()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c343 * t3_phy_reset - reset a PHY block
345 * @mmd: the device address of the PHY block to reset
346 * @wait: how long to wait for the reset to complete in 1ms increments
348 * Resets a PHY block and optionally waits for the reset to complete.
349 * @mmd should be 0 for 10/100/1000 PHYs and the device address to reset
1358 * enable/disable auto-negotiation as desired, and reset.
1359 * - If the PHY does not auto-negotiate just reset it.
1390 phy->ops->reset(phy, 0); in t3_link_start()
2177 * has been initialized out of reset. Writing to these in t3_sge_write_context()
2202 * Completely clear an SGE context. Used predominantly at post-reset
3656 t3_prep_adapter(struct adapter *adapter, const struct adapter_info *ai, int reset) t3_prep_adapter() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c1285 int ocrdma_mbx_rdma_stats(struct ocrdma_dev *dev, bool reset) in ocrdma_mbx_rdma_stats() argument
1313 if (reset) in ocrdma_mbx_rdma_stats()
1314 req->reset_stats = reset; in ocrdma_mbx_rdma_stats()

Completed in 94 milliseconds

1...<<281282283284285286287288289290>>...325