| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | ContextMtl.h | 52 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 D | MCStreamer.h | 359 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 D | timer_proxy.cpp | 287 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 D | backup_database_utils.cpp | 639 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 D | grid_scroll_layout_algorithm.cpp | 233 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 D | grid_scroll_with_options_layout_algorithm.cpp | 35 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 D | user_policy_manager.cpp | 93 /* 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 D | enroll_engine.cpp | 236 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 D | proxy_object.cpp | 147 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 D | performance_data_manager.cpp | 113 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 D | maskcmdlist_fuzzer.cpp | 60 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 D | avcodec_e2e_demo_api10.cpp | 91 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 D | relational_store_manager.cpp | 194 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 D | command_path.cc | 103 // 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 D | node_sockaddr-inl.h | 209 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 D | identity-map.cc | 176 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 D | a_object.c | 55 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 D | JsonTokenizer.cs | 66 /// 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 D | a_object.c | 55 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 D | def_use_manager.cpp | 111 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 D | def_use_manager.cpp | 111 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 D | SkPathOpsCommon.cpp | 18 // 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 D | test_numeric_tower.py | 198 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 D | CallGraph.cpp | 171 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 D | YAMLRemarkSerializer.cpp | 64 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()
|