/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | virtual_device.cpp | 95 for (auto item : inputDevice.absInfos) { in SetABSInfo() 96 int absCode = item.first; in SetABSInfo() 97 std::vector<int32_t> absInfo = item.second; in SetABSInfo()
|
/third_party/cJSON/tests/unity/auto/ |
H A D | stylize_as_junit.rb | 189 result.each do |item| 191 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\">" 192 stream.puts "\t\t\t<failure message=\"#{item[:message]}\" type=\"Assertion\"/>" 193 stream.puts "\t\t\t<system-err>
[File] #{filename}
[Line] #{item[:line]}
</system-err>" 200 result.each do |item| 201 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\" />" 207 result.each do |item| 210 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\">" 211 stream.puts "\t\t\t<skipped message=\"#{item[:message]}\" type=\"Assertion\"/>" 212 stream.puts "\t\t\t<system-err>
[File] #{filename}
[Line] #{item[ [all...] |
/third_party/gn/src/gn/ |
H A D | runtime_deps.cc | 166 const Item* item = builder.GetItem(label); in CollectRuntimeDepsFromFlag() local 167 const Target* target = item ? item->AsTarget() : nullptr; in CollectRuntimeDepsFromFlag()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_set_reg.tex | 52 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred. 53 \item[\Const{UNW\_EBADREG}] An attempt was made to write a register 55 \item[\Const{UNW\_EREADONLY}] An attempt was made to write to a
|
H A D | unw_init_local.tex | 59 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_local}() was called in a 63 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred. 64 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_local}()
|
H A D | unw_init_remote.tex | 56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remote}() was called in a 61 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred. 62 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_remote}()
|
H A D | unw_set_fpreg.tex | 51 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred. 52 \item[\Const{UNW\_EBADREG}] An attempt was made to write a register 54 \item[\Const{UNW\_EREADONLY}] An attempt was made to write to a
|
/third_party/python/Python/ |
H A D | suggestions.c | 149 PyObject *item = PyList_GET_ITEM(dir, i); in calculate_suggestions() local 151 const char *item_str = PyUnicode_AsUTF8AndSize(item, &item_size); in calculate_suggestions() 169 suggestion = item; in calculate_suggestions()
|
/third_party/unity/auto/ |
H A D | stylize_as_junit.rb | 186 result.each do |item| 188 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\">" 189 stream.puts "\t\t\t<failure message=\"#{item[:message]}\" type=\"Assertion\"/>" 190 stream.puts "\t\t\t<system-err>
[File] #{filename}
[Line] #{item[:line]}
</system-err>" 197 result.each do |item| 198 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\" />" 204 result.each do |item| 207 stream.puts "\t\t<testcase classname=\"#{@unit_name}\" name=\"#{item[:test]}\" time=\"0\">" 208 stream.puts "\t\t\t<skipped message=\"#{item[:message]}\" type=\"Assertion\"/>" 209 stream.puts "\t\t\t<system-err>
[File] #{filename}
[Line] #{item[ [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | eapol_test.py | 86 for item in conf: 87 et.set_network(id, item, conf[item])
|
/foundation/ability/ability_runtime/services/uripermmgr/src/ |
H A D | uri_permission_manager_stub_impl.cpp | 280 for (auto& item : infoList) { in AddTempUriPermission() 281 if (item.fromTokenId == fromTokenId && item.targetTokenId == targetTokenId) { in AddTempUriPermission() 284 item.flag, item.autoRemove, item.abilityIds.size()); in AddTempUriPermission() 285 item.AddAbilityId(abilityId); in AddTempUriPermission() 287 if ((item.flag & FLAG_WRITE_URI) == 0 && (flag & FLAG_WRITE_URI) != 0) { in AddTempUriPermission() 289 item.autoRemove = autoRemove; in AddTempUriPermission() 290 item in AddTempUriPermission() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 219 for (const auto &item : info.GetInnerModuleInfos()) { in CheckNeedUninstallBundle() 220 if (item.second.distro.moduleType == "shared" && item.second.moduleName != moduleName) { in CheckNeedUninstallBundle() 350 for (const auto &item : newInfos) { in SavePreInstallBundleInfo() 351 preInstallBundleInfo.AddBundlePath(item.first); in SavePreInstallBundleInfo() 462 for (auto &item : infos) { in GenerateOdid() 463 item.second.UpdateOdid(developerId, odid); in GenerateOdid() 803 for (auto &item : newInfos) { in UpdateAppService() 804 if ((result = ProcessBundleUpdateStatus(oldInfo, item.second, item in UpdateAppService() [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 333 for (const auto &item:processInfos) { in UmountFailRadar() 334 ss += item.name + ","; in UmountFailRadar() 371 for (const auto &item: processInfo) { in KillProcess() 372 LOGI("KILL PID %{public}d", item.pid); in KillProcess() 373 kill(item.pid, SIGKILL); in KillProcess() 430 for (const auto &item: mountFailList) { in CheckMaps() 431 if (tmpLine.find(item) == 0) { in CheckMaps() 459 for (const auto &item: mountFailList) { in CheckSymlink() 460 if (realPathStr.find(item) == 0) { in CheckSymlink() 790 for (const auto &item in UMountAllPath() [all...] |
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 1054 PyObject *item = PyList_GET_ITEM(self->fut_callbacks, i); in _asyncio_Future_remove_done_callback() local 1055 Py_INCREF(item); in _asyncio_Future_remove_done_callback() 1056 ret = PyObject_RichCompareBool(PyTuple_GET_ITEM(item, 0), fn, Py_EQ); in _asyncio_Future_remove_done_callback() 1059 PyList_SET_ITEM(newlist, j, item); in _asyncio_Future_remove_done_callback() 1063 ret = PyList_Append(newlist, item); in _asyncio_Future_remove_done_callback() 1065 Py_DECREF(item); in _asyncio_Future_remove_done_callback() 1941 PyObject *item; in enter_task() local 1947 item = _PyDict_GetItem_KnownHash(current_tasks, loop, hash); in enter_task() 1948 if (item != NULL) { in enter_task() 1949 Py_INCREF(item); in enter_task() 1969 PyObject *item; leave_task() local [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_verify.c | 402 struct cil_list_item *item; in cil_verify_decl_does_not_shadow_macro_parameter() local 405 cil_list_for_each(item, param_list) { in cil_verify_decl_does_not_shadow_macro_parameter() 406 struct cil_param *param = item->data; in cil_verify_decl_does_not_shadow_macro_parameter() 422 struct cil_list_item *item; in __verify_no_self_reference_in_expr() local 429 cil_list_for_each(item, expr) { in __verify_no_self_reference_in_expr() 430 if (item->flavor == CIL_DATUM) { in __verify_no_self_reference_in_expr() 431 struct cil_symtab_datum* datum = item->data; in __verify_no_self_reference_in_expr() 433 } else if (item->flavor == CIL_LIST) { in __verify_no_self_reference_in_expr() 434 rc = __verify_no_self_reference_in_expr(item->data, stack); in __verify_no_self_reference_in_expr() 446 struct cil_stack_item *item; in cil_verify_no_self_reference() local 685 struct cil_list_item *item; __cil_verify_levelrange_cats() local 1423 struct cil_list_item *item; __cil_verify_permissionx() local [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 2235 struct clean_up_item *item = NULL; in clean_up_db() local 2260 item = pa_xnew0(struct clean_up_item, 1); in clean_up_db() 2261 PA_LLIST_INIT(struct clean_up_item, item); in clean_up_db() 2262 item->entry_name = entry_name; in clean_up_db() 2268 PA_LLIST_PREPEND(struct clean_up_item, to_be_removed, item); in clean_up_db() 2271 item->entry = e; in clean_up_db() 2272 PA_LLIST_PREPEND(struct clean_up_item, to_be_converted, item); in clean_up_db() 2276 PA_LLIST_PREPEND(struct clean_up_item, to_be_removed, item); in clean_up_db() 2288 PA_LLIST_FOREACH_SAFE(item, next, to_be_removed) { in clean_up_db() 2289 key.data = item in clean_up_db() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 29 int32_t item = startIdx - i; in AddCacheItemsInFront() local 30 if (item < 0) { in AddCacheItemsInFront() 33 if (!host->GetChildByIndex(item, true)) { in AddCacheItemsInFront() 34 buildList.emplace_back(item, true); in AddCacheItemsInFront() 243 // If item index is the same, must be the same GridItem, need't layout again. in Layout() 520 // If there is a multi-line item in the current line and its starting line is not within this line, 586 // last grid item is not fully showed in ModifyCurrentOffsetWhenReachEnd() 785 [index, &startLine](const std::pair<int32_t, std::map<int32_t, int32_t>>& item) { in IsIndexInMatrix() 786 for (auto& subitem : item.second) { in IsIndexInMatrix() 788 startLine = item in IsIndexInMatrix() 2147 auto item = wrapper->GetChildByIndex(i); SyncPreload() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 179 for (const auto &item : infos) { in SendStartInstallNotify() 181 bundleName_.c_str(), item.second.GetCurModuleName().c_str(), in SendStartInstallNotify() 182 item.second.GetAppId().c_str(), item.second.GetAppIdentifier().c_str()); in SendStartInstallNotify() 186 .modulePackage = item.second.GetCurModuleName(), in SendStartInstallNotify() 187 .appId = item.second.GetAppId(), in SendStartInstallNotify() 188 .appIdentifier = item.second.GetAppIdentifier() in SendStartInstallNotify() 695 for (auto &item : newInfos) { in CheckEnableRemovable() 696 std::map<std::string, InnerModuleInfo> &moduleInfo = item.second.FetchInnerModuleInfos(); in CheckEnableRemovable() 707 bool hasModuleInUser = item in CheckEnableRemovable() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
H A D | slider_pattern_test_ng.cpp | 1295 for (const auto& item : ACCESSIBILITY_STEP_INDEX_DATA) { in HWTEST_F() 1296 sliderPaintProperty->UpdateMax(item.first[0]); in HWTEST_F() 1297 sliderPaintProperty->UpdateMin(item.first[1]); in HWTEST_F() 1298 sliderPaintProperty->UpdateStep(item.first[2]); in HWTEST_F() 1299 sliderPaintProperty->UpdateValue(item.first[3]); in HWTEST_F() 1303 EXPECT_EQ(sliderPattern->GetCurrentStepIndex(), item.second); in HWTEST_F() 1396 for (const auto& item : ACCESSIBILITY_STEP_INDEX_DATA) { in HWTEST_F() 1397 sliderPaintProperty->UpdateMax(item.first[0]); in HWTEST_F() 1398 sliderPaintProperty->UpdateMin(item.first[1]); in HWTEST_F() 1399 sliderPaintProperty->UpdateStep(item in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_bus_center.c | 332 DevUdidNode *item = NULL; in ReleaseDevUdidInfoNode() local 340 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_devUdidList, DevUdidNode, node) { in ReleaseDevUdidInfoNode() 341 ListDelete(&item->node); in ReleaseDevUdidInfoNode() 342 SoftBusFree(item); in ReleaseDevUdidInfoNode() 354 DevUdidNode *item = NULL; in IsUdidAlreadyReported() local 355 LIST_FOR_EACH_ENTRY(item, &g_devUdidList, DevUdidNode, node) { in IsUdidAlreadyReported() 356 if (strcmp(item->udid, udid) == 0 && item->onlineDevNum == info->onlineDevNum && in IsUdidAlreadyReported() 357 item->btOnlineDevNum == info->btOnlineDevNum && item in IsUdidAlreadyReported() 509 AppDiscNode *item = NULL; ReleaseAppDiscInfoNode() local 616 AppDiscNode *item = NULL; ReportAppDiscoveryRecordEvt() local [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | compiler.py | 99 for item in value: 100 if not has_safe_repr(item): 1387 # Evaluate constants at compile time if possible. Each item in 1423 for item in body: 1424 if isinstance(item, list): 1426 val = self._output_const_repr(item) 1434 self.writeline("yield ", item) 1436 self.newline(item) 1439 self._output_child_pre(item, frame, finalize) 1440 self.visit(item, fram [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | compiler.py | 99 for item in value: 100 if not has_safe_repr(item): 1387 # Evaluate constants at compile time if possible. Each item in 1423 for item in body: 1424 if isinstance(item, list): 1426 val = self._output_const_repr(item) 1434 self.writeline("yield ", item) 1436 self.newline(item) 1439 self._output_child_pre(item, frame, finalize) 1440 self.visit(item, fram [all...] |
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 286 /// Extract out the `#[serde(...)]` attributes from an item. 287 pub fn from_ast(cx: &Ctxt, item: &syn::DeriveInput) -> Self { in from_ast() 312 for attr in &item.attrs { in from_ast() 359 match item.data { in from_ast() 401 match &item.data { in from_ast() 423 match &item.data { in from_ast() 451 match item.data { in from_ast() 467 match &item.data { in from_ast() 489 match &item.data { in from_ast() 522 remote.set(&meta.path, item in from_ast() [all...] |
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 286 /// Extract out the `#[serde(...)]` attributes from an item. 287 pub fn from_ast(cx: &Ctxt, item: &syn::DeriveInput) -> Self { in from_ast() 312 for attr in &item.attrs { in from_ast() 359 match item.data { in from_ast() 401 match &item.data { in from_ast() 423 match &item.data { in from_ast() 451 match item.data { in from_ast() 467 match &item.data { in from_ast() 489 match &item.data { in from_ast() 522 remote.set(&meta.path, item in from_ast() [all...] |
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/manager/ |
H A D | plugin_manager.cpp | 200 ArkUI_AttributeItem item = {value, 1, "changeSize"}; in CreateNodeHandle() local 202 nodeAPI->setAttribute(column, NODE_WIDTH, &item); in CreateNodeHandle() 204 nodeAPI->setAttribute(column, NODE_MARGIN, &item); in CreateNodeHandle() 207 nodeAPI->setAttribute(xc, NODE_XCOMPONENT_TYPE, &item); in CreateNodeHandle() 208 nodeAPI->setAttribute(xc, NODE_XCOMPONENT_ID, &item); in CreateNodeHandle()
|