/third_party/node/test/parallel/ |
H A D | test-crypto-authenticated-stream.js | 32 const ciphertext = Buffer.concat([c.update(expected), c.final()]); 37 const actual = Buffer.concat([d.update(ciphertext), d.final()]); 98 const actual = Buffer.concat([d.update(ciphertext), d.final()]);
|
/third_party/node/deps/v8/src/objects/ |
H A D | templates-inl.h | 154 return set_data(EmbedderFieldCountBits::update(data(), count)); in set_embedder_field_count() 162 return set_data(IsImmutablePrototypeBit::update(data(), immutable)); in set_immutable_proto() 170 return set_data(IsCodeKindBit::update(data(), is_code_like)); in set_code_like()
|
/third_party/python/Lib/ |
H A D | _weakrefset.py | 51 self.update(data) 120 def update(self, other): member in WeakSet 127 self.update(other)
|
/third_party/python/Lib/multiprocessing/ |
H A D | spawn.py | 175 d.update( 265 main_module.__dict__.update(main_content) 293 main_module.__dict__.update(main_content)
|
/third_party/python/Lib/test/libregrtest/ |
H A D | refleak.py | 159 copyreg.dispatch_table.update(ps) 161 sys.path_importer_cache.update(pic) 168 zipimport._zip_directory_cache.update(zdc)
|
/third_party/python/Lib/turtledemo/ |
H A D | bytedesign.py | 66 self.getscreen().update() 83 self.getscreen().update() 107 self.getscreen().update()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
H A D | p2p_connect.py | 158 self.p2p_connect_arguements.update({'pin':self.pin}) 172 self.p2p_connect_arguements.update({'pin':self.pin}) 203 self.p2p_connect_arguements.update(
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/ |
H A D | p2p_connect.py | 158 self.p2p_connect_arguements.update({'pin':self.pin}) 172 self.p2p_connect_arguements.update({'pin':self.pin}) 203 self.p2p_connect_arguements.update(
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_tables.h | 408 * @update: update an element if exists, add it if doesn't exist 422 * Operations lookup, update and delete have simpler interfaces, are faster 431 bool (*update)(struct nft_set *set, member 1333 * @update: update stateful object 1348 void (*update)(struct nft_object *obj, member 1541 * struct nft_trans - nf_tables object update in transaction 1580 bool update; member 1592 (((struct nft_trans_set *)trans->data)->update) 1602 bool update; global() member 1632 bool update; global() member 1654 bool update; global() member 1666 bool update; global() member [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceGlobalContext.cpp | 956 Tls->StatsFunction.update(CodeStats::CS_InstCount, InstCount); in statsUpdateEmitted() 957 Tls->StatsCumulative.update(CodeStats::CS_InstCount, InstCount); in statsUpdateEmitted() 964 Tls->StatsFunction.update(CodeStats::CS_RegsSaved, Num); in statsUpdateRegistersSaved() 965 Tls->StatsCumulative.update(CodeStats::CS_RegsSaved, Num); in statsUpdateRegistersSaved() 972 Tls->StatsFunction.update(CodeStats::CS_FrameByte, Bytes); in statsUpdateFrameBytes() 973 Tls->StatsCumulative.update(CodeStats::CS_FrameByte, Bytes); in statsUpdateFrameBytes() 980 Tls->StatsFunction.update(CodeStats::CS_NumSpills); in statsUpdateSpills() 981 Tls->StatsCumulative.update(CodeStats::CS_NumSpills); in statsUpdateSpills() 988 Tls->StatsFunction.update(CodeStats::CS_NumFills); in statsUpdateFills() 989 Tls->StatsCumulative.update(CodeStat in statsUpdateFills() [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | symm.rs | 449 /// let mut count = encrypter.update(plaintexts[0], &mut ciphertext).unwrap(); 450 /// count += encrypter.update(plaintexts[1], &mut ciphertext[count..]).unwrap(); 474 /// let mut count = decrypter.update(ciphertexts[0], &mut plaintext).unwrap(); 475 /// count += decrypter.update(ciphertexts[1], &mut plaintext[count..]).unwrap(); 561 /// `update`. 581 pub fn update(&mut self, input: &[u8], output: &mut [u8]) -> Result<usize, ErrorStack> { in update() functions 590 /// `update` should not be called after this method. 700 let count = c.update(data, &mut out)?; in cipher() 734 let count = c.update(data, &mut out)?; in encrypt_aead() 765 let count = c.update(dat in decrypt_aead() [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | animate_impl.cpp | 24 int32_t AnimateTo(ArkUI_ContextHandle context, ArkUI_AnimateOption* option, ArkUI_ContextCallback* update, in AnimateTo() argument 28 if (!impl || !context || !option || !update || !update->callback) { in AnimateTo() 62 reinterpret_cast<void*>(update->callback), update->userData); in AnimateTo()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | gov_power_allocator.c | 122 * This function is used to update the estimation of the PID 186 /* Check if it's init value 0 or there was update via sysfs */ in get_sustainable_power() 282 * @instance: thermal instance to update 566 static void allow_maximum_power(struct thermal_zone_device *tz, bool update) in allow_maximum_power() argument 590 if (update) in allow_maximum_power() 705 bool update; in power_allocator_throttle() local 718 update = tz->passive; in power_allocator_throttle() 721 allow_maximum_power(tz, update); in power_allocator_throttle()
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksAESBasicCallbackJsunit.test.js | 92 await update(handle, HuksOptions);
99 await update(handle, HuksOptions);
111 async function update(handle, HuksOptions) {
114 console.log(`test update data ${JSON.stringify(data)}`);
123 console.log('test update err information: ' + err);
130 huks.update(handle, HuksOptions, function (err, data) {
132 console.log('test update err information: ' + JSON.stringify(err));
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbi_cache.cpp | 641 void RuleBasedBreakIterator::BreakCache::addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) { in addFollowing() argument 651 if (update == UpdateCachePosition) { in addFollowing() 663 bool RuleBasedBreakIterator::BreakCache::addPreceding(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) { in addPreceding() argument 668 if (fBufIdx == fEndBufIdx && update == RetainCachePosition) { in addPreceding() 679 if (update == UpdateCachePosition) { in addPreceding()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbi_cache.cpp | 642 void RuleBasedBreakIterator::BreakCache::addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) { in addFollowing() argument 652 if (update == UpdateCachePosition) { in addFollowing() 664 bool RuleBasedBreakIterator::BreakCache::addPreceding(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) { in addPreceding() argument 669 if (fBufIdx == fEndBufIdx && update == RetainCachePosition) { in addPreceding() 680 if (update == UpdateCachePosition) { in addPreceding()
|
/third_party/node/deps/npm/node_modules/ssri/lib/ |
H A D | index.js | 88 this.hashes.forEach(h => h.update(data)) 312 throw new Error('hashes do not match, cannot update integrity') 419 const digest = crypto.createHash(algo).update(data).digest('base64') 469 const digest = crypto.createHash(algorithm).update(data).digest('base64') 534 update: function (chunk, enc) { 535 hashes.forEach(h => h.update(chunk, enc))
|
/third_party/python/Lib/http/ |
H A D | cookies.py | 167 _Translator.update({ 333 dict.update(morsel, self) 334 morsel.__dict__.update(self.__dict__) 337 def update(self, values): member in Morsel 344 dict.update(self, data) 534 # self.update() wouldn't call our custom __setitem__
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbi_cache.cpp | 595 void RuleBasedBreakIterator::BreakCache::addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) { in addFollowing() argument 605 if (update == UpdateCachePosition) { in addFollowing() 617 bool RuleBasedBreakIterator::BreakCache::addPreceding(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) { in addPreceding() argument 622 if (fBufIdx == fEndBufIdx && update == RetainCachePosition) { in addPreceding() 633 if (update == UpdateCachePosition) { in addPreceding()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/ |
H A D | text_declaration.h | 158 void CheckIsChanged(const T& update, const T& val) in CheckIsChanged() argument 160 if (update != val) { in CheckIsChanged()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | document_store.h | 38 int UpdateDocument(const std::string &collection, const std::string &filter, const std::string &update, 70 int UpdateDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, const std::string &update,
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/ |
H A D | grd_document_api.cpp | 52 GRD_API int32_t GRD_UpdateDoc(GRD_DB *db, const char *collectionName, const char *filter, const char *update, in GRD_UpdateDoc() argument 62 return GRD_DocApiInfo.UpdateDocApi(db, collectionName, filter, update, flags); in GRD_UpdateDoc()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | sha256_generic.c | 76 .update = crypto_sha256_update, 90 .update = crypto_sha256_update,
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | crct10dif-ce-glue.c | 95 .update = crct10dif_update_pmull_p8, 107 .update = crct10dif_update_pmull_p64,
|
H A D | sha512-ce-glue.c | 86 .update = sha512_ce_update, 98 .update = sha512_ce_update,
|