| /foundation/ability/ability_base/interfaces/kits/native/want/src/ |
| H A D | want_params.cpp | 171 dest.fds_[it.first] = it.second; in NewFds() 183 dest.params_[it->first] = String::Box(String::Unbox(IString::Query(o))); in NewParams() 185 dest.params_[it->first] = Boolean::Box(Boolean::Unbox(IBoolean::Query(o))); in NewParams() 187 dest.params_[it->first] = Byte::Box(Byte::Unbox(IByte::Query(o))); in NewParams() 189 dest.params_[it->first] = Char::Box(Char::Unbox(IChar::Query(o))); in NewParams() 191 dest.params_[it->first] = Short::Box(Short::Unbox(IShort::Query(o))); in NewParams() 193 dest.params_[it->first] = Integer::Box(Integer::Unbox(IInteger::Query(o))); in NewParams() 195 dest.params_[it->first] = Long::Box(Long::Unbox(ILong::Query(o))); in NewParams() 197 dest.params_[it->first] = Float::Box(Float::Unbox(IFloat::Query(o))); in NewParams() 199 dest.params_[it->first] in NewParams() [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| H A D | swiper_layout_algorithm.cpp | 174 // use parent percentReference size first. in Measure() 230 int32_t startIndex = std::min(GetLoopIndex(itemPositionInAnimation_.begin()->first), realTotalCount_ - 1); in Measure() 231 int32_t endIndex = std::min(GetLoopIndex(itemPositionInAnimation_.rbegin()->first), realTotalCount_ - 1); in Measure() 286 auto lastWrapper = layoutWrapper->GetOrCreateChildByIndex(GetLoopIndex(itemPosition_.rbegin()->first)); in CaptureMeasure() 298 auto firstWrapper = layoutWrapper->GetOrCreateChildByIndex(GetLoopIndex(itemPosition_.begin()->first)); in CaptureMeasure() 372 measureIndexSet.insert(GetLoopIndex(pos.first)); in MeasureSwiperCustomAnimation() 375 if (measureIndexSet.find(pos.first) == measureIndexSet.end()) { in MeasureSwiperCustomAnimation() 376 auto currentIndexWrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first); in MeasureSwiperCustomAnimation() 391 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(GetLoopIndex(pos.first), false); in GetChildMaxSize() 443 // reset after the first measur in MeasureSwiper() [all...] |
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglMultiThreadTests.cpp | 838 delete m_nativePixmaps0[pixmapNdx].first; in deinit() 839 m_nativePixmaps0[pixmapNdx].first = NULL; in deinit() 849 delete m_nativePixmaps1[pixmapNdx].first; in deinit() 850 m_nativePixmaps1[pixmapNdx].first = NULL; in deinit() 860 delete m_sharedNativePixmaps[pixmapNdx].first; in deinit() 861 m_sharedNativePixmaps[pixmapNdx].first = NULL; in deinit() 872 delete m_nativeWindows1[windowNdx].first; in deinit() 873 m_nativeWindows1[windowNdx].first = NULL; in deinit() 883 delete m_nativeWindows0[windowNdx].first; in deinit() 884 m_nativeWindows0[windowNdx].first in deinit() [all...] |
| /foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
| H A D | ui_observer.cpp | 249 auto ref = listenerPair.first; in RegisterRouterPageCallback() 293 auto ref = listenerPair.first; in UnRegisterRouterPageCallback() 296 auto& holder = abilityContextRouterPageListeners_[listenerPair.first]; in UnRegisterRouterPageCallback() 432 auto ref = listenerPair.first; in HandleRouterPageStateChange() 553 auto ref = listenerPair.first; in RegisterNavDestinationSwitchCallback() 621 auto ref = listenerPair.first; in UnRegisterNavDestinationSwitchCallback() 707 auto ref = listenerPair.first; in HandleAbilityUIContextNavDestinationSwitch() 783 auto ref = listenerPair.first; in RegisterWillClickCallback() 832 auto ref = listenerPair.first; in UnRegisterWillClickCallback() 837 auto& holder = abilityContextWillClickListeners_[listenerPair.first]; in UnRegisterWillClickCallback() [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.h | 176 return KComp()(v1.first, v2.first); in operator ()() 199 return (*(set.insert(P).first)).second; in operator []() 883 : node(nt, nst, flags | NF_CONTAINER), first(), last(), in container_node() 887 node *first, *last; member in r600_sb::container_node 925 iterator begin() { return first; } in begin() 930 bool empty() { assert(first != NULL || first == last); return !first; } in empty() 954 void clear() { first [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | graph-visualizer.cc | 832 // Do a post-order depth-first search on the RPO graph. For every node, in operator <<() 986 bool first = true; in operator <<() local 989 if (first) { in operator <<() 990 first = false; in operator <<() 999 first = true; in operator <<() 1002 if (first) { in operator <<() 1003 first = false; in operator <<() 1018 bool first = true; in operator <<() local 1023 if (first) { in operator <<() 1024 first in operator <<() 1044 bool first = true; PrintTopLevelLiveRanges() local 1241 bool first = true; operator <<() local [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-leaf-reporter.cc | 481 class_or_union_sptr first = d.first_class_or_union(), in report() 488 if (filtering::has_class_decl_only_def_change(first, second)) in report() 491 first->get_is_declaration_only() in report() 500 out << indent << "type " << first->get_pretty_representation() in report() 683 class_decl_sptr first = d.first_class_decl(), in report() local 686 report_name_size_and_alignment_changes(first, second, d.context(), in report() 690 maybe_report_diff_for_member(first, second, ctxt, out, indent); in report() 718 union_decl_sptr first = d.first_union_decl(), second = d.second_union_decl(); in report() local 720 report_name_size_and_alignment_changes(first, second, d.context(), in report() 723 maybe_report_diff_for_member(first, secon in report() [all...] |
| /third_party/python/Lib/ |
| H A D | ipaddress.py | 171 A tuple containing the first and last IP addresses in the sequence. 175 first = last = next(it) 178 yield first, last 179 first = ip 181 yield first, last 200 def summarize_address_range(first, last): 201 """Summarize a network range given the first and last IP addresses. 211 first: the first IPv4Address or IPv6Address in the range. 219 If the first an [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | ContextGL.cpp | 220 GLint first, in setDrawArraysState() 226 (features.shiftInstancedArrayDataWithExtraOffset.enabled && first > 0)) in setDrawArraysState() 234 first, count, instanceCount)); in setDrawArraysState() 240 else if (features.shiftInstancedArrayDataWithExtraOffset.enabled && first == 0) in setDrawArraysState() 311 GLint first, in drawArrays() 322 ANGLE_TRY(setDrawArraysState(context, first, count, instanceCount)); in drawArrays() 325 ANGLE_GL_TRY(context, getFunctions()->drawArrays(ToGLenum(mode), first, count)); in drawArrays() 329 ANGLE_GL_TRY(context, getFunctions()->drawArraysInstanced(ToGLenum(mode), first, count, in drawArrays() 339 GLint first, in drawArraysInstanced() 350 ANGLE_TRY(setDrawArraysState(context, first, coun in drawArraysInstanced() 219 setDrawArraysState(const gl::Context *context, GLint first, GLsizei count, GLsizei instanceCount) setDrawArraysState() argument 309 drawArrays(const gl::Context *context, gl::PrimitiveMode mode, GLint first, GLsizei count) drawArrays() argument 337 drawArraysInstanced(const gl::Context *context, gl::PrimitiveMode mode, GLint first, GLsizei count, GLsizei instanceCount) drawArraysInstanced() argument 435 drawArraysInstancedBaseInstance(const gl::Context *context, gl::PrimitiveMode mode, GLint first, GLsizei count, GLsizei instanceCount, GLuint baseInstance) drawArraysInstancedBaseInstance() argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-algs.hh | 475 hb_pair_t (T1 a, T2 b) : first (a), second (b) {} in hb_pair_t() 480 operator hb_pair_t<Q1, Q2> () { return hb_pair_t<Q1, Q2> (first, second); } in operator hb_pair_t() 483 { return hb_pair_t<T1, T2> (second, first); } in reverse() 485 bool operator == (const pair_t& o) const { return first == o.first && second == o.second; } in operator ==() 487 bool operator < (const pair_t& o) const { return first < o.first || (first == o.first && second < o.second); } in operator <() 489 bool operator > (const pair_t& o) const { return first > in operator >=() 492 T1 first; global() member [all...] |
| /third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
| H A D | stripInternal-jsdoc-style-with-comments-emit-enabled.js | 17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
49 "outFile": "./bin/first-output.js",
150 { "path": "../first", "prepend": true },
161 * src/first/tsconfig.json
165 [[90m12:00:13 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first [all...] |
| /foundation/window/window_manager/wmserver/src/ |
| H A D | window_node_container.cpp | 227 // for first frame callback in LayoutWhenAddWindowNode() 750 // Before open transaction, it must flush first. in OpenInputMethodSyncTransaction() 1106 // This info is invalid, so we must notify again when first frame callback. in SetFocusWindow() 1271 sysBarPropMap[it.first] = (sysBarPropMapNode.find(it.first))->second; in GetExpectImmersiveProperty() 1272 sysBarPropMap[it.first].enable_ = false; in GetExpectImmersiveProperty() 1277 sysBarPropMap[it.first] = (sysBarPropMapNode.find(it.first))->second; in GetExpectImmersiveProperty() 1285 sysBarPropMap[it.first] = (sysBarPropMapNode.find(it.first)) in GetExpectImmersiveProperty() [all...] |
| /base/powermgr/thermal_manager/application/protector/src/policy/ |
| H A D | thermal_kernel_policy.cpp | 41 auto typeIter = typeTempMap_.find(tzIter->first); in LevelDecision() 46 levelMap_.emplace(std::pair(typeIter->first, level)); in LevelDecision() 201 THERMAL_HILOGI(FEATURE_PROTECTOR, "type = %{public}s", tzIter.first.c_str()); in Dump()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| H A D | linux_cbb_list.h | 107 struct cbb_list_head *first = list->next; in inline_cbb_list_splice() local 111 first->prev = head; in inline_cbb_list_splice() 112 head->next = first; in inline_cbb_list_splice()
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
| H A D | datashare_manager.cpp | 159 if (result.first != ERR_OK) { in UpdateSwitchStatus() 160 HILOGE("Update status failed: %{public}d", result.first); in UpdateSwitchStatus() 162 HILOGI("Finish UpdateSwitchStatus, Updata status success: %{public}d", result.first); in UpdateSwitchStatus()
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/ |
| H A D | ability_delegator_args_test.cpp | 99 want.SetParam(para.first, para.second); in HWTEST_F() 132 want.SetParam(para.first, para.second); in HWTEST_F() 162 want.SetParam(para.first, para.second); in HWTEST_F()
|
| /foundation/CastEngine/castengine_wifi_display/services/event/ |
| H A D | event_manager.cpp | 78 newClassList.first = listener->GetListenerClassType(); in AddListener() 122 if (listenMap.first == event.listenerType) { in PushSyncEvent() 155 if (listenMap.first == event.listenerType) { in ProcessEvent()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_item_group_paint_method.cpp | 55 bool isFirstItem = (itemPosition_.begin()->first == 0); in UpdateDividerList() 59 auto nextId = child.first - dgInfo.lanes; in UpdateDividerList() 77 lastLineIndex.emplace_back(child.first); in UpdateDividerList()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
| H A D | svg_context.cpp | 41 if (arrMapIter->second.find(attrPair.first) != arrMapIter->second.end()) { in PushStyle() 42 arrMapIter->second.erase(attrPair.first); in PushStyle() 124 if (it->first.Upgrade()) { in AnimateFlush()
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
| H A D | render_data_store_pod.cpp | 72 const auto first = dataStore_.cbegin() + static_cast<int32_t>(offsetToData.index); in DestroyPod() local 73 const auto last = first + static_cast<int32_t>(offsetToData.byteSize); in DestroyPod() 74 dataStore_.erase(first, last); in DestroyPod()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_cache.cpp | 91 archive.Serialize(const_cast<uint64_t&>(item.first)); in Serialize() 148 out += std::to_string(Utils::ExtractPid(item.first)) + ":" + std::to_string(Utils::ExtractNodeId(item.first)) + in Dump()
|
| /foundation/multimedia/media_foundation/engine/plugin/core/ |
| H A D | plugin_wrapper.cpp | 99 dest.globalMeta.SetData(global.first, global.second); in ConvertToMediaInfoHelper() 108 if (g_metaIdSet.count(meta.first)) { in ConvertToMediaInfoHelper() 109 dest.trackMeta[i].SetData(meta.first, meta.second); in ConvertToMediaInfoHelper()
|
| /foundation/multimedia/media_foundation/engine/scene/player/standard/ |
| H A D | media_utils.cpp | 124 return item.first == state; in StringnessPlayerState() 134 return pair.first == rateMode; in TransformPlayRate2Float() 149 return ite->first; in TransformFloat2PlayRate()
|
| /foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
| H A D | dfx_analyzer.cpp | 51 string key = entry.first + SPLIT_CHAR + to_string(entry.second.method) + SPLIT_CHAR + in FlushThumbnail() 77 string bundleName = entry.first; in FlushCommonBehavior() 105 string bundleName = entry.first; in FlushDeleteBehavior()
|
| /foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/ |
| H A D | BpfResponseTest.cpp | 124 if (!item.first.empty() && !item.second.empty()) { in HWTEST_F() 125 ret += item.first + ":" + item.second + "\r\n"; in HWTEST_F() 165 auto key = item.first.c_str(); in HWTEST_F()
|