Home
last modified time | relevance | path

Searched refs:_file (Results 1 – 16 of 16) sorted by relevance

/external/stlport/test/unit/cppunit/
Dfile_reporter.h37 { _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 …]
/external/webkit/Source/cmake/
DWebKitMacros.cmake1 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/llvm/lib/Analysis/
DPathProfileInfo.cpp78 FILE* _file; member in __anoned7d67d50111::PathProfileLoaderPass
296 if (!(_file = fopen(_filename.c_str(), "rb"))) { in runOnModule()
303 while( fread(&profType, sizeof(ProfilingType), 1, _file) ) { in runOnModule()
313 fclose (_file); in runOnModule()
318 fclose (_file); in runOnModule()
338 if( fread(&savedArgsLength, sizeof(unsigned), 1, _file) != 1 ) { in handleArgumentInfo()
345 if( fread(args, 1, savedArgsLength, _file) != savedArgsLength ) in handleArgumentInfo()
354 fseek(_file, 4-(savedArgsLength&3), SEEK_CUR); in handleArgumentInfo()
361 if( fread(&functionCount, sizeof(functionCount), 1, _file) != 1 ) { in handlePathInfo()
369 if( fread(&pathHeader, sizeof(pathHeader), 1, _file) != 1 ) { in handlePathInfo()
[all …]
/external/grub/stage2/
Djfs.h518 #define di_gengen u._file._u1._imap._gengen
532 } _file; member
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/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Dmemorizingfile.py60 self._file = file_
71 return self._file.__getattribute__(name)
85 line = self._file.readline()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRFileStream.as8 protected var _file:File;
15 _file = file;
33 return _file.name;
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessor.java92 final File _file = new File (fileName); in setMetaOutFile() local
94 if (_file.exists () && ! _file.isFile ()) in setMetaOutFile()
95 … throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); in setMetaOutFile()
97 m_mdataOutFile = _file; in setMetaOutFile()
/external/emma/core/java12/com/vladium/emma/data/
DMergeProcessor.java69 final File _file = new File (fileName); in setSessionOutFile() local
71 if (_file.exists () && ! _file.isFile ()) in setSessionOutFile()
72 … throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); in setSessionOutFile()
74 m_sdataOutFile = _file; in setSessionOutFile()
/external/dbus/cmake/test/
DCMakeLists.txt144 STRING(REGEX REPLACE "\\.in$" ".cmake" _file ${FILE})
145 IF (EXISTS ${_file})
146 SET (FILE ${_file})
147 ENDIF (EXISTS ${_file})
/external/webkit/Source/WebCore/
DUseJSC.cmake194 FOREACH (_file ${WebCore_IDL_FILES})
195 GET_FILENAME_COMPONENT (_name ${_file} NAME_WE)
198 MAIN_DEPENDENCY ${_file}
199 …enerate-bindings.pl ${SCRIPTS_BINDINGS} ${WEBCORE_DIR}/bindings/scripts/CodeGeneratorJS.pm ${_file}
200 …RIVED_SOURCES_WEBCORE_DIR}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}" ${WEBCORE_DIR}/${_file}
/external/webkit/Source/JavaScriptCore/
DCMakeLists.txt196 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}.lu…
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java194 final File _file = new File (fileName); in setSessionOutFile() local
196 if (_file.exists () && ! _file.isFile ()) in setSessionOutFile()
197 … throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); in setSessionOutFile()
199 m_sdataOutFile = _file; in setSessionOutFile()
/external/stlport/src/
D_stdio_file.h107 inline int _FILE_fd(const FILE *__f) { return __f->_file; }
/external/llvm/test/Transforms/MergeFunc/
D2011-02-08-RemoveEqual.ll25 ….kc::impl_fileline_FileLine"* %this, %"struct.kc::impl_casestring__Str"* %_file, i32 %_line) align…
37 store %"struct.kc::impl_casestring__Str"* %_file, %"struct.kc::impl_casestring__Str"** %_file_addr
151 ….kc::impl_fileline_FileLine"* %this, %"struct.kc::impl_casestring__Str"* %_file, i32 %_line) align…
163 store %"struct.kc::impl_casestring__Str"* %_file, %"struct.kc::impl_casestring__Str"** %_file_addr
/external/libvpx/build/make/
Dgen_msvs_sln.sh78 eval "local file=\${$1_file}"
/external/dropbear/libtomcrypt/
Dcrypt.tex1919 \index{hash\_file()}
2131 \index{hmac\_file()}
2268 \index{omac\_file()}
2402 \index{pmac\_file()}
2552 \index{xcbc\_file()}
2638 \index{f9\_file()}