Home
last modified time | relevance | path

Searched defs:record (Results 51 - 75 of 715) sorted by relevance

12345678910>>...29

/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H A Dplugin_kmem.c12 static int call_site_handler(struct trace_seq *s, struct tep_record *record, in call_site_handler() argument
H A Dplugin_mac80211.c46 drv_bss_info_changed(struct trace_seq *s, struct tep_record *record, struct tep_event *event, void *context) drv_bss_info_changed() argument
H A Dplugin_tlb.c19 static int tlb_flush_handler(struct trace_seq *s, struct tep_record *record, in tlb_flush_handler() argument
/kernel/linux/linux-6.6/tools/verification/rv/src/
H A Dtrace.c45 collect_registered_events(struct tep_event *event, struct tep_record *record, in collect_registered_events() argument
/test/ostest/wukong/report/src/
H A Dformat_csv.cpp34 std::vector<std::vector<std::string>> record = tablePtr->GetRecord(); in FormatDetail() local
51 ss << record[row][col]; in FormatDetail() local
H A Dformat_json.cpp31 std::vector<std::vector<std::string>> record = tablePtr->GetRecord(); in FormatDetail() local
37 ss << header[col] << ":\"" << record[row][col] << "\""; in FormatDetail() local
/third_party/gn/src/gn/
H A Dbuilder_record.cc65 void BuilderRecord::AddGenDep(BuilderRecord* record) { in AddGenDep() argument
89 void BuilderRecord::AddDep(BuilderRecord* record) { in AddDep() argument
H A Dninja_outputs_writer_unittest.cc46 ItemResolvedAndGeneratedCallback(TargetWriteInfo* write_info, const BuilderRecord* record) ItemResolvedAndGeneratedCallback() argument
/third_party/node/deps/v8/src/profiler/
H A Dcircular-queue.h53 T record; variable
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-inside-win.cc96 const EXCEPTION_RECORD* record = exception->ExceptionRecord; in TryHandleWasmTrap() local
/third_party/skia/src/core/
H A DSkRecordedDrawable.h16 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh, in SkRecordedDrawable() argument
/third_party/skia/tests/
H A DRecorderTest.cpp32 void apply(const SkRecord& record) { in apply() argument
43 SkRecord record; in DEF_TEST() local
65 SkRecord record; in DEF_TEST() local
83 SkRecord record; in DEF_TEST() local
98 SkRecord record; DEF_TEST() local
118 SkRecord record; DEF_TEST() local
[all...]
H A DRecordTest.cpp31 void apply(const SkRecord& record) { in apply() argument
60 SkRecord record; in DEF_TEST() local
82 SkRecord record; DEF_TEST() local
108 SkRecord record; DEF_TEST() local
[all...]
H A DRecordTestUtils.h31 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, int index) { in assert_type() argument
44 template <typename DrawT> int count_instances_of_type(const SkRecord& record) { in count_instances_of_type() argument
53 template <typename DrawT> int find_first_instances_of_type(const SkRecord& record) { in find_first_instances_of_type() argument
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/
H A DWireCmd.cpp141 DAWN_UNUSED(record); variable
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-simple.h40 bool record:1; member
/base/security/access_token/services/privacymanager/include/record/
H A Dpermission_record.h52 PermissionRecord record; member
/base/security/asset/services/db_operator/src/
H A Dtable.rs420 let mut record = DbMap::new(); variables
/foundation/ability/form_fwk/services/src/
H A Dform_host_callback.cpp33 void FormHostCallback::OnAcquired(const int64_t formId, const FormRecord& record, in OnAcquired() argument
46 void FormHostCallback::OnUpdate(const int64_t formId, const FormRecord &record, const sptr<IRemoteObject> &callerToken) in OnUpdate() argument
/foundation/ability/ability_runtime/test/unittest/ability_service_extension_test/
H A Dability_service_extension_test.cpp85 auto record = std::make_shared<AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
118 auto record = std::make_shared<AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/preload_uiext_state_observer_test/
H A Dpreload_uiext_state_observer_test.cpp72 auto record = preLoadUIExtStateObserver.extensionRecord_.lock(); in HWTEST_F() local
98 auto record = preLoadUIExtStateObserver.extensionRecord_.lock(); in HWTEST_F() local
117 auto record = preLoadUIExtStateObserver.extensionRecord_.lock(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/
H A Dphoto_editor_extension_test.cpp87 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Daction_extension_test.cpp87 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
H A Dembedded_ui_extension_test.cpp87 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/ability_debug_deal_test/
H A Dability_debug_deal_test.cpp82 auto record = std::make_shared<AbilityRecord>(want, abilityInfo, applicationInfo); in HWTEST_F() local
106 auto record = std::make_shared<AbilityRecord>(want, abilityInfo, applicationInfo); in HWTEST_F() local

Completed in 7 milliseconds

12345678910>>...29