Home
last modified time | relevance | path

Searched refs:index_ (Results 1 – 25 of 3456) sorted by relevance

12345678910>>...139

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/
H A Dhttp2_push_promise_index_test.cc79 Http2PushPromiseIndex index_; member in net::test::Http2PushPromiseIndexTest
129 EXPECT_EQ(0u, index_.CountStreamsForSession(&delegate1)); in TEST_F()
174 EXPECT_EQ(2u, index_.FindStream(url1_, &delegate1)); in TEST_F()
181 EXPECT_EQ(2u, index_.FindStream(url1_, &delegate1)); in TEST_F()
182 EXPECT_EQ(4u, index_.FindStream(url2_, &delegate1)); in TEST_F()
188 EXPECT_EQ(2u, index_.FindStream(url1_, &delegate1)); in TEST_F()
189 EXPECT_EQ(4u, index_.FindStream(url2_, &delegate1)); in TEST_F()
190 EXPECT_EQ(6u, index_.FindStream(url1_, &delegate2)); in TEST_F()
196 EXPECT_EQ(4u, index_.FindStream(url2_, &delegate1)); in TEST_F()
197 EXPECT_EQ(6u, index_.FindStream(url1_, &delegate2)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/
H A Dhttp2_push_promise_index_test.cc79 Http2PushPromiseIndex index_; member in net::test::Http2PushPromiseIndexTest
129 EXPECT_EQ(0u, index_.CountStreamsForSession(&delegate1)); in TEST_F()
174 EXPECT_EQ(2u, index_.FindStream(url1_, &delegate1)); in TEST_F()
181 EXPECT_EQ(2u, index_.FindStream(url1_, &delegate1)); in TEST_F()
182 EXPECT_EQ(4u, index_.FindStream(url2_, &delegate1)); in TEST_F()
188 EXPECT_EQ(2u, index_.FindStream(url1_, &delegate1)); in TEST_F()
189 EXPECT_EQ(4u, index_.FindStream(url2_, &delegate1)); in TEST_F()
190 EXPECT_EQ(6u, index_.FindStream(url1_, &delegate2)); in TEST_F()
196 EXPECT_EQ(4u, index_.FindStream(url2_, &delegate1)); in TEST_F()
197 EXPECT_EQ(6u, index_.FindStream(url1_, &delegate2)); in TEST_F()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dsclocale.cpp56 for (index_ = start; index_ <= end; index_++) { in loc_setrange_bool()
57 assert(index_ > -1 && index_ < TABLE_SIZE); in loc_setrange_bool()
65 for (index_ = 0; ranges[index_] > -1; index_ += 2) { in loc_setranges_bool()
83 for (index_ = start; index_ <= end; index_++) { in loc_setrange_char()
84 assert(index_ > -1 && index_ < TABLE_SIZE); in loc_setrange_char()
86 table[index_] = index_ + offset; in loc_setrange_char()
93 for (index_ = 0; ranges[index_] > -1; index_ += 3) { in loc_setranges_char()
277 for (index_ = 0; index_ < SIGNATURE_COUNT; index_++) { in loc_compare_locale_signatures()
367 for (index_ = 0; index_ < n; index_++) { in loc_ascii_strncasecmp()
435 for (index_ = 0; index_ < TABLE_SIZE; index_++) { in loc_debug_dump_bool_table()
[all …]
H A Dserialization.cpp81 for (index_ = 0; index_ < gs_room_count(_game); index_++) in save()
85 for (index_ = 0; index_ < gs_object_count(_game); index_++) { in save()
99 for (index_ = 0; index_ < gs_task_count(_game); index_++) { in save()
105 for (index_ = 0; index_ < gs_event_count(_game); index_++) { in save()
131 for (index_ = 0; index_ < gs_npc_count(_game); index_++) { in save()
144 for (index_ = 0; index_ < var_count; index_++) { in save()
293 for (index_ = 0; index_ < count; ++index_) { in load()
299 for (index_ = 0; index_ < count; ++index_) { in load()
329 for (index_ = 0; index_ < count; index_++) { in load()
355 for (index_ = 0; index_ < count; index_++) { in load()
[all …]
H A Dscprops.cpp285 for (index_ = 0; index_ < parent->property.integer; index_++) { in prop_find_child()
445 for (index_ = 0; format[index_ + 3] != NUL; index_++) { in prop_put()
468 for (index_ = 0; format[index_ + 3] != NUL; index_++) { in prop_put()
529 for (index_ = 0; format[index_ + 3] != NUL; index_++) { in prop_get()
552 for (index_ = 0; format[index_ + 3] != NUL; index_++) { in prop_get()
630 for (index_ = 0; index_ < node->property.integer; index_++) in prop_trim_node()
779 for (index_ = 0; index_ < node->property.integer; index_++) in prop_destroy_child_list()
792 for (index_ = 0; index_ < bundle->dictionary_length; index_++) in prop_destroy()
799 for (index_ = 0; index_ < bundle->orphans_length; index_++) in prop_destroy()
810 for (index_ = 0; index_ < bundle->node_pools_length; index_++) in prop_destroy()
[all …]
/dports/games/scare/scare-1.3.10/source/
H A Dsclocale.c58 for (index_ = start; index_ <= end; index_++) in loc_setrange_bool()
60 assert (index_ > -1 && index_ < TABLE_SIZE); in loc_setrange_bool()
70 for (index_ = 0; ranges[index_] > -1; index_ += 2) in loc_setranges_bool()
91 for (index_ = start; index_ <= end; index_++) in loc_setrange_char()
93 assert (index_ > -1 && index_ < TABLE_SIZE); in loc_setrange_char()
95 table[index_] = index_ + offset; in loc_setrange_char()
104 for (index_ = 0; ranges[index_] > -1; index_ += 3) in loc_setranges_char()
286 for (index_ = 0; index_ < SIGNATURE_COUNT; index_++) in loc_compare_locale_signatures()
390 for (index_ = 0; index_ < n; index_++) in loc_ascii_strncasecmp()
471 for (index_ = 0; index_ < TABLE_SIZE; index_++) in loc_debug_dump_bool_table()
[all …]
H A Dscserial.c228 for (index_ = 0; index_ < length; index_++) in ser_buffer_buffer()
336 for (index_ = 0; index_ < gs_room_count (game); index_++) in ser_save_game()
340 for (index_ = 0; index_ < gs_object_count (game); index_++) in ser_save_game()
355 for (index_ = 0; index_ < gs_task_count (game); index_++) in ser_save_game()
362 for (index_ = 0; index_ < gs_event_count (game); index_++) in ser_save_game()
390 for (index_ = 0; index_ < gs_npc_count (game); index_++) in ser_save_game()
404 for (index_ = 0; index_ < var_count; index_++) in ser_save_game()
658 for (index_ = 0; index_ < gs_room_count (new_game); index_++) in ser_load_game()
687 for (index_ = 0; index_ < gs_task_count (new_game); index_++) in ser_load_game()
721 for (index_ = 0; index_ < gs_npc_count (new_game); index_++) in ser_load_game()
[all …]
H A Dscprops.c484 for (index_ = 0; format[index_ + 3] != NUL; index_++) in prop_put()
509 for (index_ = 0; format[index_ + 3] != NUL; index_++) in prop_put()
575 for (index_ = 0; format[index_ + 3] != NUL; index_++) in prop_get()
600 for (index_ = 0; format[index_ + 3] != NUL; index_++) in prop_get()
686 for (index_ = 0; index_ < node->property.integer; index_++) in prop_trim_node()
869 for (index_ = 0; index_ < bundle->dictionary_length; index_++) in prop_destroy()
876 for (index_ = 0; index_ < bundle->orphans_length; index_++) in prop_destroy()
887 for (index_ = 0; index_ < bundle->node_pools_length; index_++) in prop_destroy()
964 for (index_ = 0; index_ < bundle->dictionary_length; index_++) in prop_debug_is_dictionary_string()
980 for (index_ = 0; index_ < depth; index_++) in prop_debug_dump_node()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DTextCursor.java25 index_ = index; in TextCursor()
41 if (index_ == n_) in moveToNextCharacter()
44 index_++; in moveToNextCharacter()
50 if (index_ == 0) in moveToPreviousCharacter()
53 index_--; in moveToPreviousCharacter()
59 if (index_ == n_) in contentEquals()
66 if (index_ == n_) in fwdToMatchingCharacter()
107 if (index_ == n_) in bwdToMatchingCharacter()
165 index_ = idx; in fwdToCharacter__noskip()
189 if (index_ == n_) in consume()
[all …]
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/UnitTestsSources/
H A DServerIndexTests.cpp113 index_->Open(); in SetUp()
118 index_->Close(); in TearDown()
119 index_.reset(NULL); in TearDown()
499 index_->DeleteResource(p); in TEST_F()
502 index_->DeleteResource(p); in TEST_F()
505 index_->DeleteResource(p); in TEST_F()
508 index_->DeleteResource(p); in TEST_F()
511 index_->DeleteResource(p); in TEST_F()
515 index_->DeleteResource(p); in TEST_F()
518 index_->DeleteResource(p); in TEST_F()
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/utility/
H A Dcppad_vector_itr.hpp200 index_ = non_const_other.index_; in const_cppad_vector_itr()
212 index_ = other.index_; in operator =()
241 { ++index_; in operator ++()
245 { --index_; in operator --()
287 return index_ == other.index_; in operator ==()
291 return index_ != other.index_; in operator !=()
396 { return index_ - other.index_; in operator -()
401 return index_ < other.index_; in operator <()
405 return index_ <= other.index_; in operator <=()
409 return index_ > other.index_; in operator >()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/db/
H A Dprefix_iterator.h35 index_ = rhs.index_;
47 index_++;
51 index_--;
59 return index_ - rhs.index_;
69 return index_ == rhs.index_;
72 return index_ != rhs.index_;
75 return index_ > rhs.index_;
78 return index_ < rhs.index_;
81 return index_ >= rhs.index_;
84 return index_ <= rhs.index_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/db/
H A Dprefix_iterator.h35 index_ = rhs.index_;
47 index_++;
51 index_--;
59 return index_ - rhs.index_;
69 return index_ == rhs.index_;
72 return index_ != rhs.index_;
75 return index_ > rhs.index_;
78 return index_ < rhs.index_;
81 return index_ >= rhs.index_;
84 return index_ <= rhs.index_;
[all …]
/dports/math/cppad/CppAD-20210000.8/cppad_lib/
H A Djson_lexer.cpp27 { size_t pos = index_; in report_error()
59 if( json_[index_] == '\n' ) in next_index()
63 ++index_; in next_index()
69 { while( index_ < json_.size() && isspace( json_[index_] ) ) in skip_white_space()
77 index_(0), in json_lexer()
91 if( index_ < json_.size() ) in json_lexer()
92 token_ = json_[index_]; in json_lexer()
132 if( index_ < json_.size() ) in check_next_char()
137 if( index_ < json_.size() ) in check_next_char()
175 while( index_ < json_.size() && json_[index_] != '"' ) in check_next_string()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dstl_iterator.h60 return array_->IsNull(index_) ? value_type{} : array_->GetView(index_);
64 return array_->IsNull(index_ + n) ? value_type{} : array_->GetView(index_ + n);
71 ++index_;
75 --index_;
80 ++index_;
85 --index_;
91 return index_ - other.index_;
108 index_ += n;
112 index_ -= n;
119 bool operator<(const ArrayIterator& other) const { return index_ < other.index_; }
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dstl_iterator.h62 return array_->IsNull(index_) ? value_type{} : array_->GetView(index_);
66 return array_->IsNull(index_ + n) ? value_type{} : array_->GetView(index_ + n);
73 ++index_;
77 --index_;
82 ++index_;
87 --index_;
93 return index_ - other.index_;
110 index_ += n;
114 index_ -= n;
121 bool operator<(const ArrayIterator& other) const { return index_ < other.index_; }
[all …]
/dports/deskutils/akregator/akregator-21.12.3/plugins/mk4storage/metakit/src/
H A Dcolumn.h121 int ItemSize(int index_);
143 void Get_0b(int index_);
144 void Get_1b(int index_);
145 void Get_2b(int index_);
146 void Get_4b(int index_);
147 void Get_8i(int index_);
148 void Get_16i(int index_);
149 void Get_16r(int index_);
150 void Get_32i(int index_);
151 void Get_32r(int index_);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/network/
H A Dheader_field_tokenizer.cc71 ++index_; in Consume()
80 ++index_; in ConsumeQuotedString()
85 ++index_; in ConsumeQuotedString()
90 ++index_; in ConsumeQuotedString()
95 ++index_; in ConsumeQuotedString()
103 auto start = index_; in ConsumeToken()
105 ++index_; in ConsumeToken()
107 if (start == index_) in ConsumeToken()
131 while (!IsConsumed() && (input_[index_] == ' ' || input_[index_] == '\t')) in SkipOptionalWhitespace()
132 ++index_; in SkipOptionalWhitespace()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/network/
H A Dheader_field_tokenizer.cc71 ++index_; in Consume()
80 ++index_; in ConsumeQuotedString()
85 ++index_; in ConsumeQuotedString()
90 ++index_; in ConsumeQuotedString()
95 ++index_; in ConsumeQuotedString()
103 auto start = index_; in ConsumeToken()
105 ++index_; in ConsumeToken()
107 if (start == index_) in ConsumeToken()
131 while (!IsConsumed() && (input_[index_] == ' ' || input_[index_] == '\t')) in SkipOptionalWhitespace()
132 ++index_; in SkipOptionalWhitespace()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dserialized_string_array.h129 swap(index_, x.index_); in swap()
135 ++index_;
141 ++index_;
146 --index_;
179 return x.index_ - y.index_;
186 return x.index_ == y.index_;
191 return x.index_ != y.index_;
196 return x.index_ < y.index_;
201 return x.index_ <= y.index_;
206 return x.index_ > y.index_;
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dserialized_string_array.h129 swap(index_, x.index_); in swap()
135 ++index_;
141 ++index_;
146 --index_;
179 return x.index_ - y.index_;
186 return x.index_ == y.index_;
191 return x.index_ != y.index_;
196 return x.index_ < y.index_;
201 return x.index_ <= y.index_;
206 return x.index_ > y.index_;
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dserialized_string_array.h129 swap(index_, x.index_); in swap()
135 ++index_;
141 ++index_;
146 --index_;
179 return x.index_ - y.index_;
186 return x.index_ == y.index_;
191 return x.index_ != y.index_;
196 return x.index_ < y.index_;
201 return x.index_ <= y.index_;
206 return x.index_ > y.index_;
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dserialized_string_array.h129 swap(index_, x.index_); in swap()
135 ++index_;
141 ++index_;
146 --index_;
179 return x.index_ - y.index_;
186 return x.index_ == y.index_;
191 return x.index_ != y.index_;
196 return x.index_ < y.index_;
201 return x.index_ <= y.index_;
206 return x.index_ > y.index_;
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dserialized_string_array.h129 swap(index_, x.index_); in swap()
135 ++index_;
141 ++index_;
146 --index_;
179 return x.index_ - y.index_;
186 return x.index_ == y.index_;
191 return x.index_ != y.index_;
196 return x.index_ < y.index_;
201 return x.index_ <= y.index_;
206 return x.index_ > y.index_;
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dserialized_string_array.h129 swap(index_, x.index_); in swap()
135 ++index_;
141 ++index_;
146 --index_;
179 return x.index_ - y.index_;
186 return x.index_ == y.index_;
191 return x.index_ != y.index_;
196 return x.index_ < y.index_;
201 return x.index_ <= y.index_;
206 return x.index_ > y.index_;
[all …]

12345678910>>...139