HomeSort by relevance Sort by last modified time
    Searched defs:__file__ (Results 1 - 21 of 21) sorted by null

  /external/python/cpython2/Lib/plat-mac/
appletrawmain.py 41 __file__ = os.path.join(_dir, '__main__.py') variable
42 if os.path.exists(__file__):
46 sys.argv[0] = __file__
48 execfile(__file__)
50 __file__ = os.path.join(_dir, '__main__.pyc') variable
51 if os.path.exists(__file__):
55 sys.argv[0] = __file__
56 _fp = open(__file__, 'rb')
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
appletrawmain.py 41 __file__ = os.path.join(_dir, '__main__.py') variable
42 if os.path.exists(__file__):
46 sys.argv[0] = __file__
48 execfile(__file__)
50 __file__ = os.path.join(_dir, '__main__.pyc') variable
51 if os.path.exists(__file__):
55 sys.argv[0] = __file__
56 _fp = open(__file__, 'rb')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py 41 __file__ = os.path.join(_dir, '__main__.py') variable
42 if os.path.exists(__file__):
46 sys.argv[0] = __file__
48 execfile(__file__)
50 __file__ = os.path.join(_dir, '__main__.pyc') variable
51 if os.path.exists(__file__):
55 sys.argv[0] = __file__
56 _fp = open(__file__, 'rb')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 31 __file__ = "cStringIO.c" variable in class:cStringIO
  /external/python/cpython2/Lib/idlelib/idle_test/
test_grep.py 14 __file__ = findfile('idlelib/idle_test') + '/test_grep.py' variable
54 grep.grep_it(re.compile(pat), __file__)
  /external/python/cpython2/Tools/framer/
example.py 31 __file__ = "cStringIO.c" variable in class:cStringIO
  /tools/repohooks/
pre-upload.py 30 __file__
34 __file__ = os.path.join(os.getcwd(), 'pre-upload.py') variable
35 _path = os.path.dirname(os.path.realpath(__file__))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_discovery.py 305 __file__ = 'bar/foo.py' variable in class:TestDiscovery.test_detect_module_clash.Module
348 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
  /external/python/cpython2/Lib/unittest/test/
test_discovery.py 320 __file__ = 'bar/foo.py' variable in class:TestDiscovery.setup_module_clash.Module
385 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_discovery.py 319 __file__ = 'bar/foo.py' variable in class:TestDiscovery.test_detect_module_clash.Module
362 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_discovery.py 319 __file__ = 'bar/foo.py' variable in class:TestDiscovery.test_detect_module_clash.Module
362 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 319 __file__ = 'bar/foo.py' variable in class:TestDiscovery.test_detect_module_clash.Module
362 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 319 __file__ = 'bar/foo.py' variable in class:TestDiscovery.test_detect_module_clash.Module
362 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 172 # Some times __path__ and __file__ are not absolute (e.g. while running from
176 # they are found in the CWD their __file__ and __path__ will be relative (this
179 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
180 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
185 if hasattr(module, '__file__'):
186 module.__file__ = os.path.abspath(module.__file__)
1510 __file__ = os.path.abspath(__file__) variable
    [all...]
  /external/python/cpython2/Lib/test/
regrtest.py 174 # Some times __path__ and __file__ are not absolute (e.g. while running from
178 # they are found in the CWD their __file__ and __path__ will be relative (this
181 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
182 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
187 if hasattr(module, '__file__'):
188 module.__file__ = os.path.abspath(module.__file__)
1653 __file__ = os.path.abspath(__file__) variable
    [all...]
  /external/python/cpython3/Lib/unittest/test/
test_discovery.py 331 __file__ = '/foo/my_package/__init__.py'
332 this_dir = os.path.dirname(__file__)
713 __file__ = 'bar/foo.py' variable in class:TestDiscovery.setup_module_clash.Module
778 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
186 if hasattr(module, '__file__'):
187 module.__file__ = os.path.abspath(module.__file__)
1536 __file__ = os.path.abspath(__file__) variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
186 if hasattr(module, '__file__'):
187 module.__file__ = os.path.abspath(module.__file__)
1536 __file__ = os.path.abspath(__file__) variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
186 if hasattr(module, '__file__'):
187 module.__file__ = os.path.abspath(module.__file__)
1536 __file__ = os.path.abspath(__file__) variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
186 if hasattr(module, '__file__'):
187 module.__file__ = os.path.abspath(module.__file__)
1536 __file__ = os.path.abspath(__file__) variable
    [all...]
  /external/capstone/bindings/python/capstone/
__init__.py 204 if not hasattr(sys.modules[__name__], '__file__'):
205 __file__ = inspect.getfile(inspect.currentframe()) variable
240 join(split(__file__)[0], 'lib'),

Completed in 456 milliseconds