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

1 2 3

  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_output.cpp 23 _file = fopen(name, "wb");
24 if (NULL == _file) {
31 fclose(_file);
35 return EOF != fputc(byte, _file);
44 return buffer_size == fwrite(buffer, 1, buffer_size, _file);
file_wrapper_input.cpp 24 _file = fopen(name, "rb");
25 if (NULL == _file) {
32 fclose(_file);
36 size_t found = fread((char*) buffer, 1, wanted, _file);
37 if (feof(_file) || ferror(_file)) {
63 return 0 == fseek(_file, (long) pos, SEEK_SET);
  /external/stlport/test/unit/cppunit/
file_reporter.h 37 { _file = stderr; }
45 _file = fopen(file, "w");
47 fopen_s(&_file, file, "w");
55 { _file = stream; }
59 fclose(_file);
61 fflush(_file);
69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro);
73 { fprintf(_file, "\n\t%s", msg ); }
84 fprintf(_file, "%s::%s", in_className, in_shortTestName);
94 fprintf(_file, "%s", ignoredReason)
142 FILE* _file; member in class:FileReporter
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 37 { _file = stderr; }
45 _file = fopen(file, "w");
47 fopen_s(&_file, file, "w");
55 { _file = stream; }
59 fclose(_file);
61 fflush(_file);
69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro);
73 { fprintf(_file, "\n\t%s", msg ); }
84 fprintf(_file, "%s::%s", in_className, in_shortTestName);
94 fprintf(_file, "%s", ignoredReason)
142 FILE* _file; member in class:FileReporter
    [all...]
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 37 { _file = stderr; }
45 _file = fopen(file, "w");
47 fopen_s(&_file, file, "w");
55 { _file = stream; }
59 fclose(_file);
61 fflush(_file);
69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro);
73 { fprintf(_file, "\n\t%s", msg ); }
84 fprintf(_file, "%s::%s", in_className, in_shortTestName);
94 fprintf(_file, "%s", ignoredReason)
142 FILE* _file; member in class:FileReporter
    [all...]
  /hardware/ti/omap4xxx/domx/Ducati_binary/
Android.mk 21 $(foreach _file, $(prebuilt_ducati_vendor_bins),\
22 $(notdir $(basename $(_file))))
30 $(foreach _file,$(prebuilt_ducati_vendor_bins),\
31 $(eval $(call _add-ducati-vendor-bin,$(_file))))
  /bionic/libc/stdio/
stdio.c 49 ret = read(fp->_file, buf, n);
64 (void) lseek(fp->_file, (off_t)0, SEEK_END);
66 return (write(fp->_file, buf, n));
75 ret = lseek(fp->_file, (off_t)offset, whence);
88 return (close(((FILE *)cookie)->_file));
makebuf.c 72 if (couldbetty && isatty(fp->_file))
85 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) {
funopen.c 61 fp->_file = -1;
sprintf.c 54 f._file = -1;
vsnprintf.c 57 f._file = -1;
vsprintf.c 52 f._file = -1;
asprintf.c 34 f._file = -1;
fdopen.c 69 fp->_file = fd;
fopen.c 57 fp->_file = f;
snprintf.c 58 f._file = -1;
vasprintf.c 34 f._file = -1;
  /development/tools/axl/
log.py 25 """_file: filename or open file"""
28 self._file = open(file, "a")
30 self._file = file
41 self._file.write("%s %s\n" % (timeStr, ln))
42 self._file.flush()
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 53 FILE* _file; member in class:FileWrapperInput
file_wrapper_output.h 41 FILE* _file; member in class:FileWrapperOutput
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 8 protected var _file:File;
15 _file = file;
33 return _file.name;
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 78 FILE* _file; member in class:__anon8861::PathProfileLoaderPass
296 if (!(_file = fopen(_filename.c_str(), "rb"))) {
303 while( fread(&profType, sizeof(ProfilingType), 1, _file) ) {
313 fclose (_file);
318 fclose (_file);
338 if( fread(&savedArgsLength, sizeof(unsigned), 1, _file) != 1 ) {
345 if( fread(args, 1, savedArgsLength, _file) != savedArgsLength )
354 fseek(_file, 4-(savedArgsLength&3), SEEK_CUR);
361 if( fread(&functionCount, sizeof(functionCount), 1, _file) != 1 ) {
369 if( fread(&pathHeader, sizeof(pathHeader), 1, _file) != 1 )
    [all...]
  /external/grub/stage2/
jfs.h 518 #define di_gengen u._file._u1._imap._gengen
532 } _file; member in union:dinode::__anon6603
533 #define di_xtroot u._file._u2._xtroot
534 #define di_dxd u._file._u2._special._dxd
536 #define di_inlinedata u._file._u2._special._u
537 #define di_rdev u._file._u2._special._u._rdev
538 #define di_fastsymlink u._file._u2._special._u._fastsymlink
539 #define di_inlineea u._file._u2._special._inlineea
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 69 final File _file = new File (fileName); local
71 if (_file.exists () && ! _file.isFile ())
72 throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]");
74 m_sdataOutFile = _file;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 92 final File _file = new File (fileName); local
94 if (_file.exists () && ! _file.isFile ())
95 throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]");
97 m_mdataOutFile = _file;

Completed in 413 milliseconds

1 2 3