Home
last modified time | relevance | path

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

12

/external/angle/scripts/
Dgenerate_stats.py126 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/python/google-api-python-client/googleapiclient/
Dmodel.py38 LOGGER = logging.getLogger(__name__) variable
112 LOGGER.info("--request-start--")
113 LOGGER.info("-headers-start-")
115 LOGGER.info("%s: %s", h, v)
116 LOGGER.info("-headers-end-")
117 LOGGER.info("-path-parameters-start-")
119 LOGGER.info("%s: %s", h, v)
120 LOGGER.info("-path-parameters-end-")
121 LOGGER.info("body: %s", body)
122 LOGGER.info("query: %s", query)
[all …]
/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/tools/android/test/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.java49 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()
DClassifierActivity.java38 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()
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/python/google-api-python-client/googleapiclient/discovery_cache/
Dfile_cache.py47 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)
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
46 LOGGER.warning(e, exc_info=True)
/external/tensorflow/tensorflow/tools/android/test/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/tests/
Dtest_json_model.py254 old_logging = googleapiclient.model.LOGGER
255 googleapiclient.model.LOGGER = MockLogging()
271 googleapiclient.model.LOGGER.info_record[:2],
276 in googleapiclient.model.LOGGER.info_record
280 in googleapiclient.model.LOGGER.info_record
283 json.loads(googleapiclient.model.LOGGER.info_record[-2]), request_body
286 googleapiclient.model.LOGGER.info_record[-1], "--response-end--"
288 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/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpc_prefixed/
Dgenerate.py40 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/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/libchromeos-rs/src/
Dsyslog.rs9 static LOGGER: SyslogLogger = SyslogLogger; variable
64 log::set_logger(&LOGGER)?; in init()
/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
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfs.java84 private static final Logger LOGGER = Logger.getLogger(Jimfs.class.getName()); field in Jimfs
229 LOGGER.log( in getSystemJimfsProvider()
/external/python/cpython3/Lib/concurrent/futures/
D_base.py43 LOGGER = logging.getLogger("concurrent.futures") variable
331 LOGGER.exception('exception calling callback for %r', self)
411 LOGGER.exception('exception calling callback for %r', self)
513 LOGGER.critical('Future %s in unexpected state: %s',
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DGuiceFilter.java83 private static final Logger LOGGER = Logger.getLogger(GuiceFilter.class.getName()); field in GuiceFilter
102 LOGGER.warning(MULTIPLE_INJECTORS_WARNING); in setPipeline()

12