Home
last modified time | relevance | path

Searched refs:textfile (Results 1 – 9 of 9) sorted by relevance

/external/tinyxml/
Dxmltest.cpp811 FILE* textfile = fopen( "textfile.txt", "w" ); in main() local
812 if ( textfile ) in main()
814 psg->Print( textfile, 0 ); in main()
815 fclose( textfile ); in main()
817 textfile = fopen( "textfile.txt", "r" ); in main()
818 assert( textfile ); in main()
819 if ( textfile ) in main()
822 fgets( buf, 1024, textfile ); in main()
829 fclose( textfile ); in main()
833 FILE* textfile = fopen( "test5.xml", "w" ); in main() local
[all …]
/external/python/cpython3/Doc/includes/
Demail-simple.py8 with open(textfile) as fp:
15 msg['Subject'] = 'The contents of %s' % textfile
/external/python/cpython2/Doc/includes/
Demail-simple.py9 fp = open(textfile, 'rb')
16 msg['Subject'] = 'The contents of %s' % textfile
/external/tinyxml2/
Dxmltest.cpp1052 FILE* textfile = fopen( textFilePath, "w" ); in main() local
1053 XMLTest( "Entity transformation: open text file for writing", true, textfile != 0, true ); in main()
1054 if ( textfile ) in main()
1056 XMLPrinter streamer( textfile ); in main()
1058 fclose( textfile ); in main()
1062 textfile = fopen( textFilePath, "r" ); in main()
1063 XMLTest( "Entity transformation: open text file for reading", true, textfile != 0, true ); in main()
1064 if ( textfile ) in main()
1067 fgets( buf, 1024, textfile ); in main()
1072 fclose( textfile ); in main()
/external/curl/docs/cmdline-opts/
Dform.d120 -F '=)' -F '=@textfile.txt' ... smtp://example.com
/external/icu/icu4c/source/test/intltest/
DMakefile.in59 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...