/aosp_15_r20/external/vboot_reference/firmware/2lib/ |
H A D | 2secdata_kernel.c | 20 struct vb2_secdata_kernel_v1 *sec = (void *)ctx->secdata_kernel; in is_v0() local 38 struct vb2_secdata_kernel_v1 *sec in secdata_kernel_crc() local 50 struct vb2_secdata_kernel_v0 *sec = (void *)ctx->secdata_kernel; in secdata_kernel_check_v0() local 79 struct vb2_secdata_kernel_v1 *sec = (void *)ctx->secdata_kernel; in secdata_kernel_check_v1() local 133 struct vb2_secdata_kernel_v1 *sec = (void *)ctx->secdata_kernel; in vb2api_secdata_kernel_create() local 150 struct vb2_secdata_kernel_v0 *sec = (void *)ctx->secdata_kernel; in vb2api_secdata_kernel_create_v0() local 281 struct vb2_secdata_kernel_v1 *sec = (void *)ctx->secdata_kernel; in vb2_secdata_kernel_get_ec_hash() local 300 struct vb2_secdata_kernel_v1 *sec = (void *)ctx->secdata_kernel; in vb2_secdata_kernel_set_ec_hash() local
|
H A D | 2secdata_fwmp.c | 17 struct vb2_secdata_fwmp *sec = in vb2api_secdata_fwmp_check() local 65 struct vb2_secdata_fwmp *sec = (void *)&ctx->secdata_fwmp; in vb2api_secdata_fwmp_create() local 86 struct vb2_secdata_fwmp *sec = in vb2_secdata_fwmp_init() local 103 struct vb2_secdata_fwmp *sec = in vb2_secdata_fwmp_get_flag() local 120 struct vb2_secdata_fwmp *sec = in vb2_secdata_fwmp_get_dev_key_hash() local
|
H A D | 2secdata_firmware.c | 17 struct vb2_secdata_firmware *sec = in vb2api_secdata_firmware_check() local 38 struct vb2_secdata_firmware *sec = in vb2api_secdata_firmware_create() local 76 struct vb2_secdata_firmware *sec = in vb2_secdata_firmware_get() local 106 struct vb2_secdata_firmware *sec = in vb2_secdata_firmware_set() local
|
/aosp_15_r20/external/libbpf/src/ |
H A D | linker.c | 201 struct dst_sec *sec = &linker->secs[i]; in bpf_linker__free() local 249 struct dst_sec *secs = linker->secs, *sec; in add_dst_sec() local 299 struct dst_sec *sec; in init_output_elf() local 479 static bool is_ignored_sec(struct src_sec *sec) in is_ignored_sec() 518 struct src_sec *secs = obj->secs, *sec; in add_src_sec() local 554 struct src_sec *sec; in linker_load_obj_file() local 702 struct src_sec *sec; in linker_sanity_check_elf() local 782 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_symtab() 856 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_relos() 1055 struct dst_sec *sec; in find_dst_sec_by_name() local [all …]
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/ |
H A D | TestDateTimeFormatters.java | 362 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoLocalTime() 379 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoLocalTime() 425 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoOffsetTime() 442 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoOffsetTime() 488 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoTime() 505 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoTime() 562 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoLocalDateTime() 580 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoLocalDateTime() 634 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoOffsetDateTime() 652 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoOffsetDateTime() [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
H A D | TCKDateTimeFormatters.java | 451 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoLocalTime() 468 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoLocalTime() 521 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoOffsetTime() 538 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoOffsetTime() 591 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoTime() 608 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoTime() 672 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoLocalDateTime() 690 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoLocalDateTime() 751 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_print_isoOffsetDateTime() 769 Integer hour, Integer min, Integer sec, Integer nano, String offsetId, String zoneId, in test_parse_isoOffsetDateTime() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/ |
D | config.cc | 57 [§ion](const section_t& sec) { return sec.name == section; }); in Find() 68 [§ion](const section_t& sec) { return sec.name == section; }); in section_find() 73 auto sec = section_find(config, section); in entry_find() local 124 for (const section_t& sec : src.sections) { in config_new_clone() local 211 auto sec = section_find(*config, section); in config_set_string() local 238 auto sec = section_find(*config, section); in config_remove_section() local 249 auto sec = section_find(*config, section); in config_remove_key() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | time_zone.h | 375 time_point<seconds> sec; in parse() local 390 auto sec = std::chrono::time_point_cast<seconds>(tp); in split_seconds() local 409 const time_point<seconds>& sec, const femtoseconds& fs, in join_seconds() 420 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 438 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 448 inline bool join_seconds(const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
|
/aosp_15_r20/external/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | time_zone.h | 375 time_point<seconds> sec; in parse() local 390 auto sec = std::chrono::time_point_cast<seconds>(tp); in split_seconds() local 409 const time_point<seconds>& sec, const femtoseconds& fs, in join_seconds() 420 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 438 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 448 inline bool join_seconds(const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/internal/cctz/include/cctz/ |
H A D | time_zone.h | 374 time_point<seconds> sec; in parse() local 389 auto sec = std::chrono::time_point_cast<seconds>(tp); in split_seconds() local 408 const time_point<seconds>& sec, const femtoseconds& fs, in join_seconds() 419 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 437 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 447 inline bool join_seconds(const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | time_zone.h | 375 time_point<seconds> sec; in parse() local 390 auto sec = std::chrono::time_point_cast<seconds>(tp); in split_seconds() local 409 const time_point<seconds>& sec, const femtoseconds& fs, in join_seconds() 420 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 438 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 448 inline bool join_seconds(const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | time_zone.h | 374 time_point<seconds> sec; in parse() local 389 auto sec = std::chrono::time_point_cast<seconds>(tp); in split_seconds() local 408 const time_point<seconds>& sec, const femtoseconds& fs, in join_seconds() 419 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 437 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 447 inline bool join_seconds(const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | time_zone.h | 374 time_point<seconds> sec; in parse() local 389 auto sec = std::chrono::time_point_cast<seconds>(tp); in split_seconds() local 408 const time_point<seconds>& sec, const femtoseconds& fs, in join_seconds() 419 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 437 const time_point<seconds>& sec, const femtoseconds&, in join_seconds() 447 inline bool join_seconds(const time_point<seconds>& sec, const femtoseconds&, in join_seconds()
|
/aosp_15_r20/external/perfetto/src/trace_processor/containers/ |
H A D | row_map_unittest.cc | 534 RowMap sec(2, 4); in TEST() local 543 RowMap sec(BitVector{true, false, true, true, false, true}); in TEST() local 552 RowMap sec(std::vector<uint32_t>{0, 2, 5}); in TEST() local 561 RowMap sec(2, 4); in TEST() local 570 RowMap sec(BitVector{false, true, true, false, false, true, true}); in TEST() local 579 RowMap sec(std::vector<uint32_t>{0, 2, 5}); in TEST() local 588 RowMap sec(2, 10); in TEST() local 597 RowMap sec(BitVector{true, false, true, true, false, true}); in TEST() local 606 RowMap sec(std::vector<uint32_t>{1, 2, 6}); in TEST() local
|
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/common/sci/svc/timer/ |
H A D | timer_rpc_clnt.c | 193 uint8_t sec) in sc_timer_set_rtc_time() 217 uint8_t *sec) in sc_timer_get_rtc_time() 251 sc_err_t sc_timer_get_rtc_sec1970(sc_ipc_t ipc, uint32_t *sec) in sc_timer_get_rtc_sec1970() 272 uint8_t sec) in sc_timer_set_rtc_alarm() 294 sc_err_t sc_timer_set_rtc_periodic_alarm(sc_ipc_t ipc, uint32_t sec) in sc_timer_set_rtc_periodic_alarm()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/common/sci/svc/timer/ |
D | timer_rpc_clnt.c | 193 uint8_t sec) in sc_timer_set_rtc_time() 217 uint8_t *sec) in sc_timer_get_rtc_time() 251 sc_err_t sc_timer_get_rtc_sec1970(sc_ipc_t ipc, uint32_t *sec) in sc_timer_get_rtc_sec1970() 272 uint8_t sec) in sc_timer_set_rtc_alarm() 294 sc_err_t sc_timer_set_rtc_periodic_alarm(sc_ipc_t ipc, uint32_t sec) in sc_timer_set_rtc_periodic_alarm()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragDriver.java | 40 public DragDriver(EventListener eventListener, Consumer<MotionEvent> sec) { in DragDriver() 70 Consumer<MotionEvent> sec) { in create() 90 SystemDragDriver(DragController dragController, Consumer<MotionEvent> sec) { in SystemDragDriver() 170 InternalDragDriver(DragController dragController, Consumer<MotionEvent> sec) { in InternalDragDriver()
|
/aosp_15_r20/external/coreboot/util/cbfstool/ |
H A D | elfheaders.c | 674 struct elf_writer_section *sec; member 695 struct elf_writer_section *sec) in section_index() 877 struct elf_writer_section *sec = &ew->sections[n]; in shdr_write() local 959 struct elf_writer_section *sec = &ew->sections[i]; in write_phdrs() local 1008 struct elf_writer_section *sec = ew->symtab_sec; in fixup_symbol_table() local 1091 struct elf_writer_section *sec = rel_sec->sec; in fixup_relocations() local 1155 struct elf_writer_section *sec = &ew->sections[i]; in elf_writer_serialize() local 1217 struct elf_writer_section *sec = &ew->sections[i]; in elf_writer_serialize() local
|
/aosp_15_r20/art/test/ProfileTestMultiDex/ |
H A D | Main.java | 50 public int inlineMultiMonomorphic(Super s, Secret sec) { in inlineMultiMonomorphic() 54 public int inlineMultiPolymorphic(Super s, Secret sec) { in inlineMultiPolymorphic() 58 public int inlineTriplePolymorphic(Super s, Secret sec, Secret thr) { in inlineTriplePolymorphic() 62 public int inlineMultiMegamorphic(Super s, Secret sec) { in inlineMultiMegamorphic() 66 public int inlineMultiMissingTypes(Super s, Secret sec) { in inlineMultiMissingTypes() 70 public int noInlineCacheMulti(Super s, Secret sec) { in noInlineCacheMulti()
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | bss_load.c | 20 unsigned int *sec, unsigned int *usec) in get_bss_load_update_timeout() 45 unsigned int sec, usec; in update_channel_utilization() local 85 unsigned int sec, usec; in bss_load_update_init() local
|
/aosp_15_r20/external/elfutils/src/ |
H A D | unstrip.c | 1138 const struct section *sec = §ions[i]; in find_alloc_sections_prelink() local 1221 struct section *sec = &undo_sections[undo_nalloc]; in find_alloc_sections_prelink() local 1273 struct section *sec = find_alloc_section (shdr, 0, name, in find_alloc_sections_prelink() local 1307 struct section *sec = §ions[j]; in find_alloc_sections_prelink() local 1369 for (struct section *sec = sections; in new_shstrtab() local 1526 struct section *sec = NULL; in copy_elided_sections() local 1622 for (struct section *sec = sections; in copy_elided_sections() local 1696 for (const struct section *sec = sections; in copy_elided_sections() local 1960 Elf_Scn *sec = elf_getscn (unstripped, i + 1); in copy_elided_sections() local 1987 Elf_Scn *sec = elf_getscn (unstripped, i + 1); in copy_elided_sections() local [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_sad_avx2.c | 285 int ref_stride, uint16_t *sec, in highbd_sad64xH_avg() 362 int ref_stride, uint16_t *sec, in highbd_sad32xH_avg() 430 int ref_stride, uint16_t *sec, in highbd_sad16xH_avg() 463 uint16_t *sec = CONVERT_TO_SHORTPTR(second_pred); in vpx_highbd_sad16x32_avg_avx2() local 493 uint16_t *sec = CONVERT_TO_SHORTPTR(second_pred); in vpx_highbd_sad16x16_avg_avx2() local 511 uint16_t *sec = CONVERT_TO_SHORTPTR(second_pred); in vpx_highbd_sad16x8_avg_avx2() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkBitmapProcState.h | 126 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) argument 130 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) argument 136 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() 142 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) argument
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | cdmodule.c | 135 int min, sec, frame; in CD_msftoblock() local 169 int min, sec, frame, play; in CD_playabs() local 213 int track, min, sec, frame, play; in CD_playtrackabs() local 262 int min, sec, frame; in CD_seek() local 734 int min, sec, frame; in CD_msftoframe() local
|
/aosp_15_r20/external/libdav1d/src/x86/ |
H A D | cdef_avx512.asm | 228 .sec: label 435 .sec: label 798 .sec: label
|