Searched defs:tag (Results 176 - 200 of 981) sorted by relevance

1234567891011>>

/external/skia/src/utils/win/
H A DSkDWrite.h69 static const UINT32 tag = DWRITE_MAKE_OPENTYPE_TAG(T::TAG0, T::TAG1, T::TAG2, T::TAG3); member in class:AutoTDWriteTable
70 AutoTDWriteTable(IDWriteFontFace* fontFace) : AutoDWriteTable(fontFace, tag) { }
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-eax.c25 * @tag: 16-byte tag value
30 u8 *data, size_t data_len, u8 *tag)
70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
89 * @tag: 16-byte tag value
90 * Returns: 0 on success, -1 on failure, -2 if tag does not match
94 u8 *data, size_t data_len, const u8 *tag)
140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) argument
92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) argument
/external/wpa_supplicant_8/src/crypto/
H A Daes-eax.c25 * @tag: 16-byte tag value
30 u8 *data, size_t data_len, u8 *tag)
70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
89 * @tag: 16-byte tag value
90 * Returns: 0 on success, -1 on failure, -2 if tag does not match
94 u8 *data, size_t data_len, const u8 *tag)
140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) argument
92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-eax.c25 * @tag: 16-byte tag value
30 u8 *data, size_t data_len, u8 *tag)
70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
89 * @tag: 16-byte tag value
90 * Returns: 0 on success, -1 on failure, -2 if tag does not match
94 u8 *data, size_t data_len, const u8 *tag)
140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) argument
92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DValue.java36 private byte tag; field in class:Value
45 * Creates new value with no tag.
48 tag = JDWPConstants.Tag.NO_TAG;
52 * Creates new ID value with specified tag.
54 public Value(byte tag, long value) { argument
55 this.tag = tag;
63 this.tag = JDWPConstants.Tag.BYTE_TAG;
71 this.tag = JDWPConstants.Tag.SHORT_TAG;
79 this.tag
[all...]
/external/bison/src/
H A Dsymtab.h59 uniqstr tag; member in struct:symbol
198 uniqstr tag; member in struct:__anon391
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1InputStream.java126 * build an object given its tag and the number of bytes to construct it from.
129 int tag,
134 boolean isConstructed = (tag & CONSTRUCTED) != 0;
138 if ((tag & APPLICATION) != 0)
143 if ((tag & TAGGED) != 0)
180 throw new IOException("unknown tag " + tagNo + " encountered");
210 int tag = read();
211 if (tag <= 0)
213 if (tag == 0)
222 // calculate tag numbe
128 buildObject( int tag, int tagNo, int length) argument
281 readTagNumber(InputStream s, int tag) argument
[all...]
H A DASN1OutputStream.java65 int tag,
69 write(tag);
64 writeEncoded( int tag, byte[] bytes) argument
H A DASN1TaggedObject.java56 * If the object implements ASN1Choice the tag style will always be changed
60 * @param tagNo the tag number for this object.
171 * return whatever was following the tag.
189 * the type of the passed in tag. If the object doesn't have a parser
193 int tag,
196 switch (tag)
211 throw new RuntimeException("implicit tagging not implemented for tag: " + tag);
192 getObjectParser( int tag, boolean isExplicit) argument
H A DDERApplicationSpecific.java15 private final int tag; field in class:DERApplicationSpecific
20 int tag,
24 this.tag = tag;
29 int tag,
32 this(false, tag, octets);
36 int tag,
40 this(true, tag, object);
45 int tag,
54 this.tag
18 DERApplicationSpecific( boolean isConstructed, int tag, byte[] octets) argument
28 DERApplicationSpecific( int tag, byte[] octets) argument
35 DERApplicationSpecific( int tag, ASN1Encodable object) argument
43 DERApplicationSpecific( boolean explicit, int tag, ASN1Encodable object) argument
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session_tracker_unittest.cc23 SyncedSession* session1 = tracker.GetSession("tag");
25 ASSERT_EQ(session1, tracker.GetSession("tag"));
32 SessionTab* tab = tracker.GetTab("tag", 0, 0);
33 ASSERT_EQ(tab, tracker.GetTab("tag", 0, 0));
39 tracker.PutWindowInSession("tag", 0);
40 SyncedSession* session = tracker.GetSession("tag");
47 tracker.PutWindowInSession("tag", 10);
48 tracker.PutTabInWindow("tag", 10, 15, 0); // win id 10, tab id 15, tab ind 0.
49 SyncedSession* session = tracker.GetSession("tag");
52 ASSERT_EQ(tracker.GetTab("tag", 1
175 std::string tag = base::StringPrintf("tag%d", j); local
[all...]
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_linux.cc89 0 /* tag */,
105 0 /* tag */,
115 uint32_t tag = static_cast<uint32_t>(entry[0]) << 24 | local
119 (*tags)[i] = tag;
/external/chromium_org/device/nfc/
H A Dnfc_adapter.h56 // was never started or because a connection with a tag or peer has been
60 // Called when an NFC tag |tag| has been found by the adapter |adapter|.
61 // The observer can use this method to take further action on the tag object
62 // |tag|, such as reading its records or writing to it. While |tag| will be
65 // with the tag is lost. Instead of caching the pointer directly, observers
66 // should store the tag's assigned unique identifier instead, which can be
67 // used to obtain a pointer to the tag, as long as it exists.
68 virtual void TagFound(NfcAdapter* adapter, NfcTag* tag) {} argument
72 TagLost(NfcAdapter* adapter, NfcTag* tag) argument
[all...]
H A Dnfc_tag.h12 // NfcTag represents a remote NFC tag. An NFC tag is a passive NFC device,
22 // tag.
24 // The NfcTag class facilitates possible interactions with a tag. The most
25 // common usage of a tag is to exchange NDEF messages, but different kinds of
29 // NFC tag types.
38 // NFC protocols that a tag can support. A tag will usually support only one
54 // Called when the tag type has been determined.
55 virtual void TagTypeChanged(NfcTag* tag, TagTyp argument
58 TagWritePermissionChanged(NfcTag* tag, bool read_only) argument
61 TagSupportedProtocolChanged(NfcTag* tag, Protocol protocol) argument
65 TagReady(NfcTag* tag) argument
[all...]
H A Dnfc_tag_technology.h16 // I/O operation on an NFC tag. NFC tags can support a wide array of protocols.
22 // The various I/O technologies that an NFC tag can support.
35 // Returns true, if the underlying tag supports the NFC tag technology that
40 NfcTag* tag() const { return tag_; } function in class:device::NfcTagTechnology
43 // Constructs a technology instance, where |tag| is the NFC tag that this
47 explicit NfcTagTechnology(NfcTag* tag);
59 // NfcNdefTagTechnology allows reading and writing NDEF messages to a tag. This
65 // necessarily use NDEF to operate (e.g. a tag ma
86 RecordReceived(NfcTag* tag, const NfcNdefRecord* record) argument
[all...]
/external/chromium_org/media/formats/mp4/
H A Des_descriptor.cc47 uint8 tag; local
54 RCHECK(reader.ReadBits(8, &tag));
55 RCHECK(tag == kESDescrTag);
84 uint8 tag; local
88 RCHECK(reader->ReadBits(8, &tag));
89 RCHECK(tag == kDecoderConfigDescrTag);
101 uint8 tag; local
104 RCHECK(reader->ReadBits(8, &tag));
105 RCHECK(tag == kDecoderSpecificInfoTag);
/external/chromium_org/net/base/
H A Dhash_value.h42 explicit HashValue(HashValueTag tag) : tag(tag) {} argument
43 HashValue() : tag(HASH_VALUE_SHA1) {}
69 // is supplied (eg: an unknown hash tag), returns "unknown"/<base64>
76 HashValueTag tag; member in class:net::HashValue
/external/chromium_org/net/quic/crypto/
H A Dp256_key_exchange_nss.cc230 QuicTag P256KeyExchange::tag() const { return kP256; } function in class:net::P256KeyExchange
/external/chromium_org/remoting/protocol/
H A Dauthentication_method.cc54 const std::string& tag,
63 if (!response.Init(tag)) {
52 ApplyHashFunction( HashFunction hash_function, const std::string& tag, const std::string& shared_secret) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DAffectedByFocusTest.cpp27 const blink::HTMLQualifiedName tag; member in struct:__anon11010::AffectedByFocusTest::ElementResult
65 ASSERT_TRUE(element->hasTagName(expected[i].tag));
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_bytes.c74 int inf,tag,xclass; local
78 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
81 if (tag >= 32)
86 if (!(ASN1_tag2bit(tag) & type))
93 if (tag == V_ASN1_BIT_STRING)
121 ret->type=tag;
132 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) argument
139 if (tag == V_ASN1_BIT_STRING)
143 r=ASN1_object_size(0,ret,tag);
147 if ((tag
165 int inf,tag,xclass; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
H A Dber.c41 unsigned tag; local
44 if (!CBS_get_any_asn1_element(&in, &contents, &tag, &header_len)) {
53 if (tag & CBS_ASN1_CONSTRUCTED) {
64 /* is_primitive_type returns true if |tag| likely a primitive type. Normally
65 * one can just test the "constructed" bit in the tag but, in BER, even
68 static char is_primitive_type(unsigned tag) { argument
69 return (tag & 0xc0) == 0 &&
70 (tag & 0x1f) != (CBS_ASN1_SEQUENCE & 0x1f) &&
71 (tag & 0x1f) != (CBS_ASN1_SET & 0x1f);
95 unsigned tag; local
126 unsigned tag; local
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmm.h133 /* tag :: The axis's tag (the GX equivalent to `name'). */
148 FT_ULong tag; member in struct:FT_Var_Axis_
/external/chromium_org/third_party/hwcplus/src/
H A Dhwcplus_util.c15 static int default_log_fn(int prio, const char* tag, const char* msg);
49 static int default_log_fn(int prio, const char* tag, const char* msg) { argument
50 fprintf(stderr, "<%d> %s %s\n", prio, tag, msg);
53 int __android_log_write(int prio, const char* tag, const char* msg) { argument
54 hwcplus_log_fn(prio, tag, msg);
57 int __android_log_print(int prio, const char* tag, const char* fmt, ...) { argument
65 return __android_log_write(prio, tag, buf);
69 const char* tag,
90 __android_log_write(ANDROID_LOG_FATAL, tag, buf);
68 __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) argument
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkSFNTHeader.h57 SK_SFNT_ULONG tag; member in struct:SkSFNTHeader::TableDirectoryEntry

Completed in 574 milliseconds

1234567891011>>