Home
last modified time | relevance | path

Searched +defs:sect +defs:c (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/
H A DNestedTable.java46 protected void generateDocument(RtfDocumentArea rda, RtfSection sect) in generateDocument()
65 private void firstTestTable(RtfSection sect) in firstTestTable()
73 RtfTableCell c = r.newTableCell(160 * MM_TO_TWIPS); in firstTestTable() local
83 final RtfTableCell c = r.newTableCell(80 * MM_TO_TWIPS); in firstTestTable() local
105 private void secondTestTable(RtfSection sect) in secondTestTable()
112 RtfTableCell c = r.newTableCell(160 * MM_TO_TWIPS); in secondTestTable() local
123 final RtfTableCell c = r.newTableCell(80 * MM_TO_TWIPS); in secondTestTable() local
146 private void thirdTestTable(RtfSection sect) in thirdTestTable()
154 RtfTableCell c = r.newTableCell(80 * MM_TO_TWIPS); in thirdTestTable() local
167 final RtfTableCell c = r.newTableCell(80 * MM_TO_TWIPS); in thirdTestTable() local
/dports/x11-wm/emerald/emerald-0.8.8/libengine/
H A Demerald.c67 gchar * make_filename(gchar * sect, gchar * key, gchar * ext) in make_filename()
71 void cairo_set_source_alpha_color(cairo_t * cr, alpha_color * c) in cairo_set_source_alpha_color()
75 void load_color_setting(GKeyFile * f, decor_color_t * color, gchar * key, gchar * sect) in load_color_setting()
77 GdkColor c; in load_color_setting() local
88 void load_shadow_color_setting(GKeyFile * f, gint sc[3], gchar * key, gchar * sect) in load_shadow_color_setting()
90 GdkColor c; in load_shadow_color_setting() local
101 void load_float_setting(GKeyFile * f, gdouble * d, gchar * key, gchar * sect) in load_float_setting()
110 void load_int_setting(GKeyFile * f, gint * i, gchar * key, gchar * sect) in load_int_setting()
117 void load_bool_setting(GKeyFile * f, gboolean * b, gchar * key, gchar * sect) in load_bool_setting()
124 void load_font_setting(GKeyFile * f, PangoFontDescription ** fd, gchar * key, gchar * sect) in load_font_setting()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DJELFRelocObject.java81 ElfSection sect = new ElfSection(sectName, scnData, scnFlags, scnType, in createByteSection() local
90 ByteContainer c, int scnFlags) { in createByteSection()
91 ElfSection sect; in createByteSection() local
115 private void createCodeSection(ArrayList<ElfSection> sections, CodeContainer c) { in createCodeSection()
119 private void createReadOnlySection(ArrayList<ElfSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
123 private void createReadWriteSection(ArrayList<ElfSection> sections, ByteContainer c) { in createReadWriteSection()
205 ElfSection sect = sections.get(i); in createELFRelocObject() local
226 ElfSection sect = sections.get(i); in createELFRelocObject() local
232 ElfSection sect = sections.get(i); in createELFRelocObject() local
317 ElfSection sect = sections.get(i); in createElfRelocSections() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java66 …PECoffSection sect = new PECoffSection(sectName, scnData, scnFlags, sectAlign, hasRelocs, sections… in createByteSection() local
73 …private static void createByteSection(ArrayList<PECoffSection> sections, ByteContainer c, int scnF… in createByteSection()
74 PECoffSection sect; in createByteSection() local
83 private void createCodeSection(ArrayList<PECoffSection> sections, CodeContainer c) { in createCodeSection()
88 private void createReadOnlySection(ArrayList<PECoffSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
93 private void createReadWriteSection(ArrayList<PECoffSection> sections, ByteContainer c) { in createReadWriteSection()
174 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
183 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
201 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
211 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java65 …PECoffSection sect = new PECoffSection(sectName, scnData, scnFlags, sectAlign, hasRelocs, sections… in createByteSection() local
72 …private static void createByteSection(ArrayList<PECoffSection> sections, ByteContainer c, int scnF… in createByteSection()
73 PECoffSection sect; in createByteSection() local
82 private void createCodeSection(ArrayList<PECoffSection> sections, CodeContainer c) { in createCodeSection()
87 private void createReadOnlySection(ArrayList<PECoffSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
92 private void createReadWriteSection(ArrayList<PECoffSection> sections, ByteContainer c) { in createReadWriteSection()
177 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
186 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
204 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
214 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DJELFRelocObject.java78 ElfSection sect = new ElfSection(sectName, scnData, scnFlags, scnType, in createByteSection() local
87 ByteContainer c, int scnFlags) { in createByteSection()
88 ElfSection sect; in createByteSection() local
112 private void createCodeSection(ArrayList<ElfSection> sections, CodeContainer c) { in createCodeSection()
116 private void createReadOnlySection(ArrayList<ElfSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
120 private void createReadWriteSection(ArrayList<ElfSection> sections, ByteContainer c) { in createReadWriteSection()
202 ElfSection sect = sections.get(i); in createELFRelocObject() local
223 ElfSection sect = sections.get(i); in createELFRelocObject() local
229 ElfSection sect = sections.get(i); in createELFRelocObject() local
315 ElfSection sect = sections.get(i); in createElfRelocSections() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DJELFRelocObject.java81 ElfSection sect = new ElfSection(sectName, scnData, scnFlags, scnType, in createByteSection() local
90 ByteContainer c, int scnFlags) { in createByteSection()
91 ElfSection sect; in createByteSection() local
115 private void createCodeSection(ArrayList<ElfSection> sections, CodeContainer c) { in createCodeSection()
119 private void createReadOnlySection(ArrayList<ElfSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
123 private void createReadWriteSection(ArrayList<ElfSection> sections, ByteContainer c) { in createReadWriteSection()
205 ElfSection sect = sections.get(i); in createELFRelocObject() local
226 ElfSection sect = sections.get(i); in createELFRelocObject() local
232 ElfSection sect = sections.get(i); in createELFRelocObject() local
317 ElfSection sect = sections.get(i); in createElfRelocSections() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java66 …PECoffSection sect = new PECoffSection(sectName, scnData, scnFlags, sectAlign, hasRelocs, sections… in createByteSection() local
73 …private static void createByteSection(ArrayList<PECoffSection> sections, ByteContainer c, int scnF… in createByteSection()
74 PECoffSection sect; in createByteSection() local
83 private void createCodeSection(ArrayList<PECoffSection> sections, CodeContainer c) { in createCodeSection()
88 private void createReadOnlySection(ArrayList<PECoffSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
93 private void createReadWriteSection(ArrayList<PECoffSection> sections, ByteContainer c) { in createReadWriteSection()
174 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
183 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
201 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
211 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java65 …PECoffSection sect = new PECoffSection(sectName, scnData, scnFlags, sectAlign, hasRelocs, sections… in createByteSection() local
72 …private static void createByteSection(ArrayList<PECoffSection> sections, ByteContainer c, int scnF… in createByteSection()
73 PECoffSection sect; in createByteSection() local
82 private void createCodeSection(ArrayList<PECoffSection> sections, CodeContainer c) { in createCodeSection()
87 private void createReadOnlySection(ArrayList<PECoffSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
92 private void createReadWriteSection(ArrayList<PECoffSection> sections, ByteContainer c) { in createReadWriteSection()
177 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
186 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
204 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
214 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DJELFRelocObject.java78 ElfSection sect = new ElfSection(sectName, scnData, scnFlags, scnType, in createByteSection() local
87 ByteContainer c, int scnFlags) { in createByteSection()
88 ElfSection sect; in createByteSection() local
112 private void createCodeSection(ArrayList<ElfSection> sections, CodeContainer c) { in createCodeSection()
116 private void createReadOnlySection(ArrayList<ElfSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
120 private void createReadWriteSection(ArrayList<ElfSection> sections, ByteContainer c) { in createReadWriteSection()
202 ElfSection sect = sections.get(i); in createELFRelocObject() local
223 ElfSection sect = sections.get(i); in createELFRelocObject() local
229 ElfSection sect = sections.get(i); in createELFRelocObject() local
315 ElfSection sect = sections.get(i); in createElfRelocSections() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java65 …PECoffSection sect = new PECoffSection(sectName, scnData, scnFlags, sectAlign, hasRelocs, sections… in createByteSection() local
72 …private static void createByteSection(ArrayList<PECoffSection> sections, ByteContainer c, int scnF… in createByteSection()
73 PECoffSection sect; in createByteSection() local
82 private void createCodeSection(ArrayList<PECoffSection> sections, CodeContainer c) { in createCodeSection()
87 private void createReadOnlySection(ArrayList<PECoffSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
92 private void createReadWriteSection(ArrayList<PECoffSection> sections, ByteContainer c) { in createReadWriteSection()
177 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
186 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
204 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
214 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java65 …PECoffSection sect = new PECoffSection(sectName, scnData, scnFlags, sectAlign, hasRelocs, sections… in createByteSection() local
72 …private static void createByteSection(ArrayList<PECoffSection> sections, ByteContainer c, int scnF… in createByteSection()
73 PECoffSection sect; in createByteSection() local
82 private void createCodeSection(ArrayList<PECoffSection> sections, CodeContainer c) { in createCodeSection()
87 private void createReadOnlySection(ArrayList<PECoffSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
92 private void createReadWriteSection(ArrayList<PECoffSection> sections, ByteContainer c) { in createReadWriteSection()
177 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
186 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
204 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
214 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DJELFRelocObject.java78 ElfSection sect = new ElfSection(sectName, scnData, scnFlags, scnType, in createByteSection() local
87 ByteContainer c, int scnFlags) { in createByteSection()
88 ElfSection sect; in createByteSection() local
112 private void createCodeSection(ArrayList<ElfSection> sections, CodeContainer c) { in createCodeSection()
116 private void createReadOnlySection(ArrayList<ElfSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
120 private void createReadWriteSection(ArrayList<ElfSection> sections, ByteContainer c) { in createReadWriteSection()
202 ElfSection sect = sections.get(i); in createELFRelocObject() local
223 ElfSection sect = sections.get(i); in createELFRelocObject() local
229 ElfSection sect = sections.get(i); in createELFRelocObject() local
315 ElfSection sect = sections.get(i); in createElfRelocSections() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DJELFRelocObject.java78 ElfSection sect = new ElfSection(sectName, scnData, scnFlags, scnType, in createByteSection() local
87 ByteContainer c, int scnFlags) { in createByteSection()
88 ElfSection sect; in createByteSection() local
112 private void createCodeSection(ArrayList<ElfSection> sections, CodeContainer c) { in createCodeSection()
116 private void createReadOnlySection(ArrayList<ElfSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
120 private void createReadWriteSection(ArrayList<ElfSection> sections, ByteContainer c) { in createReadWriteSection()
202 ElfSection sect = sections.get(i); in createELFRelocObject() local
223 ElfSection sect = sections.get(i); in createELFRelocObject() local
229 ElfSection sect = sections.get(i); in createELFRelocObject() local
315 ElfSection sect = sections.get(i); in createElfRelocSections() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java65 …PECoffSection sect = new PECoffSection(sectName, scnData, scnFlags, sectAlign, hasRelocs, sections… in createByteSection() local
72 …private static void createByteSection(ArrayList<PECoffSection> sections, ByteContainer c, int scnF… in createByteSection()
73 PECoffSection sect; in createByteSection() local
82 private void createCodeSection(ArrayList<PECoffSection> sections, CodeContainer c) { in createCodeSection()
87 private void createReadOnlySection(ArrayList<PECoffSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
92 private void createReadWriteSection(ArrayList<PECoffSection> sections, ByteContainer c) { in createReadWriteSection()
177 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
186 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
204 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
214 PECoffSection sect = sections.get(i); in createPECoffRelocObject() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DJELFRelocObject.java78 ElfSection sect = new ElfSection(sectName, scnData, scnFlags, scnType, in createByteSection() local
87 ByteContainer c, int scnFlags) { in createByteSection()
88 ElfSection sect; in createByteSection() local
112 private void createCodeSection(ArrayList<ElfSection> sections, CodeContainer c) { in createCodeSection()
116 private void createReadOnlySection(ArrayList<ElfSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
120 private void createReadWriteSection(ArrayList<ElfSection> sections, ByteContainer c) { in createReadWriteSection()
202 ElfSection sect = sections.get(i); in createELFRelocObject() local
223 ElfSection sect = sections.get(i); in createELFRelocObject() local
229 ElfSection sect = sections.get(i); in createELFRelocObject() local
315 ElfSection sect = sections.get(i); in createElfRelocSections() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java86 ByteContainer c, String sectName, String segName, int scnFlags) { in createByteSection()
92 MachOSection sect = new MachOSection(sectName, in createByteSection() local
108 private void createCodeSection(ArrayList<MachOSection> sections, CodeContainer c) { in createCodeSection()
114 private void createReadOnlySection(ArrayList<MachOSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
119 private void createReadWriteSection(ArrayList<MachOSection> sections, ByteContainer c) { in createReadWriteSection()
178 MachOSection sect = sections.get(i); in createMachORelocObject() local
214 MachOSection sect = sections.get(i); in createMachORelocObject() local
233 MachOSection sect = sections.get(i); in createMachORelocObject() local
249 MachOSection sect = sections.get(i); in createMachORelocObject() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java83 ByteContainer c, String sectName, String segName, int scnFlags) { in createByteSection()
89 MachOSection sect = new MachOSection(sectName, in createByteSection() local
105 private void createCodeSection(ArrayList<MachOSection> sections, CodeContainer c) { in createCodeSection()
111 private void createReadOnlySection(ArrayList<MachOSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
116 private void createReadWriteSection(ArrayList<MachOSection> sections, ByteContainer c) { in createReadWriteSection()
175 MachOSection sect = sections.get(i); in createMachORelocObject() local
211 MachOSection sect = sections.get(i); in createMachORelocObject() local
230 MachOSection sect = sections.get(i); in createMachORelocObject() local
246 MachOSection sect = sections.get(i); in createMachORelocObject() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java86 ByteContainer c, String sectName, String segName, int scnFlags) { in createByteSection()
92 MachOSection sect = new MachOSection(sectName, in createByteSection() local
108 private void createCodeSection(ArrayList<MachOSection> sections, CodeContainer c) { in createCodeSection()
114 private void createReadOnlySection(ArrayList<MachOSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
119 private void createReadWriteSection(ArrayList<MachOSection> sections, ByteContainer c) { in createReadWriteSection()
178 MachOSection sect = sections.get(i); in createMachORelocObject() local
214 MachOSection sect = sections.get(i); in createMachORelocObject() local
233 MachOSection sect = sections.get(i); in createMachORelocObject() local
249 MachOSection sect = sections.get(i); in createMachORelocObject() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java83 ByteContainer c, String sectName, String segName, int scnFlags) { in createByteSection()
89 MachOSection sect = new MachOSection(sectName, in createByteSection() local
105 private void createCodeSection(ArrayList<MachOSection> sections, CodeContainer c) { in createCodeSection()
111 private void createReadOnlySection(ArrayList<MachOSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
116 private void createReadWriteSection(ArrayList<MachOSection> sections, ByteContainer c) { in createReadWriteSection()
175 MachOSection sect = sections.get(i); in createMachORelocObject() local
211 MachOSection sect = sections.get(i); in createMachORelocObject() local
230 MachOSection sect = sections.get(i); in createMachORelocObject() local
246 MachOSection sect = sections.get(i); in createMachORelocObject() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java83 ByteContainer c, String sectName, String segName, int scnFlags) { in createByteSection()
89 MachOSection sect = new MachOSection(sectName, in createByteSection() local
105 private void createCodeSection(ArrayList<MachOSection> sections, CodeContainer c) { in createCodeSection()
111 private void createReadOnlySection(ArrayList<MachOSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
116 private void createReadWriteSection(ArrayList<MachOSection> sections, ByteContainer c) { in createReadWriteSection()
175 MachOSection sect = sections.get(i); in createMachORelocObject() local
211 MachOSection sect = sections.get(i); in createMachORelocObject() local
230 MachOSection sect = sections.get(i); in createMachORelocObject() local
246 MachOSection sect = sections.get(i); in createMachORelocObject() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java83 ByteContainer c, String sectName, String segName, int scnFlags) { in createByteSection()
89 MachOSection sect = new MachOSection(sectName, in createByteSection() local
105 private void createCodeSection(ArrayList<MachOSection> sections, CodeContainer c) { in createCodeSection()
111 private void createReadOnlySection(ArrayList<MachOSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
116 private void createReadWriteSection(ArrayList<MachOSection> sections, ByteContainer c) { in createReadWriteSection()
175 MachOSection sect = sections.get(i); in createMachORelocObject() local
211 MachOSection sect = sections.get(i); in createMachORelocObject() local
230 MachOSection sect = sections.get(i); in createMachORelocObject() local
246 MachOSection sect = sections.get(i); in createMachORelocObject() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java83 ByteContainer c, String sectName, String segName, int scnFlags) { in createByteSection()
89 MachOSection sect = new MachOSection(sectName, in createByteSection() local
105 private void createCodeSection(ArrayList<MachOSection> sections, CodeContainer c) { in createCodeSection()
111 private void createReadOnlySection(ArrayList<MachOSection> sections, ReadOnlyDataContainer c) { in createReadOnlySection()
116 private void createReadWriteSection(ArrayList<MachOSection> sections, ByteContainer c) { in createReadWriteSection()
175 MachOSection sect = sections.get(i); in createMachORelocObject() local
211 MachOSection sect = sections.get(i); in createMachORelocObject() local
230 MachOSection sect = sections.get(i); in createMachORelocObject() local
246 MachOSection sect = sections.get(i); in createMachORelocObject() local
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dcoastal.c44 struct sctstr sect; in update_coastal_flag() local
61 int n, c; in coastal_sea_to_land() local
62 struct sctstr sect; in coastal_sea_to_land() local
80 struct sctstr sect; in coastal_land_to_sea() local
/dports/devel/ticcutils/ticcutils-0.28/src/
H A DConfiguration.cxx47 string fixControl( const string& s, char c ){ in fixControl()
228 for ( const auto& c : in ){ in encode_ctrl() local
295 string sect = TiCC::trim(insect); in setatt() local
323 string sect = TiCC::trim(insect); in clearatt() local
366 string sect = TiCC::trim(insect); in getatt() local
399 string sect = TiCC::trim(insect); in lookUpAll() local
428 string sect = TiCC::trim( insect ); in hasSection() local

12345678910>>...34