Home
last modified time | relevance | path

Searched refs:getInputs (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DTUSchedulerTests.cpp35 ParseInputs getInputs(PathRef File, std::string Contents) { in getInputs() function in clang::clangd::TUSchedulerTests
109 S.update(Path, getInputs(Path, ""), WantDiagnostics::Yes, in TEST_F()
195 auto Inputs = getInputs(File, Contents.str()); in TEST_F()
371 ASSERT_TRUE(DoUpdate(getInputs(Source, SourceContents))); in TEST_F()
372 ASSERT_FALSE(DoUpdate(getInputs(Source, SourceContents))); in TEST_F()
376 ASSERT_TRUE(DoUpdate(getInputs(Source, SourceContents))); in TEST_F()
377 ASSERT_FALSE(DoUpdate(getInputs(Source, SourceContents))); in TEST_F()
384 ASSERT_TRUE(DoUpdate(getInputs(Source, OtherSourceContents))); in TEST_F()
385 ASSERT_FALSE(DoUpdate(getInputs(Source, OtherSourceContents))); in TEST_F()
389 ASSERT_TRUE(DoUpdate(getInputs(Source, OtherSourceContents))); in TEST_F()
[all …]
/dports/math/pdal/PDAL-2.3.0/test/unit/
H A DPipelineManagerTest.cpp211 EXPECT_EQ(r2->getInputs().size(), 0U); in TEST()
213 EXPECT_EQ(f.getInputs().size(), 1U); in TEST()
214 EXPECT_EQ(f.getInputs().front(), r2); in TEST()
216 EXPECT_EQ(w.getInputs().size(), 1U); in TEST()
217 EXPECT_EQ(w.getInputs().front(), &f); in TEST()
222 EXPECT_EQ(r2->getInputs().size(), 0U); in TEST()
224 EXPECT_EQ(f2->getInputs().size(), 1U); in TEST()
227 EXPECT_EQ(w.getInputs().size(), 1U); in TEST()
228 EXPECT_EQ(w.getInputs().front(), f2); in TEST()
233 EXPECT_EQ(r2->getInputs().size(), 0U); in TEST()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/
H A DTestPrefixTreeSearcher.java64 for (KeyValue kv : rows.getInputs()) { in TestPrefixTreeSearcher()
81 KeyValue inputCell = rows.getInputs().get(i); in testScanForwards()
89 Assert.assertEquals(rows.getInputs().size(), i + 1); in testScanForwards()
105 int oppositeIndex = rows.getInputs().size() - i - 1; in testScanBackwards()
106 KeyValue inputKv = rows.getInputs().get(oppositeIndex); in testScanBackwards()
110 Assert.assertEquals(rows.getInputs().size(), i + 1); in testScanBackwards()
122 for (KeyValue kv : rows.getInputs()) { in testRandomSeekHits()
142 for (int i=0; i < rows.getInputs().size(); ++i) { in testRandomSeekMisses()
143 KeyValue kv = rows.getInputs().get(i); in testRandomSeekMisses()
173 if(CollectionUtils.isLastIndex(rows.getInputs(), i)){ in testRandomSeekMisses()
[all …]
H A DTestRowEncoder.java85 inputKvs = rows.getInputs(); in compile()
115 KeyValue inputKv = rows.getInputs().get(counter); in testForwardScanner()
120 Assert.assertEquals(rows.getInputs().size(), counter + 1); in testForwardScanner()
133 int oppositeIndex = rows.getInputs().size() - counter - 1; in testReverseScanner()
134 KeyValue inputKv = rows.getInputs().get(oppositeIndex); in testReverseScanner()
138 Assert.assertEquals(rows.getInputs().size(), counter + 1); in testReverseScanner()
163 int oppositeIndex = rows.getInputs().size() - counter - 1; in testReverseScannerWithJitter()
164 KeyValue inputKv = rows.getInputs().get(oppositeIndex); in testReverseScannerWithJitter()
168 Assert.assertEquals(rows.getInputs().size(), counter + 1); in testReverseScannerWithJitter()
/dports/www/ilias/ILIAS-5.4.25/src/UI/Implementation/Component/Input/Field/
H A DGroupHelper.php48 foreach ($this->getInputs() as $key => $input) {
72 foreach ($this->getInputs() as $key => $input) {
94 if (!sizeof($this->getInputs() == sizeof($value))) {
98 foreach ($this->getInputs() as $key => $input) {
137 if (sizeof($this->getInputs()) === 0) {
144 foreach ($this->getInputs() as $key => $input) {
198 foreach ($this->getInputs() as $key => $input) {
211 public function getInputs() function
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Input/Field/
H A DGroupHelper.php47 foreach ($this->getInputs() as $key => $input) {
71 foreach ($this->getInputs() as $key => $input) {
93 if (!sizeof($this->getInputs() == sizeof($value))) {
97 foreach ($this->getInputs() as $key => $input) {
136 if (sizeof($this->getInputs()) === 0) {
143 foreach ($this->getInputs() as $key => $input) {
197 foreach ($this->getInputs() as $key => $input) {
210 public function getInputs() function
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php75 $this->getInputs($mediatype, ['type', 'description', 'status']);
79 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
89 $this->getInputs($mediatype, ['exec_path']);
103 $this->getInputs($mediatype, ['gsm_modem']);
107 $this->getInputs($mediatype, ['passwd']);
115 $this->getInputs($mediatype, ['passwd']);
H A DCControllerMediatypeUpdate.php84 $this->getInputs($mediatype, ['mediatypeid', 'type', 'description']);
89 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
121 $this->getInputs($mediatype, ['passwd']);
129 $this->getInputs($mediatype, ['passwd']);
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php75 $this->getInputs($mediatype, ['type', 'description', 'status']);
79 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
89 $this->getInputs($mediatype, ['exec_path']);
103 $this->getInputs($mediatype, ['gsm_modem']);
107 $this->getInputs($mediatype, ['passwd']);
115 $this->getInputs($mediatype, ['passwd']);
H A DCControllerMediatypeUpdate.php84 $this->getInputs($mediatype, ['mediatypeid', 'type', 'description']);
89 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
121 $this->getInputs($mediatype, ['passwd']);
129 $this->getInputs($mediatype, ['passwd']);
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php75 $this->getInputs($mediatype, ['type', 'description', 'status']);
79 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
89 $this->getInputs($mediatype, ['exec_path']);
103 $this->getInputs($mediatype, ['gsm_modem']);
107 $this->getInputs($mediatype, ['passwd']);
115 $this->getInputs($mediatype, ['passwd']);
H A DCControllerMediatypeUpdate.php84 $this->getInputs($mediatype, ['mediatypeid', 'type', 'description']);
89 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
121 $this->getInputs($mediatype, ['passwd']);
129 $this->getInputs($mediatype, ['passwd']);
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php75 $this->getInputs($mediatype, ['type', 'description', 'status']);
79 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
89 $this->getInputs($mediatype, ['exec_path']);
103 $this->getInputs($mediatype, ['gsm_modem']);
107 $this->getInputs($mediatype, ['passwd']);
115 $this->getInputs($mediatype, ['passwd']);
H A DCControllerMediatypeUpdate.php84 $this->getInputs($mediatype, ['mediatypeid', 'type', 'description']);
89 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
121 $this->getInputs($mediatype, ['passwd']);
129 $this->getInputs($mediatype, ['passwd']);
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php75 $this->getInputs($mediatype, ['type', 'description', 'status']);
79 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
89 $this->getInputs($mediatype, ['exec_path']);
103 $this->getInputs($mediatype, ['gsm_modem']);
107 $this->getInputs($mediatype, ['passwd']);
115 $this->getInputs($mediatype, ['passwd']);
H A DCControllerMediatypeUpdate.php84 $this->getInputs($mediatype, ['mediatypeid', 'type', 'description']);
89 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
121 $this->getInputs($mediatype, ['passwd']);
129 $this->getInputs($mediatype, ['passwd']);
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Driver/
H A DAction.cpp196 for (unsigned i = 0, e = getInputs().size(); i != e; ++i) in OffloadAction()
197 getInputs()[i]->propagateDeviceOffloadInfo(OKinds[i], BArchs[i]); in OffloadAction()
214 getInputs().push_back(A); in OffloadAction()
223 assert(!getInputs().empty() && "No dependencies for offload action??"); in doOnHostDependence()
224 auto *A = getInputs().front(); in doOnHostDependence()
230 auto I = getInputs().begin(); in doOnEachDeviceDependence()
231 auto E = getInputs().end(); in doOnEachDeviceDependence()
268 return HostTC ? getInputs().front() : nullptr; in getHostDependence()
274 return getInputs().size() == (HostTC ? 2 : 1); in hasSingleDeviceDependence()
275 return !HostTC && getInputs().size() == 1; in hasSingleDeviceDependence()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Driver/
H A DAction.cpp197 for (unsigned i = 0, e = getInputs().size(); i != e; ++i) in OffloadAction()
198 getInputs()[i]->propagateDeviceOffloadInfo(OKinds[i], BArchs[i]); in OffloadAction()
215 getInputs().push_back(A); in OffloadAction()
224 assert(!getInputs().empty() && "No dependencies for offload action??"); in doOnHostDependence()
225 auto *A = getInputs().front(); in doOnHostDependence()
231 auto I = getInputs().begin(); in doOnEachDeviceDependence()
232 auto E = getInputs().end(); in doOnEachDeviceDependence()
269 return HostTC ? getInputs().front() : nullptr; in getHostDependence()
275 return getInputs().size() == (HostTC ? 2 : 1); in hasSingleDeviceDependence()
276 return !HostTC && getInputs().size() == 1; in hasSingleDeviceDependence()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Driver/
H A DAction.cpp196 for (unsigned i = 0, e = getInputs().size(); i != e; ++i) in OffloadAction()
197 getInputs()[i]->propagateDeviceOffloadInfo(OKinds[i], BArchs[i]); in OffloadAction()
214 getInputs().push_back(A); in OffloadAction()
223 assert(!getInputs().empty() && "No dependencies for offload action??"); in doOnHostDependence()
224 auto *A = getInputs().front(); in doOnHostDependence()
230 auto I = getInputs().begin(); in doOnEachDeviceDependence()
231 auto E = getInputs().end(); in doOnEachDeviceDependence()
268 return HostTC ? getInputs().front() : nullptr; in getHostDependence()
274 return getInputs().size() == (HostTC ? 2 : 1); in hasSingleDeviceDependence()
275 return !HostTC && getInputs().size() == 1; in hasSingleDeviceDependence()
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php89 …$this->getInputs($mediatype, ['type', 'description', 'status', 'maxsessions', 'maxattempts', 'atte…
93 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
122 $this->getInputs($mediatype, ['passwd']);
130 $this->getInputs($mediatype, ['passwd']);
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php89 …$this->getInputs($mediatype, ['type', 'description', 'status', 'maxsessions', 'maxattempts', 'atte…
93 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
122 $this->getInputs($mediatype, ['passwd']);
130 $this->getInputs($mediatype, ['passwd']);
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php89 …$this->getInputs($mediatype, ['type', 'description', 'status', 'maxsessions', 'maxattempts', 'atte…
93 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
122 $this->getInputs($mediatype, ['passwd']);
130 $this->getInputs($mediatype, ['passwd']);
H A DCControllerMediatypeUpdate.php98 …$this->getInputs($mediatype, ['mediatypeid', 'type', 'description', 'maxsessions', 'maxattempts', …
103 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
117 $this->getInputs($mediatype, ['exec_path']);
131 $this->getInputs($mediatype, ['gsm_modem']);
136 $this->getInputs($mediatype, ['passwd']);
144 $this->getInputs($mediatype, ['passwd']);
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php89 …$this->getInputs($mediatype, ['type', 'description', 'status', 'maxsessions', 'maxattempts', 'atte…
93 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
122 $this->getInputs($mediatype, ['passwd']);
130 $this->getInputs($mediatype, ['passwd']);
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerMediatypeCreate.php89 …$this->getInputs($mediatype, ['type', 'description', 'status', 'maxsessions', 'maxattempts', 'atte…
93 …$this->getInputs($mediatype, ['smtp_server', 'smtp_port', 'smtp_helo', 'smtp_email', 'smtp_securit…
103 $this->getInputs($mediatype, ['exec_path']);
117 $this->getInputs($mediatype, ['gsm_modem']);
122 $this->getInputs($mediatype, ['passwd']);
130 $this->getInputs($mediatype, ['passwd']);

12345678910>>...52