Home
last modified time | relevance | path

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

12345678910>>...52

/aosp14/frameworks/base/core/java/android/util/
H A DSlog.java49 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 DLog.java143 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 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()
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 …]
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DSlogf.java62 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 …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_inspector_test.cpp520 std::string tag = "tagTest"; variable
534 std::string tag = "tagTest"; variable
557 std::string tag = "tagTest"; variable
571 std::string tag = "tagTest"; variable
591 std::string tag = "tagTest"; variable
611 std::string tag = "tagTest"; variable
631 std::string tag = "tagTest"; variable
651 std::string tag = "tagTest"; variable
671 std::string tag = "tagTest"; variable
691 std::string tag = "tagTest"; variable
[all …]
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_tag_impl_default.cpp30 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in GetTechList() local
39 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in GetConnectedTech() local
48 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in GetTechExtrasData() local
57 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in GetTagUid() local
66 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in Connect() local
75 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in Disconnect() local
84 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in Reconnect() local
93 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in Transceive() local
102 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in ReadNdef() local
111 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in FindNdefTech() local
[all …]
/aosp14/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterArguments.java74 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 DKeyCharacteristics.java87 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 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()
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 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()
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 …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect.cpp31 void GEVisualEffect::SetParam(const std::string& tag, int32_t param) in SetParam()
37 void GEVisualEffect::SetParam(const std::string& tag, int64_t param) in SetParam()
42 void GEVisualEffect::SetParam(const std::string& tag, float param) in SetParam()
47 void GEVisualEffect::SetParam(const std::string& tag, double param) in SetParam()
52 void GEVisualEffect::SetParam(const std::string& tag, const char* const param) in SetParam()
57 void GEVisualEffect::SetParam(const std::string& tag, const Drawing::Matrix param) in SetParam()
62 void GEVisualEffect::SetParam(const std::string& tag, const std::vector<std::pair<float, float>> pa… in SetParam()
67 void GEVisualEffect::SetParam(const std::string& tag, bool param) in SetParam()
72 void GEVisualEffect::SetParam(const std::string& tag, uint32_t param) in SetParam()
H A Dge_visual_effect_impl.cpp81 void GEVisualEffectImpl::SetParam(const std::string& tag, int32_t param) in SetParam()
132 void GEVisualEffectImpl::SetParam(const std::string& tag, bool param) in SetParam()
150 void GEVisualEffectImpl::SetParam(const std::string& tag, int64_t param) {} in SetParam()
152 void GEVisualEffectImpl::SetParam(const std::string& tag, float param) in SetParam()
185 void GEVisualEffectImpl::SetParam(const std::string& tag, double param) {} in SetParam()
187 void GEVisualEffectImpl::SetParam(const std::string& tag, const char* const param) {} in SetParam()
228 void GEVisualEffectImpl::SetParam(const std::string& tag, const uint32_t param) in SetParam()
251 void GEVisualEffectImpl::SetMESABlurParams(const std::string& tag, float param) in SetMESABlurParams()
282 void GEVisualEffectImpl::SetAIBarParams(const std::string& tag, float param) in SetAIBarParams()
307 void GEVisualEffectImpl::SetGreyParams(const std::string& tag, float param) in SetGreyParams()
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhilog_wrapper.h36 …#define RESMGR_HILOGE(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_ERROR, 0xD001E00, tag, fmt, ##__VA_A… argument
37 …#define RESMGR_HILOGW(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_WARN, 0xD001E00, tag, fmt, ##__VA_AR… argument
38 …#define RESMGR_HILOGI(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_INFO, 0xD001E00, tag, fmt, ##__VA_AR… argument
39 …#define RESMGR_HILOGD(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_DEBUG, 0xD001E00, tag, fmt, ##__VA_A… argument
40 …#define RESMGR_HILOGF(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_FATAL, 0xD001E00, tag, fmt, ##__VA_A… argument
53 #define RESMGR_HILOGE(tag, fmt, ...) argument
54 #define RESMGR_HILOGW(tag, fmt, ...) argument
55 #define RESMGR_HILOGI(tag, fmt, ...) argument
56 #define RESMGR_HILOGD(tag, fmt, ...) argument
57 #define RESMGR_HILOGF(tag, fmt, ...) argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java78 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() method in GestureRecorder
181 public void tag(long when, String tag) { in tag() method in GestureRecorder
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() argument
190 tag(SystemClock.uptimeMillis(), tag, info); in tag() local
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter_c.c19 void HiTraceStartTrace(uint64_t tag, const char* value) in HiTraceStartTrace()
24 void HiTraceFinishTrace(uint64_t tag) in HiTraceFinishTrace()
29 void HiTraceStartAsyncTrace(uint64_t tag, const char* value, int32_t taskId) in HiTraceStartAsyncTrace()
34 void HiTraceFinishAsyncTrace(uint64_t tag, const char* value, int32_t taskId) in HiTraceFinishAsyncTrace()
39 void HiTraceCountTrace(uint64_t tag, const char* value, int32_t count) in HiTraceCountTrace()
H A Dhitrace_meter_wrapper.cpp23 void StartTraceCwrapper(uint64_t tag, const char *value) in StartTraceCwrapper()
28 void FinishTraceCwrapper(uint64_t tag) in FinishTraceCwrapper()
33 void StartAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in StartAsyncTraceCwrapper()
38 void FinishAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in FinishAsyncTraceCwrapper()
43 void CountTraceCwrapper(uint64_t tag, const char *value, int64_t count) in CountTraceCwrapper()
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/trace/
H A Dffrt_trace.h198 #define FFRT_TRACE_BEGIN(tag) \ argument
218 #define FFRT_TRACE_COUNT(tag, value) \ argument
223 #define FFRT_TASK_BEGIN(tag, gid) \ argument
228 #define FFRT_BLOCK_TRACER(gid, tag) \ argument
255 #define FFRT_TRACE_BEGIN(tag) argument
258 #define FFRT_TRACE_ASYNC_END(tag, tid) argument
259 #define FFRT_TRACE_COUNT(tag, value) argument
260 #define FFRT_TRACE_SCOPE(level, tag) argument
261 #define FFRT_TASK_BEGIN(tag, gid) argument
262 #define FFRT_BLOCK_TRACER(gid, tag) argument
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DIDropBoxManagerService.aidl30 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 Dklog.h40 #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
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dklog.h40 #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
/aosp14/frameworks/base/tools/aapt2/trace/
H A 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
H A 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()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dm3u8.cpp80 tagUpdatersMap_[HlsTag::EXTXPLAYLISTTYPE] = [this] (std::shared_ptr<Tag>& tag, M3U8Info& info) { in InitTagUpdatersMap()
89 … tagUpdatersMap_[HlsTag::EXTXMEDIASEQUENCE] = [this] (std::shared_ptr<Tag>& tag, M3U8Info& info) { in InitTagUpdatersMap()
99 tagUpdatersMap_[HlsTag::EXTINF] = [this](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap()
103 tagUpdatersMap_[HlsTag::URI] = [this](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap()
107 tagUpdatersMap_[HlsTag::EXTXBYTERANGE] = [](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap()
113 tagUpdatersMap_[HlsTag::EXTXDISCONTINUITY] = [this](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap()
119 tagUpdatersMap_[HlsTag::EXTXKEY] = [](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap()
125 tagUpdatersMap_[HlsTag::EXTXMAP] = [](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap()
137 for (auto& tag : tags) { in UpdateFromTags() local
153 void M3U8::GetExtInf(const std::shared_ptr<Tag>& tag, double& duration, std::string& title) const in GetExtInf() argument
[all …]
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmeta.h480 MapIt Find(TagType tag) const in Find()
485 MapIt Find(TagTypeCharSeq tag) const in Find()
496 void SetData(const TagType& tag, const T& value) in SetData()
502 void SetData(TagTypeCharSeq tag, const T& value) in SetData()
511 void SetData(const TagType &tag, char const (&value)[N]) in SetData()
518 void SetData(TagTypeCharSeq tag, char const (&value)[N]) in SetData()
528 bool GetData(const TagType& tag, T &value) const in GetData()
539 bool GetData(TagTypeCharSeq tag, T &value) const in GetData()
549 void Remove(const TagType& tag) in Remove()
557 void Remove(TagTypeCharSeq tag) in Remove()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
H A 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()
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 …]

12345678910>>...52