Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 43) 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()
230 String tag = null; in parseLine() local
415 private static String encodeLine(Integer pid, Integer tid, String level, String tag) { in encodeLine()
470 public void addPattern(Pattern pattern, String level, String tag, String category) { in addPattern()
485 public ExtrasPattern(String level, String tag) { in ExtrasPattern()
530 public void addJavaCrashTag(String level, String tag, String category) { in addJavaCrashTag()
541 private void addNativeCrashTag(String level, String tag) { in addNativeCrashTag()
552 private boolean anyJavaCrashTagMatches(String level, String tag) { in anyJavaCrashTagMatches()
563 private boolean anyNativeCrashTagMatches(String level, String tag) { in anyNativeCrashTagMatches()
574 private CrashTag findCrashTag(List<CrashTag> crashTags, String level, String tag) { in findCrashTag()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/log/
DBaseStreamLogger.java70 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
75 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
84 LogLevel logLevel, String tag, String message, boolean forceStdout) { in internalPrintLog()
99 private boolean shouldWrite(String tag, LogLevel messageLogLevel, LogLevel invocationLogLevel) { in shouldWrite()
DStdoutLogger.java40 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
49 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
DHistoryLogger.java42 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
48 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
DBaseLeveledLogOutput.java87 String tag) { in shouldDisplay()
DLogRegistry.java167 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
179 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py97 def _get_full_file_path(tag=''): argument
119 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
140 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
191 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
281 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
Diperf_server.py281 def start(self, extra_args='', tag=''): argument
300 def _get_full_file_path(self, tag=None): argument
363 def start(self, extra_args='', tag=''): argument
509 def start(self, extra_args='', tag='', iperf_binary=None): argument
659 def start(self, extra_args='', tag='', iperf_binary=None): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DGenericLogcatEventParser.java92 private void put(String tag, String partialMessage, LogcatEventType response) { in put()
97 private LogcatEventType get(String tag, String message) { in get()
133 public void registerEventTrigger(String tag, String msg, LogcatEventType response) { in registerEventTrigger()
146 LogLevel logLevel, String tag, String msg, LogcatEventType response) { in registerEventTrigger()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyYamlResultHandlerFactory.java63 private String tag; field in MoblyYamlResultHandlerFactory.Type
66 Type(String tag, Class<?> handlerClass) { in Type()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DDeviceActionTargetPreparer.java197 private static String createFileArg(String tag, Collection<File> files) { in createFileArg()
203 private static String createFileArg(String tag, File file) { in createFileArg()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DA2dpBaseTest.py153 def _get_bt_link_metrics(self, tag=''): argument
193 def run_thdn_analysis(self, audio_captured, tag): argument
/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLogUtil.java45 public static void printLog(LogLevel logLevel, String tag, String message) { in printLog()
56 public static String getLogFormatString(LogLevel logLevel, String tag, String message) { in getLogFormatString()
264 String tag = findCallerClassName(); in wtf() local
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/
DAbstractHostMonitor.java86 public synchronized void addHostEvent(HostMetricType tag, HostDataPoint event) { in addHostEvent()
DIHostMonitor.java34 public void addHostEvent(HostMetricType tag, HostDataPoint event); in addHostEvent()
/tools/asuite/aidegen/lib/
Dclion_project_file_gen.py507 def _write_all_relative_file_path_flags(hfile, rel_paths_dict, tag): argument
524 def _write_all_flags(hfile, flags, tag): argument
536 def _add_dollar_sign(tag): argument
548 def _build_cmake_path(path, tag=''): argument
/tools/tradefederation/core/proto/monitoring/server/
Dlab_resource.proto37 string tag = 1; field
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_sniffer.py86 def stop_capture(self, tag=''): argument
102 def _get_full_file_path(self, tag=None): argument
429 def stop_capture(self, tag=''): argument
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackImageAnalyzer.java480 private static Pair<Result, String> handleError(String fmt, String tag, int arg1) { in handleError()
487 String fmt, String tag, int arg1, int arg2, int arg3) { in handleError()
494 String fmt, String tag, float arg1, float arg2, float arg3) { in handleError()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
Dcellular_performance_test_utils.py325 def stop_pixel_logger(self, log_path, tag=None): argument
658 def stop_pixel_logger(self, log_path, tag=None): argument
/tools/loganalysis/src/com/android/loganalysis/item/
DMiscLogcatItem.java131 public void setTag(String tag) { in setTag()
/tools/external_updater/tests/
Dgitrepo.py117 def tag(self, name: str, ref: str | None = None) -> None: member in GitRepo
/tools/security/fuzzing/orphans/widevine/trusty/
Ddispatch_fuzzer.cpp42 uint16_t tag; member
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DGameCoreConfigurationXmlParser.java65 Field(String tag, String defaultValue) { in Field()
/tools/external_updater/
Dmetadata.proto102 repeated string tag = 3; field

12