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

1 2 3 4 5

  /external/oprofile/libregex/tests/
regex_test.cpp 30 static void do_test(istream& fin)
38 while (getline(fin, last)) {
70 ifstream fin(argv[i]);
71 do_test(fin);
74 ifstream fin("mangled-name");
75 if (!fin) {
80 do_test(fin);
  /external/protobuf/src/google/protobuf/testing/
zcgunzip.cc 55 FileInputStream fin(STDIN_FILENO);
56 GzipInputStream in(&fin);
  /external/speex/libspeex/
kiss_fft.h 81 * fin should 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/base/tools/preload/
PrintPsTree.java 34 FileInputStream fin = new FileInputStream(args[0]); local
36 new BufferedInputStream(fin));
  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 160 FILE *fin;
172 fin = fopen("/proc/cpuinfo","r");
173 if(fin != NULL)
179 while (fgets(buf, 511, fin) != NULL)
212 fclose(fin);
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 160 FileInputStream fin = null; local
168 fin = new FileInputStream(file);
170 assertEquals(i + 1, fin.read());
172 fin.close();
173 fin = null;
186 if (fin != null) {
188 fin.close();
  /external/srec/tools/dictTest/
dictTest.c 64 void doInputTestPhonemes(SR_Vocabulary *vocab, PFile* fin, FILE* fout)
77 while(!pfeof(fin))
79 pfgets(line, MAX_LINE_LENGTH, fin);
124 PFile* fin = 0; local
297 if ((fin = pfopen(wordfile,"r")) == NULL)
302 while (pfgets(phrase, MAX_LINE_LENGTH, fin)!=NULL)
311 if ((fin = pfopen(testfilename,"r")) == NULL)
317 doInputTestPhonemes(vocab, fin, fout);
345 if(fin)
346 pfclose(fin);
    [all...]
  /external/zlib/src/contrib/minizip/
minizip.c 189 FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); local
193 if (fin==NULL)
202 size_read = (int)fread(buf,1,size_buf,fin);
204 if (feof(fin)==0)
216 if (fin)
217 fclose(fin);
398 FILE * fin; local
463 fin = FOPEN_FUNC(filenameinzip,"rb");
464 if (fin==NULL)
475 size_read = (int)fread(buf,1,size_buf,fin);
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
vignette.rsh 49 const float4 fin = convert_float4(in);
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
vignette_approx.rsh 49 const float4 fin = convert_float4(in);
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
vignette.rsh 49 const float4 fin = convert_float4(in);
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
vignette_approx.rsh 49 const float4 fin = convert_float4(in);
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
vignette.rsh 49 const float4 fin = convert_float4(in);
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
vignette_approx.rsh 49 const float4 fin = convert_float4(in);
55 fout.rgb = fin.rgb * lumen;
56 fout.w = fin.w;
  /external/quake/quake/src/QW/client/
gl_warp.c 491 void LoadTGA (FILE *fin)
497 targa_header.id_length = fgetc(fin);
498 targa_header.colormap_type = fgetc(fin);
499 targa_header.image_type = fgetc(fin);
501 targa_header.colormap_index = fgetLittleShort(fin);
502 targa_header.colormap_length = fgetLittleShort(fin);
503 targa_header.colormap_size = fgetc(fin);
504 targa_header.x_origin = fgetLittleShort(fin);
505 targa_header.y_origin = fgetLittleShort(fin);
506 targa_header.width = fgetLittleShort(fin);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 540 void LoadTGA (FILE *fin)
546 targa_header.id_length = fgetc(fin);
547 targa_header.colormap_type = fgetc(fin);
548 targa_header.image_type = fgetc(fin);
550 targa_header.colormap_index = fgetLittleShort(fin);
551 targa_header.colormap_length = fgetLittleShort(fin);
552 targa_header.colormap_size = fgetc(fin);
553 targa_header.x_origin = fgetLittleShort(fin);
554 targa_header.y_origin = fgetLittleShort(fin);
555 targa_header.width = fgetLittleShort(fin);
    [all...]
  /external/clang/test/SemaCXX/
function-overload-typo-crash.cpp 10 fin(); //expected-error {{use of undeclared identifier 'fin'; did you mean 'min'}}
  /external/javassist/sample/evolve/
DemoServer.java 90 FileInputStream fin local
95 int len = fin.read(buf);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 60 def __init__(self, fin=1, rsv1=0, rsv2=0, rsv3=0,
62 self.fin = fin
102 def create_header(opcode, payload_length, fin, rsv1, rsv2, rsv3, mask):
115 if (fin | rsv1 | rsv2 | rsv3) & ~1:
116 raise ValueError('FIN bit and Reserved bit parameter must be 0 or 1')
120 first_byte = ((fin << 7)
144 frame.opcode, len(frame.payload), frame.fin,
150 message, opcode=common.OPCODE_BINARY, fin=1, mask=False, frame_filters=[]):
153 frame = Frame(fin=fin, opcode=opcode, payload=message
    [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);
283 PFile *fin = NULL, *fout = NULL; local
293 fin = PSTDIN;
360 fin = PSTDIN;
362 else if ((fin = pfopen(infilename, "r")) == NULL)
370 if (pfgets(trans, MAX_LINE_LENGTH, fin) == NULL)
372 if (!pfeof(fin))
391 if ((fin = pfopen(inRTfilename, "r")) == NULL)
403 if (0) rc = process_single_key_line(grammar, fin, fout)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 281 goto fin;
287 goto fin;
301 goto fin;
307 goto fin;
314 goto fin;
326 goto fin;
341 goto fin;
350 goto fin;
355 goto fin;
368 goto fin;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 483 int[] fin = new int[arr.length]; local
485 fin[i] = (arr[i] == null) ? 0 : arr[i].shortValue() & 0x0ffff;
487 return setValue(fin);
491 int[] fin = new int[arr.length]; local
493 fin[i] = (arr[i] == null) ? 0 : arr[i].intValue();
495 return setValue(fin);
499 long[] fin = new long[arr.length]; local
501 fin[i] = (arr[i] == null) ? 0 : arr[i].longValue();
503 return setValue(fin);
507 byte[] fin = new byte[arr.length]
    [all...]
  /external/libyuv/files/source/
cpu_id.cc 105 FILE* fin = fopen(cpuinfo_name, "r"); local
106 if (fin) {
108 while (fgets(buf, 511, fin)) {
118 fclose(fin);
  /external/javassist/src/main/javassist/
ClassPoolTail.java 285 InputStream fin = openClassfile(classname); local
286 if (fin == null)
290 copyStream(fin, out);
293 fin.close();
307 InputStream fin = openClassfile(classname);
309 fin.close();
384 public static byte[] readStream(InputStream fin) throws IOException {
393 len = fin.read(bufs[i], size, bufsize - size);
419 public static void copyStream(InputStream fin, OutputStream fout)
428 len = fin.read(buf, size, bufsize - size)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 206 goto fin;
220 goto fin;
227 goto fin;
235 goto fin;
242 goto fin;
249 goto fin;
271 goto fin;
278 fin:
310 goto fin;
319 goto fin;
    [all...]

Completed in 1221 milliseconds

1 2 3 4 5