/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 68 WorkList.insert(NextInst); in collectInstructionsInBetween() 72 WorkList.insert(&Succ->front()); in collectInstructionsInBetween() 85 if (!InBetweenInsts.insert(CurInst).second) in collectInstructionsInBetween() 138 InstsToCheck.insert(&InsertPoint); in isSafeToMoveBefore()
|
H A D | SSAUpdaterBulk.cpp | 107 // The block really is live in here, insert it into the set. If already in 109 if (!LiveInBlocks.insert(BB).second) 135 // The IDF blocks are the blocks where we need to insert new phi-nodes. 142 DefBlocks.insert(Def.first); 147 UsingBlocks.insert(getUserBB(U)); 156 // We've computed IDF, now insert new phi-nodes there. 177 if (!ProcessedUses.insert(U).second)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.cpp | 74 if (UniqueSrc.insert(PV1).second && related(PV1, B, DL)) in relatedPHI() 88 Visited.insert(P); in IsStoredObjCPointer() 106 if (Visited.insert(Ur).second) in IsStoredObjCPointer() 177 CachedResults.insert(std::make_pair(ValuePairTy(A, B), true)); in related()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 225 Component.insert(I); in FindSCC() 227 InComponent.insert(I); in FindSCC() 233 Component.insert(Member); in FindSCC() 234 InComponent.insert(Member); in FindSCC() 340 void insert(MemberType *M) { Members.insert(M); } in insert() function in __anon25179::CongruenceClass 357 void memory_insert(const MemoryMemberType *M) { MemoryMembers.insert(M); } in memory_insert() 717 CClass->insert(Member); 1721 InstCycleState.insert({I, ICS_CycleFree}); 1729 InstCycleState.insert({MemberPh [all...] |
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/ |
H A D | device_manager_agent_test.cpp | 137 DeviceManagerAgent::GetInstance()->cidNetTypeRecord_.insert({ NETWORKID_TWO, agent1 }); in HWTEST_F() 138 DeviceManagerAgent::GetInstance()->cidNetworkType_.insert({ NETWORKID_TWO, NETWORKTYPE_NONE_WIFI }); in HWTEST_F() 265 devicePtr->cidNetTypeRecord_.insert({ NETWORKID_THREE, agent1 }); in HWTEST_F() 268 devicePtr->cidNetworkType_.insert({ NETWORKID_THREE, NETWORKTYPE_NONE_WIFI }); in HWTEST_F() 310 devicePtr->cidNetTypeRecord_.insert({ NETWORKID_TWO, agent1 }); in HWTEST_F() 311 devicePtr->cidNetworkType_.insert({ NETWORKID_TWO, NETWORKTYPE_WITH_WIFI }); in HWTEST_F() 373 devicePtr->cidNetTypeRecord_.insert({ NETWORKID_TWO, agent1 }); in HWTEST_F() 378 devicePtr->cidNetworkType_.insert({ NETWORKID_TWO, NETWORKTYPE_WITH_WIFI }); in HWTEST_F() 412 devicePtr->cidNetTypeRecord_.insert({ NETWORKID_THREE, agent1 }); in HWTEST_F() 413 devicePtr->cidNetworkType_.insert({ NETWORKID_THRE in HWTEST_F() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud_data_translate.cpp | 38 rawData.insert(rawData.end(), magicU8, magicU8 + sizeof(ASSET_MAGIC)); in AssetToBlob() 39 rawData.insert(rawData.end(), reinterpret_cast<uint8_t *>(&size), in AssetToBlob() 41 rawData.insert(rawData.end(), data.begin(), data.end()); in AssetToBlob() 51 rawData.insert(rawData.end(), magicU8, magicU8 + sizeof(ASSETS_MAGIC)); in AssetsToBlob() 52 rawData.insert(rawData.end(), reinterpret_cast<uint8_t *>(&num), reinterpret_cast<uint8_t *>(&num) + sizeof(num)); in AssetsToBlob() 55 rawData.insert(rawData.end(), data.begin(), data.end()); in AssetsToBlob()
|
/third_party/elfutils/libdwfl/ |
H A D | segment.c | 54 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert() function 174 if (unlikely (insert (dwfl, 0, start, end, -1))) in reify_segments() 182 if (unlikely (insert (dwfl, idx + 1, start, end, in reify_segments() 192 if (unlikely (insert (dwfl, idx + 1, start, end, -1))) in reify_segments() 202 if (unlikely (insert (dwfl, idx + 1, in reify_segments() 320 if (unlikely (insert (dwfl, i, start, end, ndx))) in INTDEF()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_replace.py | 41 self.text.insert('insert', 'This is a sample sTring') 79 text.mark_set('insert', '1.0') 92 text.mark_set('insert', 'end') 93 text.insert('insert', '\nline42:') 101 text.mark_set('insert', '1.9') 133 # replace candidate found both after and before 'insert' 134 text.mark_set('insert', '1.4') 146 # replace candidate found only before 'insert' [all...] |
H A D | test_colorizer.py | 232 text.insert('insert', 'foo') 236 text.insert('insert', 'barbaz') 244 text.insert('insert', 'abcdefghi') 382 text.insert('insert', source) 452 text.insert('insert', sourc [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PassResourceUsageTracker.cpp | 139 mExternalTextureUsages.insert(externalTexture); in AddBindGroup() 183 mUsage.referencedBuffers.insert(buffer); in AddReferencedBuffer() 192 mUsage.referencedBuffers.insert(group->GetBindingAsBufferBinding(index).buffer); in AddResourcesReferencedByBindGroup() 197 mUsage.referencedTextures.insert( in AddResourcesReferencedByBindGroup() 213 mUsage.referencedExternalTextures.insert(externalTexture); in AddResourcesReferencedByBindGroup() 214 mUsage.referencedTextures.insert(textureViews[0].Get()->GetTexture()); in AddResourcesReferencedByBindGroup()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/ |
H A D | inspect_panel.cpp | 25 attrs_.insert(std::make_pair("mode", "full")); in PackAttrAndStyle() 26 attrs_.insert(std::make_pair("dragbar", "true")); in PackAttrAndStyle()
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | __init__.py | 22 sys.path.insert(0, os.path.join( 24 sys.path.insert(1, os.path.join(os.path.dirname(
|
/third_party/PyYAML/tests/lib/ |
H A D | test_build_ext.py | 7 sys.path.insert(0, build_lib) 8 sys.path.insert(0, build_lib_ext)
|
H A D | test_build.py | 6 sys.path.insert(0, build_lib) 7 sys.path.insert(0, build_lib_ext)
|
/third_party/skia/third_party/externals/angle2/src/tests/skia_gold/ |
H A D | __init__.py | 11 sys.path.insert(0, os.path.join(ANGLE_SRC_DIR, 'build')) 13 sys.path.insert(0, os.path.join(CHROMIUM_SRC_DIR, 'build'))
|
/third_party/rust/crates/unicode-ident/tests/roaring/ |
H A D | mod.rs | 7 bitmap.insert(ch as u32); in xid_start_bitmap() 17 bitmap.insert(ch as u32); in xid_continue_bitmap()
|
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_gesture_detector_test.cpp | 180 detector.fingers_.insert(1);
in HWTEST_F() 181 detector.fingers_.insert(0);
in HWTEST_F() 182 detector.fingers_.insert(3);
in HWTEST_F() 215 detector.fingers_.insert(1);
in HWTEST_F() 216 detector.fingers_.insert(0);
in HWTEST_F() 217 detector.fingers_.insert(3);
in HWTEST_F() 977 detector.fingers_.insert(1);
978 detector.fingers_.insert(2);
979 detector.fingers_.insert(3);
1001 detector.fingers_.insert( [all...] |
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/ |
H A D | daudio_sink_dev_test.cpp | 96 sinkDev_->spkClientMap_.insert(std::make_pair(DEFAULT_RENDER_ID, spkClient)); in HWTEST_F() 168 sinkDev_->spkClientMap_.insert(std::make_pair(dhId, spkClient)); in HWTEST_F() 199 sinkDev_->spkClientMap_.insert(std::make_pair(dhId, spkClient)); in HWTEST_F() 258 sinkDev_->spkClientMap_.insert(std::make_pair(dhId, spkClient)); in HWTEST_F() 305 sinkDev_->micClientMap_.insert(std::make_pair(DEFAULT_CAPTURE_ID, micClient)); in HWTEST_F() 353 sinkDev_->micClientMap_.insert(std::make_pair(DEFAULT_CAPTURE_ID, micClient)); in HWTEST_F() 375 sinkDev_->micClientMap_.insert(std::make_pair(dhId, micClient)); in HWTEST_F() 395 sinkDev_->spkClientMap_.insert(std::make_pair(dhId, spkClient)); in HWTEST_F() 412 sinkDev_->spkClientMap_.insert(std::make_pair(DEFAULT_RENDER_ID, spkClient)); in HWTEST_F() 443 sinkDev_->spkClientMap_.insert(st in HWTEST_F() [all...] |
/third_party/skia/src/core/ |
H A D | SkString.cpp | 401 void SkString::insert(size_t offset, const char text[]) { in insert() function in SkString 402 this->insert(offset, text, text ? strlen(text) : 0); in insert() 405 void SkString::insert(size_t offset, const char text[], size_t len) { in insert() function in SkString 418 /* If we're the only owner, and we have room in our allocation for the insert, in insert() 464 this->insert(offset, buffer, len); in insertUnichar() 471 this->insert(offset, buffer, stop - buffer); in insertS32() 477 this->insert(offset, buffer, stop - buffer); in insertS64() 483 this->insert(offset, buffer, stop - buffer); in insertU32() 489 this->insert(offset, buffer, stop - buffer); in insertU64() 509 this->insert(offse in insertHex() [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.h | 280 parameters.insert(parameters.begin(), p); in addThisParameter() 286 mangledName.insert(0, prefix); 411 bool insert(const TString& name, TSymbol* symbol) { in insert() function in glslang::TSymbolTableLevel 412 return level.insert(tLevelPair(name, symbol)).second; in insert() 415 bool insert(TSymbol& symbol, bool separateNameSpaces, const TString& forcedKeyName = TString()) in insert() function in glslang::TSymbolTableLevel 422 return level.insert(tLevelPair(forcedKeyName, &symbol)).second; in insert() 427 // Give it a name and insert its members in the symbol table, pointing to the container. in insert() 443 // insert, and whatever happens is okay in insert() 444 level.insert(tLevelPair(insertName, &symbol)); in insert() 448 return level.insert(tLevelPai in insert() 694 bool insert(TSymbol& symbol) insert() function in glslang::TSymbolTable [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | compress_fragment.c | 566 size_t insert = (size_t)(base - next_emit); in BrotliCompressFragmentFastImpl() local 569 if (BROTLI_PREDICT_TRUE(insert < 6210)) { in BrotliCompressFragmentFastImpl() 570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl() 572 } else if (ShouldUseUncompressedMode(metablock_start, next_emit, insert, in BrotliCompressFragmentFastImpl() 581 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl() 584 EmitLiterals(next_emit, insert, lit_depth, lit_bits, in BrotliCompressFragmentFastImpl() 667 last insert-only command. */ in BrotliCompressFragmentFastImpl() 682 const size_t insert = (size_t)(ip_end - next_emit); in BrotliCompressFragmentFastImpl() local 683 if (BROTLI_PREDICT_TRUE(insert < 6210)) { in BrotliCompressFragmentFastImpl() 684 EmitInsertLen(insert, cmd_dept in BrotliCompressFragmentFastImpl() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 767 Result.LIs.insert(Old.LIs.begin(), Old.LIs.end()); in computeFromBCI() 768 Result.Is.insert(Old.Is.begin(), Old.Is.end()); in computeFromBCI() 769 Result.Is.insert(BCI); in computeFromBCI() 826 Result.LIs.insert(LHS.LIs.begin(), LHS.LIs.end()); in computeFromSVI() 827 Result.Is.insert(LHS.Is.begin(), LHS.Is.end()); in computeFromSVI() 830 Result.LIs.insert(RHS.LIs.begin(), RHS.LIs.end()); in computeFromSVI() 831 Result.Is.insert(RHS.Is.begin(), RHS.Is.end()); in computeFromSVI() 833 Result.Is.insert(SVI); in computeFromSVI() 884 Result.LIs.insert(LI); in computeFromLI() 885 Result.Is.insert(L in computeFromLI() [all...] |
H A D | LiveVariables.cpp | 115 WorkList.insert(WorkList.end(), MBB->pred_rbegin(), MBB->pred_rend()); in MarkVirtRegAliveInBlock() 213 PartDefRegs.insert(LastDefReg); in FindLastPartialDef() 222 PartDefRegs.insert(*SubRegs); in FindLastPartialDef() 264 Processed.insert(*SS); in HandlePhysRegUse() 355 PartUses.insert(*SS); in HandlePhysRegKill() 450 Live.insert(*SubRegs); in HandlePhysRegDef() 465 Live.insert(*SS); in HandlePhysRegDef() 579 DistanceMap.insert(std::make_pair(&MI, Dist++)); in runOnBlock() 609 LiveOuts.insert(LI.PhysReg); in runOnBlock() 743 Kills.insert(V in isLiveOut() [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | compress_fragment.c | 566 size_t insert = (size_t)(base - next_emit); in BrotliCompressFragmentFastImpl() local 569 if (BROTLI_PREDICT_TRUE(insert < 6210)) { in BrotliCompressFragmentFastImpl() 570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl() 572 } else if (ShouldUseUncompressedMode(metablock_start, next_emit, insert, in BrotliCompressFragmentFastImpl() 581 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl() 584 EmitLiterals(next_emit, insert, lit_depth, lit_bits, in BrotliCompressFragmentFastImpl() 667 last insert-only command. */ in BrotliCompressFragmentFastImpl() 682 const size_t insert = (size_t)(ip_end - next_emit); in BrotliCompressFragmentFastImpl() local 683 if (BROTLI_PREDICT_TRUE(insert < 6210)) { in BrotliCompressFragmentFastImpl() 684 EmitInsertLen(insert, cmd_dept in BrotliCompressFragmentFastImpl() [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 176 glyph_id_remaining.insert(0); // Always include glyph id 0. in ResolveCompositeGlyphs() 178 glyph_id_remaining.insert(glyph_ids[i]); in ResolveCompositeGlyphs() 213 comp_glyph_id.insert(comp_glyph->GlyphIndex(j)); in ResolveCompositeGlyphs() 218 glyph_id_processed->insert(*i); in ResolveCompositeGlyphs() 770 remove_tags.insert(Tag::glyf); in Subset() 771 remove_tags.insert(Tag::loca); in Subset() 778 remove_tags.insert(Tag::EBDT); in Subset() 779 remove_tags.insert(Tag::EBLC); in Subset() 780 remove_tags.insert(Tag::EBSC); in Subset() 784 remove_tags.insert(Ta in Subset() [all...] |