HomeSort by relevance Sort by last modified time
    Searched refs:Tag (Results 26 - 50 of 193) sorted by null

12 3 4 5 6 7 8

  /external/jhead/
gpsinfo.c 67 int IsGpsTag(const char* tag) {
68 return strstr(tag, "GPS") == tag;
71 TagTable_t* GpsTagToTagTableEntry(unsigned short tag)
75 if (GpsTags[i].Tag == tag) {
76 printf("found tag %d", tag);
79 printf("tag %s format not defined", GpsTags[i].Desc);
85 printf("tag %d NOT FOUND", tag)
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 91 writeRecordHeader(BinaryHprof.Tag.CONTROL_SETTINGS,
93 BinaryHprof.Tag.CONTROL_SETTINGS.maximumSize);
114 writeRecordHeader(BinaryHprof.Tag.START_THREAD,
116 BinaryHprof.Tag.START_THREAD.maximumSize);
126 writeRecordHeader(BinaryHprof.Tag.END_THREAD,
128 BinaryHprof.Tag.END_THREAD.maximumSize);
132 private void writeRecordHeader(BinaryHprof.Tag hprofTag,
139 out.writeByte(hprofTag.tag);
168 writeRecordHeader(BinaryHprof.Tag.STRING_IN_UTF8,
183 writeRecordHeader(BinaryHprof.Tag.CPU_SAMPLES, 0, 4 + 4 + (samplesCount * (4 + 4)))
    [all...]
  /external/llvm/lib/CodeGen/
InterferenceCache.h 32 BlockInterference() : Tag(0) {}
33 unsigned Tag;
44 /// Tag - Cache tag is changed when any of the underlying LiveIntervalUnions
46 unsigned Tag;
71 /// Tag of the LIU last time we looked.
96 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0), LIS(0) {}
125 if (Blocks[MBBNum].Tag != Tag)
  /frameworks/base/core/java/android/nfc/
Tag.java 40 * Represents an NFC tag that has been discovered.
42 * {@link Tag} is an immutable object that represents the state of a NFC tag at
48 * A new tag object is created every time a tag is discovered (comes into range), even
49 * if it is the same physical tag. If a tag is removed and then returned into range, then
50 * only the most recent tag object can be successfully used to create a {@link TagTechnology}.
52 * <h3>Tag Dispatch</h3>
53 * When a tag is discovered, a {@link Tag} object is created and passed to
    [all...]
  /packages/apps/Tag/
Android.mk 11 LOCAL_PACKAGE_NAME := Tag
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 61 class Tag,
73 class Tag,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 61 class Tag,
73 class Tag,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 61 class Tag,
73 class Tag,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 61 class Tag,
73 class Tag,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 61 class Tag,
73 class Tag,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 61 class Tag,
73 class Tag,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 61 class Tag,
73 class Tag,
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java 21 super (Tag.A, AttributeSet.create ());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
priority_queue.hpp 53 typename Tag = pairing_heap_tag,
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
64 typedef Tag container_category;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
priority_queue.hpp 54 typename Tag = pairing_heap_tag,
58 Cmp_Fn,Tag,Allocator>::type
63 Tag, Allocator>::type base_type;
68 typedef Tag container_category;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
priority_queue.hpp 54 typename Tag = pairing_heap_tag,
58 Cmp_Fn,Tag,Allocator>::type
63 Tag, Allocator>::type base_type;
68 typedef Tag container_category;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
priority_queue.hpp 53 typename Tag = pairing_heap_tag,
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
64 typedef Tag container_category;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
priority_queue.hpp 53 typename Tag = pairing_heap_tag,
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
64 typedef Tag container_category;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
priority_queue.hpp 53 typename Tag = pairing_heap_tag,
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
64 typedef Tag container_category;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
priority_queue.hpp 53 typename Tag = pairing_heap_tag,
56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
64 typedef Tag container_category;
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 20 import android.nfc.Tag;
28 * Provides access to ISO-DEP (ISO 14443-4) properties and I/O operations on a {@link Tag}.
33 * <p>Tags that enumerate the {@link IsoDep} technology in {@link Tag#getTechList}
41 private static final String TAG = "NFC";
52 * Get an instance of {@link IsoDep} for the given tag.
54 * <p>Returns null if {@link IsoDep} was not enumerated in {@link Tag#getTechList}.
55 * This indicates the tag does not support ISO-DEP.
57 * @param tag an ISO-DEP compatible tag
60 public static IsoDep get(Tag tag)
    [all...]
NfcA.java 20 import android.nfc.Tag;
28 * Provides access to NFC-A (ISO 14443-3A) properties and I/O operations on a {@link Tag}.
38 private static final String TAG = "NFC";
49 * Get an instance of {@link NfcA} for the given tag.
50 * <p>Returns null if {@link NfcA} was not enumerated in {@link Tag#getTechList}.
51 * This indicates the tag does not support NFC-A.
54 * @param tag an NFC-A compatible tag
57 public static NfcA get(Tag tag) {
    [all...]
NfcF.java 20 import android.nfc.Tag;
28 * Provides access to NFC-F (JIS 6319-4) properties and I/O operations on a {@link Tag}.
38 private static final String TAG = "NFC";
49 * Get an instance of {@link NfcF} for the given tag.
50 * <p>Returns null if {@link NfcF} was not enumerated in {@link Tag#getTechList}.
51 * This indicates the tag does not support NFC-F.
54 * @param tag an NFC-F compatible tag
57 public static NfcF get(Tag tag) {
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
BCHeaderField.h 25 // Also contains the list of known Tag IDs.
38 } Tag;
41 BCHeaderField(Tag ID, size_t len, uint8_t* data) :
72 ID_ = static_cast<Tag>(field);
95 Tag getID() const {
113 Tag ID_;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
NdefTagTester.java 25 import android.nfc.Tag;
34 * {@link TagTester} for NDEF tags. It writes a semi-random NDEF tag with a random id but
39 private static final String TAG = NdefTagTester.class.getSimpleName();
43 private static final String PAYLOAD = "CTS Verifier NDEF Tag";
52 public boolean isTestableTag(Tag tag) {
53 if (tag != null) {
54 for (String tech : tag.getTechList()) {
56 Ndef ndef = Ndef.get(tag);
65 public TagVerifier writeTag(Tag tag) throws IOException, FormatException
    [all...]

Completed in 666 milliseconds

12 3 4 5 6 7 8