Lines Matching refs:py
78 'list in PRESUBMIT.py outdated.\nPlease update it to the current '
161 """Checks that all new or whitelisted .cc and .h files pass cpplint.py.
163 depot_tools/presubmit_canned_checks.py but has less filters and only checks
177 # Use the strictest verbosity level for cpplint.py (level 1) which is the
178 # default when running cpplint.py from command line.
198 result = [res_type('Changelist failed cpplint.py check.')]
281 # Copied from Chromium's src/PRESUBMIT.py.
351 whitelist=[r'.+_test\.py$']))
367 black_list=(r'^.*gviz_api\.py$',
368 r'^.*gaeunit\.py$',
370 r'^build[\\\/].*\.py$',
371 r'^buildtools[\\\/].*\.py$',
372 r'^chromium[\\\/].*\.py$',
373 r'^google_apis[\\\/].*\.py$',
374 r'^net.*[\\\/].*\.py$',
375 r'^out.*[\\\/].*\.py$',
376 r'^testing[\\\/].*\.py$',
377 r'^third_party[\\\/].*\.py$',
378 r'^tools[\\\/]find_depot_tools.py$',
379 r'^tools[\\\/]clang[\\\/].*\.py$',
380 r'^tools[\\\/]generate_library_loader[\\\/].*\.py$',
381 r'^tools[\\\/]gn[\\\/].*\.py$',
382 r'^tools[\\\/]gyp[\\\/].*\.py$',
383 r'^tools[\\\/]isolate_driver.py$',
384 r'^tools[\\\/]protoc_wrapper[\\\/].*\.py$',
385 r'^tools[\\\/]python[\\\/].*\.py$',
386 r'^tools[\\\/]python_charts[\\\/]data[\\\/].*\.py$',
387 r'^tools[\\\/]refactoring[\\\/].*\.py$',
388 r'^tools[\\\/]swarming_client[\\\/].*\.py$',
389 r'^tools[\\\/]vim[\\\/].*\.py$',
391 r'^tools[\\\/]valgrind-webrtc[\\\/].*\.py$',
392 r'^tools[\\\/]valgrind[\\\/].*\.py$',
393 r'^tools[\\\/]win[\\\/].*\.py$',
394 r'^xcodebuild.*[\\\/].*\.py$',),
455 # commit_queue.py below is a script in depot_tools directory, which has a