Home
last modified time | relevance | path

Searched refs:LOGGER (Results 1 – 25 of 46) sorted by relevance

12

/external/python/google-api-python-client/googleapiclient/
Dmodel.py36 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 …]
Dhttp.py70 LOGGER = logging.getLogger(__name__) variable
118 LOGGER.warning('Invalid JSON content from response: %s', content)
121 LOGGER.warning('Encountered 403 Forbidden with reason "%s"', reason)
156 LOGGER.warning(
976 LOGGER.warning(
1104 LOGGER.warn(
1447 LOGGER.info('Attempting refresh to obtain initial access_token')
1760 LOGGER.warning(
/external/testng/src/main/java/org/testng/internal/
DPropertyUtils.java19 private static final Logger LOGGER = Logger.getLogger(PropertyUtils.class); field in PropertyUtils
23LOGGER.warn("Cannot set property " + name + " with value " + value + ". The target instance is nul… in setProperty()
29LOGGER.warn("Cannot set property " + name + " with value " + value + ". Property class could not b… in setProperty()
40LOGGER.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()
69LOGGER.warn("Cannot set property " + name + " with value " + value + ". Targe instance is null"); in setPropertyRealValue()
75LOGGER.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/boringssl/src/util/bot/go/
Dbootstrap.py32 LOGGER = logging.getLogger(__name__) variable
106 LOGGER.info('Removing %s', p)
126 LOGGER.info('Downloading %s...', url)
129 LOGGER.info('Extracting...')
139 LOGGER.info('Validating...')
179 LOGGER.error('Failed to run sample program:\n%s', out)
192 LOGGER.debug('Go toolset is up-to-date: %s', TOOLSET_VERSION)
195 LOGGER.info('Installing Go toolset.')
196 LOGGER.info(' Old toolset is %s', installed)
197 LOGGER.info(' New toolset is %s', available)
[all …]
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DCameraActivity.java50 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 …]
DCameraConnectionFragment.java65 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 …]
DDetectorActivity.java51 private static final Logger LOGGER = new Logger(); field in DetectorActivity
160 LOGGER.e("Exception initializing classifier!", e); in onPreviewSizeChosen()
173 LOGGER.i("Camera orientation relative to screen canvas: %d", sensorOrientation); in onPreviewSizeChosen()
175 LOGGER.i("Initializing at size %dx%d", previewWidth, previewHeight); in onPreviewSizeChosen()
266 LOGGER.i("Preparing image " + currTimestamp + " for detection in bg thread."); in processImage()
287 LOGGER.i("Running detection on image " + currTimestamp); in processImage()
DClassifierActivity.java40 private static final Logger LOGGER = new Logger(); field in ClassifierActivity
128 LOGGER.i("Camera orientation relative to screen canvas: %d", sensorOrientation); in onPreviewSizeChosen()
130 LOGGER.i("Initializing at size %dx%d", previewWidth, previewHeight); in onPreviewSizeChosen()
168 LOGGER.i("Detect: %s", results); in processImage()
DStylizeActivity.java69 private static final Logger LOGGER = new Logger(); field in StylizeActivity
198 LOGGER.e("Error opening bitmap!", e); in getBitmapFromAsset()
317 LOGGER.v("Creating item %d", i);
373 LOGGER.i("Sensor orientation: %d, Screen orientation: %d", rotation, screenOrientation); in onPreviewSizeChosen()
489 LOGGER.i( in processImage()
561 LOGGER.i("Width: %s , Height: %s", bitmap.getWidth(), bitmap.getHeight()); in stylizeImage()
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DCameraActivity.java50 private static final Logger LOGGER = new Logger(); field in CameraActivity
75 LOGGER.d("onCreate " + this); in onCreate()
108 LOGGER.w("Dropping frame!"); in onPreviewFrame()
122 LOGGER.e(e, "Exception!"); in onPreviewFrame()
208 LOGGER.e(e, "Exception!"); in onImageAvailable()
217 LOGGER.d("onStart " + this); in onStart()
223 LOGGER.d("onResume " + this); in onResume()
233 LOGGER.d("onPause " + this); in onPause()
236 LOGGER.d("Requesting finish"); in onPause()
246 LOGGER.e(e, "Exception!"); in onPause()
[all …]
DCameraConnectionFragment.java65 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()
390 LOGGER.e(e, "Exception!"); in setUpCameraOutputs()
418 LOGGER.e(e, "Exception!"); in openCamera()
468 LOGGER.e(e, "Exception!"); in stopBackgroundThread()
[all …]
DDetectorActivity.java49 private static final Logger LOGGER = new Logger(); field in DetectorActivity
118 LOGGER.e("Exception initializing classifier!", e); in onPreviewSizeChosen()
131 LOGGER.i("Camera orientation relative to screen canvas: %d", sensorOrientation); in onPreviewSizeChosen()
133 LOGGER.i("Initializing at size %dx%d", previewWidth, previewHeight); in onPreviewSizeChosen()
224 LOGGER.i("Preparing image " + currTimestamp + " for detection in bg thread."); in processImage()
245 LOGGER.i("Running detection on image " + currTimestamp); in processImage()
DClassifierActivity.java38 private static final Logger LOGGER = new Logger(); field in ClassifierActivity
108 LOGGER.i("Camera orientation relative to screen canvas: %d", sensorOrientation); in onPreviewSizeChosen()
110 LOGGER.i("Initializing at size %dx%d", previewWidth, previewHeight); in onPreviewSizeChosen()
148 LOGGER.i("Detect: %s", results); in processImage()
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/
DImageUtils.java29 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/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
DImageUtils.java29 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/python/google-api-python-client/googleapiclient/discovery_cache/
Dfile_cache.py46 LOGGER = logging.getLogger(__name__) variable
96 LOGGER.warning(e, exc_info=True)
112 LOGGER.debug('Could not obtain a lock for the cache file.')
115 LOGGER.warning(e, exc_info=True)
134 LOGGER.debug('Could not obtain a lock for the cache file.')
136 LOGGER.warning(e, exc_info=True)
Dappengine_memcache.py27 LOGGER = logging.getLogger(__name__) variable
47 LOGGER.warning(e, exc_info=True)
53 LOGGER.warning(e, exc_info=True)
D__init__.py23 LOGGER = logging.getLogger(__name__) variable
44 LOGGER.warning(e, exc_info=True)
/external/python/google-api-python-client/tests/
Dtest_json_model.py222 old_logging = googleapiclient.model.LOGGER
223 googleapiclient.model.LOGGER = MockLogging()
239 self.assertEqual(googleapiclient.model.LOGGER.info_record[:2],
243 googleapiclient.model.LOGGER.info_record)
245 googleapiclient.model.LOGGER.info_record)
246 self.assertEqual(json.loads(googleapiclient.model.LOGGER.info_record[-2]),
248 self.assertEqual(googleapiclient.model.LOGGER.info_record[-1],
250 googleapiclient.model.LOGGER = old_logging
/external/mockito/src/test/java/org/mockito/junit/
DTestableJUnitRunner.java19 …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/grpc-grpc/src/ruby/lib/grpc/
Dlogconfig.rb21 LOGGER
39 LOGGER = NoopLogger.new constant
/external/grpc-grpc/src/ruby/pb/test/
Dserver.rb83 LOGGER
86 LOGGER = DebugIsTruncated.new(STDOUT) constant
87 LOGGER.level = Logger::WARN
/external/antlr/tool/src/test/java/org/antlr/test/
DBaseTest.java64 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/grpc-grpc/src/ruby/bin/
Dmath_client.rb36 LOGGER
39 LOGGER = Logger.new(STDOUT) constant
Dmath_server.rb36 LOGGER
39 LOGGER = Logger.new(STDOUT) constant

12