Home
last modified time | relevance | path

Searched refs:_warning (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dlazy_loader.py37 self._warning = warning
48 if self._warning:
49 print(self._warning)
51 self._warning = None
/external/tensorflow/tensorflow/python/autograph/pyct/
Dpretty_printer.py50 def _warning(self, name): member in PrettyPrinter
86 self._print('%s%s' % (self._indent(), self._warning('%s=<unset>' % f)))
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_window.py274 def _warning(msg=None): function
311 _warning('Cannot derive gtk version from LoaderDir.')
319 _warning(msg)
348 _warning(msg % real_gtk_dir)
/external/python/cpython3/Doc/library/
Dwarnings.rst48 .. _warning-categories:
119 .. _warning-filter:
248 .. _warning-disable:
286 .. _warning-suppress:
314 .. _warning-testing:
361 .. _warning-ignored:
389 .. _warning-functions:
Dexceptions.rst668 .. _warning-categories-as-exceptions:
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h78 WarningCode _warning; variable
Dfunc_test_manager.cc131 _warning = warning; in OnWarningIsReported()
/external/python/cpython2/Doc/library/
Dwarnings.rst51 .. _warning-categories:
106 .. _warning-filter:
181 .. _warning-suppress:
208 .. _warning-testing:
286 .. _warning-functions:
/external/python/cpython3/Lib/test/test_import/
D__init__.py105 from _warning import i_dont_exist
/external/bcc/tests/cc/
Dcatch.hpp4636 inline void addWarning( ConfigData& config, std::string const& _warning ) { in addWarning() argument
4637 if( _warning == "NoAssertions" ) in addWarning()
4640 throw std::runtime_error( "Unrecognised warning: '" + _warning + "'" ); in addWarning()