Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowSlog.java28 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()
43 protected static int d(String tag, String msg, Throwable tr) { in d()
48 protected static int i(String tag, String msg) { in i()
53 protected static int i(String tag, String msg, Throwable tr) { in i()
58 protected static int w(String tag, String msg) { in w()
63 protected static int w(String tag, String msg, Throwable tr) { in w()
68 protected static int w(String tag, Throwable tr) { in w()
73 protected static int e(String tag, String msg) { in e()
[all …]
DShadowEventLog.java35 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()
/frameworks/base/core/java/android/util/
DSlog.java31 public static int v(String tag, String msg) { in v()
35 public static int v(String tag, String msg, Throwable tr) { in v()
41 public static int d(String tag, String msg) { in d()
46 public static int d(String tag, String msg, Throwable tr) { in d()
52 public static int i(String tag, String msg) { in i()
56 public static int i(String tag, String msg, Throwable tr) { in i()
62 public static int w(String tag, String msg) { in w()
67 public static int w(String tag, String msg, Throwable tr) { in w()
72 public static int w(String tag, Throwable tr) { in w()
77 public static int e(String tag, String msg) { in e()
[all …]
DLog.java118 void onTerribleFailure(String tag, TerribleFailure what, boolean system); in onTerribleFailure()
136 public static int v(@Nullable String tag, @NonNull String msg) { in v()
147 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v()
157 public static int d(@Nullable String tag, @NonNull String msg) { in d()
168 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d()
178 public static int i(@Nullable String tag, @NonNull String msg) { in i()
189 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i()
199 public static int w(@Nullable String tag, @NonNull String msg) { in w()
210 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w()
234 public static native boolean isLoggable(@Nullable String tag, @Level int level); in isLoggable()
[all …]
/frameworks/base/core/java/android/security/keymaster/
DKeymasterArguments.java73 public void addEnum(int tag, int value) { in addEnum()
86 public void addEnums(int tag, int... values) { in addEnums()
101 public int getEnum(int tag, int defaultValue) { in getEnum()
117 public List<Integer> getEnums(int tag) { in getEnums()
130 private void addEnumTag(int tag, int value) { in addEnumTag()
145 public void addUnsignedInt(int tag, long value) { in addUnsignedInt()
163 public long getUnsignedInt(int tag, long defaultValue) { in getUnsignedInt()
182 public void addUnsignedLong(int tag, BigInteger value) { in addUnsignedLong()
195 public List<BigInteger> getUnsignedLongs(int tag) { in getUnsignedLongs()
208 private void addLongTag(int tag, BigInteger value) { in addLongTag()
[all …]
DKeyCharacteristics.java86 public Integer getEnum(int tag) { in getEnum()
101 public List<Integer> getEnums(int tag) { in getEnums()
114 public long getUnsignedInt(int tag, long defaultValue) { in getUnsignedInt()
127 public List<BigInteger> getUnsignedLongs(int tag) { in getUnsignedLongs()
141 public Date getDate(int tag) { in getDate()
154 public boolean getBoolean(int tag) { in getBoolean()
/frameworks/base/telephony/java/com/android/telephony/
DRlog.java39 private static int log(int priority, String tag, String msg) { in log()
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()
74 public static int w(String tag, String msg, Throwable tr) { in w()
79 public static int w(String tag, Throwable tr) { in w()
[all …]
/frameworks/base/core/java/android/telephony/
DRlog.java42 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()
79 public static int w(String tag, String msg, Throwable tr) { in w()
84 public static int w(String tag, Throwable tr) { in w()
89 public static int e(String tag, String msg) { in e()
[all …]
/frameworks/multidex/library/test/src/android/util/
DLog.java67 public static int v(String tag, String msg) { in v()
78 public static int v(String tag, String msg, Throwable tr) { in v()
88 public static int d(String tag, String msg) { in d()
99 public static int d(String tag, String msg, Throwable tr) { in d()
109 public static int i(String tag, String msg) { in i()
120 public static int i(String tag, String msg, Throwable tr) { in i()
130 public static int w(String tag, String msg) { in w()
141 public static int w(String tag, String msg, Throwable tr) { in w()
151 public static int w(String tag, Throwable tr) { in w()
161 public static int e(String tag, String msg) { in e()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DGestureRecorder.java79 public String tag, info; field in GestureRecorder.Gesture.TagRecord
80 public TagRecord(long when, String tag, String info) { in TagRecord()
114 public void tag(long when, String tag, String info) { in tag() argument
171 public void tag(long when, String tag, String info) { in tag() argument
182 public void tag(long when, String tag) { in tag() argument
186 public void tag(String tag) { in tag() method in GestureRecorder
187 tag(SystemClock.uptimeMillis(), tag, null); in tag() local
190 public void tag(String tag, String info) { in tag() argument
191 tag(SystemClock.uptimeMillis(), tag, info); in tag() local
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
DLog.java44 public Tag(String tag) { in Tag()
58 public static void d(Tag tag, String msg) { in d()
64 public static void d(Tag tag, String msg, Throwable tr) { in d()
70 public static void e(Tag tag, String msg) { in e()
76 public static void e(Tag tag, String msg, Throwable tr) { in e()
82 public static void i(Tag tag, String msg) { in i()
88 public static void i(Tag tag, String msg, Throwable tr) { in i()
94 public static void v(Tag tag, String msg) { in v()
100 public static void v(Tag tag, String msg, Throwable tr) { in v()
106 public static void w(Tag tag, String msg) { in w()
[all …]
/frameworks/base/tools/aapt2/trace/
DTraceBuffer.cpp41 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()
DTraceBuffer.h58 #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
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingLog.java68 public static void v(String tag, String s) { in v()
78 public static void i(String tag, String s) { in i()
85 public static void wLogcat(String tag, String s) { in wLogcat()
90 public static void w(String tag, String s) { in w()
97 public static void e(String tag, String s) { in e()
104 public static synchronized void log(String level, String tag, String s) { in log()
139 public static synchronized void wtf(String tag, String s, Throwable here) { in wtf()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
DAsn1Node.java50 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()
147 public Builder addChildAsBytesFromHex(int tag, String hex) { in addChildAsBytesFromHex()
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()
244 Asn1Node(int tag, @Nullable byte[] src, int offset, int length) { in Asn1Node()
[all …]
/frameworks/base/core/java/android/os/
DDropBoxManager.java116 public Entry(String tag, long millis) { in Entry()
127 public Entry(String tag, long millis, String text) { in Entry()
142 public Entry(String tag, long millis, byte[] data, int flags) { in Entry()
159 public Entry(String tag, long millis, ParcelFileDescriptor data, int flags) { in Entry()
176 public Entry(String tag, long millis, File data, int flags) throws IOException { in Entry()
296 public void addText(String tag, String data) { in addText()
316 public void addData(String tag, byte[] data, int flags) { in addData()
339 public void addFile(String tag, File file, int flags) throws IOException { in addFile()
359 public boolean isTagEnabled(String tag) { in isTagEnabled()
376 public @Nullable Entry getNextEntry(String tag, long msec) { in getNextEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconList.java69 public void removeIcon(int index, int tag) { in removeIcon()
77 public StatusBarIconHolder getIcon(int index, int tag) { in getIcon()
81 public int getViewIndex(int slotIndex, int tag) { in getViewIndex()
129 public StatusBarIconHolder getHolderForTag(int tag) { in getHolderForTag()
146 int tag = holder.getTag(); in addHolder() local
154 public void removeForTag(int tag) { in removeForTag()
173 private void setSubSlot(StatusBarIconHolder holder, int tag) { in setSubSlot()
189 private int getIndexForTag(int tag) { in getIndexForTag()
219 public int viewIndexOffsetForTag(int tag) { in viewIndexOffsetForTag()
/frameworks/base/core/java/android/view/textclassifier/
DLog.java40 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()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
DTestUtils.java97 public static void assertLogcatAtMost(String tag, int level) { in assertLogcatAtMost()
107 public static void assertLogcatAtLeast(String tag, int level) { in assertLogcatAtLeast()
123 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()
144 public static void assertEventNotLogged(int tag, Object... values) { in assertEventNotLogged()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteLayoutLog.java37 …void warning(String tag, String message, Object viewCookie, Serializable data) throws RemoteExcept… in warning()
51 void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
62 …void error(String tag, String message, Object viewCookie, Serializable data) throws RemoteExceptio… in error()
73 … void error(String tag, String message, Throwable throwable, Object viewCookie, Serializable data) in error()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java114 final String tag = NetworkNotificationManager.tagFor(id); in verifyTitleByNetwork() local
166 final String tag = NetworkNotificationManager.tagFor(id); in testNotificationsShownAndCleared() local
182 final String tag = NetworkNotificationManager.tagFor(102); in testNoInternetNotificationsNotShownForCellular() local
200 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsNoInternetThenSignIn() local
222 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsSignInThenNoInternet() local
243 final String tag = NetworkNotificationManager.tagFor(id); in testClearNotificationByType() local
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp44 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags) in Entry()
53 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags, int fd) in Entry()
179 DropBoxManager::addText(const String16& tag, const string& text) in addText()
187 DropBoxManager::addData(const String16& tag, uint8_t const* data, in addData()
196 DropBoxManager::addFile(const String16& tag, const string& filename, int flags) in addFile()
209 DropBoxManager::addFile(const String16& tag, int fd, int flags) in addFile()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteLayoutLogAdapter.java33 public void warning(String tag, String message, Object viewCookie, Object data) { in warning()
42 public void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
52 public void error(String tag, String message, Object viewCookie, Object data) { in error()
61 public void error(String tag, String message, Throwable throwable, Object viewCookie, in error()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteLayoutLogAdapter.java40 public void warning(String tag, String message, Object viewCookie, Serializable data) { in warning()
45 public void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
51 public void error(String tag, String message, Object viewCookie, Serializable data) { in error()
56 …public void error(String tag, String message, Throwable throwable, Object viewCookie, Serializable… in error()
/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp136 ACameraMetadata::filterDurations(uint32_t tag) { in filterDurations()
359 ACameraMetadata::isVendorTag(const uint32_t tag) { in isVendorTag()
368 ACameraMetadata::getConstEntry(uint32_t tag, ACameraMetadata_const_entry* entry) const { in getConstEntry()
388 ACameraMetadata::update(uint32_t tag, uint32_t count, const uint8_t* data) { in update()
393 ACameraMetadata::update(uint32_t tag, uint32_t count, const int32_t* data) { in update()
398 ACameraMetadata::update(uint32_t tag, uint32_t count, const float* data) { in update()
403 ACameraMetadata::update(uint32_t tag, uint32_t count, const double* data) { in update()
408 ACameraMetadata::update(uint32_t tag, uint32_t count, const int64_t* data) { in update()
413 ACameraMetadata::update(uint32_t tag, uint32_t count, const ACameraMetadata_rational* data) { in update()
480 ACameraMetadata::isCaptureRequestTag(const uint32_t tag) { in isCaptureRequestTag()

12345678910>>...24