Home
last modified time | relevance | path

Searched refs:update_index (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc304 void VerifyRateControl(int update_index, in VerifyRateControl() argument
453 int update_index = 0; in ProcessFramesAndVerify() local
474 update_index, in ProcessFramesAndVerify()
482 ++update_index; in ProcessFramesAndVerify()
492 update_index, in ProcessFramesAndVerify()
496 rc_metrics[update_index].max_time_hit_target, in ProcessFramesAndVerify()
497 rc_metrics[update_index].max_num_dropped_frames, in ProcessFramesAndVerify()
498 rc_metrics[update_index].num_spatial_resizes); in ProcessFramesAndVerify()
533 int update_index, in SetRateProfilePars() argument
573 int update_index, in SetRateControlMetrics() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc305 void VerifyRateControl(int update_index, in VerifyRateControl() argument
451 int update_index = 0; in ProcessFramesAndVerify() local
473 update_index, rc_metrics[update_index].max_key_frame_size_mismatch, in ProcessFramesAndVerify()
476 rc_metrics[update_index].max_time_hit_target, in ProcessFramesAndVerify()
479 rc_metrics[update_index].num_key_frames); in ProcessFramesAndVerify()
481 ++update_index; in ProcessFramesAndVerify()
490 VerifyRateControl(update_index, in ProcessFramesAndVerify()
530 int update_index, in SetRateProfilePars() argument
570 int update_index, in SetRateControlMetrics() argument
579 rc_metrics[update_index].max_key_frame_size_mismatch = in SetRateControlMetrics()
[all …]
/dports/lang/ruby26/ruby-2.6.9/gems/rake-12.3.3/bin/
H A Dbundle28 update_index = nil
30 if update_index && update_index.succ == i && a =~ Gem::Version::ANCHORED_VERSION_PATTERN
35 update_index = i
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/
H A Dbundler_version_finder.rb54 update_index = nil
56 if update_index && update_index.succ == i && a =~ Gem::Version::ANCHORED_VERSION_PATTERN
61 update_index = i
/dports/www/moodle39/moodle/search/engine/simpledb/tests/
H A Dengine_test.php141 $this->update_index();
162 $this->update_index();
206 $this->update_index();
224 $this->update_index();
233 $this->update_index();
269 $this->update_index();
323 $this->update_index();
336 $this->update_index();
411 private function update_index() { function in search_simpledb_engine_testcase
/dports/www/moodle310/moodle/search/engine/simpledb/tests/
H A Dengine_test.php141 $this->update_index();
162 $this->update_index();
206 $this->update_index();
224 $this->update_index();
233 $this->update_index();
269 $this->update_index();
323 $this->update_index();
336 $this->update_index();
411 private function update_index() { function in search_simpledb_engine_testcase
/dports/www/moodle311/moodle/search/engine/simpledb/tests/
H A Dengine_test.php141 $this->update_index();
162 $this->update_index();
206 $this->update_index();
224 $this->update_index();
233 $this->update_index();
269 $this->update_index();
323 $this->update_index();
336 $this->update_index();
411 private function update_index() { function in search_simpledb_engine_testcase
/dports/math/faiss/faiss-1.7.1/c_api/
H A DClustering_c.cpp28 DEFINE_GETTER(Clustering, int, update_index) in DEFINE_GETTER()
57 params->update_index = d.update_index; in DEFINE_GETTER()
72 o.update_index = params->update_index; in from_faiss_c()
H A DClustering_c.h30 int update_index; ///< (bool) update index after each iteration? member
63 FAISS_DECLARE_GETTER(Clustering, int, update_index)
/dports/devel/git-cola/git-cola-3.10.1/cola/models/
H A Dmain.py238 def update_file_status(self, update_index=False): argument
240 self.update_files(update_index=update_index, emit=True)
242 def update_status(self, update_index=False): argument
247 self._update_files(update_index=update_index)
263 def update_files(self, update_index=False, emit=False): argument
264 self._update_files(update_index=update_index)
268 def _update_files(self, update_index=False): argument
274 update_index=update_index,
401 self.update_files(update_index=False, emit=True)
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_2fa/lib/Kolab2FA/Storage/
H A DRcubeUser.php90 $update_index = false;
95 $update_index = true;
102 $update_index = true;
106 if ($update_index) {
/dports/devel/git-svn/git-2.34.1/builtin/
H A Ddifftool.c203 struct child_process update_index = CHILD_PROCESS_INIT; in changed_files() local
214 strvec_pushl(&update_index.args, in changed_files()
218 update_index.no_stdin = 1; in changed_files()
219 update_index.no_stdout = 1; in changed_files()
220 update_index.no_stderr = 1; in changed_files()
221 update_index.git_cmd = 1; in changed_files()
222 update_index.use_shell = 0; in changed_files()
223 update_index.clean_on_exit = 1; in changed_files()
224 update_index.dir = workdir; in changed_files()
225 update_index.env = env; in changed_files()
[all …]
/dports/devel/git-p4/git-2.34.1/builtin/
H A Ddifftool.c203 struct child_process update_index = CHILD_PROCESS_INIT; in changed_files() local
214 strvec_pushl(&update_index.args, in changed_files()
218 update_index.no_stdin = 1; in changed_files()
219 update_index.no_stdout = 1; in changed_files()
220 update_index.no_stderr = 1; in changed_files()
221 update_index.git_cmd = 1; in changed_files()
222 update_index.use_shell = 0; in changed_files()
223 update_index.clean_on_exit = 1; in changed_files()
224 update_index.dir = workdir; in changed_files()
225 update_index.env = env; in changed_files()
[all …]
/dports/devel/git/git-2.34.1/builtin/
H A Ddifftool.c203 struct child_process update_index = CHILD_PROCESS_INIT; in changed_files() local
214 strvec_pushl(&update_index.args, in changed_files()
218 update_index.no_stdin = 1; in changed_files()
219 update_index.no_stdout = 1; in changed_files()
220 update_index.no_stderr = 1; in changed_files()
221 update_index.git_cmd = 1; in changed_files()
222 update_index.use_shell = 0; in changed_files()
223 update_index.clean_on_exit = 1; in changed_files()
224 update_index.dir = workdir; in changed_files()
225 update_index.env = env; in changed_files()
[all …]
/dports/devel/git-gui/git-2.34.1/builtin/
H A Ddifftool.c203 struct child_process update_index = CHILD_PROCESS_INIT; in changed_files() local
214 strvec_pushl(&update_index.args, in changed_files()
218 update_index.no_stdin = 1; in changed_files()
219 update_index.no_stdout = 1; in changed_files()
220 update_index.no_stderr = 1; in changed_files()
221 update_index.git_cmd = 1; in changed_files()
222 update_index.use_shell = 0; in changed_files()
223 update_index.clean_on_exit = 1; in changed_files()
224 update_index.dir = workdir; in changed_files()
225 update_index.env = env; in changed_files()
[all …]
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Ddifftool.c203 struct child_process update_index = CHILD_PROCESS_INIT; in changed_files() local
214 strvec_pushl(&update_index.args, in changed_files()
218 update_index.no_stdin = 1; in changed_files()
219 update_index.no_stdout = 1; in changed_files()
220 update_index.no_stderr = 1; in changed_files()
221 update_index.git_cmd = 1; in changed_files()
222 update_index.use_shell = 0; in changed_files()
223 update_index.clean_on_exit = 1; in changed_files()
224 update_index.dir = workdir; in changed_files()
225 update_index.env = env; in changed_files()
[all …]
/dports/www/py-django-haystack/django-haystack-2.8.1/docs/
H A Dmanagement_commands.rst45 ``update_index``
55 The ``update_index`` command will freshen all of the content in your index. It
103 ./manage.py update_index --settings=settings.prod
106 ./manage.py update_index --settings=settings.prod --verbosity=2
109 ./manage.py update_index --remove --settings=settings.prod
112 ./manage.py update_index --age=2 --settings=settings.prod
115 …./manage.py update_index --start='2011-12-01T00:00:00' --end='2011-12-31T23:59:59' --settings=sett…
118 ./manage.py update_index blog auth comments --settings=settings.prod
121 ./manage.py update_index auth.User --settings=settings.prod
124 …./manage.py update_index events.Event media news.Story --start='2011-01-01T00:00:00 --remove --usi…
[all …]
/dports/math/adept/adept-2.0.8/include/adept/
H A DFixedArray.h782 update_index(const T& i, Index& inew_rank, Index& ibegin,
792 update_index(const T& i, Index& inew_rank, Index& ibegin,
818 update_index<0>(i0, inew_rank, ibegin, new_dim, new_offset);
819 update_index<1>(i1, inew_rank, ibegin, new_dim, new_offset);
833 update_index<0>(i0, inew_rank, ibegin, new_dim, new_offset);
834 update_index<1>(i1, inew_rank, ibegin, new_dim, new_offset);
848 update_index<0>(i0, inew_rank, ibegin, new_dim, new_offset);
849 update_index<1>(i1, inew_rank, ibegin, new_dim, new_offset);
850 update_index<2>(i2, inew_rank, ibegin, new_dim, new_offset);
864 update_index<0>(i0, inew_rank, ibegin, new_dim, new_offset);
[all …]
H A DArray.h1087 update_index(0, i0, inew_rank, ibegin, new_dim, new_offset);
1088 update_index(1, i1, inew_rank, ibegin, new_dim, new_offset);
1102 update_index(0, i0, inew_rank, ibegin, new_dim, new_offset);
1103 update_index(1, i1, inew_rank, ibegin, new_dim, new_offset);
1117 update_index(0, i0, inew_rank, ibegin, new_dim, new_offset);
1118 update_index(1, i1, inew_rank, ibegin, new_dim, new_offset);
1119 update_index(2, i2, inew_rank, ibegin, new_dim, new_offset);
1133 update_index(0, i0, inew_rank, ibegin, new_dim, new_offset);
1134 update_index(1, i1, inew_rank, ibegin, new_dim, new_offset);
1135 update_index(2, i2, inew_rank, ibegin, new_dim, new_offset);
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_updates.ps1248 $update_index = 1 in Start-Updates() variable
250 $update_number = "($update_index of $($updates_to_install.Count))" in Start-Updates()
253 $update_index++ in Start-Updates() variable
296 $update_index++ in Start-Updates() variable
346 $update_index = 0 in Start-Updates() variable
348 $update_number = "($($update_index + 1) of $($updates_to_install.Count))" in Start-Updates()
350 $update_result = $install_result.GetUpdateResult($update_index) in Start-Updates()
359 $update_index++ in Start-Updates() variable
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Ddifftool.c202 struct child_process update_index = CHILD_PROCESS_INIT; in changed_files() local
213 argv_array_pushl(&update_index.args, in changed_files()
217 update_index.no_stdin = 1; in changed_files()
218 update_index.no_stdout = 1; in changed_files()
219 update_index.no_stderr = 1; in changed_files()
220 update_index.git_cmd = 1; in changed_files()
221 update_index.use_shell = 0; in changed_files()
222 update_index.clean_on_exit = 1; in changed_files()
223 update_index.dir = workdir; in changed_files()
224 update_index.env = env; in changed_files()
[all …]
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/vector/
H A DMatrixBase.h94 update_index( index_) ; in iterator()
136 update_index( i + j*nr + n );
140 update_index( i + j*nr - n );
180 inline void update_index( int index_ ){ in update_index() function
/dports/chinese/tin/tin-2.4.5/src/
H A Dmain.c58 static t_bool update_index = FALSE; /* update local overviews */ variable
232 if (update_index && nntp_caps.over_cmd && !tinrc.cache_overview_files) { in main()
402 if (batch_mode && catchup && !update_index) { in main()
410 if (update_index) in main()
681 update_index = TRUE; in read_cmd_line_options()
831 if (mail_news || save_news || update_index || check_any_unread || catchup) in read_cmd_line_options()
843 if (update_index) { in read_cmd_line_options()
/dports/news/tin/tin-2.4.5/src/
H A Dmain.c58 static t_bool update_index = FALSE; /* update local overviews */ variable
232 if (update_index && nntp_caps.over_cmd && !tinrc.cache_overview_files) { in main()
402 if (batch_mode && catchup && !update_index) { in main()
410 if (update_index) in main()
681 update_index = TRUE; in read_cmd_line_options()
831 if (mail_news || save_news || update_index || check_any_unread || catchup) in read_cmd_line_options()
843 if (update_index) { in read_cmd_line_options()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/python/ascent_module/py_src/
H A Djupyter.py64 def update_index(self,change): member in AscentImageSequenceViewer
88 self.slider.observe(self.update_index)
89 self.play.observe(self.update_index)

12345678910>>...15