Home
last modified time | relevance | path

Searched refs:sourcefile (Results 1 – 25 of 28) sorted by relevance

12

/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DCoverageBuilder.java121 SourceFileCoverageImpl sourcefile = (SourceFileCoverageImpl) sourcefiles in getSourceFile() local
123 if (sourcefile == null) { in getSourceFile()
124 sourcefile = new SourceFileCoverageImpl(filename, packagename); in getSourceFile()
125 sourcefiles.put(key, sourcefile); in getSourceFile()
127 return sourcefile; in getSourceFile()
/external/python/cpython3/Tools/scripts/
Dhighlight.py243 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'
/external/cldr/tools/java/org/unicode/cldr/icu/
DFixEras.java86 String sourcefile = null; in processArgs() local
89 sourcefile = sourcedir + "/" + file; in processArgs()
91 sourcefile = file; in processArgs()
93 Document maindoc = LDMLUtilities.parse(sourcefile, false); in processArgs()
/external/jsoncpp/
Ddoxybuild.py41 def do_subst_in_file(targetfile, sourcefile, dict): argument
46 with open(sourcefile, 'r') as f:
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DXMLCoverageWriter.java79 final ReportElement element = parent.sourcefile(s.getName()); in writeSourceFile()
DReportElement.java155 public ReportElement sourcefile(final String name) throws IOException { in sourcefile() method in ReportElement
/external/python/cpython2/Lib/
Dinspect.py526 sourcefile = getsourcefile(object)
527 if not sourcefile and file[:1] + file[-1:] != '<>':
529 file = sourcefile if sourcefile else file
/external/mtools/
Dmdoctorfat.c36 Stream_t *sourcefile; member
Dmtools.texi1558 @code{mcopy} [@code{-bspanvmQT}] [@code{-D} @var{clash_option}] @var{sourcefile} @var{targetfile}
1559 @code{mcopy} [@code{-bspanvmQT}] [@code{-D} @var{clash_option}] @var{sourcefile} [ @var{sourcefiles…
2143 @code{mmove} [@code{-v}] [@code{-D} @var{clash_option}] @var{sourcefile} @var{targetfile}
2144 @code{mmove} [@code{-v}] [@code{-D} @var{clash_option}] @var{sourcefile} [ @var{sourcefiles}@dots{…
2335 @code{mren} [@code{-voOsSrRA}] @var{sourcefile} @var{targetfile}
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DFormatter.java146 unit.sourcefile = source; in format()
DRemoveUnusedImports.java226 unit.sourcefile = source; in parse()
DStringWrapper.java397 unit.sourcefile = sjfo; in parse()
/external/dtc/
Ddtc-parser.y100 sourcefile:
/external/python/cpython3/Modules/
DSetup25 # <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...]
27 # <sourcefile> is anything ending in .c (.C, .cc, .c++ are C++ files)
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py2013 sourcefile = serialize(doc, to_string=False)
2014 self.assertEqual(next(ET.iterparse(sourcefile))[0], 'end')
2018 sourcefile = serialize(doc, to_string=False)
2020 self.assertEqual(next(ET.iterparse(sourcefile, parser=parser))[0],
/external/python/cpython2/Modules/
DSetup.dist19 # <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...]
21 # <sourcefile> is anything ending in .c (.C, .cc, .c++ are C++ files)
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py3001 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],
/external/libabigail/
DCONTRIBUTING119 base in such a way that tools like "git blame <sourcefile> are still
/external/python/cpython2/Doc/install/
Dindex.rst916 module ... [sourcefile ...] [cpparg ...] [library ...]
925 * *sourcefile* is anything that's likely to be a source code file, at least
/external/python/cpython3/Doc/install/
Dindex.rst885 module ... [sourcefile ...] [cpparg ...] [library ...]
894 * *sourcefile* is anything that's likely to be a source code file, at least
/external/dtc/Documentation/
Dmanual.txt166 sourcefile: versioninfo plugindecl list_of_memreserve devicetree
/external/libpcap/
Daclocal.m4353 dnl the output to {sourcefile-basename}.u, and AIX has no /dev/stdout
/external/tcpdump/
Daclocal.m4302 dnl the output to {sourcefile-basename}.u, and AIX has no /dev/stdout
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12