Searched refs:textfile (Results 1 – 9 of 9) sorted by relevance
/external/tinyxml/ |
D | xmltest.cpp | 811 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/ |
D | email-simple.py | 8 with open(textfile) as fp: 15 msg['Subject'] = 'The contents of %s' % textfile
|
/external/python/cpython2/Doc/includes/ |
D | email-simple.py | 9 fp = open(textfile, 'rb') 16 msg['Subject'] = 'The contents of %s' % textfile
|
/external/tinyxml2/ |
D | xmltest.cpp | 1052 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/ |
D | form.d | 120 -F '=)' -F '=@textfile.txt' ... smtp://example.com
|
/external/icu/icu4c/source/test/intltest/ |
D | Makefile.in | 59 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |