HomeSort by relevance Sort by last modified time
    Searched refs:fout (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/bison/src/
graphviz.h 29 * \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...]
graphviz.c 42 start_graph (FILE *fout)
44 fprintf (fout,
52 fprintf (fout,
56 fprintf (fout,
63 output_node (int id, char const *label, FILE *fout)
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);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.c 56 static FILE *fout = NULL; local
58 if (!fout) {
62 fout = fopen(filename, "w");
63 if (!fout)
64 fout = stderr;
71 fputs(message, fout);
72 fflush(fout);
74 else if (fout != stderr) {
75 fputs(message, fout);
76 fflush(fout);
    [all...]
  /external/jsoncpp/test/
pyjsontestrunner.py 18 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.write( '%s=false\n' % path
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aifc.py 12 self.f = self.fout = None
18 if self.fout is not None:
20 self.fout.close()
61 fout = self.fout = aifc.open(TESTFN, 'wb')
62 fout.aifc()
63 fout.setparams(f.getparams())
65 fout.writeframes(f.readframes(1))
66 fout.close()
67 fout = self.fout = aifc.open(TESTFN, 'rb'
    [all...]
test_uu.py 115 fin = fout = None
123 fout = open(self.tmpout, 'w')
124 uu.encode(fin, fout, self.tmpin, mode=0644)
126 fout.close()
128 fout = open(self.tmpout, 'r')
129 s = fout.read()
130 fout.close()
135 fout = open(self.tmpout, 'r')
136 s = fout.read()
137 fout.close(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aifc.py 12 self.f = self.fout = None
18 if self.fout is not None:
20 self.fout.close()
61 fout = self.fout = aifc.open(TESTFN, 'wb')
62 fout.aifc()
63 fout.setparams(f.getparams())
65 fout.writeframes(f.readframes(1))
66 fout.close()
67 fout = self.fout = aifc.open(TESTFN, 'rb'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 12 self.f = self.fout = None
18 if self.fout is not None:
20 self.fout.close()
61 fout = self.fout = aifc.open(TESTFN, 'wb')
62 fout.aifc()
63 fout.setparams(f.getparams())
65 fout.writeframes(f.readframes(1))
66 fout.close()
67 fout = self.fout = aifc.open(TESTFN, 'rb'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 12 self.f = self.fout = None
18 if self.fout is not None:
20 self.fout.close()
61 fout = self.fout = aifc.open(TESTFN, 'wb')
62 fout.aifc()
63 fout.setparams(f.getparams())
65 fout.writeframes(f.readframes(1))
66 fout.close()
67 fout = self.fout = aifc.open(TESTFN, 'rb'
    [all...]
  /external/speex/libspeex/
kiss_fft.h 82 * 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);
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
vignette_approx_f.rsh 53 float4 fout;
54 fout.rgb = in.rgb * lumen;
55 fout.w = in.w;
56 return fout;
vignette_f.rsh 53 float4 fout;
54 fout.rgb = in.rgb * lumen;
55 fout.w = in.w;
  /external/libopus/src/
repacketizer_demo.c 61 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)!=(unsigned)err)
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/
ACTCampaignEngine.py 79 with open(isAlive, 'w') as fout:
80 fout.write('true')
83 with open(needResync, 'w') as fout:
84 fout.write('false')
  /external/opencv3/modules/imgcodecs/src/
grfmt_hdr.cpp 139 FILE *fout = fopen(m_filename.c_str(), "wb"); local
140 if(!fout) {
144 RGBE_WriteHeader(fout, img.cols, img.rows, NULL);
146 RGBE_WritePixels_RLE(fout, const_cast<float*>(img.ptr<float>()), img.cols, img.rows);
148 RGBE_WritePixels(fout, const_cast<float*>(img.ptr<float>()), img.cols * img.rows);
151 fclose(fout);
  /external/jsoncpp/src/jsontestrunner/
main.cpp 63 printValueTree(FILE* fout, Json::Value& value, const std::string& path = ".") {
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, value[index], path + buffer)
163 FILE* fout = fopen(rewritePath.c_str(), "wt"); local
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 159 FileOutputStream fout = null; local
163 fout = new FileOutputStream(file);
164 fout.write(data);
165 fout.flush();
166 fout.close();
167 fout = null;
179 if (fout != null) {
181 fout.close();
  /external/protobuf/src/google/protobuf/testing/
zcgzip.cc 54 FileOutputStream fout(STDOUT_FILENO);
55 GzipOutputStream out(&fout);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
vignette.rsh 54 float4 fout;
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
57 return convert_uchar4(fout);
vignette_approx.rsh 54 float4 fout;
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
57 return convert_uchar4(fout);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
vignette.rsh 54 float4 fout;
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
57 return convert_uchar4(fout);
vignette_approx.rsh 54 float4 fout;
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
57 return convert_uchar4(fout);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
vignette.rsh 54 float4 fout;
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
57 return convert_uchar4(fout);
vignette_approx.rsh 54 float4 fout;
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
57 return convert_uchar4(fout);
  /external/libopus/doc/
trivial_example.c 53 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);

Completed in 476 milliseconds

1 2 3 4 5 6 7