/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 238 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 D | AlphabeticIndexTest.java | 241 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 D | callproc.c | 435 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 D | test_operator.py | 364 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 D | inner_common_event_manager.h | 46 * @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 D | pasteboard_client_adapter_impl.h | 38 std::shared_ptr<MiscServices::PasteDataRecord> record);
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | extension.h | 52 * @param record the extension record. 57 virtual void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
|
H A D | js_service_extension.h | 55 * @param record the extension record. 60 virtual void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
|
H A D | ui_ability_impl.h | 39 * @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 D | cj_ui_ability.h | 62 void Init(std::shared_ptr<AppExecFwk::AbilityLocalRecord> record,
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ndef_message.h | 25 // 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 D | js_vpn_extension.h | 57 * @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 D | pastedata_record_napi.h | 83 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 D | ext_backup_js.h | 88 * @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 D | ipl.h | 132 __u8 record; member
|
/kernel/linux/linux-5.10/sound/oss/dmasound/ |
H A D | dmasound.h | 122 void (*record)(void); /* optional */ member
|
/kernel/linux/linux-5.10/tools/testing/nvdimm/test/ |
H A D | nfit_test.h | 77 } __packed record[]; member
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_task_analyzer.sh | 61 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 D | dmasound.h | 122 void (*record)(void); /* optional */ member
|
/third_party/skia/src/core/ |
H A D | SkPictureData.h | 78 SkPictureData(const SkPictureRecord& record, const SkPictInfo&);
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | echo-cancel.h | 99 /* 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 D | test_meta_path.py | 41 with warnings.catch_warnings(record=True) as w:
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | syscall.c | 540 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 D | js_inputmethod_extension.cpp | 98 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 D | sys_event_manager.rs | 406 record: HiSysEventRecord 467 unsafe extern "C" fn on_event<F>(callback: *mut c_void, record: HiSysEventRecord) 472 callback(record);
|