Home
last modified time | relevance | path

Searched defs:level (Results 1 – 13 of 13) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/parser/
DLogcatParser.java108 public LogcatData(Integer pid, Integer tid, Date time, String level, String tag, in LogcatData()
226 String level = null; in parseLine() local
412 private static String encodeLine(Integer pid, Integer tid, String level, String tag) { in encodeLine()
467 public void addPattern(Pattern pattern, String level, String tag, String category) { in addPattern()
482 public ExtrasPattern(String level, String tag) { in ExtrasPattern()
527 public void addJavaCrashTag(String level, String tag, String category) { in addJavaCrashTag()
538 private void addNativeCrashTag(String level, String tag) { in addNativeCrashTag()
549 private boolean anyJavaCrashTagMatches(String level, String tag) { in anyJavaCrashTagMatches()
560 private boolean anyNativeCrashTagMatches(String level, String tag) { in anyNativeCrashTagMatches()
571 private CrashTag findCrashTag(List<CrashTag> crashTags, String level, String tag) { in findCrashTag()
[all …]
/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()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dshell_commands_lib.py26 def set_battery_level(self, level): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java156 private void expectBattLevel(Integer level) throws Exception { in expectBattLevel()
/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()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceBatteryLevelChecker.java216 protected void setResumeLevel(int level) { in setResumeLevel()
/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py26 def _get_trace_info(level=1): argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java181 Integer level = device.getBattery().get(); in checkMinBatteryLevel() local
DINativeDevice.java1190 public void logOnDevice(String tag, LogLevel level, String format, Object... args); in logOnDevice()
DNativeDevice.java3975 public void logOnDevice(String tag, LogLevel level, String format, Object... args) { in logOnDevice()
3988 private String logLevelToLogcatLevel(LogLevel level) { in logLevelToLogcatLevel()
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py438 def set_output_level(self, level, sg=1): argument
644 def set_arb_level_aorb(self, a_or_b, level, sg=1): argument
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DAwareDiscoveryWithRangingTest.py197 def getname(self, level=1): argument
/tools/repohooks/tools/
Dcpplint.py886 def SetVerboseLevel(self, level): argument
981 def _SetVerboseLevel(level): argument
986 def _SetCountingStyle(level): argument