Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 27) sorted by relevance

12

/tools/loganalysis/src/com/android/loganalysis/parser/
DLogcatParser.java108 public LogcatData(Integer pid, Integer tid, Date time, String level, String tag, in LogcatData() argument
113 mLevel = level; in LogcatData()
226 String level = null; in parseLine() local
236 level = m.group(4); in parseLine()
241 level = tm.group(2); in parseLine()
255 if ("I".equals(level) && "ShutdownThread".equals(tag) && in parseLine()
278 if ("E".equals(level) && "ActivityManager".equals(tag)) { in parseLine()
279 String key = encodeLine(pid, tid, level, tag); in parseLine()
282 data = new LogcatData(pid, tid, time, level, tag, mPreambleUtil.getLastTail(), in parseLine()
295 if (anyNativeCrashTagMatches(level, tag)) { in parseLine()
[all …]
/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py26 def _get_trace_info(level=1): argument
30 for i in range(level):
42 trace_info = TraceLogger._get_trace_info(level=3)
46 trace_info = TraceLogger._get_trace_info(level=3)
50 trace_info = TraceLogger._get_trace_info(level=1)
54 trace_info = TraceLogger._get_trace_info(level=1)
58 trace_info = TraceLogger._get_trace_info(level=1)
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/
DDeflateExecutionCompressor.java38 private final int level; field in DeflateExecutionCompressor
56 int level) { in DeflateExecutionCompressor() argument
59 this.level = level; in DeflateExecutionCompressor()
68 Deflater deflater = new Deflater(level, true); in immediateCompress()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dshell_commands_lib.py26 def set_battery_level(self, level): argument
31 self.dut.adb.shell("dumpsys battery set level {}".format(level))
Dbt_carkit_lib.py799 level = i * 10
800 pri_dut.shell.set_battery_level(level)
803 result = input(question.format(level)).lower()
/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java181 Integer level = device.getBattery().get(); in checkMinBatteryLevel() local
182 if (level == null) { in checkMinBatteryLevel()
188 } else if (level < mRequiredMinBattery) { in checkMinBatteryLevel()
191 level, mRequiredMinBattery), device.getSerialNumber()); in checkMinBatteryLevel()
DINativeDevice.java1190 public void logOnDevice(String tag, LogLevel level, String format, Object... args); in logOnDevice() argument
DNativeDevice.java3975 public void logOnDevice(String tag, LogLevel level, String format, Object... args) { in logOnDevice() argument
3978 String levelLetter = logLevelToLogcatLevel(level); in logOnDevice()
3988 private String logLevelToLogcatLevel(LogLevel level) { in logLevelToLogcatLevel() argument
3989 switch (level) { in logLevelToLogcatLevel()
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py438 def set_output_level(self, level, sg=1): argument
449 cmd = "SOUR{}:POW {}".format(sg, level)
644 def set_arb_level_aorb(self, a_or_b, level, sg=1): argument
656 cmd = "SOUR{}:RAD:ARB:WM{}:POW {}".format(sg, a_or_b, level)
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java156 private void expectBattLevel(Integer level) throws Exception { in expectBattLevel() argument
157 mBatteryLevel = level; in expectBattLevel()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceBatteryLevelChecker.java216 protected void setResumeLevel(int level) { in setResumeLevel() argument
217 mResumeLevel = level; in setResumeLevel()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/compress/
DMultiCompressorTest.java47 private static byte[] compress(byte[] data, int level) throws Exception { in compress() argument
48 Deflater deflater = new Deflater(level); in compress()
/tools/tradefederation/core/atest/
Datest.py346 logging.basicConfig(level=logging.DEBUG)
348 logging.basicConfig(level=logging.INFO)
/tools/test/connectivity/acts/framework/
Dsetup.py140 level=log.ERROR)
/tools/tradefederation/core/atest/docs/
Ddevelop_test_runners.md14 top-level args consumed by atest passed onto the test runner. It is up to the
Datest_structure.md17 [test runners](#test-runners). At a high level, atest does the following:
/tools/tradefederation/core/tests/res/config/suite/
Dsuite.md62 test=suite/framework-base-presubmit --log-level-display VERBOSE
/tools/metalava/
DREADME.md15 * Extracting source level annotations into external annotations file (such as
16 the typedef annotations, which cannot be stored in the SDK as .class level
259 annotation references are available at the AST level, so it can resolve references
274 it computes the exact available SDK data for each API level.)
280 level concepts like packages, classes and inner classes, methods, fields, and
/tools/test/connectivity/acts/framework/tests/
Daudio_analysis_unittest.py356 level=logging.DEBUG,
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
Dcheck_quality.py534 logging.basicConfig(format=format, level=logging.INFO)
/tools/repohooks/
DREADME.md43 * `GLOBAL-PREUPLOAD.cfg`: The top level of the repo checkout.
44 For manifests that don't have a project checked out at the top level,
/tools/test/connectivity/acts/
DREADME.md37 Below is a high level view of the ACTS flow:
/tools/repohooks/tools/
Dcpplint.py886 def SetVerboseLevel(self, level): argument
889 self.verbose_level = level
981 def _SetVerboseLevel(level): argument
983 return _cpplint_state.SetVerboseLevel(level)
986 def _SetCountingStyle(level): argument
988 _cpplint_state.SetCountingStyle(level)
Dpylintrc77 # no Warning level messages displayed, use"--disable=all --enable=classes
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DAwareDiscoveryWithRangingTest.py197 def getname(self, level=1): argument
204 return sys._getframe(level).f_code.co_name

12