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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /frameworks/compile/libbcc/bcinfo/Wrap/
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);
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);
  /external/webkit/Source/cmake/
WebKitMacros.cmake 1 MACRO (INCLUDE_IF_EXISTS _file)
2 IF (EXISTS ${_file})
3 MESSAGE(STATUS "Using platform-specific CMakeLists: ${_file}")
4 INCLUDE(${_file})
6 MESSAGE(STATUS "Platform-specific CMakeLists not found: ${_file}")
107 FOREACH (_file ${ARGN})
108 GET_FILENAME_COMPONENT(_basename ${_file} NAME_WE)
109 GET_FILENAME_COMPONENT(_path ${_file} PATH)
111 IF (NOT _file MATCHES "${DERIVED_SOURCES_WEBCORE_DIR}")
113 SOURCE_GROUP("${_sourcegroup}" FILES ${_file})
    [all...]
  /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;
  /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()
  /external/clang/test/Analysis/
taint-tester.cpp 4 typedef struct _FILE 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) {
asprintf.c 34 f._file = -1;
vasprintf.c 34 f._file = -1;
fseek.c 130 fp->_file < 0 || fstat(fp->_file, &st) ||
146 if (fstat(fp->_file, &st))
fdopen.c 69 fp->_file = fd;
funopen.c 61 fp->_file = -1;
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
memorizingfile.py 60 self._file = file_
67 if name in ('_file', '_memorized_lines', '_max_memorized_lines',
71 return self._file.__getattribute__(name)
85 line = self._file.readline()
  /external/webkit/Source/WebCore/
UseJSC.cmake 194 FOREACH (_file ${WebCore_IDL_FILES})
195 GET_FILENAME_COMPONENT (_name ${_file} NAME_WE)
198 MAIN_DEPENDENCY ${_file}
199 DEPENDS ${WEBCORE_DIR}/bindings/scripts/generate-bindings.pl ${SCRIPTS_BINDINGS} ${WEBCORE_DIR}/bindings/scripts/CodeGeneratorJS.pm ${_file}
200 COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/bindings/scripts/generate-bindings.pl --defines "${FEATURE_DEFINES_JAVASCRIPT}" --generator JS ${IDL_INCLUDES} --outputDir "${DERIVED_SOURCES_WEBCORE_DIR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}" ${WEBCORE_DIR}/${_file}
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 77 FILE* _file; member in class:__anon11366::PathProfileLoaderPass
295 if (!(_file = fopen(_filename.c_str(), "rb"))) {
302 while( fread(&profType, sizeof(ProfilingType), 1, _file) ) {
312 fclose (_file);
317 fclose (_file);
337 if( fread(&savedArgsLength, sizeof(unsigned), 1, _file) != 1 ) {
344 if( fread(args, 1, savedArgsLength, _file) != savedArgsLength )
353 fseek(_file, 4-(savedArgsLength&3), SEEK_CUR);
360 if( fread(&functionCount, sizeof(functionCount), 1, _file) != 1 ) {
368 if( fread(&pathHeader, sizeof(pathHeader), 1, _file) != 1 )
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_output.h 41 FILE* _file; member in class:FileWrapperOutput
file_wrapper_input.h 53 FILE* _file; member in class:FileWrapperInput
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 8 typedef struct _FILE FILE;
  /external/webkit/Source/JavaScriptCore/
CMakeLists.txt 196 FOREACH (_file ${JavaScriptCore_LUT_FILES})
197 GET_FILENAME_COMPONENT(_name ${_file} NAME_WE)
198 GENERATE_HASH_LUT(${JAVASCRIPTCORE_DIR}/${_file} ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/${_name}.lut.h)
  /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 1282 milliseconds

1 2 3 4 5 6 7 8 91011>>