Home
last modified time | relevance | path

Searched defs:record (Results 151 - 175 of 715) sorted by relevance

12345678910>>...29

/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H A Dvbva_base.c64 struct vbva_record *record; in vbva_write() local
167 struct vbva_record *record; in vbva_buffer_begin_update() local
197 struct vbva_record *record = vbva_ctx->record; vbva_buffer_end_update() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c270 ipoib_event(struct ib_event_handler *handler, struct ib_event *record) ipoib_event() argument
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_recursion_record.c160 struct recursed_functions *record = v; in recursed_function_seq_show() local
/third_party/ffmpeg/libavformat/
H A Danm.c45 int record; /**< current record (with in page) */ member
64 static int find_record(const AnmDemuxContext *anm, int record) in find_record() argument
[all...]
/third_party/gn/src/gn/
H A Dbuilder_record_map.h22 BuilderRecord* record; member
54 BuilderRecord* record = new BuilderRecord(type, label, request_from); in try_emplace() local
[all...]
/third_party/cJSON/
H A Dtest.c29 struct record struct
/third_party/libuv/test/
H A Dtest-tty.c171 INPUT_RECORD record; in TEST_IMPL() local
/third_party/mesa3d/src/amd/common/
H A Dac_sqtt.c106 struct rgp_pso_correlation_record *record; in ac_sqtt_add_pso_correlation() local
131 struct rgp_loader_events_record *record; ac_sqtt_add_code_object_loader_event() local
[all...]
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc0.c175 char record[100]; /* holds each record of the file read */ in process_file() local
/third_party/skia/src/core/
H A DSkTextBlobTrace.cpp35 SkTextBlobTrace::Record record; in CreateBlobTrace() local
[all...]
H A DSkRecordPattern.h124 SK_ALWAYS_INLINE int match(SkRecord* record, int i) { in match() argument
131 SK_ALWAYS_INLINE bool search(SkRecord* record, int* begin, int* end) { in search() argument
150 int matchFirst(T* first, SkRecord* record, int i) { in matchFirst() argument
161 matchFirst(Greedy<T>* first, SkRecord* record, int i) matchFirst() argument
[all...]
H A DSkBigPicture.cpp15 SkBigPicture(const SkRect& cull, sk_sp<SkRecord> record, std::unique_ptr<SnapshotArray> drawablePicts, sk_sp<SkBBoxHierarchy> bbh, size_t approxBytesUsedBySubPictures) SkBigPicture() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DErrorData.cpp38 BacktraceRecord record; in AppendBacktrace() local
/third_party/skia/tools/
H A Ddump_record.cpp81 const SkRecord& record = *bp->record(); in print() local
164 SkRecord record; in main() local
[all...]
/third_party/selinux/libsepol/src/
H A Dibendports.c71 ibendport_to_record(sepol_handle_t *handle, const policydb_t *policydb, ocontext_t *ibendport, sepol_ibendport_t **record) ibendport_to_record() argument
H A Dinterfaces.c12 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
H A Dbooleans.c54 bool_to_record(sepol_handle_t * handle, const policydb_t * policydb, int bool_idx, sepol_bool_t ** record) bool_to_record() argument
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_c.cpp26 int GetParamValue(const HiSysEventRecordC& record, const char* name, T& value) in GetParamValue() argument
35 int GetParamValue(const HiSysEventRecordC& record, const char* name, char** value) in GetParamValue() argument
49 int GetParamValues(const HiSysEventRecordC& record, const char* name, T** value, size_t& len) in GetParamValues() argument
74 int GetParamValues(const HiSysEventRecordC& record, cons argument
90 GetParamNames(const HiSysEventRecordC& record, char*** names, size_t& len) GetParamNames() argument
104 GetParamInt64Value(const HiSysEventRecordC& record, const char* name, int64_t& value) GetParamInt64Value() argument
109 GetParamUint64Value(const HiSysEventRecordC& record, const char* name, uint64_t& value) GetParamUint64Value() argument
114 GetParamDoubleValue(const HiSysEventRecordC& record, const char* name, double& value) GetParamDoubleValue() argument
119 GetParamStringValue(const HiSysEventRecordC& record, const char* name, char** value) GetParamStringValue() argument
124 GetParamInt64Values(const HiSysEventRecordC& record, const char* name, int64_t** value, size_t& len) GetParamInt64Values() argument
129 GetParamUint64Values(const HiSysEventRecordC& record, const char* name, uint64_t** value, size_t& len) GetParamUint64Values() argument
134 GetParamDoubleValues(const HiSysEventRecordC& record, const char* name, double** value, size_t& len) GetParamDoubleValues() argument
139 GetParamStringValues(const HiSysEventRecordC& record, const char* name, char*** value, size_t& len) GetParamStringValues() argument
149 OH_HiSysEvent_GetParamNames(const HiSysEventRecordC* record, char*** names, size_t* len) OH_HiSysEvent_GetParamNames() argument
154 OH_HiSysEvent_GetParamInt64Value(const HiSysEventRecordC* record, const char* name, int64_t* value) OH_HiSysEvent_GetParamInt64Value() argument
159 OH_HiSysEvent_GetParamUint64Value(const HiSysEventRecordC* record, const char* name, uint64_t* value) OH_HiSysEvent_GetParamUint64Value() argument
164 OH_HiSysEvent_GetParamDoubleValue(const HiSysEventRecordC* record, const char* name, double* value) OH_HiSysEvent_GetParamDoubleValue() argument
169 OH_HiSysEvent_GetParamStringValue(const HiSysEventRecordC* record, const char* name, char** value) OH_HiSysEvent_GetParamStringValue() argument
174 OH_HiSysEvent_GetParamInt64Values(const HiSysEventRecordC* record, const char* name, int64_t** value, size_t* len) OH_HiSysEvent_GetParamInt64Values() argument
179 OH_HiSysEvent_GetParamUint64Values(const HiSysEventRecordC* record, const char* name, uint64_t** value, size_t* len) OH_HiSysEvent_GetParamUint64Values() argument
184 OH_HiSysEvent_GetParamDoubleValues(const HiSysEventRecordC* record, const char* name, double** value, size_t* len) OH_HiSysEvent_GetParamDoubleValues() argument
189 OH_HiSysEvent_GetParamStringValues(const HiSysEventRecordC* record, const char* name, char*** value, size_t* len) OH_HiSysEvent_GetParamStringValues() argument
[all...]
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAnimatorSceneDataProcessor.cpp87 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in ProcessSceneData() local
115 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in HasStartPoint() local
127 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in AllPointsReceived() local
143 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); SaveAnimatorPoint() local
160 CalcMetrics(const AnimatorRecord& record) CalcMetrics() argument
186 AnimatorRecord* record = nullptr; GetRecord() local
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dwrite_controller.cpp69 struct EventWroteRecord record; member
86 EventWroteRecord record; in Get() local
94 void Put(uint64_t key, struct EventWroteRecord record) in Put() argument
141 auto record in CheckLimitWritingEvent() local
[all...]
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_subscribe_manager.cpp277 ErrCode AppAccountSubscribeManager::OnAccountsChanged(const std::shared_ptr<AppAccountEventRecord> &record) in OnAccountsChanged() argument
/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp593 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
615 std::shared_ptr<OrderedEventRecord> record in HWTEST_F() local
637 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); HWTEST_F() local
668 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); HWTEST_F() local
692 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); HWTEST_F() local
717 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); HWTEST_F() local
742 HistoryEventRecord record; HWTEST_F() local
760 HistoryEventRecord record; HWTEST_F() local
778 HistoryEventRecord record; HWTEST_F() local
800 HistoryEventRecord record; HWTEST_F() local
819 HistoryEventRecord record; HWTEST_F() local
838 HistoryEventRecord record; HWTEST_F() local
857 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); HWTEST_F() local
874 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); HWTEST_F() local
896 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); HWTEST_F() local
918 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); HWTEST_F() local
940 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); HWTEST_F() local
962 HistoryEventRecord record; HWTEST_F() local
984 HistoryEventRecord record; HWTEST_F() local
1006 HistoryEventRecord record; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp114 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); in HWTEST_F() local
270 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); in HWTEST_F() local
296 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); in HWTEST_F() local
/base/notification/common_event_service/frameworks/extension/src/
H A Djs_static_subscriber_extension.cpp90 void JsStaticSubscriberExtension::Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, in Init() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_local_live_view_subscriber_manager.cpp199 std::shared_ptr<LocalLiveViewSubscriberRecord> record = std::make_shared<LocalLiveViewSubscriberRecord>(); in CreateSubscriberRecord() local
216 std::shared_ptr<LocalLiveViewSubscriberRecord> record = FindSubscriberRecord(subscriber); AddSubscriberInner() local
238 std::shared_ptr<LocalLiveViewSubscriberRecord> record = FindSubscriberRecord(subscriber); RemoveSubscriberInner() local
[all...]

Completed in 12 milliseconds

12345678910>>...29