Home
last modified time | relevance | path

Searched refs:getVariableType (Results 1 – 25 of 86) sorted by relevance

1234

/dports/math/scilab/scilab-6.1.1/scilab/modules/javasci/tests/java/org/scilab/tests/modules/javasci/
H A DtestTypes.java45 assertEquals(sci.getVariableType("a"), ScilabTypeEnum.sci_matrix); in getVariableTypeTest()
48 assertEquals(sci.getVariableType("a"), ScilabTypeEnum.sci_matrix); in getVariableTypeTest()
57 assertEquals(sci.getVariableType("p"), ScilabTypeEnum.sci_poly); in getVariableTypeTest()
75 assertEquals(sci.getVariableType("i8"), ScilabTypeEnum.sci_ints); in getVariableTypeTest()
78 assertEquals(sci.getVariableType("i8"), ScilabTypeEnum.sci_ints); in getVariableTypeTest()
81 assertEquals(sci.getVariableType("x"), ScilabTypeEnum.sci_ints); in getVariableTypeTest()
84 assertEquals(sci.getVariableType("x"), ScilabTypeEnum.sci_ints); in getVariableTypeTest()
87 assertEquals(sci.getVariableType("t"), ScilabTypeEnum.sci_tlist); in getVariableTypeTest()
93 assertEquals(sci.getVariableType("l"), ScilabTypeEnum.sci_list); in getVariableTypeTest()
96 assertEquals(sci.getVariableType("l"), ScilabTypeEnum.sci_list); in getVariableTypeTest()
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DBehaviourBrickProvider.cxx49 if(this->getVariableType()!=r.type){ in handleRequirement()
52 const auto f2 = s.getTypeFlag(this->getVariableType()); in handleRequirement()
57 this->getVariableType()+ in handleRequirement()
109 std::string StandardProvider::getVariableType() const { in getVariableType() function in mfront::bbrick::StandardProvider
260 std::string StaticVariableProvider::getVariableType() const { in getVariableType() function in mfront::bbrick::StaticVariableProvider
304 std::string ParameterProvider::getVariableType() const { in getVariableType() function in mfront::bbrick::ParameterProvider
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DBehaviourBrickProvider.cxx49 if(this->getVariableType()!=r.type){ in handleRequirement()
52 const auto f2 = s.getTypeFlag(this->getVariableType()); in handleRequirement()
57 this->getVariableType()+ in handleRequirement()
109 std::string StandardProvider::getVariableType() const { in getVariableType() function in mfront::bbrick::StandardProvider
260 std::string StaticVariableProvider::getVariableType() const { in getVariableType() function in mfront::bbrick::StaticVariableProvider
304 std::string ParameterProvider::getVariableType() const { in getVariableType() function in mfront::bbrick::ParameterProvider
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/BehaviourBrick/
H A DProvider.hxx44 virtual std::string getVariableType() const = 0;
111 std::string getVariableType() const override final;
304 std::string getVariableType() const override final;
347 std::string getVariableType() const override final;
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/BehaviourBrick/
H A DProvider.hxx44 virtual std::string getVariableType() const = 0;
111 std::string getVariableType() const override final;
304 std::string getVariableType() const override final;
347 std::string getVariableType() const override final;
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/
H A DVariables.py90 def getVariableType(self): member in Variable
276 def getVariableType(): member in LocalVariable
329 def getVariableType(): member in ModuleVariable
347 def getVariableType(): member in TempVariable
362 def getVariableType(): member in TempVariableBool
377 def getVariableType(): member in LocalsDictVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py21 def getVariableType(self, name): member in LibcxxMultiSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
90 ss_type = self.getVariableType("ss")
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py21 def getVariableType(self, name): member in LibcxxSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
89 ss_type = self.getVariableType("ss")
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py21 def getVariableType(self, name):
66 ii_type = self.getVariableType("ii")
90 ss_type = self.getVariableType("ss")
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py21 def getVariableType(self, name): member in LibcxxSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
89 ss_type = self.getVariableType("ss")
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py21 def getVariableType(self, name): member in LibcxxMultiSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
90 ss_type = self.getVariableType("ss")
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py21 def getVariableType(self, name): member in LibcxxSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
89 ss_type = self.getVariableType("ss")
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py21 def getVariableType(self, name): member in LibcxxSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
89 ss_type = self.getVariableType("ss")
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py21 def getVariableType(self, name): member in LibcxxMultiSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
90 ss_type = self.getVariableType("ss")
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py21 def getVariableType(self, name): member in LibcxxMultiSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
90 ss_type = self.getVariableType("ss")
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py21 def getVariableType(self, name): member in LibcxxSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
89 ss_type = self.getVariableType("ss")
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py21 def getVariableType(self, name): member in LibcxxMultiSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
90 ss_type = self.getVariableType("ss")
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py21 def getVariableType(self, name): member in LibcxxSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
89 ss_type = self.getVariableType("ss")
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py21 def getVariableType(self, name): member in LibcxxMultiSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
90 ss_type = self.getVariableType("ss")
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py21 def getVariableType(self, name): member in LibcxxSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
89 ss_type = self.getVariableType("ss")
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py21 def getVariableType(self, name): member in LibcxxMultiSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
90 ss_type = self.getVariableType("ss")
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py21 def getVariableType(self, name): member in LibcxxSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
89 ss_type = self.getVariableType("ss")
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py21 def getVariableType(self, name): member in LibcxxSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
89 ss_type = self.getVariableType("ss")
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py21 def getVariableType(self, name): member in LibcxxMultiSetDataFormatterTestCase
66 ii_type = self.getVariableType("ii")
90 ss_type = self.getVariableType("ss")
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Providers/ServerVariables/
H A DMariaDbMySqlKbsProvider.php12 public function getVariableType(string $name): ?string function in PhpMyAdmin\\Providers\\ServerVariables\\MariaDbMySqlKbsProvider
15 return KBSearch::getVariableType($name);

1234