Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 585) 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.java115 void onTerribleFailure(String tag, TerribleFailure what, boolean system); in onTerribleFailure()
133 public static int v(@Nullable String tag, @NonNull String msg) { in v()
144 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v()
154 public static int d(@Nullable String tag, @NonNull String msg) { in d()
165 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d()
175 public static int i(@Nullable String tag, @NonNull String msg) { in i()
186 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i()
196 public static int w(@Nullable String tag, @NonNull String msg) { in w()
207 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w()
230 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/android/telephony/
DRlog.java43 public static int v(String tag, String msg) { in v()
47 public static int v(String tag, String msg, Throwable tr) { in v()
53 public static int d(String tag, String msg) { in d()
58 public static int d(String tag, String msg, Throwable tr) { in d()
64 public static int i(String tag, String msg) { in i()
69 public static int i(String tag, String msg, Throwable tr) { in i()
75 public static int w(String tag, String msg) { in w()
80 public static int w(String tag, String msg, Throwable tr) { in w()
85 public static int w(String tag, Throwable tr) { in w()
90 public static int e(String tag, String msg) { in e()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DFieldCodec.cs52 public static FieldCodec<string> ForString(uint tag) in ForString()
62 public static FieldCodec<ByteString> ForBytes(uint tag) in ForBytes()
72 public static FieldCodec<bool> ForBool(uint tag) in ForBool()
82 public static FieldCodec<int> ForInt32(uint tag) in ForInt32()
92 public static FieldCodec<int> ForSInt32(uint tag) in ForSInt32()
102 public static FieldCodec<uint> ForFixed32(uint tag) in ForFixed32()
112 public static FieldCodec<int> ForSFixed32(uint tag) in ForSFixed32()
122 public static FieldCodec<uint> ForUInt32(uint tag) in ForUInt32()
132 public static FieldCodec<long> ForInt64(uint tag) in ForInt64()
142 public static FieldCodec<long> ForSInt64(uint tag) in ForSInt64()
[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() method in GestureRecorder.Gesture
171 public void tag(long when, String tag, String info) { in tag() method in GestureRecorder
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() method in GestureRecorder
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/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java124 final String tag = NetworkNotificationManager.tagFor(id); in testNotificationsShownAndCleared() local
140 final String tag = NetworkNotificationManager.tagFor(102); in testNoInternetNotificationsNotShownForCellular() local
158 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsNoInternetThenSignIn() local
180 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsSignInThenNoInternet() local
201 final String tag = NetworkNotificationManager.tagFor(id); in testSameLevelNotifications() local
215 final String tag = NetworkNotificationManager.tagFor(id); in testClearNotificationByType() local
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteLayoutLog.java36 void warning(String tag, String message, Serializable data) throws RemoteException; in warning()
50 void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
60 void error(String tag, String message, Serializable data) throws RemoteException; in error()
70 void error(String tag, String message, Throwable throwable, Serializable data) in error()
/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/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteLayoutLogAdapter.java33 public void warning(String tag, String message, 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 data) { in error()
61 public void error(String tag, String message, Throwable throwable, Object data) { in error()
/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/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteLayoutLogAdapter.java40 public void warning(String tag, String message, 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, Serializable data) { in error()
56 public void error(String tag, String message, Throwable throwable, Serializable data) { in error()
/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp115 ACameraMetadata::filterDurations(uint32_t tag) { in filterDurations()
330 ACameraMetadata::isVendorTag(const uint32_t tag) { in isVendorTag()
339 ACameraMetadata::getConstEntry(uint32_t tag, ACameraMetadata_const_entry* entry) const { in getConstEntry()
359 ACameraMetadata::update(uint32_t tag, uint32_t count, const uint8_t* data) { in update()
364 ACameraMetadata::update(uint32_t tag, uint32_t count, const int32_t* data) { in update()
369 ACameraMetadata::update(uint32_t tag, uint32_t count, const float* data) { in update()
374 ACameraMetadata::update(uint32_t tag, uint32_t count, const double* data) { in update()
379 ACameraMetadata::update(uint32_t tag, uint32_t count, const int64_t* data) { in update()
384 ACameraMetadata::update(uint32_t tag, uint32_t count, const ACameraMetadata_rational* data) { in update()
451 ACameraMetadata::isCaptureRequestTag(const uint32_t tag) { in isCaptureRequestTag()

12345678910>>...24