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

1 2 3

  /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__))
  /external/clang/bindings/python/tests/cindex/
test_index.py 4 kInputsDir = os.path.join(os.path.dirname(__file__), 'INPUTS')
  /external/webkit/Tools/Scripts/
new-run-webkit-tests 40 script_dir = os.path.dirname(os.path.abspath(__file__))
webkit-patch 66 WebKitPatch(__file__).main()
test-webkit-scripts 84 tester = ScriptsTester(os.path.dirname(__file__))
test-webkitpy 141 webkitpy_dir = os.path.join(os.path.dirname(__file__), "webkitpy")
231 webkit_root = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
  /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/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/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__)
test_files.py 42 _log = logutils.get_logger(__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__))))))
  /external/webkit/Source/WebKit/chromium/
gyp_webkit 38 script_dir = os.path.dirname(__file__)
  /external/webkit/Tools/Scripts/webkitpy/common/
prettypatch_unittest.py 61 webkitpy_common = os.path.dirname(__file__)
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
__init__.py 51 thirdparty_dir = os.path.dirname(__file__)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 38 _log = logutils.get_logger(__file__)
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 28 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
  /external/webkit/Source/WebCore/html/parser/
create-html-entity-table 59 program_name = os.path.basename(__file__)
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 62 path = os.path.join(os.path.dirname(__file__), 'templates', 'simple_form.html')
149 path = os.path.join(os.path.dirname(__file__), 'templates', 'edit_avatar.html')
191 path = os.path.join(os.path.dirname(__file__), 'templates', 'contacts.html')

Completed in 1398 milliseconds

1 2 3