HomeSort by relevance Sort by last modified time
    Searched refs:__file__ (Results 176 - 200 of 1968) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/vixl/
.ycm_extra_conf.py 8 repo_root = os.path.dirname(os.path.abspath(__file__))
  /toolchain/benchmark/
apply_patches.py 24 os.path.dirname(os.path.realpath(__file__)), 'autotest.diff')
45 os.path.dirname(os.path.realpath(__file__)), 'panorama.diff')
71 os.path.dirname(os.path.realpath(__file__)), 'synthmark.diff')
  /tools/repohooks/tools/
pylint.py 28 os.path.dirname(os.path.realpath(__file__)), 'pylintrc')
72 print('%s: unable to run `%s`: %s' % (__file__, cmd[0], e),
75 (__file__,), file=sys.stderr)
  /external/python/cpython3/Lib/ctypes/test/
test_returnfuncptrs.py 11 dll = CDLL(_ctypes_test.__file__)
23 dll = CDLL(_ctypes_test.__file__)
37 dll = CDLL(_ctypes_test.__file__)
53 return CDLL(_ctypes_test.__file__)
59 BadSequence(("my_strchr", CDLL(_ctypes_test.__file__))))
  /external/pdfium/
update_pdfium.py 40 COPY_FILES = [os.path.basename(__file__), ".git", "MODULE_LICENSE_BSD", "NOTICE"] + MAKE_FILES
41 REMOVE_FILES = [os.path.basename(__file__), ".git", ".gitignore"] + OWNERS_FILES
119 targetDir = os.path.dirname(os.path.realpath(__file__))
  /development/vndk/tools/sourcedr/
runtest.py 10 TESTS_DIR = os.path.join(os.path.dirname(__file__), 'sourcedr', 'tests')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
__init__.py 15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
__init__.py 6 here = os.path.dirname(__file__)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t019lexer.py 12 inputPath = os.path.splitext(__file__)[0] + '.input'
  /external/autotest/client/cros/cellular/mbim_compliance/assertions/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/client/cros/cellular/mbim_compliance/sequences/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/client/cros/cellular/wardmodem/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/client/site_tests/firmware_TouchMTB/
common.py 11 cwd = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/frontend/
urls_common.py 29 {'document_root': os.path.join(os.path.dirname(__file__), '..',
  /external/autotest/server/cros/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/server/cros/faft/config/
common.py 6 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/server/lib/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/site_utils/lib/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/site_utils/stable_images/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/site_utils/stats/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/venv/lucifer/cmd/test/
autotest_monkeypatcher.py 31 print(common.__file__)
  /external/chromium-trace/catapult/common/eslint/eslint/
smoke_test.py 28 delete=False, dir=os.path.dirname(__file__), suffix=".html")

Completed in 330 milliseconds

1 2 3 4 5 6 78 91011>>