HomeSort by relevance Sort by last modified time
    Searched refs:_log (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 45 self._log = util_log.get_logger()
91 self._log.debug('Execute ADB: %s', cmd)
107 self._log.warn('[ADB] The command timed out: %s', cmd)
149 self._log.debug('[ADB] Attempt #%d: %s', attempt + 1, args)
173 threshold = self._log.getEffectiveLevel()
175 self._log.warn("[ADB] Command executed: {0}".format(cmd))
186 self._log.log(level, 'RC: {0}, Output: {1}'.format(return_code,
273 self._log.warn('Unable to find pid of: {0}'.format(process_name))
277 self._log.warn('Found multiple instances of {0} running: {1}'
282 self._log.info('App pid found: {0}'.format(pids[0])
    [all...]
  /external/lisa/experiments/
run_idle_resume.py 75 te._log.info('RESULTS are in out directory: {}'.format(outdir))
run_suspend_resume.py 75 te._log.info('RESULTS are in out directory: {}'.format(outdir))
run_youtube.py 69 te._log.info('RESULTS are in out directory: {}'.format(outdir))
run_camera.py 82 te._log.info('RESULTS are in out directory: {}'.format(outdir))
run_display_image.py 83 te._log.info('RESULTS are in out directory: {}'.format(outdir))
run_uibench_cgroup.py 78 te._log.info('RESULTS are in out directory: {}'.format(outdir))
  /external/lisa/libs/utils/analysis/
functions_analysis.py 53 self._log.warning('Functions stats data not available')
status_analysis.py 82 self._log.warning('Event [sched_overutilized] not found, '
latency_analysis.py 77 self._log.warning('Events [sched_wakeup] not found, '
81 self._log.warning('Events [sched_switch] not found, '
128 self._log.warning('The [sched_switch] events contain "prev_state" value [%s]',
133 self._log.warning(' which %s not currently mapped into a task state.',
135 self._log.warning('Check mappings in:')
136 self._log.warning(' %s::%s _taskState()',
267 self._log.warning("Unexpected next state: %s @ %f",
314 self._log.warning('Event [sched_switch] not found, '
318 self._log.warning('Event [sched_wakeup] not found, '
333 self._log.info('Found: %5d WAKEUP latencies', len(wkp_df)
    [all...]
cpus_analysis.py 50 self._log.warning('Events [sched_switch] not found, context switch '
76 self._log.warning('Events [cpu_idle] not found, cannot '
103 self._log.warning('Events [sched_load_avg_cpu] not found, '
205 self._log.warning('Events [sched_switch] not found, plot DISABLED!')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_dir_util.py 17 def _log(self, msg, *args): member in class:DirUtilTestCase
31 log.info = self._log
  /external/lisa/experiments/power/profile/
run_camera_avg.py 79 te._log.info('RESULTS are in out directory: {}'.format(outdir))
run_camera_flashlight.py 80 te._log.info('RESULTS are in out directory: {}'.format(outdir))
run_gps_on.py 73 te._log.info('RESULTS are in out directory: {}'.format(outdir))
  /external/lisa/experiments/scratch/
run_suspend_resume_b63331203.py 78 te._log.info('RESULTS are in out directory: {}'.format(outdir))
  /external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
AndroidLoggerAdapter.java 533 _log(priority, ft.getMessage(), ft.getThrowable()); method
539 _log(priority, message, throwable); method
547 private void _log(int priority, String message, Throwable throwable) { method in class:AndroidLoggerAdapter
  /tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
rpc_client_test.py 41 client._log = mock.Mock()
46 self.assertTrue(client._log.warning.called)
58 client._log = mock.Mock()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_random.py 277 def test_randbelow_logic(self, _log=log, int=int):
279 # show that: k = int(1.001 + _log(n, 2))
284 k = int(1.00001 + _log(n, 2))
289 k = int(1.00001 + _log(n, 2))
294 k = int(1.00001 + _log(n, 2))
433 def test_randbelow_logic(self, _log=log, int=int):
435 # show that: k = int(1.001 + _log(n, 2))
440 k = int(1.00001 + _log(n, 2))
445 k = int(1.00001 + _log(n, 2))
450 k = int(1.00001 + _log(n, 2))
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_dir_util.py 17 def _log(self, msg, *args): member in class:DirUtilTestCase
31 log.info = self._log
test_file_util.py 18 def _log(self, msg, *args): member in class:FileUtilTestCase
28 log.info = self._log
  /external/python/cpython2/Lib/test/
test_random.py 285 def test_randbelow_logic(self, _log=log, int=int):
287 # show that: k = int(1.001 + _log(n, 2))
292 k = int(1.00001 + _log(n, 2))
297 k = int(1.00001 + _log(n, 2))
302 k = int(1.00001 + _log(n, 2))
446 def test_randbelow_logic(self, _log=log, int=int):
448 # show that: k = int(1.001 + _log(n, 2))
453 k = int(1.00001 + _log(n, 2))
458 k = int(1.00001 + _log(n, 2))
463 k = int(1.00001 + _log(n, 2)
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_dir_util.py 19 def _log(self, msg, *args): member in class:DirUtilTestCase
33 log.info = self._log
test_file_util.py 15 def _log(self, msg, *args): member in class:FileUtilTestCase
25 log.info = self._log
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_random.py 285 def test_randbelow_logic(self, _log=log, int=int):
287 # show that: k = int(1.001 + _log(n, 2))
292 k = int(1.00001 + _log(n, 2))
297 k = int(1.00001 + _log(n, 2))
302 k = int(1.00001 + _log(n, 2))
441 def test_randbelow_logic(self, _log=log, int=int):
443 # show that: k = int(1.001 + _log(n, 2))
448 k = int(1.00001 + _log(n, 2))
453 k = int(1.00001 + _log(n, 2))
458 k = int(1.00001 + _log(n, 2)
    [all...]

Completed in 205 milliseconds

1 2 34 5 6