Searched refs:sourcefile (Results 1 – 17 of 17) sorted by relevance
/third_party/python/Tools/scripts/ |
D | highlight.py | 243 sourcefile = args.sourcefile variable 244 with open(sourcefile) as f: 251 encoded = build_html_page(classified_text, title=sourcefile) 255 encoded = latex_highlight(classified_text, title=sourcefile) 260 htmlfile = os.path.splitext(os.path.basename(sourcefile))[0] + '.html'
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_get_sendfile.c | 52 char *sourcefile; variable 99 fd = open (sourcefile, O_RDONLY); in ahc_echo() 103 sourcefile, in ahc_echo() 471 sourcefile = malloc (strlen (tmp) + 32); in main() 472 sprintf (sourcefile, in main() 476 f = fopen (sourcefile, "w"); in main() 480 free (sourcefile); in main() 497 unlink (sourcefile); in main() 498 free (sourcefile); in main()
|
/third_party/boost/libs/mpl/preprocessed/ |
D | fix_boost_mpl_preprocess.py | 24 sourcefile = open( filename, "rU" ) 25 content = sourcefile.read() 26 sourcefile.close()
|
/third_party/openssl/Configurations/ |
D | descrip.mms.tmpl | 18 sub sourcefile { 444 $(PERL) {- sourcefile("test", "run_tests.pl") -} $(TESTS) 457 @ $(PERL) {- sourcefile("test", "run_tests.pl") -} list 471 @{- sourcefile("VMS", "msg_install.com") -} "$(SYSTARTUP)" "{- $osslver -}" 473 @{- sourcefile("VMS", "msg_staging.com") -} - 509 @ $(PERL) {- sourcefile("util", "add-depends.pl") -} "VMS C" 534 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} - 537 COPY/PROT=W:R {- sourcefile("apps", "openssl-vms.cnf") -} - 540 COPY/PROT=W:R {- sourcefile("apps", "ct_log_list.cnf") -} - 543 COPY/PROT=W:R {- sourcefile("apps", "ct_log_list.cnf") -} - [all …]
|
D | README.design | 244 sources => a hash table containing 'file' => [ 'sourcefile' ... ] 469 srcs => [ "PATH/TO/sourcefile", ... ],
|
D | README | 634 srcs => [ "PATH/TO/sourcefile", ... ],
|
/third_party/jsoncpp/ |
D | doxybuild.py | 41 def do_subst_in_file(targetfile, sourcefile, dict): argument 46 with open(sourcefile, 'r') as f:
|
/third_party/gettext/gettext-tools/doc/ |
D | msggrep.texi | 50 [-N @var{sourcefile}]... [-M @var{domainname}]... 80 @item -N @var{sourcefile} 81 @itemx --location=@var{sourcefile} 84 Select messages extracted from @var{sourcefile}. @var{sourcefile} can be
|
/third_party/typescript/src/services/formatting/ |
D | README.md | 19 the sourcefile which should be formatted.
|
/third_party/uboot/u-boot-2020.01/scripts/dtc/ |
D | dtc-parser.y | 108 sourcefile:
|
/third_party/python/Modules/ |
D | Setup | 25 # <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...] 27 # <sourcefile> is anything ending in .c (.C, .cc, .c++ are C++ files)
|
/third_party/boost/libs/spirit/doc/x3/tutorial/ |
D | annotation.qbk | 343 Now that we have our main parse function, let's have an example sourcefile to
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 3001 sourcefile = serialize(doc, to_string=False) 3002 self.assertEqual(next(ET.iterparse(sourcefile))[0], 'end') 3005 sourcefile = serialize(doc, to_string=False) 3007 self.assertEqual(next(ET.iterparse(sourcefile, parser=parser))[0],
|
/third_party/python/Doc/install/ |
D | index.rst | 885 module ... [sourcefile ...] [cpparg ...] [library ...] 894 * *sourcefile* is anything that's likely to be a source code file, at least
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | acinclude.m4.in | 2873 dnl around ~5Mb _per_ sourcefile.
|
/third_party/NuttX/ |
D | ReleaseNotes | 25977 follows the rule: sourcefile + fixed suffix "_[A|C|CPP|CXX]FLAGS". 26031 follows the rule: sourcefile + fixed suffix "_[A|C|CPP|CXX]FLAGS"
|
D | ChangeLog | 26791 the rule: sourcefile + fixed suffix "_[A|C|CPP|CXX]FLAGS"
|