HomeSort by relevance Sort by last modified time
    Searched refs:presubmit (Results 1 - 5 of 5) sorted by null

  /bionic/tools/bionicbb/
tasks.py 26 import presubmit namespace
45 'comment': presubmit.handle_comment,
46 'newchange': presubmit.handle_change,
47 'newpatchset': presubmit.handle_change,
49 'abandon': presubmit.skip_handler,
50 'merge-failed': presubmit.skip_handler,
51 'merged': presubmit.skip_handler,
52 'restore': presubmit.skip_handler,
53 'revert': presubmit.skip_handler,
test_tasks.py 4 import presubmit namespace
8 @mock.patch('presubmit.contains_bionicbb')
9 @mock.patch('presubmit.contains_cleanspec')
20 self.assertFalse(presubmit.should_skip_build({
26 @mock.patch('presubmit.contains_bionicbb')
27 @mock.patch('presubmit.contains_cleanspec')
38 self.assertTrue(presubmit.should_skip_build({
44 @mock.patch('presubmit.contains_bionicbb')
45 @mock.patch('presubmit.contains_cleanspec')
56 self.assertTrue(presubmit.should_skip_build(
    [all...]
  /external/v8/
PRESUBMIT.py 28 """Top-level presubmit script for V8.
30 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
31 for more details about the presubmit API built into gcl.
64 """Runs the V8 presubmit checks."""
68 from presubmit import CppLintProcessor
69 from presubmit import SourceProcessor
70 from presubmit import CheckRuntimeVsNativesNameClashes
71 from presubmit import CheckExternalReferenceRegistration
Makefile 119 # presubmit=no
120 ifeq ($(presubmit), no)
121 TESTFLAGS += --no-presubmit
  /external/skia/
PRESUBMIT.py 6 """Top-level presubmit script for Skia.
8 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
9 for more details about the presubmit API built into gcl.
155 """Presubmit checks common to upload and commit."""
180 """Presubmit checks for the change on upload.
182 The following are the presubmit checks:
471 """Presubmit checks for the change on commit.
473 The following are the presubmit checks:

Completed in 68 milliseconds