OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loadfile
(Results
51 - 75
of
117
) sorted by null
1
2
3
4
5
/external/tinyxml/
readme.txt
143
<b> You may force TinyXml to Legacy Mode by using
LoadFile
( TIXML_ENCODING_LEGACY ) or
144
LoadFile
( filename, TIXML_ENCODING_LEGACY ). You may force it to use legacy mode all
226
- the Parse() and
LoadFile
() methods
375
doc.
LoadFile
();
tinyxml.cpp
935
bool TiXmlDocument::
LoadFile
( TiXmlEncoding encoding )
940
if ( buf.buffer &&
LoadFile
( buf.buffer, encoding ) )
958
bool TiXmlDocument::
LoadFile
( const char* filename, TiXmlEncoding encoding )
[
all
...]
tinyxml.h
186
TiXmlDocument::
LoadFile
(), or any TiXmlNode::Parse() is called. It will NOT be set
[
all
...]
changes.txt
66
When "
LoadFile
" is called with a filename, the value will correctly get set.
/external/llvm/lib/Transforms/IPO/
FunctionImport.cpp
40
static std::unique_ptr<Module>
loadFile
(const std::string &FileName,
412
return
loadFile
(Identifier, M.getContext());
/external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp
270
bRet = m_pFont->
LoadFile
(m_pFileRead);
292
FX_BOOL bRet = m_pFont->
LoadFile
(m_pFileRead);
/cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp
87
if (!doc.
LoadFile
()) {
/external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp
53
if (!pSR->
LoadFile
(pszFileName, dwAccess)) {
83
FX_BOOL CFX_FileStreamImp::
LoadFile
(const FX_WCHAR* pszSrcFileName,
852
FX_BOOL CFX_Stream::
LoadFile
(const FX_WCHAR* pszSrcFileName,
862
((CFX_FileStreamImp*)m_pStreamImp)->
LoadFile
(pszSrcFileName, dwAccess);
[
all
...]
/external/tagsoup/
build.xml
134
<
loadfile
property="patch" srcFile="${tmp}/${file-pref}.i"/>