HomeSort by relevance Sort by last modified time
    Searched full:pylint (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python_unittest_input.py 3 # and one that will generate a pylint error for an undefined variable.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
platform_backend.py 9 # pylint: disable=W0613
19 def SetFullPerformanceModeEnabled(self, enabled): # pylint: disable=W0613
34 def GetMemoryStats(self, pid): # pylint: disable=W0613
37 def GetIOStats(self, pid): # pylint: disable=W0613
40 def GetChildPids(self, pid): # pylint: disable=W0613
win_platform_backend.py 11 import pywintypes # pylint: disable=F0401 namespace
12 import win32api # pylint: disable=F0401 namespace
13 import win32con # pylint: disable=F0401 namespace
14 import win32process # pylint: disable=F0401 namespace
30 # pylint: disable=W0613
android_platform_backend.py 18 from pylib import perf_tests_helper # pylint: disable=F0401 namespace
19 from pylib import thermal_throttle # pylint: disable=F0401 namespace
22 from pylib import surface_stats_collector # pylint: disable=F0401 namespace
desktop_platform_backend.py 15 # pylint: disable=W0223
posix_platform_backend_unittest.py 14 # pylint: disable=W0223
proc_util.py 6 import resource # pylint: disable=F0401 namespace
  /external/chromium_org/tools/deep_memory_profiler/lib/
ordered_dict.py 11 from collections import OrderedDict # pylint: disable=E0611,W0611 namespace
19 from simplejson import OrderedDict # pylint: disable=W0611 namespace
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
websocket.py 18 from websocket import create_connection # pylint: disable=W0611 namespace
19 from websocket import WebSocketException # pylint: disable=W0611 namespace
inspector_console.py 39 # False positive in PyLint 0.25.1: http://www.logilab.org/89092
41 def message_output_stream(self): # pylint: disable=E0202
45 def message_output_stream(self, stream): # pylint: disable=E0202
crx_id.py 16 from crx_id import crx_id # pylint: disable=F0401 namespace
adb_commands.py 19 from pylib import android_commands # pylint: disable=F0401 namespace
20 from pylib import cmd_helper # pylint: disable=F0401 namespace
21 from pylib import forwarder # pylint: disable=F0401 namespace
22 from pylib import ports # pylint: disable=F0401 namespace
  /external/llvm/bindings/python/
README.txt 58 Eventually we'll provide a Pylint config file. In the meantime, install
59 Pylint:
61 pip install pylint
65 pylint llvm
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options_unittest.py 15 self.assertEquals(options.x, 3) # pylint: disable=E1101
22 self.assertEquals(options.x, 10) # pylint: disable=E1101
30 self.assertEquals(options.x, 7) # pylint: disable=E1101
37 self.assertEquals(options.v, None) # pylint: disable=E1101
44 self.assertEquals(options.v, 2) # pylint: disable=E1101
wpr_server.py 15 import webpagereplay # pylint: disable=F0401 namespace
20 class _WebPageReplayServer(webpagereplay.ReplayServer): # pylint: disable=W0232
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
lint_test_expectations_unittest.py 75 def get(self, port_name, *args, **kwargs): # pylint: disable=W0613,E0202
78 def all_port_names(self, platform=None): # pylint: disable=W0613,E0202
101 # pylint appears to complain incorrectly about the method overrides pylint: disable=E0202,C0322
102 # FIXME: incorrect complaints about spacing pylint: disable=C0322
114 # FIXME: incorrect complaints about spacing pylint: disable=C0322
135 # unused args pylint: disable=W0613
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner_unittest.py 34 def credentials_type(self): # pylint: disable=R0201
37 def LoginNeeded(self, tab, config): # pylint: disable=W0613
41 def LoginNoLongerNeeded(self, tab): # pylint: disable=W0613
126 def runCredentialsTest(self, # pylint: disable=R0201
152 def RunTest(self, page, tab, results): # pylint: disable=W0613,R0201
175 def RunTest(self, page, tab, results): # pylint: disable=W0613,R0201
183 self.hasRun = True # pylint: disable=W0201
216 def RunTest(self, page, tab, results): # pylint: disable=W0613,R0201
255 def RunTest(self, page, tab, results): # pylint: disable=W0613,R0201
perf_tests_helper.py 20 from pylib import perf_tests_helper # pylint: disable=F0401 namespace
page_test.py 60 self.__class_, test_method_name) # pylint: disable=E1101
84 def NeedsBrowserRestartAfterEachRun(self, tab): # pylint: disable=W0613
115 def CanRunForPage(self, page): #pylint: disable=W0613
151 def CreatePageSet(self, args, options): # pylint: disable=W0613
156 def CreateExpectations(self, page_set): # pylint: disable=W0613
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 54 echo "Running pylint"
58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
  /external/chromium/testing/gmock/test/
gmock_test_utils.py 51 import gtest_test_utils # pylint: disable-msg=C6204 namespace
97 # pylint: disable-msg=C6409
105 # pylint: enable-msg=C6409
  /development/scripts/
stack 28 # pylint: disable-msg=C6310
41 # pylint: enable-msg=C6310
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
download.py 8 # when pylint runs the third_party module is the one from depot_tools
9 # pylint: disable=E0611
  /external/chromium_org/tools/telemetry/telemetry/
test.py 55 def CreatePageSet(self, options): # pylint: disable=W0613
65 def CreateExpectations(self, ps): # pylint: disable=W0613
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
README.chromium 78 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic
79 issues that pylint doesn't (e.g., warning about blank lines, various whitespace issues, etc.).

Completed in 429 milliseconds

1 2 3 4 5 6 7