/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip.cc | 151 entries.insert(entries.end(), subentries.begin(), subentries.end()); in Zip()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unorm.cpp | 155 buffer.insert(0, c); in _iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 16 // HT.insert(0, 0); 17 // HT.insert(1, 1); 20 // HT.insert(0, 42); 194 void insert(const K &Key, const V &Val) { in insert() function in llvm::ScopedHashTable 213 /// (possibly not the current) scope. While it is ok to insert into a scope 214 /// that isn't the current one, it isn't ok to insert *underneath* an existing
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpander.h | 73 /// When expanding addrecs in the IVIncInsertLoop loop, insert the IV 100 // InsertPointGuards stack when insert points are moved during SCEV 133 /// Stack of pointers to saved insert points, used to keep insert points 156 // Make sure the insert point guard stack is consistent. in ~SCEVExpander() 272 /// expandCodeFor() are going to be made with the same insert point and the 273 /// insert point may be moved during one of the expansions (e.g. if the 274 /// insert point is not a block terminator). 300 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); } in setChainedPhi()
|
/third_party/unity/auto/ |
H A D | parse_output.rb | 79 @array_list.insert(0, heading)
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.h | 188 result.insert(0, " "); in GetOptionalDeprecatedAttribute()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer.cc | 122 // Saw newline. If there is more text, we may need to insert an indent in Print() 127 // Setting this true will cause the next WriteRaw() to insert an indent in Print() 164 inserted = substitutions_.insert(std::make_pair( in Print()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set.cc | 94 fields_.insert(fields_.end(), in MergeFromAndDestroy()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser.cc | 318 used.insert(pos); in MatchesConversions()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_helpers.h | 342 cont->insert(head); in InsertEach()
|
/third_party/skia/modules/canvaskit/ |
H A D | gm_bindings.cpp | 83 gKnownDigests.insert(md5); in LoadKnownDigest()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | bound.rs | 135 self.relevant_type_params.insert(id.clone());
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_construct_composites.cpp | 81 // Check whether it is legitimate to insert a composite construction in Apply() 317 instructions_to_choose_from.insert(instructions_to_choose_from.end(), in FindComponentsToConstructVector()
|
H A D | transformation_add_bit_instruction_synonym.cpp | 208 // insert the result bits. in AddOpBitwiseOrOpNotSynonym() 245 // The first two ids in |extracted_bit_instructions| are used to insert the in AddOpBitwiseOrOpNotSynonym() 295 result.insert(id); in GetFreshIds()
|
/third_party/spirv-tools/source/opt/ |
H A D | def_use_manager.cpp | 57 id_to_users_.insert(UserEntry{def, inst}); in AnalyzeInstUse()
|
H A D | function.h | 238 blocks_.insert(ip.Get(), std::make_move_iterator(src_begin), in AddBasicBlocks()
|
H A D | spread_volatile_semantics.cpp | 168 itr->second.insert(entry_function_id);
|
/third_party/spirv-tools/source/val/ |
H A D | validate_id.cpp | 64 if (phi_ids.insert(use->id()).second) { in CheckIdDefinitionDominateUse()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboUtil.hpp | 345 m_configs.insert(cfg); in makeConfig()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGetProcAddressTests.cpp | 139 m_supported.insert(m_supported.end(), displayExtensios.begin(), displayExtensios.end()); in init()
|
/third_party/vulkan-loader/scripts/ |
H A D | loader_genvk.py | 363 sys.path.insert(0, registry_dir)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 393 assert(TBB && "insertBranch must not be told to insert a fallthrough"); in insertBranch() 555 // We must insert a compare against 0. in insertSelect() 595 // We must insert a tst instruction. in insertSelect() 4254 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genNeg() 4445 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence() 4479 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence() 4536 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence() 5027 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence() 5074 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence() 5134 InstrIdxForVirtReg.insert(st in genAlternativeCodeSequence() [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/ |
H A D | audio_interrupt_service.cpp | 441 zoneDump->interruptCbSessionIdsMap.insert(interruptCbInfo.first); in AddDumpInfo() 444 zoneDump->audioPolicyClientProxyCBClientPidMap.insert(audioPolicyClientProxyCBInfo.first); in AddDumpInfo() 769 std::pair<set<int32_t>::iterator, bool> ret = audioInterruptZone->pids.insert(pid); in AddAudioInterruptZonePids() 1193 itZone->second->pids.insert(pid); in ProcessAudioScene() 1330 audioInterruptZone->pids.insert(inComingPid); in AddToAudioFocusInfoList() 1800 toZoneAudioInterruptZone->pids.insert(pid); in ArchiveToNewAudioInterruptZone()
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_service.cpp | 810 cameraServiceCallbacks_.insert(make_pair(pid, callback)); in SetCameraCallback() 829 cameraMuteServiceCallbacks_.insert(make_pair(pid, callback)); in SetMuteCallback() 840 torchServiceCallbacks_.insert(make_pair(pid, callback)); in SetTorchCallback() 859 foldServiceCallbacks_.insert(make_pair(pid, callback)); in SetFoldStatusCallback() 1553 argSets.insert(args[index]); in Dump() 1899 freezedPidList_.insert(pidList.begin(), pidList.end()); in ProxyForFreeze()
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_usage_database.cpp | 581 bundleActiveRdbStoreCache_.insert(pair {file, rdbStore}); in GetBundleActiveRdbStore() 901 userUsageHistory->insert(pair<string, shared_ptr<BundleActivePackageHistory>>(usageHistoryKey, in GetBundleHistoryData() 1040 intervalStats->packageContainUid_[usageStats->bundleName_].insert(usageStats->uid_); in GetCurrentUsageData() 1041 bundleStats.insert(pair<string, shared_ptr<BundleActivePackageStats>>(bundleStatsKey, usageStats)); in GetCurrentUsageData() 1835 eventStats.insert(std::pair<std::string, BundleActiveEventStats>(event.name_, event)); in QueryDeviceEventStats() 1902 notificationEventStats.insert(std::pair<std::string, BundleActiveEventStats>(event.name_, event)); in QueryNotificationEventStats()
|