Home
last modified time | relevance | path

Searched refs:get_offset (Results 1 – 25 of 2289) sorted by relevance

12345678910>>...92

/dports/net-im/cawbird/cawbird-1.4.2/tests/
H A Dutils.vala53 assert(start_iter.get_offset() == 0);
58 assert(start_iter.get_offset() == 0);
63 assert(start_iter.get_offset() == 0);
70 assert(start_iter.get_offset() == 0);
71 assert(end_iter.get_offset() == 5);
75 assert(start_iter.get_offset() == 6);
76 assert(end_iter.get_offset() == 20);
89 assert(start_iter.get_offset() == 0);
126 assert(end_iter.get_offset() == 0);
131 assert(end_iter.get_offset() == 20);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dcommand_buffer_shared_test.cc37 EXPECT_EQ(state.get_offset, 0); in TEST_F()
49 state.get_offset = i + 1; in WriteToState()
81 if (state.get_offset >= 1) { in TEST_F()
82 buffer[state.get_offset - 1] = 1; in TEST_F()
87 EXPECT_EQ(state.token, state.get_offset - 2); in TEST_F()
89 static_cast<unsigned int>(state.get_offset) + 1); in TEST_F()
90 EXPECT_EQ(state.error, state.get_offset + 2); in TEST_F()
92 if (state.get_offset == kSize) in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dcommand_buffer_shared_test.cc37 EXPECT_EQ(state.get_offset, 0); in TEST_F()
49 state.get_offset = i + 1; in WriteToState()
81 if (state.get_offset >= 1) { in TEST_F()
82 buffer[state.get_offset - 1] = 1; in TEST_F()
87 EXPECT_EQ(state.token, state.get_offset - 2); in TEST_F()
89 static_cast<unsigned int>(state.get_offset) + 1); in TEST_F()
90 EXPECT_EQ(state.error, state.get_offset + 2); in TEST_F()
92 if (state.get_offset == kSize) in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dcommand_buffer_service.cc64 int end = put_offset_ < state_.get_offset ? num_entries_ : put_offset_; in Flush()
65 while (put_offset_ != state_.get_offset) { in Flush()
66 int num_entries = end - state_.get_offset; in Flush()
69 handler->DoCommands(kParseCommandsSlice, buffer_ + state_.get_offset, in Flush()
72 state_.get_offset += entries_processed; in Flush()
73 DCHECK_LE(state_.get_offset, num_entries_); in Flush()
74 if (state_.get_offset == num_entries_) { in Flush()
76 state_.get_offset = 0; in Flush()
99 DCHECK((put_offset_ == state_.get_offset) || in SetGetBuffer()
102 state_.get_offset = 0; in SetGetBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dcommand_buffer_service.cc64 int end = put_offset_ < state_.get_offset ? num_entries_ : put_offset_; in Flush()
65 while (put_offset_ != state_.get_offset) { in Flush()
66 int num_entries = end - state_.get_offset; in Flush()
69 handler->DoCommands(kParseCommandsSlice, buffer_ + state_.get_offset, in Flush()
72 state_.get_offset += entries_processed; in Flush()
73 DCHECK_LE(state_.get_offset, num_entries_); in Flush()
74 if (state_.get_offset == num_entries_) { in Flush()
76 state_.get_offset = 0; in Flush()
99 DCHECK((put_offset_ == state_.get_offset) || in SetGetBuffer()
102 state_.get_offset = 0; in SetGetBuffer()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/tests/
H A Dsource_test.cpp506 g_assert(end.get_offset() == 20); in main()
522 g_assert(end.get_offset() == 13); in main()
538 g_assert(end.get_offset() == 13); in main()
554 g_assert(end.get_offset() == 20); in main()
577 g_assert(end.get_offset() == 20); in main()
600 g_assert(end.get_offset() == 20); in main()
623 g_assert(end.get_offset() == 21); in main()
693 g_assert(end.get_offset() == 1); in main()
713 g_assert(end.get_offset() == 1); in main()
729 g_assert(end.get_offset() == 1); in main()
[all …]
/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/autocomplete/session/
H A Dsession_begin_end.py53 location_offset = location_iter.get_offset()
54 … start_offset = self.source_buffer.get_iter_at_mark(self.autocomplete.mark_start).get_offset()
55 end_offset = self.source_buffer.get_iter_at_mark(self.autocomplete.mark_end).get_offset()
61 delete_start_offset = start_iter.get_offset()
62 delete_end_offset = end_iter.get_offset()
63 … start_offset = self.source_buffer.get_iter_at_mark(self.autocomplete.mark_start).get_offset()
64 end_offset = self.source_buffer.get_iter_at_mark(self.autocomplete.mark_end).get_offset()
112 … end_offset = self.source_buffer.get_iter_at_mark(self.autocomplete.mark_end).get_offset()
194 end_offset = self.source_buffer.get_iter_at_mark(self.autocomplete.mark_end).get_offset()
217 def get_offset(self): member in SessionBeginEnd
[all …]
/dports/editors/neovim/neovim-0.6.1/test/functional/api/
H A Dbuffer_spec.lua541 local get_offset = curbufmeths.get_offset
545 eq(0, get_offset(0))
546 eq(6, get_offset(1))
547 eq(15, get_offset(2))
548 eq(16, get_offset(3))
549 eq(24, get_offset(4))
550 eq(29, get_offset(5))
556 eq(28, get_offset(5))
560 eq(0, get_offset(0))
561 eq(6, get_offset(1))
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dstyledtextbuffer.py155 (start.get_offset() == self.start) and
156 (end.get_offset() == self.end)):
189 return start.get_offset(), end.get_offset()
313 (iter.get_offset(), length, text))
330 (start.get_offset(), end.get_offset()))
357 (mark.get_name(), iter.get_offset()))
408 start_pos = iter.get_offset()
410 word_end = iter.get_offset()
412 word_start = iter.get_offset()
455 tags = self._get_tag_from_range(start.get_offset(), end.get_offset())
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkTextIter.t44 is ($iter->get_offset, 10);
94 is ($iter->get_offset, 10, 'from');
95 is ($end->get_offset, 15, 'to');
103 is ($begin->get_offset, 0, 'from');
104 is ($end->get_offset, 15, 'to');
126 is ($match_start->get_offset, 27, 'match start offset');
127 is ($match_end->get_offset, 31, 'match end offset');
137 is ($match_start->get_offset, 3713, 'match start offset');
138 is ($match_end->get_offset, 3717, 'match end offset');
/dports/math/z3/z3-z3-4.8.13/src/ast/substitution/
H A Dsubstitution.cpp98 …TRACE("subst_bug", tout << "n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() << "… in apply()
104 … << "n_prime: " << mk_pp(n_prime.get_expr(), m_manager) << " : " << n_prime.get_offset() << "\n";); in apply()
107 off = n_prime.get_offset(); in apply()
118 …("subst_bug", tout << "1. insert n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() in apply()
132 …("subst_bug", tout << "2. insert n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() in apply()
158 …("subst_bug", tout << "3. insert n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() in apply()
165 …("subst_bug", tout << "3. insert n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() in apply()
182 subst.insert(j + num_vars, i, expr_offset(er, r.get_offset())); in apply()
194 expr_offset s1(s1_ref, s.get_offset()); in apply()
195 expr_offset t1(t1_ref, t.get_offset()); in apply()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/substitution/
H A Dsubstitution.cpp98 …TRACE("subst_bug", tout << "n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() << "… in apply()
104 … << "n_prime: " << mk_pp(n_prime.get_expr(), m_manager) << " : " << n_prime.get_offset() << "\n";); in apply()
107 off = n_prime.get_offset(); in apply()
118 …("subst_bug", tout << "1. insert n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() in apply()
132 …("subst_bug", tout << "2. insert n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() in apply()
158 …("subst_bug", tout << "3. insert n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() in apply()
165 …("subst_bug", tout << "3. insert n: " << mk_pp(n.get_expr(), m_manager) << " : " << n.get_offset() in apply()
182 subst.insert(j + num_vars, i, expr_offset(er, r.get_offset())); in apply()
194 expr_offset s1(s1_ref, s.get_offset()); in apply()
195 expr_offset t1(t1_ref, t.get_offset()); in apply()
[all …]
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/tests/
H A Dtest_textview.py13 self.assertNotEqual(iter1.get_offset(), iter2.get_offset())
17 self.assertEqual(iter1.get_offset(), iter2.get_offset())
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/tinytemplate-1.2.1/src/
H A Derror.rs142 let (line, column) = get_offset(source, step); in lookup_error()
157 let (line, column) = get_offset(source, path.last().unwrap()); in truthiness_error()
175 let (line, column) = get_offset(source, path.last().unwrap()); in not_iterable_error()
187 let (line, column) = get_offset(source, name); in unknown_template()
196 let (line, column) = get_offset(source, name); in unknown_formatter()
205 let (line, column) = get_offset(source, template_name); in called_template_error()
215 let (line, column) = get_offset(source, formatter_name); in called_formatter_error()
226 pub(crate) fn get_offset(source: &str, target: &str) -> (usize, usize) { in get_offset() function
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/tinytemplate-1.2.1/src/
H A Derror.rs142 let (line, column) = get_offset(source, step); in lookup_error()
157 let (line, column) = get_offset(source, path.last().unwrap()); in truthiness_error()
175 let (line, column) = get_offset(source, path.last().unwrap()); in not_iterable_error()
187 let (line, column) = get_offset(source, name); in unknown_template()
196 let (line, column) = get_offset(source, name); in unknown_formatter()
205 let (line, column) = get_offset(source, template_name); in called_template_error()
215 let (line, column) = get_offset(source, formatter_name); in called_formatter_error()
226 pub(crate) fn get_offset(source: &str, target: &str) -> (usize, usize) { in get_offset() function
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/tinytemplate-1.2.1/src/
H A Derror.rs142 let (line, column) = get_offset(source, step); in lookup_error()
157 let (line, column) = get_offset(source, path.last().unwrap()); in truthiness_error()
175 let (line, column) = get_offset(source, path.last().unwrap()); in not_iterable_error()
187 let (line, column) = get_offset(source, name); in unknown_template()
196 let (line, column) = get_offset(source, name); in unknown_formatter()
205 let (line, column) = get_offset(source, template_name); in called_template_error()
215 let (line, column) = get_offset(source, formatter_name); in called_formatter_error()
226 pub(crate) fn get_offset(source: &str, target: &str) -> (usize, usize) { in get_offset() function
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/tinytemplate-1.2.1/src/
H A Derror.rs142 let (line, column) = get_offset(source, step); in lookup_error()
157 let (line, column) = get_offset(source, path.last().unwrap()); in truthiness_error()
175 let (line, column) = get_offset(source, path.last().unwrap()); in not_iterable_error()
187 let (line, column) = get_offset(source, name); in unknown_template()
196 let (line, column) = get_offset(source, name); in unknown_formatter()
205 let (line, column) = get_offset(source, template_name); in called_template_error()
215 let (line, column) = get_offset(source, formatter_name); in called_formatter_error()
226 pub(crate) fn get_offset(source: &str, target: &str) -> (usize, usize) { in get_offset() function
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/date_time/
H A Ddate_duration_types.hpp63 duration_type get_offset(const date_type& d) const in get_offset() function in pdalboost::date_time::months_duration
66 return duration_type(m_adj.get_offset(d)); in get_offset()
134 return d + m.get_offset(d); in operator +()
138 return d += m.get_offset(d); in operator +=()
185 duration_type get_offset(const date_type& d) const in get_offset() function in pdalboost::date_time::years_duration
188 return duration_type(m_adj.get_offset(d)); in get_offset()
246 return d + y.get_offset(d); in operator +()
250 return d += y.get_offset(d); in operator +=()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/date_time/
H A Ddate_duration_types.hpp63 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::months_duration
66 return duration_type(m_adj.get_offset(d)); in get_offset()
134 return d + m.get_offset(d); in operator +()
138 return d += m.get_offset(d); in operator +=()
185 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::years_duration
188 return duration_type(m_adj.get_offset(d)); in get_offset()
246 return d + y.get_offset(d); in operator +()
250 return d += y.get_offset(d); in operator +=()
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/date_time/
H A Ddate_duration_types.hpp63 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::months_duration
66 return duration_type(m_adj.get_offset(d)); in get_offset()
134 return d + m.get_offset(d); in operator +()
138 return d += m.get_offset(d); in operator +=()
185 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::years_duration
188 return duration_type(m_adj.get_offset(d)); in get_offset()
246 return d + y.get_offset(d); in operator +()
250 return d += y.get_offset(d); in operator +=()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/date_time/
H A Ddate_duration_types.hpp63 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::months_duration
66 return duration_type(m_adj.get_offset(d)); in get_offset()
134 return d + m.get_offset(d); in operator +()
138 return d += m.get_offset(d); in operator +=()
185 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::years_duration
188 return duration_type(m_adj.get_offset(d)); in get_offset()
246 return d + y.get_offset(d); in operator +()
250 return d += y.get_offset(d); in operator +=()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/tinytemplate-1.2.0/src/
H A Derror.rs142 let (line, column) = get_offset(source, step); in lookup_error()
157 let (line, column) = get_offset(source, path.last().unwrap()); in truthiness_error()
175 let (line, column) = get_offset(source, path.last().unwrap()); in not_iterable_error()
187 let (line, column) = get_offset(source, name); in unknown_template()
196 let (line, column) = get_offset(source, name); in unknown_formatter()
205 let (line, column) = get_offset(source, template_name); in called_template_error()
215 let (line, column) = get_offset(source, formatter_name); in called_formatter_error()
226 pub(crate) fn get_offset(source: &str, target: &str) -> (usize, usize) { in get_offset() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/tinytemplate/src/
H A Derror.rs142 let (line, column) = get_offset(source, step); in lookup_error()
157 let (line, column) = get_offset(source, path.last().unwrap()); in truthiness_error()
175 let (line, column) = get_offset(source, path.last().unwrap()); in not_iterable_error()
187 let (line, column) = get_offset(source, name); in unknown_template()
196 let (line, column) = get_offset(source, name); in unknown_formatter()
205 let (line, column) = get_offset(source, template_name); in called_template_error()
215 let (line, column) = get_offset(source, formatter_name); in called_formatter_error()
226 pub(crate) fn get_offset(source: &str, target: &str) -> (usize, usize) { in get_offset() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/date_time/
H A Ddate_duration_types.hpp63 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::months_duration
66 return duration_type(m_adj.get_offset(d)); in get_offset()
134 return d + m.get_offset(d); in operator +()
138 return d += m.get_offset(d); in operator +=()
185 duration_type get_offset(const date_type& d) const in get_offset() function in boost::date_time::years_duration
188 return duration_type(m_adj.get_offset(d)); in get_offset()
246 return d + y.get_offset(d); in operator +()
250 return d += y.get_offset(d); in operator +=()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tinytemplate-1.0.3/src/
H A Derror.rs116 let (line, column) = get_offset(source, step); in lookup_error()
131 let (line, column) = get_offset(source, path.last().unwrap()); in truthiness_error()
149 let (line, column) = get_offset(source, path.last().unwrap()); in not_iterable_error()
161 let (line, column) = get_offset(source, name); in unknown_template()
170 let (line, column) = get_offset(source, name); in unknown_formatter()
179 let (line, column) = get_offset(source, template_name); in called_template_error()
189 let (line, column) = get_offset(source, formatter_name); in called_formatter_error()
200 pub(crate) fn get_offset(source: &str, target: &str) -> (usize, usize) { in get_offset() function

12345678910>>...92