Home
last modified time | relevance | path

Searched refs:first (Results 1076 - 1100 of 6760) sorted by relevance

1...<<41424344454647484950>>...271

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DContextMtl.h52 GLint first,
56 GLint first,
61 GLint first,
394 GLint first,
398 GLint first,
402 GLint first,
412 GLint first,
415 GLint first,
430 GLint first,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCStreamer.h359 return SectionStack.back().first; in getCurrentSection()
362 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly()
398 MCSectionSubPair OldSection = I->first; in PopSection()
400 MCSectionSubPair NewSection = I->first; in PopSection()
403 ChangeSection(NewSection.first, NewSection.second); in PopSection()
412 SwitchSection(SectionStack.back().first.first, Subsection); in SubSection()
429 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSectionNoChange()
432 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSectionNoChange()
/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp287 it->first, alarm->id); in ResetProxyMaps()
306 it->first, alarm->id); in ResetProxyPidMaps()
471 if (itTimerId->first != id) { in RemoveUidTimerMap()
489 if (itTimerId->first != id) { in RemovePidTimerMap()
544 timePointMap.insert(std::make_pair(itUidTimersMap->first, itUidTimersMap->second->whenElapsed)); in UpdateProxyWhenElapsedForProxyUidMap()
577 timePointMap.insert(std::make_pair(itPidTimersMap->first, itPidTimersMap->second->whenElapsed)); in UpdateProxyWhenElapsedForProxyPidMap()
606 auto itTimerInfo = uidTimersMap_.at(uid).find(itProxyUids->first); in RestoreProxyWhenElapsedByUid()
642 auto itTimerInfo = pidTimersMap_.at(pid).find(itProxyPids->first); in RestoreProxyWhenElapsedByPid()
692 RestoreProxyWhenElapsedByUid(it->first, now, insertAlarmCallback); in ResetAllProxyWhenElapsed()
702 RestoreProxyWhenElapsedByPid(it->first, no in ResetAllPidProxyWhenElapsed()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_database_utils.cpp639 return p.first == pair.first && p.second == pair.second; in GetCommonColumnInfos()
642 commonColumns.emplace_back(pair.first); in GetCommonColumnInfos()
692 oldFileIds.push_back(pair.first); in UnzipFileIdPairs()
831 tagPair.first = BackupDatabaseUtils::GetOptionalValue<std::string>(resultSet, ANALYSIS_COL_TAG_ID); in ParseFaceTagResultSet()
861 if (pair.first.has_value() && pair.second.has_value()) { in UpdateGroupTagColumn()
864 std::string whereClause = ANALYSIS_COL_TAG_ID + " = '" + pair.first.value() + "'"; in UpdateGroupTagColumn()
873 MEDIA_ERR_LOG("Failed to update group_tag for tag_id: %s", pair.first.value().c_str()); in UpdateGroupTagColumn()
885 if (pair.first.has_value()) { in UpdateFaceGroupTagsUnion()
886 allTagIds.emplace_back(pair.first in UpdateFaceGroupTagsUnion()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp233 TAG_LOGW(AceLogTag::ACE_GRID, "line %{public}d should not be empty, please check.", line->first); in Layout()
237 float lineHeight = gridLayoutInfo_.lineHeightMap_[line->first]; in Layout()
250 crossIter = itemsCrossPosition_.emplace(itemIdex, ComputeItemCrossPosition(iter->first)).first; in Layout()
254 offset = CalculateLargeItemOffset(offset, itemIdex, i, iter->first); in Layout()
268 auto frSize = itemsCrossSize_.find(iter->first); in Layout()
293 gridItemProp->UpdateMainIndex(line->first); in Layout()
294 gridItemProp->UpdateCrossIndex(iter->first); in Layout()
295 UpdateRealGridItemPositionInfo(wrapper, line->first, iter->first); in Layout()
[all...]
H A Dgrid_scroll_with_options_layout_algorithm.cpp35 currentItemColStart_ = result.first; in AdjustRowColSpan()
42 currentItemRowStart_ = result.first; in AdjustRowColSpan()
84 ? gridLayoutInfo_.gridMatrix_.rbegin()->first + 1 in GetTargetIndexInfoWithBenchMark()
173 lastIndex = iter->first; in JumpToLastIrregularItem()
177 lastIndex = lastIter->first; in JumpToLastIrregularItem()
195 // first irregular item in new line in InitIrregularItemsPosition()
/base/customization/enterprise_device_management/services/edm/src/
H A Duser_policy_manager.cpp93 /* policy first added into map */ in SetAdminList()
235 EDMLOGD("UserPolicyManager::AdminName: %{public}s\n", iter.first.c_str()); in DumpAdminPolicy()
238 [](auto subIter) { EDMLOGD("%{public}s : %{public}s\n", subIter.first.c_str(), subIter.second.c_str()); }); in DumpAdminPolicy()
246 EDMLOGD("UserPolicyManager::PolicyName: %{public}s\n", iter.first.c_str()); in DumpAdminList()
249 [](auto subIter) { EDMLOGD("%{public}s : %{public}s\n", subIter.first.c_str(), subIter.second.c_str()); }); in DumpAdminList()
257 [](auto iter) { EDMLOGD("%{public}s : %{public}s\n", iter.first.c_str(), iter.second.c_str()); }); in DumpCombinedPolicy()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_engine.cpp236 if (it.first == std::string("wakeup_bundle_name")) { in SetParameterInner()
241 if (it.first == std::string("wakeup_ability_name")) { in SetParameterInner()
246 if (it.first == std::string("language")) { in SetParameterInner()
251 if (it.first == std::string("area")) { in SetParameterInner()
256 if (it.first == std::string("Sensibility")) { in SetParameterInner()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp147 if (auto tp = target->GetPropertyByName(p.first)) { in RefreshProperties()
148 auto res = proxyProperties_.insert({ p.first, p.second }); in RefreshProperties()
149 res.first->second.Bind(tp); in RefreshProperties()
254 r.first->second.Bind(property); in SetPropertyTarget()
268 res.first->second.Bind(tp); in AddProxyProperty()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.cpp113 pd.subCategory = typeRef.first; in GetTimingData()
115 pd.timings[perfRef.first] = perfRef.second; in GetTimingData()
196 perfRef.second.maxTime, perfRef.second.totalTime, perfRef.second.counter, typeRef.first.c_str(), in DumpToLog()
197 perfRef.first.c_str()); in DumpToLog()
232 return inserted.first->second.get(); in Get()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/maskcmdlist_fuzzer/
H A Dmaskcmdlist_fuzzer.cpp60 cmdListData.first = dataText; in MaskCmdListFuzzTest001()
92 cmdListData.first = dataText; in MaskCmdListFuzzTest002()
133 cmdListData.first = dataText; in MaskCmdListFuzzTest003()
191 cmdListData.first = static_cast<const void*>(dataText); in MaskCmdListFuzzTest004()
236 cmdListData.first = static_cast<const void*>(dataText); in MaskCmdListFuzzTest005()
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp91 FrameInfo first = frameList.front(); in sortFrame() local
94 if (second.pts - first.pts <= (duration * FRAME_INTERVAL_TIMES)) { in sortFrame()
95 OH_VideoDecoder_RenderOutputData(codec, first.index); in sortFrame()
108 FrameInfo first = frameList.front(); in OnDecOutputDataAvailable() local
109 OH_VideoDecoder_RenderOutputData(codec, first.index); in OnDecOutputDataAvailable()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp194 Field field = {iter->first, static_cast<int32_t>(iter->second.index()), true, false}; in CalcPrimaryKeyHash()
195 if (GetCollateTypeByName(collateTypeMap, iter->first, collateType) != E_OK) { in CalcPrimaryKeyHash()
207 pkOrderByUpperName[DBCommon::ToUpperCase(item.first)] = item.second; in CalcPrimaryKeyHash()
212 Field field = {DBCommon::ToLowerCase(item.first), static_cast<int32_t>(item.second.index()), true, false}; in CalcPrimaryKeyHash()
213 if (GetCollateTypeByName(collateTypeMap, DBCommon::ToLowerCase(item.first), collateType) != E_OK) { in CalcPrimaryKeyHash()
/third_party/gn/src/gn/
H A Dcommand_path.cc103 // Don't print toolchains unless they differ from the first target. in PrintPath()
104 const Label& default_toolchain = path[0].first->label().GetToolchainLabel(); in PrintPath()
107 OutputString(path[i].first->label().GetUserVisibleName(default_toolchain)); in PrintPath()
151 // Don't overwrite an existing one. The algorithm works by first doing in InsertTargetsIntoFoundPaths()
154 if (stats->found_paths.find(pair.first) == stats->found_paths.end()) { in InsertTargetsIntoFoundPaths()
155 stats->found_paths.insert(std::make_pair(pair.first, type)); in InsertTargetsIntoFoundPaths()
188 const Target* current_target = current_path.back().first; in BreadthFirstSearch()
196 // doing search breadth first, we know that the current path is the best in BreadthFirstSearch()
201 // this here will mean the results aren't strictly in depth-first order in BreadthFirstSearch()
296 Prints all "interesting" paths found rather than just the first on
[all...]
/third_party/node/src/
H A Dnode_sockaddr-inl.h209 if (T::CheckExpired(it->first, it->second)) { in CheckExpired()
210 map_.erase(it->first); in CheckExpired()
239 T::Touch(it->first, &it->second->second); in Upsert()
245 T::Touch(list_.begin()->first, &list_.begin()->second); in Upsert()
251 map_.erase((--last)->first); in Upsert()
/third_party/node/deps/v8/src/utils/
H A Didentity-map.cc176 return {&values_[lookup_result.first], lookup_result.second}; in FindOrInsertEntry()
290 int index = InsertKey(pair.first, Hash(pair.first)).first; in Rehash()
317 int index = InsertKey(old_keys[i], Hash(old_keys[i])).first; in Resize()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_object.c55 int i, first, len = 0, c, use_bn; in a2d_ASN1_OBJECT() local
71 first = c - '0'; in a2d_ASN1_OBJECT()
118 if ((first < 2) && (l >= 40)) { in a2d_ASN1_OBJECT()
123 if (!BN_add_word(bl, first * 40)) in a2d_ASN1_OBJECT()
126 l += (long)first *40; in a2d_ASN1_OBJECT()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonTokenizer.cs66 /// Creates a tokenizer that first replays the given list of tokens, then continues reading
169 /// Tokenizer which first exhausts a list of tokens, then consults another tokenizer.
308 throw new InvalidJsonException("Invalid first character of token: " + next.Value); in NextImpl()
423 /// It is assumed that the first letter of the literal has already been read.
486 char first = reader.ReadOrFail("Invalid numeric literal"); in ReadInt()
487 if (first < '0' || first > '9') in ReadInt()
491 builder.Append(first); in ReadInt()
494 if (first == '0' && digitCount != 0) in ReadInt()
644 /// Before the *first* propert
[all...]
/third_party/openssl/crypto/asn1/
H A Da_object.c55 int i, first, len = 0, c, use_bn; in a2d_ASN1_OBJECT() local
71 first = c - '0'; in a2d_ASN1_OBJECT()
118 if ((first < 2) && (l >= 40)) { in a2d_ASN1_OBJECT()
123 if (!BN_add_word(bl, first * 40)) in a2d_ASN1_OBJECT()
126 l += (long)first *40; in a2d_ASN1_OBJECT()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddef_use_manager.cpp111 return (iter != cached_end && iter->first == inst); in UsersNotEnd()
270 if (rhs.id_to_def_.find(p.first) == rhs.id_to_def_.end()) { in operator ==()
275 if (lhs.id_to_def_.find(p.first) == lhs.id_to_def_.end()) { in operator ==()
298 if (rhs.inst_to_used_ids_.count(p.first) == 0) { in operator ==()
303 if (lhs.inst_to_used_ids_.count(p.first) == 0) { in operator ==()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddef_use_manager.cpp111 return (iter != cached_end && iter->first == inst); in UsersNotEnd()
270 if (rhs.id_to_def_.find(p.first) == rhs.id_to_def_.end()) { in operator ==()
275 if (lhs.id_to_def_.find(p.first) == lhs.id_to_def_.end()) { in operator ==()
298 if (rhs.inst_to_used_ids_.count(p.first) == 0) { in operator ==()
303 if (lhs.inst_to_used_ids_.count(p.first) == 0) { in operator ==()
/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp18 // find first angle, initialize winding to computed fWindSum in AngleWinding()
104 // find first angle, initialize winding to computed wind sum in FindChase()
119 SkOpSegment* first = nullptr; in FindChase() local
130 if (!first && (sortable || start->starter(end)->windSum() != SK_MinS32)) { in FindChase()
131 first = segment; in FindChase()
142 if (first) { in FindChase()
148 return first; in FindChase()
/third_party/python/Lib/test/
H A Dtest_numeric_tower.py198 for i, first in enumerate(test_values):
200 self.assertLess(first, second)
201 self.assertLessEqual(first, second)
202 self.assertGreater(second, first)
203 self.assertGreaterEqual(second, first)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallGraph.cpp171 OS << " CS<" << I.first << "> calls "; in print()
190 if (I->first == &Call) { in removeCallEdgeFor()
218 if (CR.second == Callee && CR.first == nullptr) { in removeOneAbstractEdgeTo()
234 if (I->first == &Call) { in replaceCallEdge()
236 I->first = &NewCall; in replaceCallEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp64 unsigned PassID = StrTab.add(Remark->PassName).first; in mapping()
65 unsigned NameID = StrTab.add(Remark->RemarkName).first; in mapping()
66 unsigned FunctionID = StrTab.add(Remark->FunctionName).first; in mapping()
89 unsigned FileID = StrTab.add(File).first; in mapping()
144 auto ValueID = StrTab.add(A.Val).first; in mapping()
188 // metadata first and set DidEmitMeta to avoid emitting it again. in emit()

Completed in 23 milliseconds

1...<<41424344454647484950>>...271