Searched defs:Tag (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
H A DLog.java30 private static final Log.Tag TAG = new Log.Tag("Log");
37 public static final class Tag { class in class:Log
44 public Tag(String tag) { method in class:Log.Tag
47 w(TAG, "Tag " + tag + " is " + lenDiff + " chars longer than limit.");
58 public static void d(Tag tag, String msg) {
64 public static void d(Tag tag, String msg, Throwable tr) {
70 public static void e(Tag tag, String msg) {
76 public static void e(Tag tag, String msg, Throwable tr) {
82 public static void i(Tag ta
[all...]
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A DBCHeaderField.h25 // Also contains the list of known Tag IDs.
38 } Tag; typedef in class:BCHeaderField
41 BCHeaderField(Tag ID, size_t len, uint8_t* data) :
72 ID_ = static_cast<Tag>(field);
95 Tag getID() const {
113 Tag ID_;
/frameworks/base/core/java/android/nfc/
H A DTag.java43 * {@link Tag} is an immutable object that represents the state of a NFC tag at
53 * <h3>Tag Dispatch</h3>
54 * When a tag is discovered, a {@link Tag} object is created and passed to a
63 * <p>The Tag dispatch mechanism was designed to give a high probability of dispatching
87 * <h4>3. Tag Technology dispatch</h4>
98 * <h3>NFC Tag Background</h3>
100 * it is in range. Tag's can come in many forms, such as stickers, cards, key fobs, or
112 public final class Tag implements Parcelable { class in inherits:Parcelable
126 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, method in class:Tag
143 * Construct a mock Tag
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.h27 enum Tag { enum in class:mcld::ARMELFAttributeData

Completed in 3296 milliseconds