Home
last modified time | relevance | path

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

12345678910>>...31

/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dconvert_utils.cpp61 std::shared_ptr<UnifiedRecord> ConvertUtils::Convert(std::shared_ptr<PasteDataRecord> record) in Convert() argument
87 Convert(std::shared_ptr<UnifiedRecord> record) Convert() argument
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpaste_data_record_impl.cpp46 sptr<PasteDataRecordImpl> getCjPasteDataRecordImpl(std::shared_ptr<PasteDataRecord> record) in getCjPasteDataRecordImpl() argument
58 void removeCjPasteDataRecordImpl(std::shared_ptr<MiscServices::PasteDataRecord> record) in removeCjPasteDataRecordImpl() argument
64 addCjPasteDataRecordImpl( std::shared_ptr<MiscServices::PasteDataRecord> record, sptr<PasteDataRecordImpl> pasteDataRecordImpl) addCjPasteDataRecordImpl() argument
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dapplication_defined_record_napi.cpp46 auto *record = new (std::nothrow) ApplicationDefinedRecordNapi(); in New() local
57 auto *record = new (std::nothrow) ApplicationDefinedRecordNapi(); in NewInstance() local
66 auto *record = static_cast<ApplicationDefinedRecordNapi *>(data); Destructor() local
84 auto record = GetApplicationDefinedRecord(env, info, ctxt); GetApplicationDefinedType() local
106 auto record = static_cast<ApplicationDefinedRecordNapi *>(ctxt->native); SetApplicationDefinedType() local
117 auto record = GetApplicationDefinedRecord(env, info, ctxt); GetRawData() local
139 auto record = static_cast<ApplicationDefinedRecordNapi *>(ctxt->native); SetRawData() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/mac/
H A Dconfig.c81 int __init mac_parse_bootinfo(const struct bi_record *record) in mac_parse_bootinfo() argument
/kernel/linux/linux-6.6/arch/m68k/mac/
H A Dconfig.c82 int __init mac_parse_bootinfo(const struct bi_record *record) in mac_parse_bootinfo() argument
/kernel/linux/linux-5.10/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-5.10/drivers/usb/misc/
H A Dezusb.c76 const struct ihex_binrec *record; in ezusb_ihex_firmware_download() local
[all...]
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H A Dplugin_futex.c69 static int futex_handler(struct trace_seq *s, struct tep_record *record, in futex_handler() argument
/kernel/linux/linux-5.10/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/usb/misc/
H A Dezusb.c64 const struct ihex_binrec *record; in ezusb_ihex_firmware_download() local
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Darm64.c20 const struct efi_smbios_type4_record *record; in system_needs_vamap() local
/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...]

Completed in 10 milliseconds

12345678910>>...31