/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser.c | 67 ATOM_I2C_RECORD *record, 224 ATOM_I2C_RECORD *record; in bios_parser_get_i2c_info() local 251 record = (ATOM_I2C_RECORD *) header; in bios_parser_get_i2c_info() 253 if (get_gpio_i2c_info(bp, record, info) == BP_RESULT_OK) in bios_parser_get_i2c_info() 269 ATOM_HPD_INT_RECORD *record = NULL; in bios_parser_get_hpd_info() local 279 record = get_hpd_record(bp, object); in bios_parser_get_hpd_info() 281 if (record != NULL) { in bios_parser_get_hpd_info() 282 info->hpd_int_gpio_uid = record->ucHPDIntGPIOID; in bios_parser_get_hpd_info() 283 info->hpd_active = record->ucPlugged_PinState; in bios_parser_get_hpd_info() 293 ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) in bios_parser_get_device_tag_record() 290 bios_parser_get_device_tag_record( struct bios_parser *bp, ATOM_OBJECT *object, ATOM_CONNECTOR_DEVICE_TAG_RECORD **record) bios_parser_get_device_tag_record() argument 335 ATOM_CONNECTOR_DEVICE_TAG_RECORD *record = NULL; bios_parser_get_device_tag() local 1471 ATOM_ENCODER_CAP_RECORD_V2 *record = NULL; bios_parser_get_encoder_cap_info() local 1827 get_gpio_i2c_info(struct bios_parser *bp, ATOM_I2C_RECORD *record, struct graphics_object_i2c_info *info) get_gpio_i2c_info() argument 2595 ATOM_BRACKET_LAYOUT_RECORD *record; update_slot_layout_info() local [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.c | 1057 list_for_each_entry_safe(struct rgp_code_object_record, record, in ac_sqtt_dump_data() 1058 &rgp_code_object->record, list) { in ac_sqtt_dump_data() 1062 record, &elf_size_calc, flags); in ac_sqtt_dump_data() 1089 list_for_each_entry_safe(struct rgp_loader_events_record, record, in ac_sqtt_dump_data() 1090 &rgp_loader_events->record, list) { in ac_sqtt_dump_data() 1091 fwrite(record, sizeof(struct sqtt_code_object_loader_events_record), 1, output); in ac_sqtt_dump_data() 1106 list_for_each_entry_safe(struct rgp_pso_correlation_record, record, in ac_sqtt_dump_data() 1107 &rgp_pso_correlation->record, list) { in ac_sqtt_dump_data() 1108 fwrite(record, sizeof(struct sqtt_pso_correlation_record), in ac_sqtt_dump_data() 1126 list_for_each_entry_safe(struct rgp_queue_info_record, record, in ac_sqtt_dump_data() [all...] |
/foundation/distributeddatamgr/udmf/interfaces/innerkits/convert/ |
H A D | udmf_conversion.h | 25 static void API_EXPORT ConvertRecordToSubclass(std::shared_ptr<UnifiedRecord> &record);
33 static void SetValueWhenNotUds(std::shared_ptr<UnifiedRecord> record);
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | form_extension_test.cpp | 97 auto record = std::make_shared<AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local 109 formExtension->Init(record, application, handler, token); in HWTEST_F() 117 * @tc.desc: record is nullptr, Validation CreateAndInitContext succeeded. 122 std::shared_ptr<AbilityLocalRecord> record; in HWTEST_F() local 129 auto context = formExtension->CreateAndInitContext(record, application, handler, token); in HWTEST_F() 137 * @tc.desc: record is not nullptr, Validation CreateAndInitContext succeeded. 144 auto record = std::make_shared<AbilityLocalRecord>(info, token, nullptr, 0); in HWTEST_F() local 150 auto context = formExtension->CreateAndInitContext(record, application, handler, token); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/ |
H A D | connectionstatemanager_fuzzer.cpp | 174 std::shared_ptr<ConnectionRecord> record; in DoSomethingInterestingWithMyAPI() local 175 connectionStateItem->CreateConnectionStateItem(record); in DoSomethingInterestingWithMyAPI() 178 connectionStateItem->AddConnection(record, connectionData); in DoSomethingInterestingWithMyAPI() 179 connectionStateItem->RemoveConnection(record, connectionData); in DoSomethingInterestingWithMyAPI() 198 connectionStateManager->AddConnection(record); in DoSomethingInterestingWithMyAPI() 199 connectionStateManager->RemoveConnection(record, boolParam); in DoSomethingInterestingWithMyAPI()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cache_cursor_test.cpp | 61 VBucket record;
in SetUpTestCase() local 62 record["identifier"] = i;
in SetUpTestCase() 63 record["name"] = NAME;
in SetUpTestCase() 64 record["age"] = AGE;
in SetUpTestCase() 65 record["phoneNumber"] = PHONENUMBER;
in SetUpTestCase() 66 records.push_back(record);
in SetUpTestCase()
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | web_controller_test.cpp | 157 auto record = builder.Build(); in HWTEST_F() local 158 newPasteData->AddRecord(record); in HWTEST_F() 201 auto record = builder.Build(); in HWTEST_F() local 202 newPasteData->AddRecord(record); in HWTEST_F() 282 auto record = builder.Build(); in HWTEST_F() local 283 newPasteData->AddRecord(record); in HWTEST_F()
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-detect.c | 41 "record=<enable source?> " 46 "record", 63 bool record; member 94 args = pa_sprintf_malloc("object_id=%d ioproc_frames=%d record=%d playback=%d", (int) id, u->ioproc_frames, (int) u->record, (int) u->playback); in ca_device_added() 96 args = pa_sprintf_malloc("object_id=%d record=%d playback=%d", (int) id, (int) u->record, (int) u->playback); in ca_device_added() 233 u->playback = u->record = true; in pa__init() 235 if (pa_modargs_get_value_boolean(ma, "record", &u->record) < in pa__init() [all...] |
/third_party/selinux/libsepol/src/ |
H A D | interfaces.c | 11 /* Create a low level structure from record */ 14 ocontext_t ** iface, const sepol_iface_t * record) in iface_from_record() 25 tmp_iface->u.name = strdup(sepol_iface_get_name(record)); in iface_from_record() 31 &tmp_con, sepol_iface_get_ifcon(record)) < 0) in iface_from_record() 40 &tmp_con, sepol_iface_get_msgcon(record)) < 0) in iface_from_record() 68 ocontext_t * iface, sepol_iface_t ** record) in iface_to_record() 98 *record = tmp_record; in iface_to_record() 102 ERR(handle, "could not convert interface %s to record", name); in iface_to_record() 12 iface_from_record(sepol_handle_t * handle, const policydb_t * policydb, ocontext_t ** iface, const sepol_iface_t * record) iface_from_record() argument 66 iface_to_record(sepol_handle_t * handle, const policydb_t * policydb, ocontext_t * iface, sepol_iface_t ** record) iface_to_record() argument
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_monitor_user.c | 150 /* Common stats data record shared with _kern.c */ 160 struct record { struct 169 /* record for _kern side __u64 values */ 178 struct record xdp_cpumap_kthread; 179 struct record xdp_cpumap_enqueue[MAX_CPUS]; 180 struct record xdp_devmap_xmit; 183 static bool map_collect_record(int fd, __u32 key, struct record *rec) in map_collect_record() 245 static double calc_period(struct record *r, struct record *p) in calc_period() 398 struct record *re in stats_print() [all...] |
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.h | 29 int record_size; /* size of binary record */ 49 struct tep_record *record, 358 _PE(FILTER_MISS, "record does not match to filter") 460 struct tep_record *record, const char *fmt, ...) 474 const char *name, struct tep_record *record, 478 const char *name, struct tep_record *record, 481 const char *name, struct tep_record *record, 484 const char *name, struct tep_record *record, 489 struct tep_record *record, int err); 493 struct tep_record *record, in [all...] |
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | brec.c | 19 /* Get the length and offset of the given record in the given node */ 31 /* Get the length of the key from a keyed record */ 80 fd->record = -1; in hfs_brec_insert() 85 /* new record idx and complete record size */ in hfs_brec_insert() 86 rec = fd->record + 1; in hfs_brec_insert() 188 rec_off = tree->node_size - (fd->record + 2) * 2; in hfs_brec_remove() 197 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 230 if (!fd->record) in hfs_brec_remove() 286 if (fd->record in hfs_bnode_split() [all...] |
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | brec.c | 18 /* Get the length and offset of the given record in the given node */ 30 /* Get the length of the key from a keyed record */ 82 fd->record = -1; in hfs_brec_insert() 87 /* new record idx and complete record size */ in hfs_brec_insert() 88 rec = fd->record + 1; in hfs_brec_insert() 186 rec_off = tree->node_size - (fd->record + 2) * 2; in hfs_brec_remove() 195 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 226 if (!fd->record) in hfs_brec_remove() 282 if (fd->record in hfs_bnode_split() [all...] |
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | brec.c | 18 /* Get the length and offset of the given record in the given node */ 30 /* Get the length of the key from a keyed record */ 82 fd->record = -1; in hfs_brec_insert() 87 /* new record idx and complete record size */ in hfs_brec_insert() 88 rec = fd->record + 1; in hfs_brec_insert() 186 rec_off = tree->node_size - (fd->record + 2) * 2; in hfs_brec_remove() 195 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 226 if (!fd->record) in hfs_brec_remove() 282 if (fd->record in hfs_bnode_split() [all...] |
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | brec.c | 19 /* Get the length and offset of the given record in the given node */ 31 /* Get the length of the key from a keyed record */ 80 fd->record = -1; in hfs_brec_insert() 85 /* new record idx and complete record size */ in hfs_brec_insert() 86 rec = fd->record + 1; in hfs_brec_insert() 188 rec_off = tree->node_size - (fd->record + 2) * 2; in hfs_brec_remove() 197 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove() 230 if (!fd->record) in hfs_brec_remove() 286 if (fd->record in hfs_bnode_split() [all...] |
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | osnoise_hist.c | 826 struct osnoise_tool *record = NULL; in osnoise_hist_main() local 877 record = osnoise_init_trace_tool("osnoise"); in osnoise_hist_main() 878 if (!record) { in osnoise_hist_main() 884 retval = trace_events_enable(&record->trace, params->events); in osnoise_hist_main() 899 trace_instance_start(&record->trace); in osnoise_hist_main() 919 if (trace_is_off(&tool->trace, &record->trace)) in osnoise_hist_main() 929 if (trace_is_off(&tool->trace, &record->trace)) { in osnoise_hist_main() 933 save_trace_to_file(record->trace.inst, params->trace_output); in osnoise_hist_main() 938 trace_events_destroy(&record->trace, params->events); in osnoise_hist_main() 943 osnoise_destroy_tool(record); in osnoise_hist_main() [all...] |
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/ |
H A D | bg_efficiency_resources_mgr.cpp | 77 BGTASK_LOGD("app resource record size: %{public}d, process resource record size: %{public}d!",
in InitNecessaryState() 187 std::shared_ptr<ResourceApplicationRecord> record = iter.second;
in CheckPersistenceData() 188 if ((record->GetResourceNumber() & ResourceType::WORK_SCHEDULER) != 0 ||
in CheckPersistenceData() 189 (record->GetResourceNumber() & ResourceType::TIMER) != 0) {
in CheckPersistenceData() 240 BGTASK_LOGW("Efficiency resources manager is not ready, remove process record failed");
in RemoveProcessRecord() 412 const std::shared_ptr<ResourceCallbackInfo> &callbackInfo, std::shared_ptr<ResourceApplicationRecord> &record,
in UpdateResourcesEndtime() 422 auto resourceUnitIter = std::find_if(record->resourceUnitList_.begin(),
in UpdateResourcesEndtime() 423 record->resourceUnitList_.end(), task);
in UpdateResourcesEndtime() 425 if (resourceUnitIter == record in UpdateResourcesEndtime() 411 UpdateResourcesEndtime( const std::shared_ptr<ResourceCallbackInfo> &callbackInfo, std::shared_ptr<ResourceApplicationRecord> &record, const sptr<EfficiencyResourceInfo> &resourceInfo) UpdateResourcesEndtime() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_db_proxy_test.cpp | 61 for (const auto &record: expectRecord) { in ModifyRecords() 63 for (auto &[field, val] : record) { in ModifyRecords() 834 std::vector<VBucket> record; in HWTEST_F() local 835 ret = proxy.Query(tableName, extend, record); in HWTEST_F() 838 ret = proxy.BatchInsert(tableName, record, record, info); in HWTEST_F() 840 ret = proxy.BatchUpdate(tableName, record, record, info); in HWTEST_F() 842 ret = proxy.BatchDelete(tableName, record, record, inf in HWTEST_F() 892 VBucket record; HWTEST_F() local [all...] |
/kernel/linux/linux-6.6/drivers/cxl/core/ |
H A D | trace.h | 333 /* Following are out of order to pack trace record */ 414 __field(u16, column) /* Out of order to pack trace record */ 418 __field(u8, rank) /* Out of order to pack trace record */ 419 __field(u8, bank_group) /* Out of order to pack trace record */ 420 __field(u8, bank) /* Out of order to pack trace record */ 421 __field(u8, dpa_flags) /* Out of order to pack trace record */ 630 #define __cxl_poison_addr(record) \ 631 (le64_to_cpu(record->address)) 632 #define cxl_poison_record_dpa(record) \ 633 (__cxl_poison_addr(record) [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud.cpp | 35 const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) in BatchInsert() 37 extend.resize(record.size()); in BatchInsert() 39 VBuckets records = ValueProxy::Convert(std::move(record)); in BatchInsert() 51 const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) in BatchUpdate() 53 extend.resize(record.size()); in BatchUpdate() 55 VBuckets records = ValueProxy::Convert(std::move(record)); in BatchUpdate() 273 for (auto& record : records) { in PostEvent() 275 for (auto& [key, value] : record) { in PostEvent() 34 BatchInsert( const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) BatchInsert() argument 50 BatchUpdate( const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) BatchUpdate() argument
|
/third_party/python/Lib/test/ |
H A D | test_string_literals.py | 115 with warnings.catch_warnings(record=True) as w: 123 with warnings.catch_warnings(record=True) as w: 139 with warnings.catch_warnings(record=True) as w: 148 with warnings.catch_warnings(record=True) as w: 192 with warnings.catch_warnings(record=True) as w: 200 with warnings.catch_warnings(record=True) as w: 215 with warnings.catch_warnings(record=True) as w: 224 with warnings.catch_warnings(record=True) as w:
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/auto_fill_extension_ability/ |
H A D | auto_fill_extension.h | 33 * @param record the ui extension record. 40 const std::shared_ptr<AbilityLocalRecord> &record, 48 * @param record the auto fill extension record. 53 void Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application,
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/ |
H A D | ui_extension.h | 36 * @param record the ui extension record. 43 const std::shared_ptr<AbilityLocalRecord> &record, 51 * @param record the ui extension record. 56 virtual void Init(const std::shared_ptr<AbilityLocalRecord> &record,
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/ |
H A D | accessibility_extension.h | 33 * @param record the extension record. 38 virtual void Init(const std::shared_ptr<AbilityRuntime::AbilityLocalRecord> &record, 46 * @param record the extension record. 53 const std::shared_ptr<AbilityRuntime::AbilityLocalRecord> &record,
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netfirewall_callback_proxy.cpp | 25 int32_t NetFirewallCallbackProxy::OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) in OnIntercept() argument 33 if (!record->Marshalling(data)) { in OnIntercept()
|