HomeSort by relevance Sort by last modified time
    Searched refs:test_fn (Results 1 - 5 of 5) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pdb.py 348 # the test_fn must contain something like \t
351 test_fn = '.\\test_mod.py'
353 with open(test_fn, 'w') as f:
355 self.addCleanup(os.remove, test_fn)
356 cmd = [sys.executable, '-m', 'pdb', test_fn,]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pdb.py 348 # the test_fn must contain something like \t
351 test_fn = '.\\test_mod.py'
353 with open(test_fn, 'w') as f:
355 self.addCleanup(os.remove, test_fn)
356 cmd = [sys.executable, '-m', 'pdb', test_fn,]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pdb.py 348 # the test_fn must contain something like \t
351 test_fn = '.\\test_mod.py'
353 with open(test_fn, 'w') as f:
355 self.addCleanup(os.remove, test_fn)
356 cmd = [sys.executable, '-m', 'pdb', test_fn,]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py 348 # the test_fn must contain something like \t
351 test_fn = '.\\test_mod.py'
353 with open(test_fn, 'w') as f:
355 self.addCleanup(os.remove, test_fn)
356 cmd = [sys.executable, '-m', 'pdb', test_fn,]
  /bionic/tests/
sys_socket_test.cpp 62 static void RunTest(void (*test_fn)(struct sockaddr_un*, int),
90 test_fn(&addr, fd);

Completed in 51 milliseconds