/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(
|
/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()
|
/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()
|
H A D | rbbi_cache.h | 155 * as specified by the update parameter. 157 void addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update); 163 * as specified by the update parameter. 165 bool addPreceding(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
|
/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()
|
H A D | rbbi_cache.h | 155 * as specified by the update parameter. 157 void addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update); 163 * as specified by the update parameter. 165 bool addPreceding(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
|
/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()
|
H A D | rbbi_cache.h | 155 * as specified by the update parameter. 157 void addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update); 163 * as specified by the update parameter. 165 bool addPreceding(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update);
|
/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()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects-inl.h | 25 hints = B##Bits::update(hints, field); \ 43 hints = B##Bits::update(hints, field); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_format_map.py | 161 types.update([type]) 162 formats.update([format])
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 97 /// update - Recompute Blocks[MBBNum] 98 void update(unsigned MBBNum); 131 update(MBBNum); in get()
|
/third_party/skia/tools/skqp/ |
H A D | make_skqp_model.cpp | 9 static bool update(SkBitmap* maxBitmap, SkBitmap* minBitmap, const SkBitmap& bm) { in update() function 83 if (!update(&maxBitmap, &minBitmap, bm)) { in main()
|
/third_party/skia/gm/ |
H A D | particles.cpp | 63 fEffect->update(/*now=*/std::min(time, fStartTime)); 69 fEffect->update(fStartTime + (nanos * 1E-9));
|
/third_party/skia/buildtools/reclient_cfgs/ |
H A D | fetch_reclient_cfgs.py | 22 import update namespace 24 return update.PACKAGE_VERSION
|
/third_party/node/test/parallel/ |
H A D | test-crypto-key-objects.js | 84 cipher.update(plaintext), cipher.final(), 89 decipher.update(ciphertext), decipher.final(), 605 .update('foo') 610 .update('foo') 693 .update('foo') 698 .update('foo') 749 .update('foo') 754 .update('foo')
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_scheduler.cpp | 167 reference_demand.update(register_demand[i]); in verify_invariants() 173 reference_demand.update(register_demand[i]); in verify_invariants() 239 register_pressure.update(cursor.clause_demand); 257 /* update register pressure */ 270 cursor.clause_demand.update(new_demand); 295 cursor.total_demand.update(register_demand[cursor.source_idx]); in downwards_skip() 312 reference_demand.update(register_demand[i]); in verify_invariants() 384 /* update register pressure */ 391 cursor.total_demand.update(register_demand[cursor.source_idx]); 414 cursor.total_demand.update(register_deman [all...] |