/external/angle/scripts/ |
D | generate_stats.py | 126 LOGGER = logging.getLogger('generate_stats') variable 165 LOGGER.debug("Ran [bb ls '" + bot_name + "' -n 1 -status success -p]") 216 LOGGER.debug("Ran [bb get '" + build_name + "' -steps]") 246 LOGGER.warning('Step info empty for ' + print_name + '\n') 254 LOGGER.warning('Step info does not sum to total for ' + print_name + ' | Total: ' + 269 LOGGER.debug("Ran [bb log '" + build_name + "' '" + step_name + "']") 272 LOGGER.warning("Unexpected error from bb log '" + build_name + "' '" + step_name + "': '" + 310 LOGGER.debug("Formatting error workaround rebuilt line as: '" + line + "'\n") 325 LOGGER.warning("Line improperly formatted: '" + line + "'\n") 354 LOGGER.warning("Too many characters in column '" + key + [all …]
|
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/ |
D | model.py | 36 LOGGER = logging.getLogger(__name__) variable 110 LOGGER.info('--request-start--') 111 LOGGER.info('-headers-start-') 113 LOGGER.info('%s: %s', h, v) 114 LOGGER.info('-headers-end-') 115 LOGGER.info('-path-parameters-start-') 117 LOGGER.info('%s: %s', h, v) 118 LOGGER.info('-path-parameters-end-') 119 LOGGER.info('body: %s', body) 120 LOGGER.info('query: %s', query) [all …]
|
/external/python/google-api-python-client/googleapiclient/ |
D | model.py | 37 LOGGER = logging.getLogger(__name__) variable 111 LOGGER.info("--request-start--") 112 LOGGER.info("-headers-start-") 114 LOGGER.info("%s: %s", h, v) 115 LOGGER.info("-headers-end-") 116 LOGGER.info("-path-parameters-start-") 118 LOGGER.info("%s: %s", h, v) 119 LOGGER.info("-path-parameters-end-") 120 LOGGER.info("body: %s", body) 121 LOGGER.info("query: %s", query) [all …]
|
/external/testng/src/main/java/org/testng/internal/ |
D | PropertyUtils.java | 19 private static final Logger LOGGER = Logger.getLogger(PropertyUtils.class); field in PropertyUtils 23 …LOGGER.warn("Cannot set property " + name + " with value " + value + ". The target instance is nul… in setProperty() 29 …LOGGER.warn("Cannot set property " + name + " with value " + value + ". Property class could not b… in setProperty() 40 …LOGGER.warn("Cannot retrieve property class for " + propertyName + ". Target instance class is nul… in getPropertyType() 49 LOGGER.warn("Cannot retrieve property " + propertyName + ". Class is null"); in getPropertyDescriptor() 61 LOGGER.warn("Cannot retrieve property " + propertyName + ". Cause is: " + ie); in getPropertyDescriptor() 69 … LOGGER.warn("Cannot set property " + name + " with value " + value + ". Targe instance is null"); in setPropertyRealValue() 75 … LOGGER.warn("Cannot set property " + name + " with value " + value + ". Property does not exist"); in setPropertyRealValue() 83 LOGGER.warn("Cannot set property " + name + " with value " + value + ". Cause " + iae); in setPropertyRealValue()
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ |
D | CameraActivity.java | 50 private static final Logger LOGGER = new Logger(); field in CameraActivity 75 LOGGER.d("onCreate " + this); in onCreate() 109 LOGGER.w("Dropping frame!"); in onPreviewFrame() 123 LOGGER.e(e, "Exception!"); in onPreviewFrame() 210 LOGGER.e(e, "Exception!"); in onImageAvailable() 219 LOGGER.d("onStart " + this); in onStart() 225 LOGGER.d("onResume " + this); in onResume() 235 LOGGER.d("onPause " + this); in onPause() 238 LOGGER.d("Requesting finish"); in onPause() 248 LOGGER.e(e, "Exception!"); in onPause() [all …]
|
D | CameraConnectionFragment.java | 65 private static final Logger LOGGER = new Logger(); field in CameraConnectionFragment 289 LOGGER.i("Desired size: " + desiredSize + ", min size: " + minSize + "x" + minSize); in chooseOptimalSize() 290 LOGGER.i("Valid preview sizes: [" + TextUtils.join(", ", bigEnough) + "]"); in chooseOptimalSize() 291 LOGGER.i("Rejected preview sizes: [" + TextUtils.join(", ", tooSmall) + "]"); in chooseOptimalSize() 294 LOGGER.i("Exact size match found."); in chooseOptimalSize() 301 LOGGER.i("Chosen size: " + chosenSize.getWidth() + "x" + chosenSize.getHeight()); in chooseOptimalSize() 304 LOGGER.e("Couldn't find any suitable preview size"); in chooseOptimalSize() 396 LOGGER.e(e, "Exception!"); in setUpCameraOutputs() 424 LOGGER.e(e, "Exception!"); in openCamera() 474 LOGGER.e(e, "Exception!"); in stopBackgroundThread() [all …]
|
D | DetectorActivity.java | 49 private static final Logger LOGGER = new Logger(); field in DetectorActivity 158 LOGGER.e(e, "Exception initializing classifier!"); in onPreviewSizeChosen() 171 LOGGER.i("Camera orientation relative to screen canvas: %d", sensorOrientation); in onPreviewSizeChosen() 173 LOGGER.i("Initializing at size %dx%d", previewWidth, previewHeight); in onPreviewSizeChosen() 264 LOGGER.i("Preparing image " + currTimestamp + " for detection in bg thread."); in processImage() 285 LOGGER.i("Running detection on image " + currTimestamp); in processImage()
|
D | ClassifierActivity.java | 38 private static final Logger LOGGER = new Logger(); field in ClassifierActivity 126 LOGGER.i("Camera orientation relative to screen canvas: %d", sensorOrientation); in onPreviewSizeChosen() 128 LOGGER.i("Initializing at size %dx%d", previewWidth, previewHeight); in onPreviewSizeChosen() 166 LOGGER.i("Detect: %s", results); in processImage()
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/ |
D | ImageUtils.java | 29 private static final Logger LOGGER = new Logger(); field in ImageUtils 35 LOGGER.w("Native library not found, native RGB -> YUV conversion may be unavailable."); 72 LOGGER.i("Saving %dx%d bitmap to %s.", bitmap.getWidth(), bitmap.getHeight(), root); in saveBitmap() 76 LOGGER.i("Make dir failed"); in saveBitmap() 90 LOGGER.e(e, "Exception!"); in saveBitmap() 111 LOGGER.w( in convertYUV420SPToARGB8888() 177 LOGGER.w( in convertYUV420ToARGB8888() 304 LOGGER.w("Rotation of %d % 90 != 0", applyRotation); in getTransformationMatrix()
|
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/discovery_cache/ |
D | file_cache.py | 41 LOGGER = logging.getLogger(__name__) variable 91 LOGGER.warning(e, exc_info=True) 107 LOGGER.debug('Could not obtain a lock for the cache file.') 110 LOGGER.warning(e, exc_info=True) 129 LOGGER.debug('Could not obtain a lock for the cache file.') 131 LOGGER.warning(e, exc_info=True)
|
D | appengine_memcache.py | 27 LOGGER = logging.getLogger(__name__) variable 47 LOGGER.warning(e, exc_info=True) 53 LOGGER.warning(e, exc_info=True)
|
D | __init__.py | 23 LOGGER = logging.getLogger(__name__) variable 44 LOGGER.warning(e, exc_info=True)
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/ |
D | file_cache.py | 47 LOGGER = logging.getLogger(__name__) variable 98 LOGGER.warning(e, exc_info=True) 114 LOGGER.debug("Could not obtain a lock for the cache file.") 117 LOGGER.warning(e, exc_info=True) 139 LOGGER.debug("Could not obtain a lock for the cache file.") 141 LOGGER.warning(e, exc_info=True)
|
D | appengine_memcache.py | 27 LOGGER = logging.getLogger(__name__) variable 47 LOGGER.warning(e, exc_info=True) 53 LOGGER.warning(e, exc_info=True)
|
D | __init__.py | 23 LOGGER = logging.getLogger(__name__) variable 49 LOGGER.info("file_cache is only supported with oauth2client<4.0.0",
|
/external/kotlinx.coroutines/buildSrc/src/main/kotlin/ |
D | CommunityProjectsBuild.kt | 11 private val LOGGER: Logger = Logger.getLogger("Kotlin settings logger") constant 29 LOGGER.info("""Configured Kotlin API version: '$apiVersion' for project $${project.name}""") in getOverriddenKotlinApiVersion() 42 …LOGGER.info("""Configured Kotlin Language version: '$languageVersion' for project ${project.name}"… in getOverriddenKotlinLanguageVersion() 58 … LOGGER.info("""Configured Kotlin Compiler repository url: '$url' for project ${project.name}""") in getKotlinDevRepositoryUrl()
|
/external/python/google-api-python-client/tests/ |
D | test_json_model.py | 250 old_logging = googleapiclient.model.LOGGER 251 googleapiclient.model.LOGGER = MockLogging() 267 googleapiclient.model.LOGGER.info_record[:2], 272 in googleapiclient.model.LOGGER.info_record 276 in googleapiclient.model.LOGGER.info_record 279 json.loads(googleapiclient.model.LOGGER.info_record[-2]), request_body 282 googleapiclient.model.LOGGER.info_record[-1], "--response-end--" 284 googleapiclient.model.LOGGER = old_logging
|
/external/mockito/src/test/java/org/mockito/junit/ |
D | TestableJUnitRunner.java | 19 …private final static ThreadLocal<SimpleMockitoLogger> LOGGER = new ThreadLocal<SimpleMockitoLogger… field in TestableJUnitRunner 28 return new MismatchReportingTestListener(LOGGER.get()); in TestableJUnitRunner() 34 return LOGGER.get().clear(); in refreshedLogger()
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpc_prefixed/ |
D | generate.py | 40 LOGGER = logging.getLogger(__name__) variable 93 LOGGER.error('Wheel creation failed with %d', job.returncode) 94 LOGGER.error(outs) 96 LOGGER.info('Package <%s> generated', meta.name)
|
/external/fonttools/Lib/fontTools/designspaceLib/ |
D | statNames.py | 27 LOGGER = logging.getLogger(__name__) variable 69 LOGGER.warning("Cannot determine default source to look up family name.") 71 LOGGER.warning( 170 LOGGER.warning( 191 LOGGER.debug(
|
/external/grpc-grpc/src/ruby/lib/grpc/ |
D | logconfig.rb | 21 LOGGER 39 LOGGER = NoopLogger.new constant
|
/external/grpc-grpc/src/ruby/pb/test/ |
D | server.rb | 83 LOGGER 86 LOGGER = DebugIsTruncated.new(STDOUT) constant 87 LOGGER.level = Logger::WARN
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | BaseTest.java | 64 private static final Logger LOGGER = Logger.getLogger(BaseTest.class.getName()); field in BaseTest 435 LOGGER.log(Level.SEVERE, null, ex); in execClass() 437 LOGGER.log(Level.SEVERE, null, ex); in execClass() 439 LOGGER.log(Level.SEVERE, null, ex); in execClass() 441 LOGGER.log(Level.SEVERE, null, ex); in execClass() 443 LOGGER.log(Level.SEVERE, null, ex); in execClass() 445 LOGGER.log(Level.SEVERE, null, ex); in execClass() 447 LOGGER.log(Level.SEVERE, null, ex); in execClass() 449 LOGGER.log(Level.SEVERE, null, ex); in execClass() 451 LOGGER.log(Level.SEVERE, null, ex); in execClass()
|
/external/libchromeos-rs/src/ |
D | syslog.rs | 9 static LOGGER: SyslogLogger = SyslogLogger; variable 64 log::set_logger(&LOGGER)?; in init()
|
/external/grpc-grpc/src/ruby/bin/ |
D | math_client.rb | 36 LOGGER 39 LOGGER = Logger.new(STDOUT) constant
|