/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
D | CoverageBuilder.java | 125 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/ |
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'
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | FixEras.java | 86 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/ |
D | substinfile.py | 19 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/ |
D | doxybuild.py | 26 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/ |
D | tf_tests.cmake | 42 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/ |
D | inspect.py | 526 sourcefile = getsourcefile(object) 527 if not sourcefile and file[:1] + file[-1:] != '<>': 529 file = sourcefile if sourcefile else file
|
/external/syzkaller/docs/ |
D | headerparser_usage.md | 45 DEBUG:HeaderFilePreprocessor:HeaderFilePreprocessor._mktempfiles: sourcefile=/tmp/tmpbBQYhR/source.…
|
/external/u-boot/scripts/dtc/ |
D | dtc-parser.y | 108 sourcefile:
|
/external/dtc/ |
D | dtc-parser.y | 108 sourcefile:
|
/external/python/cpython3/Modules/ |
D | Setup.dist | 28 # <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...] 30 # <sourcefile> is anything ending in .c (.C, .cc, .c++ are C++ files)
|
/external/python/cpython2/Lib/test/ |
D | test_xml_etree.py | 2013 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/ |
D | Setup.dist | 19 # <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...] 21 # <sourcefile> is anything ending in .c (.C, .cc, .c++ are C++ files)
|
/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 2361 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/ |
D | index.rst | 931 module ... [sourcefile ...] [cpparg ...] [library ...] 940 * *sourcefile* is anything that's likely to be a source code file, at least
|
/external/python/cpython2/Doc/install/ |
D | index.rst | 916 module ... [sourcefile ...] [cpparg ...] [library ...] 925 * *sourcefile* is anything that's likely to be a source code file, at least
|
/external/dtc/Documentation/ |
D | manual.txt | 163 sourcefile: versioninfo plugindecl list_of_memreserve devicetree
|
/external/libpcap/ |
D | aclocal.m4 | 353 dnl the output to {sourcefile-basename}.u, and AIX has no /dev/stdout
|
/external/tcpdump/ |
D | aclocal.m4 | 302 dnl the output to {sourcefile-basename}.u, and AIX has no /dev/stdout
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | armv7a-cros-linux-gnueabi | 18980 PASS: gdb.trace/tracecmd.exp: 1.1b: trace sourcefile:line 18982 PASS: gdb.trace/tracecmd.exp: 1.2a: trace invalid line in sourcefile
|