HomeSort by relevance Sort by last modified time
    Searched full:rfile (Results 1 - 20 of 20) sorted by null

  /external/jpeg/
makefile.mc6 98 RFILE = libjpeg.ans
103 libjpeg.lib: $(LIBOBJECTS) $(RFILE)
105 lib @$(RFILE)
108 $(RFILE) : makefile
109 del $(RFILE)
110 echo libjpeg.lib >$(RFILE)
112 echo y >>$(RFILE)
113 echo +jcapimin.obj +jcapistd.obj +jctrans.obj +jcparam.obj & >>$(RFILE)
114 echo +jdatadst.obj +jcinit.obj +jcmaster.obj +jcmarker.obj & >>$(RFILE)
115 echo +jcmainct.obj +jcprepct.obj +jccoefct.obj & >>$(RFILE)
    [all...]
install.doc     [all...]
  /external/openssl/crypto/rand/
randfile.c 103 /* #define RFILE ".rnd" - defined in ../../e_os.h */
290 if (s && *s && strlen(s)+strlen(RFILE)+2 < size)
296 BUF_strlcat(buf,RFILE,size);
  /external/opencore/pvmi/pvmf/include/
pvmi_fileio_kvp.h 54 * access. Values for Symbian, RFile=0, RFileBuf=1.
  /external/ppp/pppd/include/
pcap-int.h 45 FILE *rfile; member in struct:pcap_sf
  /external/v8/test/cctest/
SConscript 30 root_dir = dirname(File('SConstruct').rfile().abspath)
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_io.h 220 * The MMF framework provides an open RFile handle to access content.
221 * When using RFileBuf access mode with an RFile handle, the RFileBuf
222 * will be attached to the open RFile handle.
oscl_file_io.cpp 73 //native file cache enable chooses RFileBuf mode over RFile mode
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
standalone.py 138 return self._request_handler.rfile.read(length)
142 return self._request_handler.rfile.get_memorized_lines()
213 self.rfile = memorizingfile.MemorizingFile(
  /external/openssl/
e_os.h 357 # define RFILE ".rnd"
378 # define RFILE ".rnd"
428 # define RFILE ".rnd"
460 # define RFILE ".rnd"
  /external/libpcap/
pcap.c 96 if (p->sf.rfile != NULL) {
172 if (p->sf.rfile != NULL) {
543 return (p->sf.rfile);
pcap-int.h 77 FILE *rfile; member in struct:pcap_sf
savefile.c 935 if (p->sf.rfile != stdin)
936 (void)fclose(p->sf.rfile);
    [all...]
gencode.c     [all...]
  /external/speex/libspeex/
mdf.c 387 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL;
391 if (!(rFile && pFile && oFile))
395 fwrite(rec, sizeof(spx_int16_t), len, rFile);
417 if (rFile || pFile || oFile)
419 rFile = fopen("aec_rec.sw", "wb");
629 fclose(rFile);
632 rFile = pFile = oFile = NULL;
    [all...]
  /external/v8/src/
SConscript 30 root_dir = dirname(File('SConstruct').rfile().abspath)
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileTest.java 2034 File rfile = new File(dir, "yyy.yyy"); local
    [all...]
  /external/opencore/oscl/oscl/config/shared/
osclconfig_io_check.h 32 the target platform supports the Symbian file I/O functions (RFile, RFs).
42 the target platform supports the Symbian file I/O function RFile::Duplicate.
  /external/opencore/doc/oscl_html/
classOscl__File.html 745 Note: This feature is used in Symbian with the MMF framework. The MMF framework provides an open RFile handle to access content. When using RFileBuf access mode with an RFile handle, the RFileBuf will be attached to the open RFile handle.
    [all...]
  /external/v8/
SConstruct 34 root_dir = dirname(File('SConstruct').rfile().abspath)

Completed in 2200 milliseconds