Home
last modified time | relevance | path

Searched defs:update (Results 101 – 125 of 28132) sorted by relevance

12345678910>>...1126

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/base/
H A Dbuf_comp.h33 void update(const uint8_t in[], size_t length) { add_data(in, length); } in update() function
39 void update(const secure_vector<uint8_t>& in) in update() function
48 void update(const std::vector<uint8_t>& in) in update() function
66 void update(const std::string& str) in update() function
75 void update(uint8_t in) { add_data(&in, 1); } in update() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/base/
H A Dbuf_comp.h33 void update(const uint8_t in[], size_t length) { add_data(in, length); } in update() function
39 void update(const secure_vector<uint8_t>& in) in update() function
48 void update(const std::vector<uint8_t>& in) in update() function
66 void update(const std::string& str) in update() function
75 void update(uint8_t in) { add_data(&in, 1); } in update() function
/dports/security/botan2/Botan-2.18.2/src/lib/base/
H A Dbuf_comp.h33 void update(const uint8_t in[], size_t length) { add_data(in, length); } in update() function
39 void update(const secure_vector<uint8_t>& in) in update() function
48 void update(const std::vector<uint8_t>& in) in update() function
66 void update(const std::string& str) in update() function
75 void update(uint8_t in) { add_data(&in, 1); } in update() function
/dports/devel/qca/qca-2.3.4/unittest/cipherunittest/
H A Dcipherunittest.cpp199 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes128_cbc() local
273 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes128_cbc_pkcs7() local
329 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes128_cfb() local
380 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes128_ofb() local
430 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes128_ctr() local
500 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes128_gcm() local
689 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes192_cbc() local
763 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes192_cbc_pkcs7() local
819 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes192_cfb() local
870 … QString update = QCA::arrayToHex(forwardCipher.update(QCA::hexToArray(plainText)).toByteArray()); in aes192_ofb() local
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sqlite/virtual/
H A Dgda-virtual-connection.c72 gda_virtual_connection_init (GdaVirtualConnection *vcnc, G_GNUC_UNUSED GdaVirtualConnectionClass *k…
99 if (G_UNLIKELY (type == 0)) { in gda_sql_statement_update_copy()
135 GdaConnection *cnc = NULL; in gda_sql_statement_update_serialize()
136 g_return_val_if_fail (GDA_IS_VIRTUAL_PROVIDER (virtual_provider), NULL); in gda_sql_statement_update_serialize()
214 gda_virtual_connection_internal_set_provider_data (GdaVirtualConnection *vcnc, gpointer data, GDest… in gda_sql_statement_update_take_table_name()
231 gda_virtual_connection_internal_get_provider_data (GdaVirtualConnection *vcnc) in gda_sql_statement_update_take_on_conflict()
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DHashFNV.h38 update(const void *data, size_t len) override in update() function
53 ATSHash32FNV1a::update(const void *data, size_t len, Transform xfrm) in update() function
69 update(const void *data, size_t len) override in update() function
84 ATSHash64FNV1a::update(const void *data, size_t len, Transform xfrm) in update() function
/dports/misc/py-progressbar/progressbar-2.5/progressbar/
H A Dwidgets.py58 def update(self, pbar): member in Widget
74 def update(self, pbar, width): member in WidgetHFill
98 def update(self, pbar): member in Timer
109 def update(self, pbar): member in ETA
148 def update(self, pbar): member in AdaptiveETA
177 def update(self, pbar): member in FileTransferSpeed
201 def update(self, pbar): member in AnimatedMarker
222 def update(self, pbar): member in Counter
229 def update(self, pbar): member in Percentage
250 def update(self, pbar): member in FormatLabel
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/zip/
H A DChecksum.java42 public void update(int b); in update() method
57 default public void update(byte[] b) { in update() method
68 public void update(byte[] b, int off, int len); in update() method
105 default public void update(ByteBuffer buffer) { in update() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/zip/
H A DChecksum.java42 public void update(int b); in update() method
57 default public void update(byte[] b) { in update() method
68 public void update(byte[] b, int off, int len); in update() method
105 default public void update(ByteBuffer buffer) { in update() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/zip/
H A DChecksum.java42 public void update(int b); in update() method
57 default public void update(byte[] b) { in update() method
68 public void update(byte[] b, int off, int len); in update() method
105 default public void update(ByteBuffer buffer) { in update() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/zip/
H A DChecksum.java42 public void update(int b); in update() method
57 default public void update(byte[] b) { in update() method
68 public void update(byte[] b, int off, int len); in update() method
105 default public void update(ByteBuffer buffer) { in update() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/zip/
H A DChecksum.java42 public void update(int b); in update() method
57 default public void update(byte[] b) { in update() method
68 public void update(byte[] b, int off, int len); in update() method
105 default public void update(ByteBuffer buffer) { in update() method
/dports/devel/erlang-metrics/erlang-metrics-2.4.0/src/
H A Dmetrics_exometer.erl37 update(Name, {c, I}, _Config) when is_integer(I) -> update(Name, I); function
38 update(Name, {duration_fun, Fun}, _Config) when is_function(Fun) -> function
43 update(Name, Val, _Config) -> update(Name, Val). function
45 update(Name, Val) -> function
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/zip/
H A DChecksum.java42 public void update(int b); in update() method
57 default public void update(byte[] b) { in update() method
68 public void update(byte[] b, int off, int len); in update() method
105 default public void update(ByteBuffer buffer) { in update() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/zip/
H A DChecksum.java42 public void update(int b); in update() method
57 default public void update(byte[] b) { in update() method
68 public void update(byte[] b, int off, int len); in update() method
105 default public void update(ByteBuffer buffer) { in update() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/zip/
H A DChecksum.java42 public void update(int b); in update() method
57 default public void update(byte[] b) { in update() method
68 public void update(byte[] b, int off, int len); in update() method
105 default public void update(ByteBuffer buffer) { in update() method
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/utils/metrics/
H A Drcnn.py16 def update(self, labels, preds): member in RPNAccMetric
41 def update(self, labels, preds): member in RPNL1LossMetric
65 def update(self, labels, preds): member in RCNNAccMetric
86 def update(self, labels, preds): member in RCNNL1LossMetric
110 def update(self, labels, preds): member in MaskAccMetric
136 def update(self, labels, preds): member in MaskFGAccMetric
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/
H A DIElementContentProvider.java38 void update(IChildrenCountUpdate[] updates); in update() method
47 void update(IChildrenUpdate[] updates); in update() method
56 void update(IHasChildrenUpdate[] updates); in update() method
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/url-classifier/tests/gtest/
H A DTestFailUpdate.cpp51 RefPtr<TableUpdateV2> update = new TableUpdateV2(GTEST_TABLE_V2); in TEST() local
62 auto func = [](RefPtr<TableUpdateV4> update, bool full, const char* str) { in TEST()
70 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_MALWARE_TABLE_V4); in TEST() local
82 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_PHISH_TABLE_V4); in TEST() local
94 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_MALWARE_TABLE_V4); in TEST() local
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/tests/gtest/
H A DTestFailUpdate.cpp41 auto update = new TableUpdateV2(NS_LITERAL_CSTRING(V2_TABLE)); in TEST() local
51 auto func = [](TableUpdateV4* update, bool full, const char* str) { in TEST()
59 auto update = new TableUpdateV4(NS_LITERAL_CSTRING(V4_TABLE1)); in TEST() local
70 auto update = new TableUpdateV4(NS_LITERAL_CSTRING(V4_TABLE2)); in TEST() local
81 auto update = new TableUpdateV4(NS_LITERAL_CSTRING(V4_TABLE1)); in TEST() local
/dports/www/firefox/firefox-99.0/toolkit/components/url-classifier/tests/gtest/
H A DTestFailUpdate.cpp51 RefPtr<TableUpdateV2> update = new TableUpdateV2(GTEST_TABLE_V2); in TEST() local
62 auto func = [](RefPtr<TableUpdateV4> update, bool full, const char* str) { in TEST()
70 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_MALWARE_TABLE_V4); in TEST() local
82 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_PHISH_TABLE_V4); in TEST() local
94 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_MALWARE_TABLE_V4); in TEST() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/zip/
H A DCRC32.java57 public void update(int b) { in update() method in CRC32
69 public void update(byte[] b, int off, int len) { in update() method in CRC32
84 public void update(byte[] b) { in update() method in CRC32
101 public void update(ByteBuffer buffer) { in update() method in CRC32
134 private native static int update(int crc, int b); in update() method in CRC32
H A DAdler32.java59 public void update(int b) { in update() method in Adler32
71 public void update(byte[] b, int off, int len) { in update() method in Adler32
86 public void update(byte[] b) { in update() method in Adler32
104 public void update(ByteBuffer buffer) { in update() method in Adler32
137 private native static int update(int adler, int b); in update() method in Adler32
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/url-classifier/tests/gtest/
H A DTestFailUpdate.cpp51 RefPtr<TableUpdateV2> update = new TableUpdateV2(GTEST_TABLE_V2); in TEST() local
62 auto func = [](RefPtr<TableUpdateV4> update, bool full, const char* str) { in TEST()
70 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_MALWARE_TABLE_V4); in TEST() local
82 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_PHISH_TABLE_V4); in TEST() local
94 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_MALWARE_TABLE_V4); in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/url-classifier/tests/gtest/
H A DTestFailUpdate.cpp51 RefPtr<TableUpdateV2> update = new TableUpdateV2(GTEST_TABLE_V2); in TEST() local
62 auto func = [](RefPtr<TableUpdateV4> update, bool full, const char* str) { in TEST()
70 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_MALWARE_TABLE_V4); in TEST() local
82 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_PHISH_TABLE_V4); in TEST() local
94 RefPtr<TableUpdateV4> update = new TableUpdateV4(GTEST_MALWARE_TABLE_V4); in TEST() local

12345678910>>...1126