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

1 2

  /external/bluetooth/glib/gobject/
glib-genmarshal.c 121 static FILE *fout = NULL; variable
134 fputs ("\n", fout);
135 fputs ("#ifdef G_ENABLE_DEBUG\n", fout);
136 fputs ("#define g_marshal_value_peek_boolean(v) g_value_get_boolean (v)\n", fout);
137 fputs ("#define g_marshal_value_peek_char(v) g_value_get_char (v)\n", fout);
138 fputs ("#define g_marshal_value_peek_uchar(v) g_value_get_uchar (v)\n", fout);
139 fputs ("#define g_marshal_value_peek_int(v) g_value_get_int (v)\n", fout);
140 fputs ("#define g_marshal_value_peek_uint(v) g_value_get_uint (v)\n", fout);
141 fputs ("#define g_marshal_value_peek_long(v) g_value_get_long (v)\n", fout);
142 fputs ("#define g_marshal_value_peek_ulong(v) g_value_get_ulong (v)\n", fout);
    [all...]
  /external/bison/src/
vcg.c 436 open_edge (edge *e, FILE *fout)
441 fputs ("\tedge: {\n", fout);
444 fputs ("\tbackedge: {\n", fout);
447 fputs ("\tnearedge: {\n", fout);
450 fputs ("\tbentnearedge: {\n", fout);
453 fputs ("\tedge: {\n", fout);
458 close_edge (FILE *fout)
460 fputs ("\t}\n", fout);
464 open_node (FILE *fout)
466 fputs ("\tnode: {\n", fout);
    [all...]
vcg.h     [all...]
  /external/srec/tools/parseStringTest/
parseStringTest.c 50 ESR_ReturnCode process_single_key_line(SR_Grammar* grammar, PFile* fin, PFile* fout);
51 ESR_ReturnCode process_multi_key_line(SR_Grammar* grammar, const LCHAR* rootrule, PFile* fin, PFile* fout);
79 void display_results(SR_SemanticResult *result, PFile* fout)
94 pfprintf(fout, "{%s : %s}\n", keys[i], value);
96 pfprintf(fout, "Error: %s\n", ESR_rc2str(rc));
98 pfprintf(fout, "--Done--\n");
101 pfprintf(fout, "Error: %s\n", ESR_rc2str(rc));
104 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout, Opts* opts)
124 Parse(grammar, trans, fout, &myopts);
183 pfprintf(fout, "error (%s)\n\n", trans)
283 PFile *fin = NULL, *fout = NULL; local
    [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);
kiss_fft.c 30 kiss_fft_cpx * Fout,
43 kiss_fft_cpx * Fout_beg = Fout;
46 Fout = Fout_beg + i*mm;
47 Fout2 = Fout + m;
57 Fout2->r = PSHR32(SUB32(SHL32(EXTEND32(Fout->r), 14), tr), 15);
58 Fout2->i = PSHR32(SUB32(SHL32(EXTEND32(Fout->i), 14), ti), 15);
59 Fout->r = PSHR32(ADD32(SHL32(EXTEND32(Fout->r), 14), tr), 15);
60 Fout->i = PSHR32(ADD32(SHL32(EXTEND32(Fout->i), 14), ti), 15)
    [all...]
  /external/srec/tools/dictTest/
