Searched refs:_file (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | file_reporter.h | 37 { _file = stderr; } 45 _file = fopen(file, "w"); 47 fopen_s(&_file, file, "w"); 55 { _file = stream; } 59 fclose(_file); in ~FileReporter() 61 fflush(_file); in ~FileReporter() 69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro); in error() 73 { fprintf(_file, "\n\t%s", msg ); } in message() 84 fprintf(_file, "%s::%s", in_className, in_shortTestName); in progress() 94 fprintf(_file, "%s", ignoredReason); in progress() [all …]
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | file_reporter.h | 37 { _file = stderr; } 45 _file = fopen(file, "w"); 47 fopen_s(&_file, file, "w"); 55 { _file = stream; } 59 fclose(_file); in ~FileReporter() 61 fflush(_file); in ~FileReporter() 69 fprintf(_file, "\n\n%s(%d) : %s(%s);", in_file, in_line, in_macroName, in_macro); in error() 73 { fprintf(_file, "\n\t%s", msg ); } in message() 84 fprintf(_file, "%s::%s", in_className, in_shortTestName); in progress() 94 fprintf(_file, "%s", ignoredReason); in progress() [all …]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | _stdio_file.h | 107 inline int _FILE_fd(const FILE *__f) { return __f->_file; }
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 2162 the name of a file, and the _file name_ of a library generally looks
|