/aosp14/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | Slogf.java | 62 public static int v(String tag, String msg) { in v() 67 public static int v(String tag, String msg, Throwable tr) { in v() 72 public static int d(String tag, String msg) { in d() 82 public static int i(String tag, String msg) { in i() 92 public static int w(String tag, String msg) { in w() 102 public static int w(String tag, Throwable tr) { in w() 107 public static int e(String tag, String msg) { in e() 117 public static int wtf(String tag, String msg) { in wtf() 122 public static void wtfQuiet(String tag, String msg) { in wtfQuiet() 127 public static int wtfStack(String tag, String msg) { in wtfStack() [all …]
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | Slog.java | 49 public static int v(@Nullable String tag, @NonNull String msg) { in v() 64 public static int v(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in v() 79 public static int d(@Nullable String tag, @NonNull String msg) { in d() 110 public static int i(@Nullable String tag, @NonNull String msg) { in i() 140 public static int w(@Nullable String tag, @NonNull String msg) { in w() 170 public static int w(@Nullable String tag, @Nullable Throwable tr) { in w() 184 public static int e(@Nullable String tag, @NonNull String msg) { in e() 219 public static int wtf(@Nullable String tag, @NonNull String msg) { in wtf() 226 public static void wtfQuiet(@Nullable String tag, @NonNull String msg) { in wtfQuiet() 244 public static int wtfStack(@Nullable String tag, @NonNull String msg) { in wtfStack() [all …]
|
H A D | Log.java | 143 public static int v(@Nullable String tag, @NonNull String msg) { in v() 166 public static int d(@Nullable String tag, @NonNull String msg) { in d() 189 public static int i(@Nullable String tag, @NonNull String msg) { in i() 211 public static int w(@Nullable String tag, @NonNull String msg) { in w() 256 public static int w(@Nullable String tag, @Nullable Throwable tr) { in w() 267 public static int e(@Nullable String tag, @NonNull String msg) { in e() 293 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf() 302 public static int wtfStack(@Nullable String tag, @Nullable String msg) { in wtfStack() 313 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() 518 private String tag; field in Log.ImmediateLogWriter [all …]
|
/aosp14/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
H A D | ShadowSlog.java | 28 protected static int v(String tag, String msg) { in v() 33 protected static int v(String tag, String msg, Throwable tr) { in v() 38 protected static int d(String tag, String msg) { in d() 48 protected static int i(String tag, String msg) { in i() 58 protected static int w(String tag, String msg) { in w() 68 protected static int w(String tag, Throwable tr) { in w() 73 protected static int e(String tag, String msg) { in e() 83 protected static int wtf(String tag, String msg) { in wtf() 88 protected static void wtfQuiet(String tag, String msg) { in wtfQuiet() 93 protected static int wtfStack(String tag, String msg) { in wtfStack() [all …]
|
H A D | ShadowEventLog.java | 35 protected static int writeEvent(int tag, Object... values) { in writeEvent() 42 protected static int writeEvent(int tag, String string) { in writeEvent() 56 public final int tag; field in ShadowEventLog.Entry 59 public Entry(int tag, List<Object> values) { in Entry()
|
/aosp14/frameworks/base/core/java/android/security/keymaster/ |
H A D | KeymasterArguments.java | 74 public void addEnum(int tag, int value) { in addEnum() 87 public void addEnums(int tag, int... values) { in addEnums() 102 public int getEnum(int tag, int defaultValue) { in getEnum() 118 public List<Integer> getEnums(int tag) { in getEnums() 131 private void addEnumTag(int tag, int value) { in addEnumTag() 146 public void addUnsignedInt(int tag, long value) { in addUnsignedInt() 229 public void addBoolean(int tag) { in addBoolean() 241 public boolean getBoolean(int tag) { in getBoolean() 257 public void addBytes(int tag, byte[] value) { in addBytes() 290 public void addDate(int tag, Date value) { in addDate() [all …]
|
H A D | KeyCharacteristics.java | 87 public Integer getEnum(int tag) { in getEnum() 102 public List<Integer> getEnums(int tag) { in getEnums() 115 public long getUnsignedInt(int tag, long defaultValue) { in getUnsignedInt() 128 public List<BigInteger> getUnsignedLongs(int tag) { in getUnsignedLongs() 142 public Date getDate(int tag) { in getDate() 155 public boolean getBoolean(int tag) { in getBoolean()
|
/aosp14/frameworks/base/telephony/java/com/android/telephony/ |
H A D | Rlog.java | 43 public static int v(String tag, String msg) { in v() 47 public static int v(String tag, String msg, Throwable tr) { in v() 52 public static int d(String tag, String msg) { in d() 56 public static int d(String tag, String msg, Throwable tr) { in d() 61 public static int i(String tag, String msg) { in i() 65 public static int i(String tag, String msg, Throwable tr) { in i() 70 public static int w(String tag, String msg) { in w() 79 public static int w(String tag, Throwable tr) { in w() 83 public static int e(String tag, String msg) { in e() 96 public static boolean isLoggable(String tag, int level) { in isLoggable() [all …]
|
/aosp14/frameworks/base/core/java/android/telephony/ |
H A D | Rlog.java | 42 public static int v(String tag, String msg) { in v() 46 public static int v(String tag, String msg, Throwable tr) { in v() 52 public static int d(String tag, String msg) { in d() 57 public static int d(String tag, String msg, Throwable tr) { in d() 63 public static int i(String tag, String msg) { in i() 68 public static int i(String tag, String msg, Throwable tr) { in i() 74 public static int w(String tag, String msg) { in w() 84 public static int w(String tag, Throwable tr) { in w() 89 public static int e(String tag, String msg) { in e() 103 public static boolean isLoggable(String tag, int level) { in isLoggable() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | GestureRecorder.java | 78 public String tag, info; field in GestureRecorder.Gesture.TagRecord 79 public TagRecord(long when, String tag, String info) { in TagRecord() 113 public void tag(long when, String tag, String info) { in tag() argument 170 public void tag(long when, String tag, String info) { in tag() argument 181 public void tag(long when, String tag) { in tag() argument 185 public void tag(String tag) { in tag() method in GestureRecorder 186 tag(SystemClock.uptimeMillis(), tag, null); in tag() local 189 public void tag(String tag, String info) { in tag() method in GestureRecorder 190 tag(SystemClock.uptimeMillis(), tag, info); in tag() local
|
/aosp14/frameworks/base/tools/aapt2/trace/ |
H A D | TraceBuffer.cpp | 41 std::string tag; member 54 void AddWithTime(const std::string& tag, char type, int64_t time) noexcept { in AddWithTime() 59 void Add(const std::string& tag, char type) noexcept { in Add() 89 void BeginTrace(const std::string& tag) { in BeginTrace() 97 Trace::Trace(const std::string& tag) { in Trace() 101 Trace::Trace(const std::string& tag, const std::vector<android::StringPiece>& args) { in Trace() 116 FlushTrace::FlushTrace(const std::string& basepath, const std::string& tag) in FlushTrace() 121 FlushTrace::FlushTrace(const std::string& basepath, const std::string& tag, in FlushTrace() 133 FlushTrace::FlushTrace(const std::string& basepath, const std::string& tag, in FlushTrace()
|
H A D | TraceBuffer.h | 58 #define TRACE_NAME(tag) Trace __t(tag) argument 59 #define TRACE_NAME_ARGS(tag, args) Trace __t(tag, args) argument 61 #define TRACE_FLUSH(basename, tag) FlushTrace __t(basename, tag) argument 62 #define TRACE_FLUSH_ARGS(basename, tag, args) FlushTrace __t(basename, tag, args) argument
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/ |
H A D | Asn1Node.java | 50 private Builder(int tag) { in Builder() 102 public Builder addChildAsInteger(int tag, int value) { in addChildAsInteger() 117 public Builder addChildAsString(int tag, String value) { in addChildAsString() 133 public Builder addChildAsBytes(int tag, byte[] value) { in addChildAsBytes() 157 public Builder addChildAsBits(int tag, int value) { in addChildAsBits() 185 public Builder addChildAsBoolean(int tag, boolean value) { in addChildAsBoolean() 221 public static Builder newBuilder(int tag) { in newBuilder() 225 private static boolean isConstructedTag(int tag) { in isConstructedTag() 259 private Asn1Node(int tag, List<Asn1Node> children) { in Asn1Node() 305 public Asn1Node getChild(int tag, int... tags) in getChild() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | IDropBoxManagerService.aidl | 30 void addData(String tag, in byte[] data, int flags); in addData() 31 void addFile(String tag, in ParcelFileDescriptor fd, int flags); in addFile() 34 boolean isTagEnabled(String tag); in isTagEnabled() 39 DropBoxManager.Entry getNextEntry(String tag, long millis, String packageName); in getNextEntry() 41 DropBoxManager.Entry getNextEntryWithAttribution(String tag, long millis, String packageName, in getNextEntryWithAttribution()
|
/aosp14/system/core/libcutils/include/cutils/ |
H A D | klog.h | 40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) argument 41 #define KLOG_WARNING(tag,x...) klog_write(KLOG_WARNING_LEVEL, "<4>" tag ": " x) argument 42 #define KLOG_NOTICE(tag,x...) klog_write(KLOG_NOTICE_LEVEL, "<5>" tag ": " x) argument 43 #define KLOG_INFO(tag,x...) klog_write(KLOG_INFO_LEVEL, "<6>" tag ": " x) argument 44 #define KLOG_DEBUG(tag,x...) klog_write(KLOG_DEBUG_LEVEL, "<7>" tag ": " x) argument
|
H A D | trace.h | 149 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 159 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 172 static inline void atrace_end(uint64_t tag) in atrace_end() 189 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 203 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 221 static inline void atrace_async_for_track_begin(uint64_t tag, const char* track_name, in atrace_async_for_track_begin() 235 static inline void atrace_async_for_track_end(uint64_t tag, const char* track_name, in atrace_async_for_track_end() 253 static inline void atrace_instant(uint64_t tag, const char* name) { in atrace_instant() 269 static inline void atrace_instant_for_track(uint64_t tag, const char* track_name, in atrace_instant_for_track() 282 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() [all …]
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | klog.h | 40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) argument 41 #define KLOG_WARNING(tag,x...) klog_write(KLOG_WARNING_LEVEL, "<4>" tag ": " x) argument 42 #define KLOG_NOTICE(tag,x...) klog_write(KLOG_NOTICE_LEVEL, "<5>" tag ": " x) argument 43 #define KLOG_INFO(tag,x...) klog_write(KLOG_INFO_LEVEL, "<6>" tag ": " x) argument 44 #define KLOG_DEBUG(tag,x...) klog_write(KLOG_DEBUG_LEVEL, "<7>" tag ": " x) argument
|
H A D | trace.h | 149 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 159 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 172 static inline void atrace_end(uint64_t tag) in atrace_end() 189 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 203 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 221 static inline void atrace_async_for_track_begin(uint64_t tag, const char* track_name, in atrace_async_for_track_begin() 235 static inline void atrace_async_for_track_end(uint64_t tag, const char* track_name, in atrace_async_for_track_end() 253 static inline void atrace_instant(uint64_t tag, const char* name) { in atrace_instant() 269 static inline void atrace_instant_for_track(uint64_t tag, const char* track_name, in atrace_instant_for_track() 282 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarIconList.java | 75 public void removeIcon(String slotName, int tag) { in removeIcon() 84 public StatusBarIconHolder getIconHolder(String slotName, int tag) { in getIconHolder() 93 public int getViewIndex(String slotName, int tag) { in getViewIndex() 161 public StatusBarIconHolder getHolderForTag(int tag) { in getHolderForTag() 178 int tag = holder.getTag(); in addHolder() local 186 public void removeForTag(int tag) { in removeForTag() 205 private void setSubSlot(StatusBarIconHolder holder, int tag) { in setSubSlot() 221 private int getIndexForTag(int tag) { in getIndexForTag() 251 public int viewIndexOffsetForTag(int tag) { in viewIndexOffsetForTag()
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | CompletableFutureUtil.java | 67 @Nullable String tag, @Nullable String methodName, in getValueOrNullInternal() 109 private static void logTimeoutInternal(@Nullable String tag, @Nullable String methodName, in logTimeoutInternal() 118 private static void logErrorInternal(@Nullable String tag, @Nullable String methodName, in logErrorInternal() 127 private static void logCancellationInternal(@Nullable String tag, @Nullable String methodName) { in logCancellationInternal() 194 @Nullable String tag, @Nullable String methodName, in getResultOrFalse() 221 @Nullable String tag, @Nullable String methodName, in getResultOrZero() 248 public static <T> T getResultOrNull(@NonNull CompletableFuture<T> future, @Nullable String tag, in getResultOrNull()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | DropBoxManager.java | 129 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis) { in Entry() 140 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() 156 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() 174 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() 192 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() 321 public void addText(@NonNull String tag, @NonNull String data) { in addText() 332 public void addData(@NonNull String tag, @Nullable byte[] data, @Flags int flags) { in addData() 355 public void addFile(@NonNull String tag, @NonNull File file, @Flags int flags) in addFile() 374 public boolean isTagEnabled(String tag) { in isTagEnabled() 391 public @Nullable Entry getNextEntry(String tag, long msec) { in getNextEntry()
|
/aosp14/frameworks/base/core/java/android/view/textclassifier/ |
H A D | Log.java | 40 public static void v(String tag, String msg) { in v() 46 public static void d(String tag, String msg) { in d() 50 public static void w(String tag, String msg) { in w() 54 public static void e(String tag, String msg, Throwable tr) { in e()
|
/aosp14/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | KeyStore2ParameterUtils.java | 49 static @NonNull KeyParameter makeBool(int tag) { in makeBool() 67 static @NonNull KeyParameter makeEnum(int tag, int v) { in makeEnum() 112 static @NonNull KeyParameter makeInt(int tag, int v) { in makeInt() 130 static @NonNull KeyParameter makeLong(int tag, long v) { in makeLong() 148 static @NonNull KeyParameter makeBytes(int tag, @NonNull byte[] b) { in makeBytes() 165 static @NonNull KeyParameter makeBignum(int tag, @NonNull BigInteger b) { in makeBignum() 182 static @NonNull KeyParameter makeDate(int tag, @NonNull Date date) { in makeDate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
H A D | WakeLock.java | 64 static WakeLock createPartial(Context context, WakeLockLogger logger, String tag) { in createPartial() 73 Context context, WakeLockLogger logger, String tag, long maxTimeout) { in createPartial() 83 Context context, WakeLockLogger logger, String tag, int flags, long maxTimeout) { in createWakeLock() 90 Context context, String tag, int levelsAndFlags) { in createWakeLockInner()
|
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
H A D | TestUtils.java | 98 public static void assertLogcatAtMost(String tag, int level) { in assertLogcatAtMost() 108 public static void assertLogcatAtLeast(String tag, int level) { in assertLogcatAtLeast() 124 public static void assertLogcat(String tag, int... logs) { in assertLogcat() 132 public static void assertLogcatContains(String tag, Predicate<ShadowLog.LogItem> predicate) { in assertLogcatContains() 137 public static void assertEventLogged(int tag, Object... values) { in assertEventLogged() 143 public static void assertEventNotLogged(int tag, Object... values) { in assertEventNotLogged()
|