Home
last modified time | relevance | path

Searched refs:CurrentSource (Results 1 – 25 of 70) sorted by relevance

123

/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/simulation/
H A Dcurrentsource.cpp15 CurrentSource::CurrentSource( const double current ) in CurrentSource() function in CurrentSource
23 CurrentSource::~CurrentSource() in ~CurrentSource()
28 void CurrentSource::setCurrent( const double i ) in setCurrent()
43 void CurrentSource::add_initial_dc() in add_initial_dc()
53 void CurrentSource::updateCurrents() in updateCurrents()
H A Dcurrentsource.h21 class CurrentSource : public Element
24 CurrentSource( const double current );
25 ~CurrentSource() override;
/dports/math/vtk8/VTK-8.2.0/IO/Import/
H A DvtkVRMLImporter.cxx84 this->CurrentSource = nullptr; in vtkVRMLImporter()
336 if (this->CurrentSource) in ImportEnd()
338 this->CurrentSource->Delete(); in ImportEnd()
339 this->CurrentSource = nullptr; in ImportEnd()
424 if (this->CurrentSource) in enterNode()
426 this->CurrentSource->Delete(); in enterNode()
431 this->CurrentSource = cube; in enterNode()
437 this->CurrentSource = cone; in enterNode()
443 this->CurrentSource = cyl; in enterNode()
450 this->CurrentSource = sphere; in enterNode()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/Import/
H A DvtkVRMLImporter.cxx84 this->CurrentSource = NULL; in vtkVRMLImporter()
336 if (this->CurrentSource) in ImportEnd()
338 this->CurrentSource->Delete(); in ImportEnd()
339 this->CurrentSource = NULL; in ImportEnd()
424 if (this->CurrentSource) in enterNode()
426 this->CurrentSource->Delete(); in enterNode()
431 this->CurrentSource = cube; in enterNode()
437 this->CurrentSource = cone; in enterNode()
443 this->CurrentSource = cyl; in enterNode()
450 this->CurrentSource = sphere; in enterNode()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/twitter/
H A Dwidget.go69 widget.client.screenName = widget.CurrentSource()
72 title := fmt.Sprintf("Twitter - [green]@%s[white]", widget.CurrentSource())
91 if widget.CurrentSource() == tweet.User.ScreenName {
141 src := "https://twitter.com/" + widget.CurrentSource()
/dports/math/vtk9/VTK-9.1.0/IO/Import/
H A DvtkVRMLImporter.cxx89 this->CurrentSource = nullptr; in vtkVRMLImporter()
338 if (this->CurrentSource) in ImportEnd()
340 this->CurrentSource->Delete(); in ImportEnd()
341 this->CurrentSource = nullptr; in ImportEnd()
424 if (this->CurrentSource) in enterNode()
426 this->CurrentSource->Delete(); in enterNode()
431 this->CurrentSource = cube; in enterNode()
437 this->CurrentSource = cone; in enterNode()
443 this->CurrentSource = cyl; in enterNode()
450 this->CurrentSource = sphere; in enterNode()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/textfile/
H A Dwidget.go78 title := fmt.Sprintf("[green]%s[white]", widget.CurrentSource())
93 return filepath.Base(widget.CurrentSource())
97 filePath, _ := utils.ExpandHomeDir(widget.CurrentSource())
128 filePath, _ := utils.ExpandHomeDir(widget.CurrentSource())
/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Dessence.h1615 EssenceSourcePtr CurrentSource; //!< An EssenceSource for the current source file
1635 CurrentSource = NewSource; in SetSource()
1657 size_t Ret = CurrentSource->GetEssenceDataSize(); in GetEssenceDataSize()
1663 Length CurrentSize = (Length)CurrentSource->GetCurrentPosition(); in GetEssenceDataSize()
1704 return CurrentSource->GetCurrentPosition() + (Position)PreviousLength; in GetCurrentPosition()
1712 return CurrentSource->GetBERSize(); in GetBERSize()
1723 return CurrentSource->SetOption(Option, Param);
1730 … virtual bool CanIndex() { if(ValidSource()) return CurrentSource->CanIndex(); else return false; } in CanIndex()
1738 if(ValidSource()) CurrentSource->SetIndexManager(Manager, StreamID); in SetIndexManager()
1754 return CurrentSource->GetPrechargeSize(); in GetPrechargeSize()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/Interp/
H A DEvalEmitter.h75 return F ? F->getSource(PC) : CurrentSource; in getSource()
102 SourceInfo CurrentSource; variable
/dports/math/py-cvxpy/cvxpy-1.1.17/examples/advanced/
H A Dcircuits.py87 class CurrentSource(Device): class
92 super(CurrentSource, self).__init__(pos_node, neg_node)
/dports/cad/py-lcapy/lcapy-23c940f/lcapy/
H A Doneport.py892 class CurrentSource(OnePort): class
899 class sI(CurrentSource):
911 class I(CurrentSource):
924 class Istep(CurrentSource):
937 class Idc(CurrentSource):
955 class Iac(CurrentSource):
977 class Inoise(CurrentSource):
990 class i(CurrentSource):
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/
H A Dcomponent.h32 class CurrentSource; variable
165 CurrentSource *createCurrentSource( Pin *n0, Pin *n1, double current );
166 CurrentSource *createCurrentSource( ECNode *n0, ECNode *n1, double current );
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/components/
H A Deccurrentsource.h33 CurrentSource *m_currentSource;

123