Searched refs:trigger (Results 1 – 11 of 11) sorted by relevance
/tools/tradefederation/core/common_util/com/android/tradefed/result/skipped/ |
D | SkipReason.java | 25 private final String trigger; field in SkipReason 37 public SkipReason(String message, String trigger) { in SkipReason() argument 38 this(message, trigger, ""); in SkipReason() 41 public SkipReason(String message, DemotionTrigger trigger) { in SkipReason() argument 42 this(message, trigger, ""); in SkipReason() 45 public SkipReason(String message, DemotionTrigger trigger, String bugId) { in SkipReason() argument 48 trigger == null ? DemotionTrigger.UNKNOWN_TRIGGER.name() : trigger.name(), in SkipReason() 52 public SkipReason(String message, String trigger, String bugId) { in SkipReason() argument 54 this.trigger = trigger; in SkipReason() 65 return trigger; in getTrigger() [all …]
|
/tools/tradefederation/core/proto/feature/ |
D | tradefed_service.proto | 32 // A generic request to trigger a feature
|
/tools/tradefederation/core/proto/ |
D | test_record.proto | 98 // The trigger for the skip 99 string trigger = 2; field
|
/tools/asuite/atest/bazel/resources/rules/ |
D | device_test.bzl | 24 "executable and any runfiles required to trigger execution in the " +
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveConnectivityMonitorBaseTest.py | 504 for trigger in triggers: 513 if trigger and getattr(self, trigger, None): 514 trigger_func = getattr(self, trigger)
|
/tools/test/openhst/ |
D | stress_test.proto | 27 // The name of the event to trigger. 155 // Events that trigger special actions on the device when the condition is
|
/tools/metalava/ |
D | COMPATIBILITY.md | 35 Runtime compatibility is when **existing valid interactions with an updated library do not trigger …
|
/tools/test/openhst/resources/ |
D | device_config.common.ascii_proto | 44 regex: "Software didn't trigger but DSP did"
|
/tools/repohooks/tools/ |
D | pylintrc | 174 # system, and so shouldn't trigger E1101 when accessed. Python regular
|
D | cpplint.py | 1528 trigger = base_trigger * 2**_VerboseLevel() 1530 if self.lines_in_function > trigger: 1539 self.current_function, self.lines_in_function, trigger))
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 151140 101| const-string/jumbo v18, "Encountered bad trigger time "
|