HomeSort by relevance Sort by last modified time
    Searched refs:sourcefile (Results 1 - 25 of 44) sorted by null

1 2

  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
CoverageBuilder.java 111 final SourceFileCoverageImpl sourceFile = getSourceFile(source,
113 sourceFile.increment(coverage);
121 SourceFileCoverageImpl sourcefile = (SourceFileCoverageImpl) sourcefiles local
123 if (sourcefile == null) {
124 sourcefile = new SourceFileCoverageImpl(filename, packagename);
125 sourcefiles.put(key, sourcefile);
127 return sourcefile;
  /external/jsoncpp/scons-tools/
substinfile.py 19 def do_subst_in_file(targetfile, sourcefile, dict):
25 f = open(sourcefile, 'rb')
29 raise SCons.Errors.UserError("Can't read source file %s"%sourcefile)
  /external/libmicrohttpd/src/testcurl/
test_get_sendfile.c 52 char *sourcefile; variable
99 fd = open (sourcefile, O_RDONLY);
103 sourcefile,
471 sourcefile = malloc (strlen (tmp) + 32);
472 sprintf (sourcefile,
476 f = fopen (sourcefile, "w");
480 free (sourcefile);
497 unlink (sourcefile);
498 free (sourcefile);
  /external/jsoncpp/
doxybuild.py 26 def do_subst_in_file(targetfile, sourcefile, dict):
32 f = open(sourcefile, 'rb')
36 print("Can't read source file %s"%sourcefile)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
d10v.exp 202 set sourcefile [lindex $sourcefiles $i]
206 set cmd "$AS $ASFLAGS $opts(as) $asflags($sourcefile) -o $objfile $sourcefile"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 527 sourcefile = getsourcefile(object)
528 if not sourcefile and file[:1] + file[-1:] != '<>':
530 file = sourcefile if sourcefile else file
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 527 sourcefile = getsourcefile(object)
528 if not sourcefile and file[:1] + file[-1:] != '<>':
530 file = sourcefile if sourcefile else file
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 527 sourcefile = getsourcefile(object)
528 if not sourcefile and file[:1] + file[-1:] != '<>':
530 file = sourcefile if sourcefile else file
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 527 sourcefile = getsourcefile(object)
528 if not sourcefile and file[:1] + file[-1:] != '<>':
530 file = sourcefile if sourcefile else file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 527 sourcefile = getsourcefile(object)
528 if not sourcefile and file[:1] + file[-1:] != '<>':
530 file = sourcefile if sourcefile else file
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 626 set sourcefile ${file}.s
628 set sourcefile $srcdir/$subdir/$opts(source)
637 set cmd "$AS $ASFLAGS $opts(as) -o dump.o $sourcefile"
  /external/dtc/
dtc-parser.y 108 sourcefile: label
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xml_etree.py 985 >>> sourcefile = serialize(e, to_string=False)
986 >>> next(ET.iterparse(sourcefile)) # doctest: +ELLIPSIS
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xml_etree.py 986 >>> sourcefile = serialize(e, to_string=False)
987 >>> next(ET.iterparse(sourcefile)) # doctest: +ELLIPSIS
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xml_etree.py 986 >>> sourcefile = serialize(e, to_string=False)
987 >>> next(ET.iterparse(sourcefile)) # doctest: +ELLIPSIS
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 986 >>> sourcefile = serialize(e, to_string=False)
987 >>> next(ET.iterparse(sourcefile)) # doctest: +ELLIPSIS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 986 >>> sourcefile = serialize(e, to_string=False)
987 >>> next(ET.iterparse(sourcefile)) # doctest: +ELLIPSIS
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 786 set sourcefile [lindex $sourcefiles $i]
798 set cmd "$AS $ASFLAGS $opts(as) $sourceasflags -o $objfile $sourcefile"
    [all...]
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.core-0.7.2.201409121644.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/
org.jacoco.core-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/
org.jacoco.core-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.6.201602180812/
org.jacoco.core-0.7.6.201602180812.jar 

Completed in 733 milliseconds

1 2