Searched defs:tag (Results 251 - 275 of 981) sorted by relevance

<<11121314151617181920>>

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DField.java45 private byte tag; field in class:Field
82 * Sets signature and detects type tag from it.
90 tag = JDWPConstants.Tag.ARRAY_TAG;
93 tag = JDWPConstants.Tag.BYTE_TAG;
96 tag = JDWPConstants.Tag.CHAR_TAG;
99 tag = JDWPConstants.Tag.OBJECT_TAG;
102 tag = JDWPConstants.Tag.FLOAT_TAG;
105 tag = JDWPConstants.Tag.DOUBLE_TAG;
108 tag = JDWPConstants.Tag.INT_TAG;
111 tag
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DGeneralName.java60 private int tag; field in class:GeneralName
70 this.tag = 4;
77 this.tag = 4;
108 int tag,
112 this.tag = tag;
116 * Create a GeneralName for the given tag from the passed in String.
134 * @param tag tag number
139 int tag,
107 GeneralName( int tag, ASN1Encodable name) argument
138 GeneralName( int tag, String name) argument
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_sync_test_helper.cc24 const std::string& tag,
26 meta->set_session_tag(tag);
50 const std::string& tag,
53 ASSERT_EQ(tag, session.session_tag);
95 const std::string& tag,
99 tab_base->set_session_tag(tag);
119 const std::string& tag,
123 BuildSessionSpecifics(tag, &meta);
128 BuildTabSpecifics(tag, 0, tab_list[i], &tabs1[i]);
23 BuildSessionSpecifics( const std::string& tag, sync_pb::SessionSpecifics* meta) argument
49 VerifySyncedSession( const std::string& tag, const std::vector<std::vector<SessionID::id_type> >& windows, const SyncedSession& session) argument
94 BuildTabSpecifics( const std::string& tag, int window_id, int tab_id, sync_pb::SessionSpecifics* tab_base) argument
118 BuildForeignSession( const std::string& tag, const std::vector<SessionID::id_type>& tab_list, std::vector<sync_pb::SessionSpecifics>* tabs) argument
H A Dtyped_url_change_processor.cc128 std::string tag = url.url().spec(); local
131 update_node.InitByClientTagLookup(syncer::TYPED_URLS, tag);
145 typed_url_root, tag);
156 create_node.SetTitle(tag);
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string.cc134 const wchar_t* tag,
136 int tag_length = ::lstrlen(tag);
138 for (const wchar_t* tag_start = SearchStringI(scan, tag);
140 tag_start = SearchStringI(scan, tag)) {
133 FindTagInStr(const wchar_t* str, const wchar_t* tag, const wchar_t** position) argument
/external/chromium_org/content/browser/media/
H A Dmedia_browsertest.cc94 void PlayMedia(const std::string& tag, argument
98 query_params.push_back(std::make_pair(tag, media_file));
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_win.cc153 // The numTables follows a 4 byte scalerType tag. Font data is stored in
162 if (GetFontData(hdc.Get(), 0 /* tag */, kFontHeaderSize, directory.get(),
170 uint32_t tag = static_cast<uint32_t>(entry[0]) << 24 | local
174 (*tags)[i] = tag;
/external/chromium_org/device/nfc/
H A Dnfc_tag_technology_chromeos.cc23 NfcNdefTagTechnologyChromeOS::NfcNdefTagTechnologyChromeOS(NfcTagChromeOS* tag) argument
24 : NfcNdefTagTechnology(tag),
25 object_path_(tag->object_path()),
27 DCHECK(tag);
67 if (!tag()->IsReady()) {
68 LOG(ERROR) << "The tag is not ready yet: " << tag()->GetIdentifier();
73 // to a tag and won't support multiple records until 0.15. Until then, report
123 // Check if the found record belongs to this tag.
137 << " tag
[all...]
/external/chromium_org/google_apis/gcm/base/
H A Dmcs_util.cc108 // tag.
109 scoped_ptr<google::protobuf::MessageLite> BuildProtobufFromTag(uint8 tag) { argument
110 switch(tag) {
140 // Utility method to extract a MCS tag from a google::protobuf::MessageLite
/external/chromium_org/net/http/
H A Dhttp_security_headers_unittest.cc23 HashValue GetTestHashValue(uint8 label, HashValueTag tag) { argument
24 HashValue hash_value(tag);
29 std::string GetTestPin(uint8 label, HashValueTag tag) { argument
30 HashValue hash_value = GetTestHashValue(label, tag);
35 switch (hash_value.tag) {
41 NOTREACHED() << "Unknown HashValueTag " << hash_value.tag;
132 static void TestBogusPinsHeaders(HashValueTag tag) { argument
139 chain_hashes.push_back(GetTestHashValue(1, tag));
140 chain_hashes.push_back(GetTestHashValue(2, tag));
141 chain_hashes.push_back(GetTestHashValue(3, tag));
380 TestValidPKPHeaders(HashValueTag tag) argument
[all...]
/external/chromium_org/net/quic/crypto/
H A Daes_128_gcm_12_decrypter_test.cc45 // length, plaintext length, AAD length, and tag length.
63 const char* tag; member in struct:__anon9414::TestVector
284 string tag; local
290 ASSERT_TRUE(DecodeHexString(test_vectors[j].tag, &tag));
301 EXPECT_EQ(test_info.tag_len, tag.length() * 8);
309 tag.length());
310 tag.resize(Aes128Gcm12Decrypter::kAuthTagSize);
311 string ciphertext = ct + tag;
H A Daes_128_gcm_12_encrypter_test.cc45 // length, plaintext length, AAD length, and tag length.
63 const char* tag; member in struct:__anon9418::TestVector
238 string tag; local
244 ASSERT_TRUE(DecodeHexString(test_vectors[j].tag, &tag));
253 EXPECT_EQ(test_info.tag_len, tag.length() * 8);
267 tag.length());
268 tag.resize(Aes128Gcm12Encrypter::kAuthTagSize);
270 ASSERT_EQ(ct.length() + tag.length(), encrypted->length());
274 "authentication tag", encrypte
[all...]
H A Dcrypto_framer.cc112 if (!writer.WriteUInt32(message.tag())) {
113 DCHECK(false) << "Failed to write message tag.";
133 DCHECK(false) << "Message needed padding but already contained a PAD tag";
145 DCHECK(false) << "Failed to write tag.";
231 QuicTag tag; local
232 reader.ReadUInt32(&tag);
233 if (i > 0 && tag <= tags_and_lengths_[i-1].first) {
234 if (tag == tags_and_lengths_[i-1].first) {
247 make_pair(tag, static_cast<size_t>(end_offset - last_end_offset)));
279 DCHECK(false) << "Failed to write tag
[all...]
H A Dcrypto_handshake_message.cc65 void CryptoHandshakeMessage::SetTaglist(QuicTag tag, ...) { argument
74 va_start(ap, tag);
86 SetVector(tag, tags);
91 void CryptoHandshakeMessage::SetStringPiece(QuicTag tag, StringPiece value) { argument
92 tag_value_map_[tag] = value.as_string();
95 void CryptoHandshakeMessage::Erase(QuicTag tag) { argument
96 tag_value_map_.erase(tag);
99 QuicErrorCode CryptoHandshakeMessage::GetTaglist(QuicTag tag, argument
102 QuicTagValueMap::const_iterator it = tag_value_map_.find(tag);
122 bool CryptoHandshakeMessage::GetStringPiece(QuicTag tag, argument
132 GetNthValue24(QuicTag tag, unsigned index, StringPiece* out) const argument
168 GetUint16(QuicTag tag, uint16* out) const argument
173 GetUint32(QuicTag tag, uint32* out) const argument
178 GetUint64(QuicTag tag, uint64* out) const argument
213 GetPOD( QuicTag tag, void* out, size_t len) const argument
268 QuicTag tag; local
[all...]
H A Dcrypto_server_config_protobuf.h24 // PrivateKey contains a QUIC tag of a key exchange algorithm and a
29 QuicTag tag() const { function in class:net::QuicServerConfigProtobuf::PrivateKey
32 void set_tag(QuicTag tag) { argument
33 tag_ = tag;
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_client.h23 // uint32 tag,
30 // tag : is the unique id for this IPC call. Is used to route the call to
300 ActualParams* params = new(raw_mem) ActualParams(tag);
320 ResultCode CrossCall(IPCProvider& ipc_provider, uint32 tag, const Par1& p1, argument
337 ResultCode CrossCall(IPCProvider& ipc_provider, uint32 tag, const Par1& p1, argument
355 ResultCode CrossCall(IPCProvider& ipc_provider, uint32 tag, const Par1& p1, argument
376 ResultCode CrossCall(IPCProvider& ipc_provider, uint32 tag, const Par1& p1, argument
400 ResultCode CrossCall(IPCProvider& ipc_provider, uint32 tag, const Par1& p1, argument
426 ResultCode CrossCall(IPCProvider& ipc_provider, uint32 tag, const Par1& p1, argument
454 ResultCode CrossCall(IPCProvider& ipc_provider, uint32 tag, cons argument
[all...]
/external/chromium_org/sync/syncable/
H A Dentry.cc26 Entry::Entry(BaseTransaction* trans, GetByClientTag, const string& tag) argument
28 kernel_ = trans->directory()->GetEntryByClientTag(tag);
33 const std::string& tag = ModelTypeToRootTag(type); local
34 kernel_ = trans->directory()->GetEntryByServerTag(tag);
42 Entry::Entry(BaseTransaction* trans, GetByServerTag, const string& tag) argument
44 kernel_ = trans->directory()->GetEntryByServerTag(tag);
H A Dmodel_neutral_mutable_entry.cc58 BaseWriteTransaction* trans, GetByClientTag, const std::string& tag)
59 : Entry(trans, GET_BY_CLIENT_TAG, tag), base_write_transaction_(trans) {
234 DVLOG(1) << "Detected duplicate server tag";
258 DVLOG(1) << "Detected duplicate client tag";
272 void ModelNeutralMutableEntry::PutUniqueBookmarkTag(const std::string& tag) { argument
273 // This unique tag will eventually be used as the unique suffix when adjusting
275 if (!UniquePosition::IsValidSuffix(tag)) {
281 tag != kernel_->ref(UNIQUE_BOOKMARK_TAG)) {
282 // There is only one scenario where our tag is expected to change. That
283 // scenario occurs when our current tag i
57 ModelNeutralMutableEntry( BaseWriteTransaction* trans, GetByClientTag, const std::string& tag) argument
[all...]
H A Dmutable_entry.cc66 // Base the tag off of our cache-guid and local "c-" style ID.
96 const std::string& tag)
97 : ModelNeutralMutableEntry(trans, GET_BY_CLIENT_TAG, tag),
95 MutableEntry(WriteTransaction* trans, GetByClientTag, const std::string& tag) argument
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.h75 String tag() const { return m_tag; } function in class:blink::Notification
108 void setTag(const String& tag) { m_tag = tag; } argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFaceCoreText.cpp109 static hb_blob_t* harfBuzzCoreTextGetTable(hb_face_t* face, hb_tag_t tag, void* userData) argument
114 CFDataRef cfData = CGFontCopyTableForTag(cgFont, tag);
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_int.c277 int inf,tag,xclass; local
289 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
296 if (tag != V_ASN1_INTEGER)
H A Dasn1_par.c64 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
68 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
84 BIO_snprintf(str,sizeof str,"priv [ %d ] ",tag);
86 BIO_snprintf(str,sizeof str,"cont [ %d ]",tag);
88 BIO_snprintf(str,sizeof str,"appl [ %d ]",tag);
89 else if (tag > 30)
90 BIO_snprintf(str,sizeof str,"<ASN1 %d>",tag);
92 p = ASN1_tag2str(tag);
116 int tag,xclass,ret=0; local
134 j=ASN1_get_object(&p,&len,&tag,
416 ASN1_tag2str(int tag) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_chacha20poly1305.c138 uint8_t tag[POLY1305_TAG_LEN]; local
139 CRYPTO_poly1305_finish(&poly1305, tag);
140 memcpy(out + in_len, tag, c20_ctx->tag_len);
215 POLY1305_TAG_LEN, /* max tag length */
/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dgcm_test.c65 const char *tag; member in struct:test_case
317 *nonce = NULL, *ciphertext = NULL, *tag = NULL, *out = NULL; local
330 !decode_hex(&tag, &tag_len, test->tag, test_num, "tag")) {
346 fprintf(stderr, "%u: bad tag length.\n", test_num);
365 if (!CRYPTO_gcm128_finish(&ctx, tag, tag_len) ||
381 if (!CRYPTO_gcm128_finish(&ctx, tag, tag_len)) {
408 if (tag) {
409 OPENSSL_free(tag);
[all...]

Completed in 379 milliseconds

<<11121314151617181920>>