/external/libchrome/build/ |
D | get_syzygy_binaries.py | 24 _LOGGER = logging.getLogger(os.path.basename(__file__)) variable 61 _LOGGER.debug('No state file found.') 64 _LOGGER.debug('Reading state file: %s', path) 68 _LOGGER.debug('Invalid state file.') 75 _LOGGER.debug('Writing state file: %s', path) 90 _LOGGER.debug('State must be a dict.') 94 _LOGGER.debug('State contains an invalid revision.') 98 _LOGGER.debug('State must contain a contents dict.') 102 _LOGGER.debug('State contents dict contains an invalid path.') 105 _LOGGER.debug('State contents dict contains an invalid MD5 digest.') [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | server.py | 30 _LOGGER = logging.getLogger(__name__) variable 57 _LOGGER.info('Server serving.') 62 _LOGGER.info('Caught exception "%s"; stopping server...', e) 64 _LOGGER.info('Server stopped; exiting.')
|
/external/python/oauth2client/oauth2client/contrib/ |
D | _appengine_ndb.py | 35 _LOGGER = logging.getLogger(__name__) variable 77 _LOGGER.info('validate: Got type %s', type(value)) 105 _LOGGER.info('validate: Got type %s', type(value))
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _common.py | 24 _LOGGER = logging.getLogger(__name__) variable 79 _LOGGER.exception('Invalid encoding on %s', b) 90 _LOGGER.exception(exception_message)
|
D | _plugin_wrapping.py | 24 _LOGGER = logging.getLogger(__name__) variable 82 _LOGGER.exception(
|
D | _server.py | 31 _LOGGER = logging.getLogger(__name__) variable 285 _LOGGER.error( 398 _LOGGER.exception(details) 416 _LOGGER.exception(details) 625 _LOGGER.exception(details)
|
D | _channel.py | 28 _LOGGER = logging.getLogger(__name__) variable 200 _LOGGER.exception(details)
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/ |
D | callable_util.py | 25 _LOGGER = logging.getLogger(__name__) variable 59 _LOGGER.exception(message)
|
D | logging_pool.py | 21 _LOGGER = logging.getLogger(__name__) variable 31 _LOGGER.exception(
|
D | stream_util.py | 23 _LOGGER = logging.getLogger(__name__) variable 108 _LOGGER.exception(e)
|
/external/python/oauth2client/oauth2client/ |
D | transport.py | 24 _LOGGER = logging.getLogger(__name__) variable 151 _LOGGER.info('Attempting refresh to obtain ' 177 _LOGGER.info('Refreshing due to a %s (attempt %s/%s)',
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _rpc.py | 22 _LOGGER = logging.getLogger(__name__) variable 53 _LOGGER.exception('Exception calling server-side callback!') 92 _LOGGER.exception('Exception calling application!')
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc_string.pyx.pxi | 18 _LOGGER = logging.getLogger(__name__) variable 54 _LOGGER.exception('Invalid encoding on %s', bytestring)
|
D | fork_posix.pyx.pxi | 20 _LOGGER = logging.getLogger(__name__) variable 46 _LOGGER.error( 76 _LOGGER.error('Failed to shutdown gRPC Core after fork()')
|
D | credentials.pyx.pxi | 308 _LOGGER.exception('Error fetching certificate config') 314 _LOGGER.error(
|
D | server.pyx.pxi | 22 _LOGGER = logging.getLogger(__name__) variable
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/ |
D | _time.py | 25 _LOGGER = logging.getLogger(__name__) variable 33 _LOGGER.exception('Exception calling behavior "%r"!', behavior)
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _invocation.py | 22 _LOGGER = logging.getLogger(__name__) variable 253 _LOGGER.exception(details)
|
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/ |
D | methods.py | 32 _LOGGER = logging.getLogger(__name__) variable 418 _LOGGER.info("Running %s", self)
|