Searched refs:FILE (Results 1 - 25 of 167) sorted by relevance

1234567

/openjdk9/hotspot/src/share/vm/utilities/
H A DerrorReporter.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
30 void ErrorReporter::call(FILE* fd, char* buffer, int length) {
H A DerrorReporter.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
37 void call(FILE* fd, char *buffer, int length);
H A DdefaultStream.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
39 static FILE* _output_stream;
40 static FILE* _error_stream;
62 static inline FILE* output_stream() {
65 static inline FILE* error_stream() {
H A DelfFuncDescTable.hpp4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
120 ElfFuncDescTable(FILE* file, Elf_Shdr shdr, int index);
136 FILE* m_file;
H A DelfStringTable.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
41 ElfStringTable(FILE* file, Elf_Shdr shdr, int index);
64 FILE* m_file;
H A DelfSymbolTable.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 ElfSymbolTable(FILE* file, Elf_Shdr shdr);
60 FILE* m_file;
/openjdk9/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
56 void output(FILE *fp);
92 void output(FILE *fp);
131 void gen_match(FILE *fp, MatchList &mlist, ProductionState &status, Dict &operands_chained_from);
132 void chain_rule(FILE *fp, const char *indent, const char *ideal,
135 void expand_opclass(FILE *fp, const char *indent, const Expr *cost,
137 Expr *calc_cost(FILE *fp, const char *spaces, MatchList &mList, ProductionState &status);
141 void buildMachNode(FILE *fp_cpp, InstructForm *inst, const char *indent);
240 void buildDFA(FILE *fp); // Driver for constructing the DFA
241 void gen_dfa_state_body(FILE *f
[all...]
H A Dformsopt.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
123 void output(FILE *fp); // Write info to output files
156 void output(FILE *fp); // Write info to output files
199 void output(FILE *fp); // Write info to output files
208 virtual void declare_register_masks(FILE* fp);
209 virtual void build_register_masks(FILE* fp);
248 void declare_register_masks(FILE* fp);
249 void build_register_masks(FILE* fp) {
293 void declare_register_masks(FILE* fp);
294 void build_register_masks(FILE* f
[all...]
H A Dformssel.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
258 void declare_cisc_version(ArchDesc &AD, FILE *fp_cpp);
259 bool define_cisc_version (ArchDesc &AD, FILE *fp_cpp);
274 void declare_short_branch_methods(FILE *fp_cpp);
275 bool define_short_branch_methods(ArchDesc &AD, FILE *fp_cpp);
300 // --------------------------- FILE *output_routines
303 void rep_var_format(FILE *fp, const char *rep_var);
305 void index_temps (FILE *fp, FormDict &globals, const char *prefix = "", const char *receiver = "");
311 virtual void output(FILE *fp); // Write to output files
334 void output(FILE *f
[all...]
H A Dfilebuff.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
35 FILE *_fp;
H A Dforms.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
163 virtual void output(FILE *fp) { fprintf(fp,"Form Output"); }
310 void output(FILE* fp) {
362 void output(FILE *fp); // Output list of names to 'fp'
417 void output(FILE *fp); // Output list of names to 'fp'
465 void output(FILE *fp); // Output list of names to 'fp'
486 void output(FILE *fp); // Write output files
538 void print_define(FILE *fp) const;
539 void print_assert(FILE *fp) const;
594 void print_defines(FILE *f
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DAuxSymbolRecord.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
35 public static final int FILE = 3; field in interface:AuxSymbolRecord
39 {@link #WEAK_EXTERNAL}, {@link #FILE}, or {@link
/openjdk9/jdk/test/sun/security/tools/keytool/
H A DNewSize7.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
43 String FILE = "newsize7-ks";
44 new File(FILE).delete();
46 FILE +
50 try (FileInputStream fin = new FileInputStream(FILE)) {
53 Files.delete(Paths.get(FILE));
/openjdk9/hotspot/src/share/vm/runtime/
H A Dmemprofiler.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
36 static FILE* _log_fp;
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassListParser.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
42 FILE* _file;
/openjdk9/jdk/src/jdk.accessibility/windows/native/toolscommon/
H A DAccessInfo.h3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
41 void displayAndLog(HWND hDlg, int nIDDlgItem, FILE *logfile, char *msg, ...);
46 void logString(FILE *logfile, char *msg, ...);
/openjdk9/make/scripts/
H A Dnormalizer.pl5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
123 open(FILE, $filename) or die "Failed while open $filename: $!\n";
131 while ($line = <FILE>) {
172 close(FILE);
176 open(FILE, ">$filename") or die "Failed while open $filename: $!\n";
179 print FILE "$content[$i]\n";
182 close(FILE);
/openjdk9/jdk/src/java.base/share/native/libjava/
H A Djio.c3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
53 jio_vfprintf(FILE *, const char *fmt, va_list args);
56 jio_fprintf(FILE *fp, const char *fmt, ...)
/openjdk9/hotspot/test/compiler/compilercontrol/commandfile/
H A DPrintTest.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45 new SingleCommand(Command.PRINT, Scenario.Type.FILE).test();
H A DExcludeTest.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45 new SingleCommand(Command.EXCLUDE, Scenario.Type.FILE).test();
H A DCompileOnlyTest.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45 new SingleCommand(Command.COMPILEONLY, Scenario.Type.FILE).test();
H A DLogTest.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45 new SingleCommand(Command.LOG, Scenario.Type.FILE).test();
/openjdk9/hotspot/src/share/vm/logging/
H A DlogFileStreamOutput.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 FILE* _stream;
47 LogFileStreamOutput(FILE *stream) : _stream(stream) {
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/
H A DReferenceUriSchemesSupported.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
105 public static final ReferenceUriSchemesSupported FILE = new ReferenceUriSchemesSupported(7); field in class:ReferenceUriSchemesSupported
136 FILE,
/openjdk9/jdk/src/jdk.pack/share/native/common-unpack/
H A Dutils.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
121 static FILE* mtfp;
122 if (mtfp == (FILE*)-1) return;
125 mtfp = (FILE*)-1;

Completed in 1090 milliseconds

1234567