Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DCoverageBuilder.java125 SourceFileCoverageImpl sourcefile = (SourceFileCoverageImpl) sourcefiles in getSourceFile() local
127 if (sourcefile == null) { in getSourceFile()
128 sourcefile = new SourceFileCoverageImpl(filename, packagename); in getSourceFile()
129 sourcefiles.put(key, sourcefile); in getSourceFile()
131 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/scons-tools/
Dsubstinfile.py19 def do_subst_in_file(targetfile, sourcefile, dict): argument
25 f = open(sourcefile, 'rb')
29 raise SCons.Errors.UserError("Can't read source file %s"%sourcefile)
/external/jsoncpp/
Ddoxybuild.py26 def do_subst_in_file(targetfile, sourcefile, dict): argument
32 f = open(sourcefile, 'rb')
36 print("Can't read source file %s"%sourcefile)
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_tests.cmake42 foreach(sourcefile ${_AT_SOURCES})
43 string(REPLACE "${tensorflow_source_dir}/" "" exename ${sourcefile})
48 SOURCES ${sourcefile}
116 foreach(sourcefile ${_AT_SOURCES})
117 …add_test(NAME ${sourcefile} COMMAND ${PYTHON_EXECUTABLE} ${sourcefile} WORKING_DIRECTORY ${tensorf…
121 set_tests_properties(${sourcefile} PROPERTIES TIMEOUT "600")
/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/syzkaller/docs/
Dheaderparser_usage.md45 DEBUG:HeaderFilePreprocessor:HeaderFilePreprocessor._mktempfiles: sourcefile=/tmp/tmpbBQYhR/source.…
/external/u-boot/scripts/dtc/
Ddtc-parser.y108 sourcefile:
/external/dtc/
Ddtc-parser.y108 sourcefile:
/external/python/cpython3/Modules/
DSetup.dist28 # <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...]
30 # <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.py2361 sourcefile = serialize(doc, to_string=False)
2362 self.assertEqual(next(ET.iterparse(sourcefile))[0], 'end')
2365 sourcefile = serialize(doc, to_string=False)
2367 self.assertEqual(next(ET.iterparse(sourcefile, parser=parser))[0],
/external/python/cpython3/Doc/install/
Dindex.rst931 module ... [sourcefile ...] [cpparg ...] [library ...]
940 * *sourcefile* is anything that's likely to be a source code file, at least
/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/dtc/Documentation/
Dmanual.txt163 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/toolchain-utils/dejagnu/gdb_baseline/
Darmv7a-cros-linux-gnueabi18980 PASS: gdb.trace/tracecmd.exp: 1.1b: trace sourcefile:line
18982 PASS: gdb.trace/tracecmd.exp: 1.2a: trace invalid line in sourcefile