Searched refs:fout (Results 1 - 25 of 78) sorted by relevance

1234

/external/bison/src/
H A Dgraphviz.h29 * \param fout output stream.
31 void start_graph (FILE *fout);
37 * \param fout output stream.
39 void output_node (int id, char const *label, FILE *fout);
47 * \param fout output stream.
50 char const *style, FILE *fout);
55 * \param fout output stream.
57 void output_red (state const *s, reductions const *reds, FILE *fout);
61 * \param fout output stream.
63 void finish_graph (FILE *fout);
[all...]
H A Dgraphviz.c42 start_graph (FILE *fout) argument
44 fprintf (fout,
52 fprintf (fout,
56 fprintf (fout,
63 output_node (int id, char const *label, FILE *fout) argument
65 fprintf (fout, " %d [label=\"%s\"]\n", id, label);
70 char const *style, FILE *fout)
72 fprintf (fout, " %d -> %d [style=%s", source, destination, style);
74 fprintf (fout, " label=%s", quote (label));
75 fputs ("]\n", fout);
69 output_edge(int source, int destination, char const *label, char const *style, FILE *fout) argument
100 conclude_red(struct obstack *out, int source, rule_number ruleno, bool enabled, bool first, FILE *fout) argument
156 output_red(state const *s, reductions const *reds, FILE *fout) argument
215 finish_graph(FILE *fout) argument
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_aifc.py133 fout = aifc.open(io.BytesIO(), 'wb')
134 self.assertEqual(fout.getmarkers(), None)
135 fout.setmark(1, 0, 'foo1')
136 fout.setmark(1, 1, 'foo2')
137 self.assertEqual(fout.getmark(1), (1, 1, 'foo2'))
138 self.assertEqual(fout.getmarkers(), [(1, 1, 'foo2')])
139 fout.initfp(None)
142 fout = self.fout = aifc.open(TESTFN, 'wb')
143 fout
[all...]
H A Dtest_uu.py135 fin = fout = None
143 fout = open(self.tmpout, 'w')
144 uu.encode(fin, fout, self.tmpin, mode=0644)
146 fout.close()
148 fout = open(self.tmpout, 'r')
149 s = fout.read()
150 fout.close()
155 fout = open(self.tmpout, 'r')
156 s = fout.read()
157 fout
[all...]
H A Daudiotests.py42 self.f = self.fout = None
47 if self.fout is not None:
48 self.fout.close()
72 f = self.fout = self.module.open(testfile, 'wb')
159 self.fout = None
220 fout = self.fout = self.module.open(testfile, 'wb')
223 fout.close()
225 fout.close() # do nothing
253 fout
[all...]
/external/bart/tests/
H A Dtest_sched_functions.py31 with open(trace_file, "w") as fout:
32 fout.write("")
34 with open(raw_trace_file, "w") as fout:
35 fout.write("")
59 with open(trace_file, "w") as fout:
60 fout.write("")
64 with open(raw_trace_file, "w") as fout:
65 fout.write(in_data)
/external/jsoncpp/test/
H A Dpyjsontestrunner.py18 def valueTreeToString( fout, value, path = '.' ):
21 fout.write( '%s={}\n' % path )
26 valueTreeToString( fout, value[name], path + suffix + name )
28 fout.write( '%s=[]\n' % path )
30 valueTreeToString( fout, childValue, path + '[%d]' % index )
32 fout.write( '%s="%s"\n' % (path,value) )
34 fout.write( '%s=%d\n' % (path,value) )
36 fout.write( '%s=%.16g\n' % (path,value) )
38 fout.write( '%s=true\n' % path )
40 fout
[all...]
/external/trappy/tests/
H A Dtest_duplicates.py36 with open("trace.txt", "w") as fout:
37 fout.write("""version = 6
48 fout.close()
68 with open("trace.txt", "w") as fout:
69 fout.write("""version = 6
81 fout.close()
H A Dtest_trappy.py87 with open("trace.txt", "w") as fout:
88 fout.write(trace_out)
104 with open("trace.txt", "w") as fout:
105 fout.write(trace_out)
123 with open("trace.txt", "w") as fout:
124 fout.write(trace_out)
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_misc.c69 static FILE *fout = NULL; local
71 if (!fout) {
84 fout = fopen(filename, mode);
87 if (!fout)
88 fout = stderr;
95 fputs(message, fout);
96 fflush(fout);
98 else if (fout != stderr) {
99 fputs(message, fout);
100 fflush(fout);
[all...]
/external/libopus/celt/arm/
H A Dcelt_ne10_fft.c114 kiss_fft_cpx *fout)
124 opus_fft_c(st, fin, fout);
132 NE10_FFT_C2C_1D_TYPE_NEON((NE10_FFT_CPX_TYPE_T *)fout,
136 NE10_FFT_C2C_1D_TYPE_NEON((NE10_FFT_CPX_TYPE_T *)fout,
146 kiss_fft_cpx *fout)
156 opus_ifft_c(st, fin, fout);
164 NE10_FFT_C2C_1D_TYPE_NEON((NE10_FFT_CPX_TYPE_T *)fout,
168 NE10_FFT_C2C_1D_TYPE_NEON((NE10_FFT_CPX_TYPE_T *)fout,
112 opus_fft_neon(const kiss_fft_state *st, const kiss_fft_cpx *fin, kiss_fft_cpx *fout) argument
144 opus_ifft_neon(const kiss_fft_state *st, const kiss_fft_cpx *fin, kiss_fft_cpx *fout) argument
H A Dfft_arm.h47 kiss_fft_cpx *fout);
51 kiss_fft_cpx *fout);
/external/speex/libspeex/
H A Dkiss_fft.h82 * fout will be F[0] , F[1] , ... ,F[nfft-1]
86 void kiss_fft(kiss_fft_cfg cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout);
91 void kiss_fft_stride(kiss_fft_cfg cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout,int fin_stride);
/external/libopus/src/
H A Drepacketizer_demo.c61 FILE *fin, *fout; local
105 fout = fopen(argv[argc-1], "w");
106 if(fout==NULL)
133 fclose(fout);
164 if(fwrite(int_field, 1, 4, fout)!=4){
169 if (fwrite(int_field, 1, 4, fout)!=4) {
173 if (fwrite(output_packet, 1, err, fout)!=(unsigned)err) {
189 if (fwrite(int_field, 1, 4, fout)!=4) {
197 if (fwrite(int_field, 1, 4, fout)!=4) {
201 if (fwrite(output_packet, 1, err, fout)!
[all...]
/external/parameter-framework/upstream/test/functional-tests-legacy/
H A DACTCampaignEngine.py79 with open(isAlive, 'w') as fout:
80 fout.write('true')
83 with open(needResync, 'w') as fout:
84 fout.write('false')
/external/libopus/celt/
H A Dkiss_fft.h138 * fout will be F[0] , F[1] , ... ,F[nfft-1]
142 void opus_fft_c(const kiss_fft_state *cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout);
143 void opus_ifft_c(const kiss_fft_state *cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout);
145 void opus_fft_impl(const kiss_fft_state *st,kiss_fft_cpx *fout);
146 void opus_ifft_impl(const kiss_fft_state *st,kiss_fft_cpx *fout);
170 const kiss_fft_cpx *fin, kiss_fft_cpx *fout);
175 const kiss_fft_cpx *fin, kiss_fft_cpx *fout);
H A Dopus_custom_demo.c46 FILE *fin, *fout; local
96 fout = fopen(outFile, "wb+");
97 if (!fout)
109 fclose(fout);
117 fclose(fout);
185 fwrite(out+skip*channels, sizeof(short), (ret-skip)*channels, fout);
193 fclose(fout);
/external/jsoncpp/src/jsontestrunner/
H A Dmain.cpp63 printValueTree(FILE* fout, Json::Value& value, const std::string& path = ".") { argument
65 fprintf(fout, "%s\n", value.getComment(Json::commentBefore).c_str());
69 fprintf(fout, "%s=null\n", path.c_str());
72 fprintf(fout,
78 fprintf(fout,
84 fprintf(fout,
90 fprintf(fout, "%s=\"%s\"\n", path.c_str(), value.asString().c_str());
93 fprintf(fout, "%s=%s\n", path.c_str(), value.asBool() ? "true" : "false");
96 fprintf(fout, "%s=[]\n", path.c_str());
105 printValueTree(fout, valu
163 FILE* fout = fopen(rewritePath.c_str(), "wt"); local
[all...]
/external/protobuf/src/google/protobuf/testing/
H A Dzcgzip.cc61 FileOutputStream fout(STDOUT_FILENO);
62 GzipOutputStream out(&fout);
/external/libopus/doc/
H A Dtrivial_example.c53 FILE *fout; local
104 fout = fopen(outFile, "w");
105 if (fout==NULL)
152 fwrite(pcm_bytes, sizeof(short), frame_size*CHANNELS, fout);
158 fclose(fout);
/external/python/cpython2/PCbuild/
H A Dprepare_ssl.py71 with open(makefile) as fin, open(asm_makefile, 'w') as fout:
76 fout.write(line)
82 fout.write(line)
84 fout.write('\n')
86 fout.write('asms: $(TMP_D) ')
87 fout.write(' '.join(asms))
88 fout.write('\n')
/external/brotli/research/
H A Dfind_opt_references.cc77 int right_lcp, FILE* fout) {
86 fputc(1, fout);
87 fwrite(&idx, sizeof(int), 1, fout); // Position in input.
88 fwrite(&dist, sizeof(int), 1, fout); // Backward distance.
164 void ProcessEntries(entry_type* entries, size_t size, FILE* fout) { argument
188 fputc(1, fout);
189 fwrite(&idx, sizeof(int), 1, fout); // Position in input.
190 fwrite(&dist, sizeof(int), 1, fout); // Backward distance.
205 FILE* fout = fopen(argv[2], "w"); local
242 Fn print = std::bind(PrintReference, _1, _2, _3, _4, _5, _6, _7, _8, fout);
75 PrintReference(sarray_type* sarray, lcp_type* lcp, size_t size, int idx, int left_ix, int right_ix, int left_lcp, int right_lcp, FILE* fout) argument
[all...]
/external/libvpx/libvpx/examples/
H A Dresize_util.c48 char *fin, *fout; local
65 fout = argv[4];
83 fpout = fopen(fout, "wb");
85 printf("Can't open file %s to write\n", fout);
/external/javassist/sample/evolve/
H A DDemoServer.java92 FileOutputStream fout
97 fout.write(buf, 0, len);
/external/python/cpython2/PC/VS9.0/
H A Dvs9to8.py31 with open(destname, 'wb') as fout:
33 fout.write(lines)

Completed in 475 milliseconds

1234