HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 276 - 300 of 1267) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ZoneMeta.java 623 // fields[3] - sec / 6-bit
665 int sec = 0; local
712 sec = n.intValue();
741 sec = hour % 100;
748 if (hour <= kMAX_CUSTOM_HOUR && min <= kMAX_CUSTOM_MIN && sec <= kMAX_CUSTOM_SEC) {
760 fields[3] = sec;
782 int hour, min, sec; local
788 sec = tmp % 60;
794 String zid = formatCustomID(hour, min, sec, negative);
802 static String formatCustomID(int hour, int min, int sec, boolean negative)
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 118 const Elf_Sym *symbol_begin(const Elf_Shdr *Sec) const {
119 if (!Sec)
121 if (Sec->sh_entsize != sizeof(Elf_Sym))
123 return reinterpret_cast<const Elf_Sym *>(base() + Sec->sh_offset);
125 const Elf_Sym *symbol_end(const Elf_Shdr *Sec) const {
126 if (!Sec)
128 uint64_t Size = Sec->sh_size;
131 return symbol_begin(Sec) + Size / sizeof(Elf_Sym);
133 Elf_Sym_Range symbols(const Elf_Shdr *Sec) const {
134 return makeArrayRef(symbol_begin(Sec), symbol_end(Sec))
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_unix.c 52 void os_sleep(os_time_t sec, os_time_t usec)
54 if (sec)
55 sleep(sec);
66 t->sec = tv.tv_sec;
91 t->sec = ts.tv_sec;
122 t->sec = nano / NSEC_PER_SEC;
123 t->usec = (nano - (((uint64_t) t->sec) * NSEC_PER_SEC)) / NSEC_PER_USEC;
130 int os_mktime(int year, int month, int day, int hour, int min, int sec,
138 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
139 sec > 60
    [all...]
  /libcore/ojluni/src/main/java/java/net/
HttpURLConnection.java 550 SecurityManager sec = System.getSecurityManager(); local
551 if (sec != null) {
553 sec.checkSetFactory();
    [all...]
  /system/media/camera/docs/
ndk_camera_metadata_tags.mako 81 % for sec in find_all_sections(metadata):
83 entries = remove_synthetic(find_unique_entries(sec))
88 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))):
128 ${ndk(path_name(sec)) | csym}_END,
137 % for sec in find_all_sections(metadata):
138 % for entry in filter_ndk_visible(remove_synthetic(find_unique_entries(sec))):
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix52.exp 84 {"Core sections test 1" "-shared -bE:aix-core-sec-1.ex"
85 "" {aix-core-sec-1.s}
86 {{objdump -h aix-core-sec-1.hd}}
87 "aix-core-sec-1.so"}
89 {"Core sections test 2" "-shared -bE:aix-core-sec-2.ex"
90 "" {aix-core-sec-2.s}
91 {{objdump -h aix-core-sec-2.hd}}
92 "aix-core-sec-2.so"}
94 {"Core sections test 3" "-shared -bE:aix-core-sec-3.ex"
95 "" {aix-core-sec-3.s
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-bfin.c 1408 asection *sec; local
2625 asection *sec; local
    [all...]
elf32-score.c 143 #define score_elf_section_data(sec) \
144 ((struct _score_elf_section_data *) elf_section_data (sec))
2442 asection *sec; local
    [all...]
elf-bfd.h 318 - !REMOVED: We have decided to keep this CIE. SEC is the
323 asection *sec;
894 indices, and must set at least *FLAGS and *SEC for each processor
898 const char **name, flagword *flags, asection **sec, bfd_vma *value);
322 asection *sec; member in union:eh_cie_fde::__anon3956::__anon3958::__anon3959
1644 asection *sec; member in struct:output_elf_obj_tdata::__anon3964
2515 asection *sec; member in struct:elf_dyn_relocs
    [all...]
elf32-v850.c 48 asection *sec,
65 sec, abfd);
71 rel_end = relocs + sec->reloc_count;
101 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
110 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
2192 asection *sec; local
    [all...]
som.h 208 #define som_section_data(sec) ((struct som_section_data_struct *) sec->used_by_bfd)
elf32-sh.c 513 sh_elf_relax_section (bfd *abfd, asection *sec,
526 || (sec->flags & SEC_RELOC) == 0
527 || sec->reloc_count == 0)
531 if (elf_section_data (sec)->this_hdr.sh_flags
541 (abfd, sec, NULL, (Elf_Internal_Rela *) NULL,
548 irelend = internal_relocs + sec->reloc_count;
565 if (elf_section_data (sec)->this_hdr.contents != NULL)
566 contents = elf_section_data (sec)->this_hdr.contents;
569 if (!bfd_malloc_and_get_section (abfd, sec, &contents))
579 if (laddr >= sec->size
2373 asection *sec; member in struct:elf_sh_dyn_relocs
3885 asection *sec; local
6939 asection *sec = h->root.u.def.section; local
7000 asection *sec = h->root.u.def.section; local
    [all...]
elf32-i386.c 976 asection *sec = abfd->sections;
977 hashval_t h = ELF_LOCAL_SYMBOL_HASH (sec->id,
981 e.elf.indx = sec->id;
1001 ret->elf.indx = sec->id;
973 asection *sec = abfd->sections; local
3730 asection *sec; local
    [all...]
  /external/elfutils/libdwfl/
derelocate.c 145 for (struct secref *sec = refs; sec != NULL; sec = sec->next)
146 if (sec->scn == tscn)
148 sec->relocs = scn;
  /packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
ProgramSelectorExt.java 362 for (Identifier sec : sel.getSecondaryIds()) {
363 String secType = typeToUri(sec.getType());
365 uri.appendQueryParameter(secType, valueToUri(sec));
404 Identifier sec = parseComponents.apply(secStr[0], secStr[1]); local
405 if (sec != null) secIds.add(sec);
  /prebuilts/go/darwin-x86/src/net/
sockopt_posix.go 121 func setLinger(fd *netFD, sec int) error {
123 if sec >= 0 {
125 l.Linger = int32(sec)
sockopt_stub.go 35 func setLinger(fd *netFD, sec int) error {
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_plan9.go 102 sec, _, _ := now()
104 if tx[i].when <= sec && (i+1 == len(tx) || sec < tx[i+1].when) {
time_test.go 78 hour, min, sec := t.Clock()
81 hour != u.Hour || min != u.Minute || sec != u.Second ||
98 sec := test.seconds
100 tm := Unix(sec, 0).UTC()
102 if newsec != sec {
103 t.Errorf("SecondsToUTC(%d).Seconds() = %d", sec, newsec)
106 t.Errorf("SecondsToUTC(%d): // %#v", sec, tm)
132 sec := test.seconds
134 tm := Unix(sec, 0)
136 if newsec != sec {
    [all...]
  /prebuilts/go/linux-x86/src/net/
sockopt_posix.go 121 func setLinger(fd *netFD, sec int) error {
123 if sec >= 0 {
125 l.Linger = int32(sec)
sockopt_stub.go 35 func setLinger(fd *netFD, sec int) error {
  /prebuilts/go/linux-x86/src/time/
zoneinfo_plan9.go 102 sec, _, _ := now()
104 if tx[i].when <= sec && (i+1 == len(tx) || sec < tx[i+1].when) {
time_test.go 78 hour, min, sec := t.Clock()
81 hour != u.Hour || min != u.Minute || sec != u.Second ||
98 sec := test.seconds
100 tm := Unix(sec, 0).UTC()
102 if newsec != sec {
103 t.Errorf("SecondsToUTC(%d).Seconds() = %d", sec, newsec)
106 t.Errorf("SecondsToUTC(%d): // %#v", sec, tm)
132 sec := test.seconds
134 tm := Unix(sec, 0)
136 if newsec != sec {
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-6.d 2 #source: sec-6.s
sec-9.d 5 # This is based on sec-5.d which used to link .text at an unexpected

Completed in 378 milliseconds

<<11121314151617181920>>