Home
last modified time | relevance | path

Searched defs:update (Results 176 – 200 of 34660) sorted by relevance

12345678910>>...1387

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/dreyfus/src/
H A Ddreyfus_bookmark.erl29 update(_Sort, Bookmark, []) -> function
31 update(relevance, Bookmark, [#sortable{} = Sortable | Rest]) -> function
39 update(Sort, Bookmark, [#sortable{} = Sortable | Rest]) -> function
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/progress/
H A Dcounter.py22 def update(self): member in Counter
27 def update(self): member in Countdown
34 def update(self): member in Stack
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/progress/
H A Dcounter.py22 def update(self): member in Counter
27 def update(self): member in Countdown
34 def update(self): member in Stack
/dports/devel/py-progress/progress-1.6/progress/
H A Dcounter.py22 def update(self): member in Counter
29 def update(self): member in Countdown
38 def update(self): member in Stack
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/progress/
H A Dcounter.py22 def update(self): member in Counter
27 def update(self): member in Countdown
34 def update(self): member in Stack
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/progress/
H A Dcounter.py22 def update(self): member in Counter
27 def update(self): member in Countdown
34 def update(self): member in Stack
/dports/security/botan110/Botan-1.10.17/src/algo_base/
H A Dbuf_comp.h33 void update(const byte in[], size_t length) { add_data(in, length); } in update() function
39 void update(const MemoryRegion<byte>& in) in update() function
63 void update(const std::string& str) in update() function
72 void update(byte in) { add_data(&in, 1); } in update() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/feed/v2/
H A DFeedStreamSurfaceTest.java190 StreamUpdate update = StreamUpdate.newBuilder() in testContentChangedOnStreamUpdated() local
222 StreamUpdate update = StreamUpdate.newBuilder() in testAddSlicesOnStreamUpdated() local
255 StreamUpdate update = StreamUpdate.newBuilder() in testAddNewSlicesWithSameIds() local
280 StreamUpdate update = StreamUpdate.newBuilder() in testRemoveSlicesOnStreamUpdated() local
312 StreamUpdate update = StreamUpdate.newBuilder() in testReorderSlicesOnStreamUpdated() local
353 StreamUpdate update = StreamUpdate.newBuilder() in testComplexOperationsOnStreamUpdated() local
438 StreamUpdate update = StreamUpdate.newBuilder() in testComplexOperationsOnStreamUpdatedAfterSetHeaderViews() local
584 StreamUpdate update = StreamUpdate.newBuilder() in testRemoveContentsOnSurfaceClosed() local
761 StreamUpdate update = StreamUpdate.newBuilder() in testOnStreamUpdatedIgnoredWhenNotOpen() local
774 StreamUpdate update = StreamUpdate.newBuilder() in testNavigateReportsCorrectSlice() local
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/util/cache/
H A Dlocal_cache.hpp232 update_on_exit update(statistics_, statistics::method_get_entry); in get_entry() local
273 update_on_exit update(statistics_, statistics::method_get_entry); in get_entry() local
313 update_on_exit update(statistics_, statistics::method_get_entry); in get_entry() local
390 update_on_exit update(statistics_, statistics::method_insert_entry); in insert() local
445 bool update(key_type const& k, value_type const& val) in update() function in hpx::util::cache::local_cache
447 update_on_exit update(statistics_, statistics::method_update_entry); in update() local
503 update_on_exit update(statistics_, statistics::method_update_entry); in update_if() local
552 bool update(key_type const& k, entry_type& e) in update() function in hpx::util::cache::local_cache
554 update_on_exit update(statistics_, statistics::method_update_entry); in update() local
606 update_on_exit update(statistics_, statistics::method_erase_entry); in erase() local
/dports/net-p2p/libtorrent/libtorrent-0.13.8/rak/
H A Dfs_stat.h70 bool update(int fd) { return FS_STAT_FD; } in update() function
71 bool update(const char* fn) { return FS_STAT_FN; } in update() function
72 …bool update(const std::string& filename) { return update(filename.c_str());… in update() function
/dports/net-p2p/rtorrent/rtorrent-0.9.8/rak/
H A Dfs_stat.h70 bool update(int fd) { return FS_STAT_FD; } in update() function
71 bool update(const char* fn) { return FS_STAT_FN; } in update() function
72 …bool update(const std::string& filename) { return update(filename.c_str());… in update() function
/dports/databases/postgresql13-server/postgresql-13.5/src/common/
H A Dpgfnames.c45 dir = opendir(path);
62 fnsize * sizeof(char *)); in upd_get_n_fields()
81 * pgfnames_cleanup in upd_get_nth_field()
/dports/devel/love/love-11.3/src/scripts/
H A Dnogame.lua2930 function Blink:update(dt) function
2970 function Duckloon:update(dt) function
3069 function Chain:update(dt) function
3120 function CloudTrack:update(dt) function
3215 function love.update(dt) function
/dports/devel/py-pympler/Pympler-0.4.2/pympler/
H A Dprocess.py69 def update(self): member in _ProcessMemoryInfo
95 def update(self): member in _ProcessMemoryInfoPS
130 def update(self): member in _ProcessMemoryInfoProc
170 def update(self): member in _ProcessMemoryInfoResource
208 def update(self): member in _ProcessMemoryInfoWin32
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Dcrc32_sse.cpp134 static type update(type crc, uint8_t b) noexcept in update() function
140 static type update(type crc, type d32) noexcept in update() function
157 static type update(type crc, type d32) noexcept in update() function
161 static type update(type crc, uint8_t d8) noexcept in update() function
165 static type update(type crc, const uint8_t *buf, size_t len) noexcept in update() function
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Dcrc32_sse.cpp134 static type update(type crc, uint8_t b) noexcept in update() function
140 static type update(type crc, type d32) noexcept in update() function
157 static type update(type crc, type d32) noexcept in update() function
161 static type update(type crc, uint8_t d8) noexcept in update() function
165 static type update(type crc, const uint8_t *buf, size_t len) noexcept in update() function
/dports/devel/p5-CPAN-SQLite/CPAN-SQLite-0.199/lib/CPAN/SQLite/
H A DPopulate.pm204 sub update { subroutine
327 sub update { subroutine
485 sub update { subroutine
646 sub update { subroutine
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dupdate_array_node_test.cpp53 auto update = fromjson("{$set: {'a.b.$[i]': 0}}"); in TEST_F() local
78 auto update = fromjson("{$set: {'a.$[i]': 0}}"); in TEST_F() local
102 auto update = fromjson("{$set: {'a.$[i]': 2}}"); in TEST_F() local
130 auto update = fromjson("{$set: {'a.$[i].b': 0}}"); variable
153 auto update = fromjson("{$set: {'a.$[]': 1}}"); in TEST_F() local
519 auto update = fromjson("{$set: {'a.$[i]': 1}}"); in TEST_F() local
547 auto update = fromjson("{$set: {'a.$[i]': 1}}"); in TEST_F() local
575 auto update = fromjson("{$set: {'a.$[i].b': 0}}"); in TEST_F() local
603 auto update = fromjson("{$set: {'a.$[i].b': 0}}"); in TEST_F() local
659 auto update = fromjson("{$set: {'a.$[]': 0}}"); in TEST_F() local
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/common/
H A Dscsgmapper.hh135 void update (const GV& gridView) in update() function in Dune::SingleCodimSingleGeomTypeMapper
146 void update (GV&& gridView) in update() function in Dune::SingleCodimSingleGeomTypeMapper
155 void update () in update() function in Dune::SingleCodimSingleGeomTypeMapper
200 void update () in update() function in Dune::LeafSingleCodimSingleGeomTypeMapper
240 void update () in update() function in Dune::LevelSingleCodimSingleGeomTypeMapper
/dports/lang/polyml/polyml-5.8.2/basis/
H A DPackWord.sml31 val update : Word8Array.array * int * LargeWord.word -> unit value
44 fun update(a, i, v) = Word8Array.update(a, i, Word8.fromLargeWord v) function
102 fun update(a, i, v) = function
133 fun update(a, i, v) = function
168 fun update(a, i, v) = function
205 fun update(a, i, v) = function
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/kinetics/
H A DReactionData.h29 void update(double T) in update() function
37 void update(double T, double P) { update(T); } in update() function
64 void update(double T, double P) in update() function
98 void update(double T, double P) in update() function
123 void update(double T) { m_temperature = T; } in update() function
126 void update(double T, double P) { update(T); } in update() function
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSurveyProgressManager.java54 public void update(int count) { in update() method in SurveyProgressManager.SurveyProgressTask
61 public void update(int count, String what) { in update() method in SurveyProgressManager.SurveyProgressTask
74 public void update(String what) { in update() method in SurveyProgressManager.SurveyProgressTask
162 public void update(int count) { in openConsoleProgress() method
167 public void update(int count, String what) { in openConsoleProgress() method
172 public void update(String what) { in openConsoleProgress() method
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/src/
H A Dfolsom_sample_exdec.erl49 update(#exdec{reservoir = Reservoir, alpha = Alpha, start = Start, next = Next} = Sample, Value) -> function
64 update(#exdec{reservoir = Reservoir, alpha = Alpha, start = Start, n = N, size = Size, seed = Seed}… function
72 update(#exdec{reservoir = Reservoir, alpha = Alpha, start = Start, n = N, seed = Seed} = Sample, Va… function
/dports/devel/erlang-folsom/folsom-0.8.3/src/
H A Dfolsom_sample_exdec.erl49 update(#exdec{reservoir = Reservoir, alpha = Alpha, start = Start, next = Next} = Sample, Value) -> function
64 update(#exdec{reservoir = Reservoir, alpha = Alpha, start = Start, n = N, size = Size, seed = Seed}… function
72 update(#exdec{reservoir = Reservoir, alpha = Alpha, start = Start, n = N, seed = Seed} = Sample, Va… function
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_xcvar.h25 #define XCVAR_DEF( name, defVal, update, flags ) extern vmCvar_t name; argument
29 #define XCVAR_DEF( name, defVal, update, flags ) vmCvar_t name; argument
33 #define XCVAR_DEF( name, defVal, update, flags ) { & name , #name , defVal , update , flags }, argument

12345678910>>...1387