Home
last modified time | relevance | path

Searched refs:record (Results 901 - 925 of 1180) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java238 for (Record<Integer> record : bucket) { in find()
239 if (record.getName().equals(probe)) { in find()
662 for (Record<Double> record : bucket) { in TestClientSupport()
668 if (!record.getName().equals(myName)) { in TestClientSupport()
669 gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + recordIndex++ + ")", record.getName(), myName); in TestClientSupport()
1113 assertEquals("Record count of index with one record not 1", 1, in testGetRecordCount_withRecords()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DAlphabeticIndexTest.java241 for (Record<Integer> record : bucket) { in find()
242 if (record.getName().equals(probe)) { in find()
665 for (Record<Double> record : bucket) { in TestClientSupport()
671 if (!record.getName().equals(myName)) { in TestClientSupport()
672 gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + recordIndex++ + ")", record.getName(), myName); in TestClientSupport()
1116 assertEquals("Record count of index with one record not 1", 1, in testGetRecordCount_withRecords()
/third_party/python/Modules/_ctypes/
H A Dcallproc.c435 DWORD *pdw, EXCEPTION_RECORD *record) in HandleException()
438 *record = *ptrs->ExceptionRecord; in HandleException()
817 EXCEPTION_RECORD record; in _call_function_pointer() local
928 &dwExceptionCode, &record)) { in _call_function_pointer()
949 SetException(dwExceptionCode, &record); in _call_function_pointer()
434 HandleException(EXCEPTION_POINTERS *ptrs, DWORD *pdw, EXCEPTION_RECORD *record) HandleException() argument
/third_party/python/Lib/test/
H A Dtest_operator.py364 record = A()
365 record.x = 'X'
366 record.y = 'Y'
367 record.z = 'Z'
368 self.assertEqual(operator.attrgetter('x','z','y')(record), ('X', 'Z', 'Y'))
/base/notification/common_event_service/services/include/
H A Dinner_common_event_manager.h46 * @param recordTime Indicates the time of record.
65 * @param recordTime Indicates the time of record.
179 bool ProcessStickyEvent(const CommonEventRecord &record);
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h38 std::shared_ptr<MiscServices::PasteDataRecord> record);
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dextension.h52 * @param record the extension record.
57 virtual void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
H A Djs_service_extension.h55 * @param record the extension record.
60 virtual void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
H A Dui_ability_impl.h39 * @param record current running ability record
45 const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record, std::shared_ptr<UIAbility> &ability,
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Dcj_ui_ability.h62 void Init(std::shared_ptr<AppExecFwk::AbilityLocalRecord> record,
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h25 // record data, see NFC Data Exchange Format (NDEF) Technical Specification.
38 bool sr; // short record
107 // record Flag
140 * @Description constructe a ndef message with record list.
141 * @param ndefRecords record list to parse ndef message
147 * @param rtdtype rtd type of a record
152 * @Description Create a ndef record with uri data.
153 * @param uriString uri data for new a ndef record
158 * @Description Create a ndef record with text data.
159 * @param text text data for new a ndef record
[all...]
/foundation/communication/netmanager_ext/interfaces/innerkits/vpnextension/include/
H A Djs_vpn_extension.h57 * @param record the extension record.
62 virtual void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_record_napi.h83 napi_env env, napi_value &instance, const std::shared_ptr<MiscServices::PasteDataRecord> &record);
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup_js.h88 * @param record the extension record.
93 void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dipl.h132 __u8 record; member
/kernel/linux/linux-5.10/sound/oss/dmasound/
H A Ddmasound.h122 void (*record)(void); /* optional */ member
/kernel/linux/linux-5.10/tools/testing/nvdimm/test/
H A Dnfit_test.h77 } __packed record[]; member
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh61 perf record -e sched:sched_switch -a -- sleep 1 > /dev/null 2>&1
64 printf "FAIL: perf record failed to create \"perf.data\" \n"
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound.h122 void (*record)(void); /* optional */ member
/third_party/skia/src/core/
H A DSkPictureData.h78 SkPictureData(const SkPictureRecord& record, const SkPictInfo&);
/third_party/pulseaudio/src/modules/echo-cancel/
H A Decho-cancel.h99 /* You should have only one of play()+record() or run() set. The first
102 * synchronising the playback and record streams. */
106 /* Feed the engine 'nframes' record frames. nframes processed frames are
108 void (*record) (pa_echo_canceller *ec, const uint8_t *rec, uint8_t *out); member
109 /* Feed the engine nframes playback and record frames, with a reasonable
118 * before record(). The actual implementation needs to derive drift based
/third_party/python/Lib/test/test_importlib/import_/
H A Dtest_meta_path.py41 with warnings.catch_warnings(record=True) as w:
/kernel/linux/linux-6.6/kernel/bpf/
H A Dsyscall.c540 btf_record_free(map->record); in bpf_map_free_record()
541 map->record = NULL; in bpf_map_free_record()
662 pointee_struct_meta->record : in bpf_obj_free_fields()
694 struct btf_record *rec = map->record; in bpf_map_free_deferred()
705 * Note that the btf_record stashed in map->inner_map_meta->record was in bpf_map_free_deferred()
884 if (!map->ops->map_mmap || !IS_ERR_OR_NULL(map->record)) in bpf_map_mmap()
1033 map->record = btf_parse_fields(btf, value_type, in map_check_btf()
1037 if (!IS_ERR_OR_NULL(map->record)) { in map_check_btf()
1048 for (i = 0; i < sizeof(map->record->field_mask) * 8; i++) { in map_check_btf()
1049 switch (map->record in map_check_btf()
[all...]
/base/inputmethod/imf/frameworks/kits/extension/src/
H A Djs_inputmethod_extension.cpp98 void JsInputMethodExtension::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init() argument
103 InputMethodExtension::Init(record, application, handler, token); in Init()
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event_manager.rs406 record: HiSysEventRecord
467 unsafe extern "C" fn on_event<F>(callback: *mut c_void, record: HiSysEventRecord)
472 callback(record);

Completed in 24 milliseconds

1...<<31323334353637383940>>...48