dictTest.c 42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout)
51 LFPRINTF(fout,"ERROR: %s\n", ESR_rc2str(rc));
58 LFPRINTF(fout,"%s : %s\n", phrase, pron);
64 void doInputTestPhonemes(SR_Vocabulary *vocab, PFile* fin, FILE* fout)
84 LFPRINTF(fout, "ERROR: INVALID FORMAT for input line\n");
96 LFPRINTF(fout,"ERROR: %s\n", ESR_rc2str(rc));
99 LFPRINTF(fout,"%s|%s|%s|", phrase, expectedPhoneme, phoneme);
102 LFPRINTF(fout,"PASSED\n");
104 LFPRINTF(fout,"FAILED\n");
125 FILE* fout = stdout local
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 140 FileOutputStream fout = null; local
144 fout = new FileOutputStream(file);
145 fout.write(data);
146 fout.flush();
147 fout.close();
148 fout = null;
160 if (fout != null) {
162 fout.close();
ParcelFileDescriptorTest.java 213 FileOutputStream fout = null; local
215 fout = con.openFileOutput(fileName, Context.MODE_WORLD_WRITEABLE);
218 fout.write(new byte[] { 0x0, 0x1, 0x2, 0x3 });
220 fout.close();
  /external/protobuf/src/google/protobuf/testing/
zcgzip.cc 54 FileOutputStream fout(STDOUT_FILENO);
55 GzipOutputStream out(&fout);
  /external/genext2fs/
test-mount.sh 13 rm -rf mnt fout lsout
68 sort -d -k3.6 > fout
74 diff fout lsout || fail
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileLockTest.java 227 FileOutputStream fout = new FileOutputStream(file); local
228 FileChannel fileChannel = fout.getChannel();
239 fout = new FileOutputStream(file);
240 fileChannel = fout.getChannel();
264 FileOutputStream fout = new FileOutputStream(file); local
265 FileChannel fileChannel = fout.getChannel();
  /libcore/luni/src/test/java/tests/api/java/security/
PermissionCollectionTest.java 150 FileOutputStream fout = null; local
157 fout = new FileOutputStream(jarFile);
160 fout.write(c);
163 fout.flush();
165 if (fout != null) {
166 fout.close();
  /external/chromium/third_party/zlib/contrib/minizip/
miniunz.c 251 FILE *fout=NULL; local
340 fout=fopen(write_filename,"wb");
343 if ((fout==NULL) && ((*popt_extract_without_path)==0) &&
350 fout=fopen(write_filename,"wb");
353 if (fout==NULL)
359 if (fout!=NULL)
372 if (fwrite(buf,err,1,fout)!=1)
380 if (fout)
381 fclose(fout);
414 FILE* fout=NULL local
    [all...]
  /external/zlib/contrib/minizip/
miniunz.c 309 FILE *fout=NULL; local
398 fout=fopen64(write_filename,"wb");
401 if ((fout==NULL) && ((*popt_extract_without_path)==0) &&
408 fout=fopen64(write_filename,"wb");
411 if (fout==NULL)
417 if (fout!=NULL)
430 if (fwrite(buf,err,1,fout)!=1)
438 if (fout)
439 fclose(fout);
472 FILE* fout=NULL local
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java 249 FileOutputStream fout = new FileOutputStream(fd); local
250 PrintWriter pw = new PrintWriter(fout);
262 * @param fout The file to which you should dump your state. This will be
266 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) {
  /external/chromium/third_party/icu/source/tools/tzcode/
icuzdump.cpp 388 ofstream* fout = new ofstream(path.str().c_str(), mode); local
389 if (fout->fail()) {
391 delete fout;
396 dumper.dump(*fout);
397 fout->close();
398 delete fout;
  /external/icu4c/tools/tzcode/
icuzdump.cpp 388 ofstream* fout = new ofstream(path.str().c_str(), mode); local
389 if (fout->fail()) {
391 delete fout;
396 dumper.dump(*fout);
397 fout->close();
398 delete fout;
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 185 @Override protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) {
193 fout.println("Permission Denial: can't dump InputMethodManager from from pid="
201 fd, fout, args, latch));
204 fout.println("Timeout waiting for dump");
207 fout.println("Interrupted waiting for dump");
AbstractInputMethodService.java 180 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) {
  /external/srec/tools/test_g2g/
test_g2g.c 72 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout);
415 void display_results(SR_SemanticResult *result, PFile* fout)
430 pfprintf(fout,"{%s : %s}\n",keys[i],value);
432 pfprintf(fout,"Error: %s\n",ESR_rc2str(rc));
436 pfprintf(fout,"Error: %s\n",ESR_rc2str(rc));
439 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout)
457 pfprintf(fout,"no parse\n\n");
462 pfprintf(fout,"parse ok (%d results)\n", result_count);
464 display_results(semanticResults[i],fout);
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 289 FILE *fout = NULL; local
291 fout = fopen(file_name, "wb");
292 if (!fout)
294 size_t nwrite = fwrite(mArgs.out_buf, sizeof(char), param->file_size, fout);
295 fclose(fout);
344 FILE *fout = NULL; local
346 fout = fopen(file_name, "wb");
347 if (!fout)
349 size_t nwrite = fwrite(mArgs.out_thumb_buf, sizeof(char), param->file_size, fout);
350 fclose(fout);
    [all...]
  /bootable/recovery/
recovery.c 376 FILE* fout = fopen(copy_path, "wb"); local
377 if (fout == NULL) {
383 if (fwrite(buffer, 1, read, fout) != read) {
391 if (fclose(fout) != 0) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 393 @Override protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) {
400 sargs.arg2 = fout;
406 fout.println("Timeout waiting for dump");
409 fout.println("Interrupted waiting for dump");
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java     [all...]

Completed in 1723 milliseconds

1 2