Home
last modified time | relevance | path

Searched +refs:execute +refs:next (Results 1 – 25 of 55647) sorted by relevance

12345678910>>...2226

/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn2.h17 CheckSosofoInsn(const Location &loc, InsnPtr next) : loc_(loc), next_(next) { }
18 const Insn *execute(VM &vm) const;
26 CheckStyleInsn(const Location &loc, InsnPtr next) : loc_(loc), next_(next) { }
27 const Insn *execute(VM &vm) const;
38 : mode_(mode), next_(next) { }
39 const Insn *execute(VM &) const;
47 PopModeInsn(InsnPtr next) : next_(next) { }
48 const Insn *execute(VM &) const;
60 const Insn *execute(VM &) const;
164 MaybeOverrideStyleInsn(InsnPtr next);
[all …]
H A DInsn.h81 OrInsn(InsnPtr nextTest, InsnPtr next);
109 PopInsn(InsnPtr next);
117 ConsInsn(InsnPtr next);
347 InsnPtr next);
441 SetBoxInsn(int n, InsnPtr next);
459 UnboxInsn(InsnPtr next); in call() argument
477 BoxInsn(InsnPtr next);
485 BoxArgInsn(int n, InsnPtr next);
494 BoxStackInsn(int n, InsnPtr next);
503 VectorInsn(size_t n, InsnPtr next);
[all …]
H A DInsn.cxx111 csp->next = next; in InheritedC()
151 insn = insn->execute(*this); in InheritedC()
221 return ErrorInsn::execute(vm); in InheritedC()
233 return ErrorInsn::execute(vm); in InheritedC()
272 const Insn *TestInsn::execute(VM &vm) const in InheritedC()
282 const Insn *OrInsn::execute(VM &vm) const in InheritedC()
295 const Insn *AndInsn::execute(VM &vm) const in InheritedC()
308 const Insn *CaseInsn::execute(VM &vm) const in InheritedC()
322 const Insn *PopInsn::execute(VM &vm) const in InheritedC()
465 return insn.execute(vm); in InheritedC()
[all …]
/dports/textproc/jade/jade-1.2.1/style/
H A DInsn2.h17 CheckSosofoInsn(const Location &loc, InsnPtr next) : loc_(loc), next_(next) { } in CheckSosofoInsn() argument
18 const Insn *execute(VM &vm) const;
26 CheckStyleInsn(const Location &loc, InsnPtr next) : loc_(loc), next_(next) { } in CheckStyleInsn() argument
27 const Insn *execute(VM &vm) const;
38 : mode_(mode), next_(next) { } in PushModeInsn()
39 const Insn *execute(VM &) const;
47 PopModeInsn(InsnPtr next) : next_(next) { } in PopModeInsn() argument
48 const Insn *execute(VM &) const;
60 const Insn *execute(VM &) const;
70 const Insn *execute(VM &) const;
[all …]
H A DInsn.h81 OrInsn(InsnPtr nextTest, InsnPtr next);
109 PopInsn(InsnPtr next);
117 ConsInsn(InsnPtr next);
347 InsnPtr next);
441 SetBoxInsn(int n, InsnPtr next);
459 UnboxInsn(InsnPtr next);
477 BoxInsn(InsnPtr next);
485 BoxArgInsn(int n, InsnPtr next);
494 BoxStackInsn(int n, InsnPtr next);
503 VectorInsn(size_t n, InsnPtr next);
[all …]
H A DInsn.cxx109 csp->next = next; in pushFrame()
149 insn = insn->execute(*this); in eval()
219 return ErrorInsn::execute(vm); in execute()
231 return ErrorInsn::execute(vm); in execute()
270 const Insn *TestInsn::execute(VM &vm) const in execute() function in DSSSL_NAMESPACE::TestInsn
280 const Insn *OrInsn::execute(VM &vm) const in execute() function in DSSSL_NAMESPACE::OrInsn
293 const Insn *AndInsn::execute(VM &vm) const in execute() function in DSSSL_NAMESPACE::AndInsn
306 const Insn *CaseInsn::execute(VM &vm) const in execute() function in DSSSL_NAMESPACE::CaseInsn
320 const Insn *PopInsn::execute(VM &vm) const in execute() function in DSSSL_NAMESPACE::PopInsn
463 return insn.execute(vm); in call()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/test/
H A DTestStoredProcedure.java73 rs.next(); in testOne()
207 rs.next(); in testThree()
232 rs.next(); in testFour()
268 rs.next(); in testFourParams()
284 rs.next(); in testFourParams()
306 rs.next(); in testFive()
318 rs.next(); in testFive()
350 rs.next(); in testSix()
375 rs.next(); in testSix()
397 rs.next(); in testSix()
[all …]
H A DTestTextTables.java94 st.execute("SHUTDOWN"); in testSectionFour()
135 assertTrue(rs.next()); in testSectionFive()
163 assertTrue(rs.next()); in testSectionSix()
168 st.execute( in testSectionSix()
175 assertTrue(rs.next()); in testSectionSix()
180 assertTrue(rs.next()); in testSectionSix()
206 assertTrue(rs.next()); in testSectionSix()
211 assertTrue(rs.next()); in testSectionSix()
219 assertTrue(rs.next()); in testSectionSix()
224 assertTrue(rs.next()); in testSectionSix()
[all …]
H A DTestSql.java563 rs.next();
576 rs.next();
585 rs.next();
826 r.next();
830 r.next();
839 r.next();
843 r.next();
852 r.next();
856 r.next();
884 r.next();
[all …]
H A DTestLikePredicateOptimizations.java66 stmt.execute("drop table test if exists"); in test()
67 stmt.execute("drop table empty if exists"); in test()
71 stmt.execute(sql); in test()
75 stmt.execute(sql); in test()
79 stmt.execute(sql); in test()
83 stmt.execute(sql); in test()
87 stmt.execute(sql); in test()
126 rs.next(); in test()
255 stmt.execute("drop table test1 if exists"); in test()
260 pstmt.execute(); in test()
[all …]
H A DTestPreparedSubQueries.java143 boolean b = ps.execute(); in testA()
172 s.execute("drop table a if exists"); in testGenerated()
179 while (r.next()) { in testGenerated()
191 while (r.next()) { in testGenerated()
203 while (r.next()) { in testGenerated()
211 s.execute("drop table a if exists"); in testGenerated()
218 while (r.next()) { in testGenerated()
233 while (r.next()) { in testGenerated()
247 while (r.next()) { in testGenerated()
290 while (r.next()) { in testIdentity()
[all …]
H A DTestSqlPersistent.java223 rs.next();
227 rs.next();
345 rs.next();
349 rs.next();
375 rs.next();
379 rs.next();
506 if (rs.next()) {
516 if (rs.next()) {
521 if (rs.next()) {
528 if (rs.next()) {
[all …]
H A DTestJDBCGeneratedColumns.java55 st.execute(s);
59 st.execute(s);
67 while (rs.next()) {
76 ps.execute();
80 while (rs.next()) {
90 ps.execute();
104 ps.execute();
119 ps.execute();
136 ps.execute();
169 st.execute(s);
[all …]
H A DTestUpdatableResultSets.java65 statement.execute(
78 ps.execute();
92 while (rs.next()) {
103 while (rs.next()) {
113 while (rs.next()) {
129 statement.execute(
142 ps.execute();
149 while (rs.next()) {
159 while (rs.next()) {
167 while (rs.next()) { in vacuum()
[all …]
H A DTestLobs.java121 rs.next();
125 rs.next();
292 rs.next();
296 rs.next();
310 rs.next();
330 rs.next();
372 rs.next(); in fill_seq_with_data()
376 rs.next(); in fill_seq_with_data()
687 rs.next();
716 rs.next();
[all …]
H A DTestNullInUnion.java51 st.execute( in testUnionSubquery()
53 st.execute( in testUnionSubquery()
55 st.execute("INSERT INTO t1 values(1,1,1)"); in testUnionSubquery()
56 st.execute("INSERT INTO t1 values(2,2,2)"); in testUnionSubquery()
57 st.execute("INSERT INTO t2 values(1,3,3)"); in testUnionSubquery()
64 assertTrue(rs.next()); in testUnionSubquery()
70 assertTrue(rs.next()); in testUnionSubquery()
76 assertTrue(rs.next()); in testUnionSubquery()
82 assertFalse(rs.next()); in testUnionSubquery()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/tests/
H A Dtest_basics.cpp39 session_.execute( in CASSANDRA_INTEGRATION_TEST_F()
105 ASSERT_EQ(Integer(0), row.next().as<Integer>()); in CASSANDRA_INTEGRATION_TEST_F()
150 Row row = rows.next(); in CASSANDRA_INTEGRATION_TEST_F()
151 BigInteger key = row.next().as<BigInteger>(); in CASSANDRA_INTEGRATION_TEST_F()
310 ASSERT_EQ(data, row.next().as<Blob>()); in CASSANDRA_INTEGRATION_TEST_F()
372 Row row = rows.next(); in CASSANDRA_INTEGRATION_TEST_F()
373 Integer k = row.next().as<Integer>(); in CASSANDRA_INTEGRATION_TEST_F()
374 Integer v = row.next().as<Integer>(); in CASSANDRA_INTEGRATION_TEST_F()
390 Row row = rows.next(); in CASSANDRA_INTEGRATION_TEST_F()
391 Integer k = row.next().as<Integer>(); in CASSANDRA_INTEGRATION_TEST_F()
[all …]
/dports/textproc/py-petl/petl-1.7.4/petl/test/io/
H A Dtest_db.py7 from petl.compat import next
28 c.execute('create table foobar (foo, bar)')
46 eq_(('foo', 'bar'), next(i1))
47 eq_(('a', 1), next(i1))
48 eq_(('foo', 'bar'), next(i2))
49 eq_(('b', 2), next(i1))
60 c.execute('create table foobar (foo, bar)')
79 eq_(('foo', 'bar'), next(i1))
80 eq_(('a', 1), next(i1))
81 eq_(('foo', 'bar'), next(i2))
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/
H A DHiveThriftServer2Suites.scala151 queries.foreach(statement.execute)
177 queries.foreach(statement.execute)
198 queries.foreach(statement.execute)
218 queries.foreach(statement.execute)
236 queries.foreach(statement.execute)
340 queries.map(statement.execute)
393 statement.execute("USE db1")
411 statement.execute("USE db1")
571 ).foreach(statement.execute)
591 ).foreach(statement.execute)
[all …]
/dports/databases/py-mycli/mycli-1.23.2/test/
H A Dtest_special_iocommands.py89 assert next(mycli.packages.special.execute(
118 mycli.packages.special.execute(
157 result = next(mycli.packages.special.iocommands.watch_query(
205 next(watch_gen)
208 next(watch_gen)
220 next(watch_query('a select 1;', cur=cur))
222 next(watch_query('-a select 1;', cur=cur))
224 next(watch_query('1 -a select 1;', cur=cur))
226 next(watch_query('-c -a select 1;', cur=cur))
236 next(gen)
[all …]
/dports/devel/p5-Data-Object/Data-Object-2.05/lib/Data/Object/Hash/Func/
H A DLookup.pm33 sub execute { subroutine
45 my $next;
48 ($next, $rest) = $path =~ /(.*)\.([^\.]+)$/;
50 if ($next and $data->{$next}) {
51 return $self->new($data->{$next}, $rest)->execute;
54 ($next, $rest) = $path =~ /([^\.]+)\.(.*)$/;
56 if ($next and $data->{$next}) {
57 return $self->new($data->{$next}, $rest)->execute;
/dports/devel/py-jep/jep-3.9.1/src/test/python/
H A Dtest_jdbc.py58 self.assertTrue(rs.next())
60 self.assertTrue(rs.next())
62 self.assertTrue(rs.next())
65 self.assertFalse(rs.next())
66 self.assertFalse(rs.next())
67 self.assertFalse(rs.next())
82 cursor.execute('''
103 cursor.execute('select * from primitives')
132 cursor.execute('''
149 cursor.execute('select * from dt')
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/bazarr/
H A Dget_rootfolder.py45next((item for item in db_rootfolder if item['id'] == x['id']), False)]
47next((item for item in db_rootfolder if item['id'] == x['id']), False)]
54 .execute()
57 .execute()
76 .execute()
81 .execute()
86 .execute()
119next((item for item in db_rootfolder if item['id'] == x['id']), False)]
149 .execute()
154 .execute()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/object/
H A DStoredProcedureTests.java315 mockResultSet.next(); in testNullArg()
394 mockResultSet.next(); in testStoredProcedureWithResultSet()
396 mockResultSet.next(); in testStoredProcedureWithResultSet()
398 mockResultSet.next(); in testStoredProcedureWithResultSet()
436 mockResultSet.next(); in testStoredProcedureWithResultSetMapped()
440 mockResultSet.next(); in testStoredProcedureWithResultSetMapped()
444 mockResultSet.next(); in testStoredProcedureWithResultSetMapped()
487 mockResultSet1.next(); in testStoredProcedureWithUndeclaredResults()
491 mockResultSet1.next(); in testStoredProcedureWithUndeclaredResults()
495 mockResultSet1.next(); in testStoredProcedureWithUndeclaredResults()
[all …]
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DEnvironment.java119 binding = binding.next; in lookup()
137 binding = binding.next; in getBinding()
159 binding = binding.next; in lookupFunction()
170 binding = binding.next; in lookupFunction()
188 binding = binding.next; in lookupBlock()
200 binding = binding.next; in getBlockBinding()
217 binding = binding.next; in getTagBinding()
264 public LispObject execute()
269 public LispObject execute(LispObject arg)
330 public LispObject execute(LispObject arg)
[all …]

12345678910>>...2226