Home
last modified time | relevance | path

Searched defs:execfile (Results 1 – 4 of 4) sorted by relevance

/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
DDumpTest.java62 File execfile = new File(tmp.getRoot(), "jacoco.exec"); in should_write_dump() local
79 File execfile = new File(tmp.getRoot(), "jacoco.exec"); in should_log_connection_error_when_retry_is_specified() local
DExecInfoTest.java56 File execfile = createExecFile(); in should_print_execution_data_info() local
/external/python/cpython3/Lib/idlelib/
Dpyshell.py645 def execfile(self, filename, source=None): member in ModifiedInterpreter
/external/python/cpython2/Lib/idlelib/
DPyShell.py649 def execfile(self, filename, source=None): member in ModifiedInterpreter