HomeSort by relevance Sort by last modified time
    Searched refs:__file__ (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
set_sys_path.py 42 sys.path.insert(0, os.path.join(os.path.split(__file__)[0], '..'))
run_all.py 70 _list_test_modules(os.path.join(os.path.split(__file__)[0], '.')))
  /external/chromium/testing/gmock/scripts/generator/
gmock_gen.py 26 sys.path.append(os.path.dirname(__file__))
30 gmock_class.__doc__ = gmock_class.__doc__.replace('gmock_class.py', __file__)
  /external/webkit/Tools/Scripts/webkitpy/test/
cat.py 27 sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
33 return [sys.executable, __file__] + list(args)
echo.py 27 sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
33 return [sys.executable, __file__] + list(args)
  /external/webkit/Tools/QueueStatusServer/
__init__.py 26 sys.path.append(os.path.dirname(__file__))
  /docs/source.android.com/scripts/
micro-httpd.py 22 outdir = os.environ.get('OUTDIR', os.path.join(os.path.dirname(__file__), '..', 'out'))
  /external/clang/bindings/python/tests/cindex/
test_index.py 4 kInputsDir = os.path.join(os.path.dirname(__file__), 'INPUTS')
test_cdb.py 8 kInputsDir = os.path.join(os.path.dirname(__file__), 'INPUTS')
12 path = os.path.dirname(__file__)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t019lexer.py 12 inputPath = os.path.splitext(__file__)[0] + '.input'
t018llstar.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
24 outputPath = os.path.splitext(__file__)[0] + '.output'
t020fuzzy.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
27 outputPath = os.path.splitext(__file__)[0] + '.output'
  /external/webkit/Tools/Scripts/
new-run-webkit-tests 40 script_dir = os.path.dirname(os.path.abspath(__file__))
webkit-patch 66 WebKitPatch(__file__).main()
  /external/webkit/Tools/wx/packaging/
build-debian-installer.py 7 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "build")))
11 script_dir = os.path.abspath(os.path.dirname(__file__))
  /external/skia/tools/
svndiff.py 34 TRUNK_PATH = os.path.join(os.path.dirname(__file__), os.pardir)
63 trunk_path = os.path.join(os.path.dirname(__file__), os.pardir)
118 USAGE_STRING % __file__))
  /external/chromium/testing/gmock/scripts/
upload_gmock.py 52 my_dir = os.path.dirname(os.path.abspath(__file__))
  /external/chromium/testing/gmock/test/
gmock_test_utils.py 41 SCRIPT_DIR = os.path.dirname(__file__) or '.'
  /external/chromium/testing/gtest/scripts/
upload_gtest.py 52 my_dir = os.path.dirname(os.path.abspath(__file__))
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
upload_gtest.py 52 my_dir = os.path.dirname(os.path.abspath(__file__))
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python_unittest.py 54 current_dir = os.path.dirname(__file__)
  /external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator.py 45 components = __file__.split(os.sep)
51 (path, extension) = os.path.splitext(committers.__file__)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config.py 39 _log = logutils.get_logger(__file__)
132 abspath = self._filesystem.abspath(__file__)
  /external/llvm/docs/
conf.py 218 basedir = os.path.dirname(__file__)
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
react-to-vsprops-changes.py 12 top_level_directory = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))))

Completed in 378 milliseconds

1 2 3 4