OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suppress_warning
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/site_tests/firmware_FAFTSetup/
firmware_FAFTSetup.py
29
if not self.check_ec_capability(
suppress_warning
=True):
/external/autotest/server/site_tests/firmware_ECLidSwitch/
firmware_ECLidSwitch.py
140
if not self.check_ec_capability(['kblight'],
suppress_warning
=True):
/external/autotest/server/cros/faft/
firmware_test.py
484
def check_ec_capability(self, required_cap=None,
suppress_warning
=False):
489
@param
suppress_warning
: True to suppress any warning messages.
493
if not
suppress_warning
:
502
if not
suppress_warning
:
705
if self.check_ec_capability(['usbpd_uart'],
suppress_warning
=True):
729
self.check_ec_capability(['usbpd_uart'],
suppress_warning
=True)):
743
self.check_ec_capability(['usbpd_uart'],
suppress_warning
=True)):
[
all
...]
/external/autotest/server/cros/faft/utils/
faft_checkers.py
220
if self.faft_framework.check_ec_capability(
suppress_warning
=True):
/external/libmojo/mojo/public/cpp/bindings/tests/
union_unittest.cc
793
mojo::internal::SerializationWarningObserverForTesting
suppress_warning
;
local
1010
mojo::internal::SerializationWarningObserverForTesting
suppress_warning
;
local
1110
mojo::internal::SerializationWarningObserverForTesting
suppress_warning
;
local
[
all
...]
Completed in 162 milliseconds