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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_frozen.py 17 import __phello__
19 self.fail("import __phello__ failed:" + str(x))
22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
27 import __phello__.foo
31 self.fail("import __phello__.foo should have failed")
37 del sys.modules['__phello__']
38 del sys.modules['__phello__.spam']
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_frozen.py 17 import __phello__
19 self.fail("import __phello__ failed:" + str(x))
22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
27 import __phello__.foo
31 self.fail("import __phello__.foo should have failed")
37 del sys.modules['__phello__']
38 del sys.modules['__phello__.spam']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_frozen.py 17 import __phello__
19 self.fail("import __phello__ failed:" + str(x))
22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
27 import __phello__.foo
31 self.fail("import __phello__.foo should have failed")
37 del sys.modules['__phello__']
38 del sys.modules['__phello__.spam']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_frozen.py 17 import __phello__
19 self.fail("import __phello__ failed:" + str(x))
22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
27 import __phello__.foo
31 self.fail("import __phello__.foo should have failed")
37 del sys.modules['__phello__']
38 del sys.modules['__phello__.spam']

Completed in 83 milliseconds