Home
last modified time | relevance | path

Searched defs:second (Results 51 - 75 of 520) sorted by relevance

12345678910>>...21

/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dstate_machine_test.cpp97 auto second = machineBuilder->Build(); in HWTEST_F() local
/base/useriam/face_auth/test/unittest/
H A Dstate_machine_test.cpp103 auto second = machineBuilder->Build(); in HWTEST_F() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_clock.h34 HI_U32 second; /* Second , */ member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_accessibility_property.cpp113 int second = static_cast<int>(secondPickerColumnPattern->GetCurrentIndex()); in GetSecondText() local
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_clock.h88 UIAbstractClock(uint8_t hour, uint8_t minute, uint8_t second) in UIAbstractClock() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributed_crud_transaction_tools.cpp39 DistributedCrudTransactionTools(KvStoreDelegate &delegate, CrudMode first, CrudMode second, bool preset, bool isLocal) DistributedCrudTransactionTools() argument
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dutd_cfgs_checker_test.cpp60 std::vector<TypeDescriptorCfg> second = {tdc2}; in HWTEST_F() local
91 std::vector<TypeDescriptorCfg> second = {tdc2}; in HWTEST_F() local
123 std::vector<TypeDescriptorCfg> second = {}; in HWTEST_F() local
151 std::vector<TypeDescriptorCfg> second = {tdc2}; in HWTEST_F() local
258 std::vector<TypeDescriptorCfg> second = {tdc3, tdc4}; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dpatch.c75 u16 second = __opcode_thumb32_second(insn); in __patch_text_real() local
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dpatch.c75 u16 second = __opcode_thumb32_second(insn); in __patch_text_real() local
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/
H A Dnv_driver.c52 riva_is_connected(struct riva_par *par, Bool second) in riva_is_connected() argument
/kernel/linux/linux-5.10/ipc/
H A Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/
H A Dnv_driver.c52 riva_is_connected(struct riva_par *par, Bool second) in riva_is_connected() argument
/kernel/linux/linux-6.6/ipc/
H A Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_separatefields.c28 AVFrame *second; member
78 AVFrame *second = s->second; in filter_frame() local
[all...]
/third_party/gn/src/gn/
H A Dparse_tree_unittest.cc81 Value second = setup.ExecuteExpression("list[second_element_idx]", &err); in TEST() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFilteredNormalizer2.java81 public StringBuilder append(StringBuilder first, CharSequence second) { in append() argument
257 private StringBuilder normalizeSecondAndAppend(StringBuilder first, CharSequence second, in normalizeSecondAndAppend() argument
72 normalizeSecondAndAppend( StringBuilder first, CharSequence second) normalizeSecondAndAppend() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBuddhistCalendar.java174 BuddhistCalendar(int year, int month, int date, int hour, int minute, int second) BuddhistCalendar() argument
H A DTaiwanCalendar.java173 TaiwanCalendar(int year, int month, int date, int hour, int minute, int second) TaiwanCalendar() argument
/third_party/icu/icu4c/source/common/
H A Dnorm2allmodes.h77 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UBool doNormalize, UErrorCode &errorCode) const normalizeSecondAndAppend() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DNormalizerData.java51 public int getPairwiseComposition(int first, int second) { in getPairwiseComposition() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerData.java48 public int getPairwiseComposition(int first, int second) { in getPairwiseComposition() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DFilteredNormalizer2.java77 public StringBuilder append(StringBuilder first, CharSequence second) { in append() argument
243 private StringBuilder normalizeSecondAndAppend(StringBuilder first, CharSequence second, in normalizeSecondAndAppend() argument
69 normalizeSecondAndAppend( StringBuilder first, CharSequence second) normalizeSecondAndAppend() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTaiwanCalendar.java161 TaiwanCalendar(int year, int month, int date, int hour, int minute, int second) TaiwanCalendar() argument
H A DBuddhistCalendar.java164 BuddhistCalendar(int year, int month, int date, int hour, int minute, int second) BuddhistCalendar() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/
H A DStandardPluralRanges.java84 private void addPluralRange(StandardPlural first, StandardPlural second, StandardPlural result) { in addPluralRange() argument
96 public StandardPlural resolve(StandardPlural first, StandardPlural second) { in resolve() argument

Completed in 11 milliseconds

12345678910>>...21