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

123456

/openjdk7/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;
60 static inline FILE* output_stream() {
63 static inline FILE* error_stream() {
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;
/openjdk7/jdk/make/java/java/
H A Dlocalegen.sh5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
56 for FILE in $RESOURCE_NAMES
58 getlocalelist $FILE $EURO_FILES_LIST
59 sed_script=$sed_script"-e \"s@#"$FILE"_EuroLocales#@$localelist@g\" "
60 getlocalelist $FILE $NONEURO_FILES_LIST
61 sed_script=$sed_script"-e \"s@#"$FILE"_NonEuroLocales#@$localelist@g\" "
/openjdk7/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);
125 void gen_match(FILE *fp, MatchList &mlist, ProductionState &status, Dict &operands_chained_from);
126 void chain_rule(FILE *fp, const char *indent, const char *ideal,
129 void expand_opclass(FILE *fp, const char *indent, const Expr *cost,
131 Expr *calc_cost(FILE *fp, const char *spaces, MatchList &mList, ProductionState &status);
135 void buildMachNode(FILE *fp_cpp, InstructForm *inst, const char *indent);
234 void buildDFA(FILE *fp); // Driver for constructing the DFA
235 void gen_dfa_state_body(FILE *f
[all...]
H A Dformssel.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
252 void declare_cisc_version(ArchDesc &AD, FILE *fp_cpp);
253 bool define_cisc_version (ArchDesc &AD, FILE *fp_cpp);
266 void declare_short_branch_methods(FILE *fp_cpp);
267 bool define_short_branch_methods(ArchDesc &AD, FILE *fp_cpp);
292 // --------------------------- FILE *output_routines
295 void rep_var_format(FILE *fp, const char *rep_var);
297 void index_temps (FILE *fp, FormDict &globals, const char *prefix = "", const char *receiver = "");
303 virtual void output(FILE *fp); // Write to output files
326 void output(FILE *f
[all...]
H A Dformsopt.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
120 void output(FILE *fp); // Write info to output files
153 void output(FILE *fp); // Write info to output files
185 void output(FILE *fp); // Write info to output files
205 void output(FILE *fp); // Write info to output files
241 void output(FILE *fp); // Write info to output files
281 void output(FILE *fp); // Write info to output files
303 void output(FILE *fp); // Write info to output files
328 void output(FILE *fp); // Write info to output files
352 void output(FILE *f
[all...]
H A Dforms.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
161 virtual void output(FILE *fp) { fprintf(fp,"Form Output"); }
307 void output(FILE* fp) {
359 void output(FILE *fp); // Output list of names to 'fp'
414 void output(FILE *fp); // Output list of names to 'fp'
462 void output(FILE *fp); // Output list of names to 'fp'
483 void output(FILE *fp); // Write output files
535 void print_define(FILE *fp) const;
536 void print_assert(FILE *fp) const;
591 void print_defines(FILE *f
[all...]
H A Dfilebuff.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
38 FILE *_fp;
H A Dformsopt.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
167 void RegisterForm::output(FILE *fp) { // Write info to output files
218 void RegDef::output(FILE *fp) { // Write info to output files
299 void RegClass::output(FILE *fp) { // Write info to output files
326 void AllocClass::output(FILE *fp) { // Write info to output files
359 void FrameForm::output(FILE *fp) { // Write info to output files
393 void PipelineForm::output(FILE *fp) { // Write info to output files
460 void ResourceForm::output(FILE *fp) { // Write info to output files
471 void PipeClassOperandForm::output(FILE *fp) { // Write info to output files
491 void PipeClassResourceForm::output(FILE *f
[all...]
/openjdk7/hotspot/agent/src/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
/openjdk7/jdk/test/sun/security/tools/keytool/
H A DNewSize7.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
41 String FILE = "newsize7-ks";
42 new File(FILE).delete();
43 KeyTool.main(("-debug -genkeypair -keystore " + FILE +
47 try (FileInputStream fin = new FileInputStream(FILE)) {
50 Files.delete(Paths.get(FILE));
/openjdk7/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;
/openjdk7/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);
/openjdk7/jdk/src/share/native/common/
H A Djio.c3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
52 jio_vfprintf(FILE *, const char *fmt, va_list args);
55 jio_fprintf(FILE *fp, const char *fmt, ...)
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DReferenceUriSchemesSupported.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
106 public static final ReferenceUriSchemesSupported FILE = new ReferenceUriSchemesSupported(7); field in class:ReferenceUriSchemesSupported
137 FILE,
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dvm_version_linux_sparc.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33 FILE* fp = fopen("/proc/cpuinfo", "r");
/openjdk7/jdk/test/java/awt/PrintJob/
H A DSaveDialogTitleTest.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
42 jobAttributes.setDestination(JobAttributes.DestinationType.FILE);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dutils.cpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
118 static FILE* mtfp;
119 if (mtfp == (FILE*)-1) return;
122 mtfp = (FILE*)-1;
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.hpp3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
58 CompileLog(const char* file, FILE* fp, intx thread_id);
/openjdk7/jdk/src/share/back/
H A Derror_messages.h3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
35 void print_message(FILE *fp, const char *prefix, const char *suffix,
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib_private.h2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
70 FILE *File; /* File as stream. */
/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
226 FILE *fp;
332 int magic; /* -1 to distinguish from the real FILE */
340 fileclose(FILE *stream)
357 static FILE *
360 FILE *fp;
395 return (FILE *)iop;
403 filegets(char *s, int n, FILE *stream)
458 FILE *fp;

Completed in 94 milliseconds

123456